/* ===== Programs switcher (Pill) ===== */
#programs-switcher{ position:relative; z-index:2; margin:48px auto 24px; }
#programs-switcher .program{
  text-decoration:none;
  display:none;
  min-width:min(720px, 92%);
  text-align:center;
  padding:24px 32px;
  border-radius:9999px;
  background:rgba(255,255,255,.78);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 32px rgba(0,0,0,.08);
  outline: none;
}
#programs-switcher .program.is-active{ display:block; }
#programs-switcher .program .txt{
  font-weight:800;
  letter-spacing:.3px;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-family: "Marhey", "Cairo", system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  color:#2a3d44;
}
html[lang="ar"] #programs-switcher .program .txt{
  font-family: "Tajawal", "Cairo", system-ui, -apple-system, Segoe UI, Arial, sans-serif;
}
@media (max-width:576px){
  #programs-switcher{ margin:28px auto 12px; }
  #programs-switcher .program{ padding:16px 20px; min-width: 88%; }
}

/* Spacing to avoid overlap */
.message-section{ margin-bottom: 8px; }
.about-section{ position:relative; z-index:1; }

/* ===== About Us text only (hide video column if exists) ===== */
.about-section .square-wrapper2, 
.about-section .square2 { display:none !important; }
.about-section .row{ justify-content:center; }
.about-section .row > .col-12.col-md-8 p{ max-width: 950px; margin: 0 auto; }

/* Minor polish */
.glowing{ pointer-events: none; }