/* ===== Tokens ===== */
:root{
  --navy: #0b2c5f;
  --navy-dark: #071c3f;
  --red: #00AFEF;
  --red-dark: #0096ce;
  --green: #25d366;
  --gold: #00AFEF;
  --bg-light: #f5f8fc;
  --text: #2b2f38;
  --text-light: #6b7280;
  --white: #ffffff;
  --radius: 10px;
  --shadow: 0 8px 24px rgba(11,44,95,0.08);
  --font-heading: 'Poppins', sans-serif;
  --font-body: 'Poppins', sans-serif;
}

*,*::before,*::after{ box-sizing: border-box; }
html, body{
  margin: 0 !important;
  padding: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}
#wpadminbar, .admin-bar{ display: none !important; height: 0 !important; min-height: 0 !important; margin: 0 !important; padding: 0 !important; }
body.no-scroll{ overflow:hidden; }
:focus-visible{ outline: 3px solid var(--gold, #f2b705); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce){
  *, *::before, *::after{ animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}
body{
  font-family: var(--font-body);
  color: var(--text);
  background: var(--white);
  line-height: 1.55;
}
.topbar{ margin-top: 0 !important; padding-top: 0 !important; }
.footer{ margin-bottom: 0 !important; padding-bottom: 0 !important; }
img{ max-width:100%; display:block; }
a{ text-decoration:none; color:inherit; }
ul{ list-style:none; margin:0; padding:0; }
h1,h2,h3,h4,h5{ font-family: var(--font-heading); margin:0; }
.container{ width:100%; max-width:1200px; margin:0 auto; padding:0 20px; }

/* ===== Buttons ===== */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding: 12px 26px;
  border-radius: 6px;
  font-weight:600;
  font-size:0.95rem;
  border:none;
  cursor:pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space:nowrap;
}
.btn:hover{ transform: translateY(-2px); }
.btn--primary{ background: var(--red); color:#fff; }
.btn--primary:hover{ background: var(--red-dark); box-shadow:0 8px 18px rgba(0,175,239,.35); }
.btn--whatsapp{ background: var(--green); color:#fff; }
.btn--whatsapp:hover{ box-shadow:0 8px 18px rgba(37,211,102,.35); }
.btn--outline{ background:#fff; color:var(--navy); border:2px solid var(--navy); padding:10px 22px; }
.btn--outline:hover{ background:var(--navy); color:#fff; }
.btn--block{ width:100%; }
.btn--sm{ padding:8px 18px; font-size:0.85rem; }

.section-title{
  text-align:center;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight:700;
  color: var(--navy);
  margin-bottom: 24px;
}
.section-title span{ color: var(--red); }

/* ===== Top bar ===== */
.topbar{ background: var(--navy-dark); color:#cdd8ec; font-size:0.8rem; }
.topbar__inner{ display:flex; justify-content:space-between; align-items:center; padding:6px 20px; flex-wrap:wrap; gap:6px; }
.topbar i{ margin-right:5px; color: #00AFEF; }
.topbar__right{ display:flex; align-items:center; gap:16px; }
.topbar__call-btn{
  display:inline-flex;
  align-items:center;
  gap:6px;
  background: transparent;
  color: #ffffff;
  padding: 4px 14px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 0.78rem;
  border: 1.5px solid #ffffff;
  transition: all 0.25s ease;
  text-decoration: none;
}
.topbar__call-btn i{ color: #ffffff !important; font-size: 0.75rem; margin-right: 0; transition: color 0.25s ease; }
.topbar__call-btn:hover,
.topbar__call-btn:active{
  background: #00AFEF !important;
  color: #ffffff !important;
  border-color: #00AFEF !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 175, 239, 0.35);
}
.topbar__call-btn:hover i,
.topbar__call-btn:active i{ color: #ffffff !important; }
.topbar__social{ display:flex; gap:10px; }
.topbar__social a{ color:#00AFEF; width:22px; height:22px; border-radius:50%; background:rgba(255,255,255,0.08); display:flex; align-items:center; justify-content:center; font-size:0.7rem; transition: all 0.25s ease; }
.topbar__social a i{ margin-right: 0; color: #00AFEF; transition: color 0.25s ease; }
.topbar__social a:hover,
.topbar__social a:active,
.topbar__social a.active{ background: #ffffff; color: #00AFEF; }
.topbar__social a:hover i,
.topbar__social a:active i,
.topbar__social a.active i{ color: #00AFEF; }



/* ===== Header ===== */
.header{ background:#fff; box-shadow:0 2px 10px rgba(0,0,0,0.06); position:sticky; top:0; z-index:100; transition: box-shadow .2s ease; width:100%; }
.header.is-scrolled{ box-shadow:0 6px 20px rgba(11,44,95,0.14); }
.header__inner{ display:flex; align-items:center; justify-content:space-between; padding:10px 20px; gap:15px; }
.logo{ display:flex; align-items:center; gap:10px; flex-shrink:0; max-width:280px; }
.logo__img{ width:auto !important; height:60px !important; max-height:60px !important; object-fit:contain !important; }
.logo__text{ display:flex; flex-direction:column; font-weight:800; color:var(--navy); font-size:1.05rem; line-height:1.1; letter-spacing:0.5px; }
.logo__text small{ color:#00AFEF; font-weight:700; font-size:0.95rem; }
.logo__text em{ font-style:normal; font-size:0.6rem; color:var(--text-light); font-weight:500; letter-spacing:1px; }

.nav{ display:flex; gap:18px; flex-wrap:nowrap; align-items:center; }
.nav a{ font-weight:500; font-size:0.88rem; color:var(--text); transition:color .15s; display:flex; align-items:center; gap:4px; white-space:nowrap; }
.nav a:hover{ color: var(--red); }
.nav a i{ font-size:0.7rem; }
.nav-link.active{ color: var(--red); }
.nav__close{ display:none; }
.nav-overlay{ display:none; }

/* ===== Nav dropdown submenu ===== */
.nav-item{ position:relative; }
.submenu{
  position:absolute; top:calc(100% + 14px); left:0; min-width:230px;
  background:#fff; border-radius:10px; box-shadow: 0 14px 34px rgba(11,44,95,0.16);
  padding:10px 0; opacity:0; visibility:hidden; transform:translateY(10px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index:150;
}
.nav-item:hover .submenu,
.nav-item.open .submenu{ opacity:1; visibility:visible; transform:translateY(0); }
.submenu a{
  display:block; padding:10px 22px; font-size:0.86rem; font-weight:500; color: var(--text);
  white-space:nowrap; border-left:3px solid transparent; transition: background .15s, color .15s, border-color .15s;
}
.submenu a:hover{ background: var(--bg-light); color: var(--red); border-left-color: var(--red); }
.submenu__viewall{ margin-top:6px; padding-top:12px !important; border-top:1px solid #eef1f6; color: var(--navy) !important; font-weight:700 !important; }

.header__actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-shrink:0;
}
.header__call{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  background: #f2b705;
  color: #2b2f38;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.92rem;
  border: 2px solid #f2b705;
  transition: all 0.25s ease;
  flex-shrink: 0;
  cursor: pointer;
  text-decoration: none;
}
.header__call i{ font-size: 0.85rem; }
.header__call:hover{
  background: #0b2c5f;
  color: #ffffff;
  border-color: #0b2c5f;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(11, 44, 95, 0.35);
}
.header__phone{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background: #0b2c5f;
  color: #ffffff;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.92rem;
  border: 2px solid #0b2c5f;
  transition: all 0.25s ease;
  flex-shrink: 0;
  cursor: pointer;
  text-decoration: none;
}
.header__phone:hover{
  background: #00AFEF;
  color: #ffffff;
  border-color: #00AFEF;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 175, 239, 0.35);
}

.nav-toggle{ display:none; background:none; border:none; font-size:1.4rem; color:var(--navy); cursor:pointer; }

/* ===== Hero ===== */
.hero{
  background: linear-gradient(180deg, #eaf2fb 0%, #f8fbff 100%);
  padding: 30px 0 35px;
  overflow:hidden;
}
.hero__inner{
  display:grid;
  grid-template-columns: 1.1fr 0.9fr 0.75fr;
  gap: 30px;
  align-items:start;
}
.hero__content h1{
  font-size: clamp(2rem, 4vw, 2.6rem);
  color: var(--navy);
  font-weight:800;
  line-height:1.2;
}
.hero__content h1 span{ color: var(--red); }
.hero__content > p{ margin:16px 0 20px; color: var(--text-light); font-size:1.02rem; }
.hero__content > p strong{ color:var(--navy); }

.hero__features{ display:flex; flex-direction:column; gap:10px; margin-bottom:24px; }
.hero__features li{ display:flex; align-items:center; gap:10px; font-weight:600; font-size:0.92rem; color:var(--navy); background:#fff; padding:10px 14px; border-radius:8px; box-shadow: var(--shadow); }
.hero__features i{ color:var(--red); width:18px; text-align:center; }

.hero__cta{ display:flex; gap:14px; flex-wrap:wrap; }

.hero__media{ position:relative; display:flex; justify-content:center; }
.hero__doctor{ border-radius:16px; max-height:520px; object-fit:cover; width:100%; }
.hero__flags{
  position:absolute; top:10px; right:-10px;
  background:#fff; border-radius:10px; box-shadow: var(--shadow);
  padding:10px; display:flex; flex-direction:column; gap:8px;
}
.hero__flags li{ display:flex; align-items:center; gap:8px; font-size:0.78rem; font-weight:600; color:var(--navy); }
.hero__flags img{ width:22px; height:15px; object-fit:cover; border-radius:2px; }

.hero__content{ animation: fadeUp .7s ease both; }
.hero__media{ animation: fadeUp .7s ease .15s both; }
.hero__form{ background:#fff; border-radius:14px; box-shadow: var(--shadow); padding:24px; align-self:start; animation: fadeUp .7s ease .3s both; }
@keyframes fadeUp{
  from{ opacity:0; transform: translateY(24px); }
  to{ opacity:1; transform:none; }
}
.hero__form h3{ color:var(--navy); font-size:1.15rem; margin-bottom:4px; }
.hero__form > p{ color:var(--text-light); font-size:0.82rem; margin:0 0 16px; }
.hero__form form{ display:flex; flex-direction:column; gap:10px; }
.hero__form input, .hero__form select{
  padding:11px 14px; border:1px solid #dfe4ec; border-radius:6px; font-family:inherit; font-size:0.9rem; width:100%;
}
.hero__form input:focus, .hero__form select:focus{ outline:2px solid var(--navy); outline-offset:1px; }

/* ===== Mission / Vision / Values (About Us) ===== */
.mission { padding: 60px 0; background: #fff; }
.mission__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 30px; }
.mission__card {
  text-align: center;
  background: #f8fafc !important;
  padding: 32px 22px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}
.mission__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 35px rgba(11, 44, 95, 0.25);
  background: #0b2c5f !important;
  border-color: #0b2c5f !important;
}
.mission__card i {
  font-size: 2.2rem;
  color: var(--navy, #0b2c5f);
  margin-bottom: 16px;
  display: inline-block;
  transition: all 0.3s ease;
}
.mission__card:hover i {
  transform: scale(1.1);
  color: #00AFEF !important;
}
.mission__card h4 {
  font-size: 1.1rem;
  color: var(--navy, #0b2c5f);
  margin-bottom: 10px;
  font-weight: 700;
  transition: all 0.3s ease;
}
.mission__card:hover h4 {
  color: #ffffff !important;
}
.mission__card p {
  font-size: 0.88rem;
  color: var(--text-light, #6b7280);
  margin: 0;
  line-height: 1.55;
  transition: all 0.3s ease;
}
.mission__card:hover p {
  color: #cdd8ec !important;
}

/* ===== Why Choose ===== */
.why{ padding:70px 0; background:#fff; }
.why__grid{ display:grid; grid-template-columns: repeat(6, 1fr); gap:18px; }
.why__card{ text-align:center; background: #0b2c5f; color: #ffffff; padding:26px 14px; border-radius:12px; transition: all 0.3s ease; cursor: pointer; }
.why__card i{ font-size:1.8rem; color: #ffffff; margin-bottom:14px; transition: color 0.3s ease; }
.why__card h4{ font-size:0.95rem; color:#ffffff; margin-bottom:6px; transition: color 0.3s ease; }
.why__card p{ font-size:0.8rem; color:rgba(255,255,255,0.85); margin:0; transition: color 0.3s ease; }
.why__card:hover{ transform: translateY(-6px); box-shadow: 0 10px 25px rgba(0, 175, 239, 0.4); background: #00AFEF !important; color: #ffffff !important; }
.why__card:hover i,
.why__card:hover h4,
.why__card:hover p{ color: #ffffff !important; }

/* ===== Destinations ===== */
.destinations{ padding:70px 0; background: var(--bg-light); }
.destinations__grid{ display:grid; grid-template-columns: repeat(3, 1fr); gap:24px; }
.dest-card{ background:#fff; border-radius:14px; overflow:hidden; box-shadow: var(--shadow); transition: all 0.3s ease; border: 1px solid transparent; }
.dest-card:hover{ transform: translateY(-6px); box-shadow: 0 12px 28px rgba(0, 175, 239, 0.35); border-color: #00AFEF; }
.dest-card img{ height:170px; width:100%; object-fit:cover; }
.dest-card__body{ padding:18px; transition: all 0.3s ease; }
.dest-card:hover .dest-card__body{ background: #00AFEF !important; }
.dest-card__body h4{ display:flex; align-items:center; gap:8px; color:var(--navy); font-size:1.05rem; margin-bottom:8px; transition: color 0.3s ease; }
.dest-card:hover .dest-card__body h4{ color: #ffffff !important; }
.dest-card__body h4 img{ width:22px; height:15px; border-radius:2px; object-fit:cover; }
.dest-card__body p{ margin:0 0 4px; font-size:0.85rem; color:var(--text-light); transition: color 0.3s ease; }
.dest-card:hover .dest-card__body p{ color: #ffffff !important; }
.dest-card__body .btn{ margin-top:12px; width:100%; }

/* ===== Process ===== */
.process{ padding:70px 0; background:#fff; }
.process__grid{ display:grid; grid-template-columns: repeat(6, 1fr); gap:16px; position:relative; }
.process__step{ text-align:center; }
.process__icon{
  width:60px; height:60px; margin:0 auto 14px; border-radius:50%;
  background: var(--navy); color:#fff; font-weight:800; font-size:1.1rem;
  display:flex; align-items:center; justify-content:center; position:relative;
  box-shadow: 0 6px 16px rgba(11,44,95,0.25);
}
.process__icon i{ position:absolute; bottom:-8px; right:-6px; background:#00AFEF; color:#ffffff; width:24px; height:24px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:0.7rem; }
.process__step h4{ font-size:0.9rem; color:var(--navy); margin-bottom:4px; }
.process__step p{ font-size:0.78rem; color:var(--text-light); margin:0; }

/* ===== Universities Carousel ===== */
.universities{ padding:70px 0; background: var(--bg-light); }
.uni-carousel{ position:relative; display:flex; align-items:center; gap:16px; width:100%; }
.uni-carousel__track{ display:flex; gap:20px; overflow-x:auto; scroll-behavior:smooth; padding:10px 4px 20px; scrollbar-width:none; width:100%; }
.uni-carousel__track::-webkit-scrollbar{ display:none; }
.uni-carousel .uni-card{ min-width:280px; max-width:320px; background:#fff; border-radius:14px; overflow:hidden; box-shadow: var(--shadow); flex-shrink:0; border: 1px solid #e2e8f0; }
.uni-card img{ height:160px; width:100%; object-fit:cover; }
.uni-card__body{ padding:18px; display:flex; flex-direction:column; flex-grow:1; }
.uni-card__body h4{ font-size:1.05rem; color:var(--navy); margin-bottom:8px; line-height:1.35; font-weight:700; }
.uni-card__body p{ font-size:0.86rem; color:var(--text-light); display:flex; align-items:center; gap:8px; margin:0 0 6px; }
.uni-card__body p img{ width:18px; height:12px; object-fit:cover; border-radius:2px; }
.uni-card__body .btn{ margin-top:12px; width:100%; }
.uni-carousel__arrow{
  flex-shrink:0; width:42px; height:42px; border-radius:50%; border:1.5px solid #dfe4ec; background:#fff;
  color:var(--navy); cursor:pointer; display:flex; align-items:center; justify-content:center; transition:.2s ease;
  box-shadow: 0 4px 12px rgba(11,44,95,0.1); z-index: 5;
}
.uni-carousel__arrow:hover{ background: #00AFEF; color:#fff; border-color: #00AFEF; transform: scale(1.06); }

/* ===== Compare + Stories ===== */
.compare{ padding:70px 0; background:#fff; }
.compare__inner{ display:grid; grid-template-columns: 0.9fr 1.1fr; gap:40px; align-items:start; }
.compare__fees h3{ color:var(--navy); font-size:1.2rem; margin-bottom:18px; font-weight:700; }
.compare__fees table{ width:100%; border-collapse:collapse; margin-bottom:20px; border-radius:10px; overflow:hidden; box-shadow:0 2px 10px rgba(11,44,95,0.04); }
.compare__fees th, .compare__fees td{ padding:11px 14px; text-align:left; font-size:0.88rem; border-bottom:1px solid #eef1f6; }
.compare__fees thead th{ background: var(--navy); color:#fff; font-weight:600; }
.compare__fees tbody tr:nth-child(even){ background: var(--bg-light); }
.compare__fees tbody tr:hover{ background: #f0f7ff; }

.compare__stories{ position:relative; overflow:hidden; }
.compare__stories-header{ display:flex; align-items:center; justify-content:space-between; margin-bottom:18px; }
.compare__stories-header h3{ color:var(--navy); font-size:1.2rem; margin:0; font-weight:700; }
.compare__stories-header h3 span{ color:var(--red); }
.stories__nav{ display:flex; align-items:center; gap:8px; }
.stories__arrow{
  width:36px; height:36px; border-radius:50%; border:1.5px solid #dfe4ec; background:#fff;
  color:var(--navy); cursor:pointer; display:flex; align-items:center; justify-content:center;
  transition:all .25s ease; box-shadow:0 2px 8px rgba(11,44,95,0.06); font-size:0.82rem;
}
.stories__arrow:hover:not(:disabled){ background:#00AFEF; color:#fff; border-color:#00AFEF; transform:scale(1.06); }
.stories__arrow:disabled{ opacity:0.35; cursor:not-allowed; }

.stories__carousel{ position:relative; width:100%; overflow:hidden; border-radius:14px; }
.stories__track{
  display:flex; gap:16px; transition:transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  will-change:transform; user-select:none; -webkit-user-select:none;
}
.story-card{
  flex: 0 0 calc((100% - 16px) / 2);
  min-width: calc((100% - 16px) / 2);
  box-sizing:border-box;
  background: var(--bg-light);
  border: 1px solid #e2e8f0;
  border-radius:14px;
  padding:20px 16px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-between;
  transition:transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow:0 4px 12px rgba(11,44,95,0.04);
}
.story-card:hover{
  transform:translateY(-3px);
  box-shadow:0 8px 20px rgba(11,44,95,0.09);
  border-color:#cbd5e1;
}
.story-card__avatar{ position:relative; width:68px; height:68px; margin:0 auto 10px; flex-shrink:0; }
.story-card__avatar img{ width:100%; height:100%; border-radius:50%; object-fit:cover; border:2.5px solid #fff; box-shadow:0 4px 10px rgba(0,0,0,0.1); }
.story-card__play{ position:absolute; bottom:2px; right:2px; background:var(--red); color:#fff; width:22px; height:22px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:0.6rem; box-shadow:0 2px 6px rgba(0,0,0,0.2); }
.story-card h5{ color:var(--navy); font-size:1rem; font-weight:700; margin-bottom:2px; }
.story-card__course{ color:#00AFEF; font-size:0.78rem; font-weight:600; margin:0 0 8px; }
.story-card__review{ font-size:0.83rem; color:var(--text); line-height:1.45; margin:0 0 10px; flex-grow:1; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; overflow:hidden; }
.stars{ color:#f59e0b; font-size:0.88rem; letter-spacing:1.5px; }

.stories__dots{ display:flex; justify-content:center; align-items:center; gap:8px; margin-top:16px; }
.stories__dots button{
  width:9px; height:9px; border-radius:50%; background:#cbd5e1; border:none; padding:0;
  cursor:pointer; transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.stories__dots button.active{ width:26px; border-radius:6px; background:var(--navy); }
.stories__dots button:hover:not(.active){ background:#94a3b8; }

/* ===== Stats ===== */
.stats{ background: #0b2c5f; padding:45px 0; }
.stats__grid{ display:grid; grid-template-columns: repeat(4, 1fr); gap:20px; text-align:center; align-items:center; }
.stat{ color:#fff; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:0 15px; background:transparent !important; border:none !important; box-shadow:none !important; }
.stat i{ width:50px; height:50px; border-radius:50%; background:#fff; color:#00AFEF; display:inline-flex; align-items:center; justify-content:center; font-size:1.3rem; margin-bottom:12px; flex-shrink:0; box-shadow:0 4px 12px rgba(0,0,0,0.15); }
.stat strong{ display:block; font-size:1.5rem; font-weight:800; color:#fff; margin-bottom:4px; line-height:1.2; letter-spacing:-0.5px; }
.stat span{ display:block; font-size:0.85rem; color:#cbd5e1; font-weight:500; line-height:1.3; }


/* ===== CTA ===== */
.cta{ background: linear-gradient(120deg, var(--navy) 0%, #123a7a 100%); padding:25px 0; margin-bottom:0 !important; }
.cta__inner{ display:grid; grid-template-columns: auto 1fr 1.2fr auto; gap:24px; align-items:center; }
.cta__img{ width:130px; height:170px; object-fit:cover; border-radius:12px; }
.cta__text h3{ color:#fff; font-size:1.3rem; line-height:1.3; margin-bottom:8px; }
.cta__text p{ color:#cdd8ec; font-size:0.88rem; margin:0; }
.cta__form{ display:grid; grid-template-columns: repeat(3, 1fr); gap:10px; background:#fff; padding:16px; border-radius:12px; }
.cta__form input, .cta__form select{ padding:10px 12px; border:1px solid #dfe4ec; border-radius:6px; font-family:inherit; font-size:0.85rem; }
.cta__form button{ grid-column: 1 / -1; }
.cta__whatsapp{ text-align:center; color:#fff; }
.cta__whatsapp p{ font-size:0.82rem; margin-bottom:10px; opacity:0.9; }

/* ===== Blog ===== */
section.home-blog, section#blog { padding:45px 0; background:#f8fafc; }
.blog__grid{ display:grid; grid-template-columns: repeat(4, 1fr); gap:22px; }
.blog-card{ background:#ffffff !important; border:1px solid #e2e8f0; border-radius:12px; overflow:hidden; transition:transform 0.3s ease, box-shadow 0.3s ease; box-shadow:0 4px 12px rgba(0,0,0,0.03); }
.blog-card:hover{ transform:translateY(-4px); box-shadow:0 8px 24px rgba(0,0,0,0.08); }
.blog-card__img{ position:relative; }
.blog-card__img img{ height:150px; width:100%; object-fit:cover; }
.blog-card__date{
  position:absolute; top:12px; left:12px; background:var(--navy); color:#fff;
  border-radius:6px; padding:6px 10px; text-align:center; font-weight:700; font-size:1rem; line-height:1.1;
}
.blog-card__date small{ display:block; font-weight:500; font-size:0.6rem; }
.blog-card h4{ font-size:0.92rem; color:var(--navy); padding:14px 14px 6px; line-height:1.35; min-height:70px; }
.blog-card a{ display:block; padding:0 14px 16px; font-size:0.82rem; font-weight:700; color:var(--red); }

/* ===== Footer ===== */
.footer{ background: var(--navy-dark); color:#cdd8ec; padding:30px 0 0; margin-top:0 !important; }
.footer__grid{ display:grid; grid-template-columns: 1.3fr 1fr 1fr 1.3fr; gap:30px; padding-bottom:40px; }
.footer .logo__text{ color:#fff; }
.footer .logo__text small{ color: #00AFEF; }
.footer .logo__text em{ color:#93a2c0; }
.footer__col p{ font-size:0.85rem; color:#93a2c0; margin:14px 0; }
.footer__col h5{ color:#fff; font-size:1rem; margin-bottom:18px; }
.footer__col ul{ display:flex; flex-direction:column; gap:10px; }
.footer__col ul a{ font-size:0.85rem; color:#93a2c0; }
.footer__col ul a:hover{ color:#00AFEF; }
.footer__contact li{ display:flex; gap:10px; font-size:0.85rem; align-items:flex-start; }
.footer__contact i{ color:#00AFEF; margin-top:3px; }
.footer__social{ display:flex; gap:10px; }
.footer__social a{ width:34px; height:34px; border-radius:50%; background:rgba(255,255,255,0.08); display:flex; align-items:center; justify-content:center; }
.footer__social a:hover{ background:#00AFEF; color:#ffffff; }
.footer__map{ margin-top:14px; border-radius:10px; overflow:hidden; height:120px; }
.footer__map iframe{ width:100%; height:100%; border:0; filter:grayscale(0.3); }
.footer__grid--wide{ grid-template-columns: 1.5fr 1.1fr 1.1fr 1.1fr 1.1fr 1.4fr; gap:26px; }
.footer__grid--wide .footer__col p{ font-size:0.82rem; }
.footer__grid--wide .footer__col h5{ font-size:0.92rem; margin-bottom:16px; }
.footer__grid--wide .footer__col ul a{ font-size:0.82rem; }
.footer__bottom{ border-top:1px solid rgba(255,255,255,0.1); padding:18px 20px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size:0.8rem; }
.footer__bottom a{ color:#93a2c0; }
.footer__bottom a:hover{ color:#00AFEF; }

/* ===== Scroll reveal ===== */
.reveal{ opacity:0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.reveal--visible{ opacity:1; transform:none; }

/* ===== Form messages ===== */
.form__message{ min-height:1.2em; font-size:0.82rem; margin:2px 0 0; font-weight:600; }
.form__message--success{ color:#1a9c53; }
.form__message--error{ color:#00AFEF; }
.form__message--light.form__message--success{ color:#8ee9b3; }
.form__message--light.form__message--error{ color:#ffb4b0; }

/* ===== FAQ ===== */
.faq{ padding:70px 0; background: var(--bg-light); }
.faq__list{ max-width:820px; margin:0 auto; display:flex; flex-direction:column; gap:14px; }
.faq__item{ background:#fff; border-radius:10px; box-shadow: var(--shadow); overflow:hidden; }
.faq__question{
  width:100%; text-align:left; background:none; border:none; cursor:pointer;
  padding:18px 20px; font-family:inherit; font-size:0.98rem; font-weight:600; color:var(--navy);
  display:flex; align-items:center; justify-content:space-between; gap:12px;
}
.faq__question i{ transition: transform .25s ease; color: var(--red); flex-shrink:0; }
.faq__item.open .faq__question i{ transform: rotate(180deg); }
.faq__answer{ display: none; overflow: visible !important; max-height: none !important; }
.faq__item.open .faq__answer, .faq__answer.active{ display: block !important; max-height: none !important; }
.faq__answer p{ margin:0; padding: 12px 24px 20px; color: var(--text-light); font-size:0.95rem; line-height: 1.6; }

/* ===== Footer newsletter ===== */
.footer__newsletter{ background: rgba(255,255,255,0.04); border-top:1px solid rgba(255,255,255,0.08); border-bottom:1px solid rgba(255,255,255,0.08); }
.footer__newsletter-inner{ display:flex; align-items:center; justify-content:space-between; gap:24px; padding:26px 20px; flex-wrap:wrap; }
.footer__newsletter-inner h5{ color:#fff; margin-bottom:6px; }
.footer__newsletter-inner p{ margin:0; color:#93a2c0; font-size:0.85rem; max-width:360px; }
.newsletter__form{ display:flex; gap:10px; flex-wrap:wrap; align-items:flex-start; }
.newsletter__form input{ padding:11px 16px; border-radius:6px; border:none; min-width:240px; font-family:inherit; font-size:0.9rem; }
.newsletter__form .form__message{ width:100%; }

/* ===== Back to top ===== */
.back-to-top{
  position:fixed; bottom:24px; left:24px; width:46px; height:46px; border-radius:50%;
  background: var(--navy); color:#fff; border:none; cursor:pointer; font-size:1.05rem;
  display:flex; align-items:center; justify-content:center; box-shadow: var(--shadow);
  opacity:0; pointer-events:none; transform:translateY(10px); transition: opacity .25s ease, transform .25s ease;
  z-index:200;
}
.back-to-top.visible{ opacity:1; pointer-events:auto; transform:none; }
.back-to-top:hover{ background: var(--red); }

/* ===== Page Banner (inner pages) ===== */
.page-banner{
  background: linear-gradient(120deg, var(--navy) 0%, #123a7a 100%);
  padding: 46px 0;
}
.page-banner__inner h1{ color:#fff; font-size:clamp(1.6rem, 3vw, 2.2rem); margin-bottom:8px; }
.page-banner__inner p{ color:#cdd8ec; font-size:0.85rem; margin:0; }
.page-banner__inner p a{ color:#cdd8ec; }
.page-banner__inner p a:hover{ color: var(--gold); }
.page-banner__inner p i{ font-size:0.7rem; margin:0 6px; }

/* ===== About page: intro ===== */
.about-intro{ padding:70px 0; background:#fff; }
.about-intro__inner{ display:grid; grid-template-columns: 0.9fr 1.1fr; gap:44px; align-items:center; }
.about-intro__media{ position:relative; }
.about-intro__media img{ border-radius:14px; width:100%; height:420px; object-fit:cover; }
.about-intro__badge{
  position:absolute; bottom:-20px; right:-20px; background:#fff; border-radius:12px; box-shadow: var(--shadow);
  padding:16px 22px; text-align:center;
}
.about-intro__badge strong{ display:block; color:var(--red); font-size:1.6rem; font-weight:800; }
.about-intro__badge span{ font-size:0.75rem; color: var(--text-light); }
.about-intro__content p{ color: var(--text-light); margin-bottom:14px; font-size:0.95rem; }
.about-intro__points{ display:flex; flex-direction:column; gap:10px; margin:20px 0 26px; }
.about-intro__points div{ display:flex; align-items:center; gap:10px; font-weight:600; color:var(--navy); font-size:0.92rem; }
.about-intro__points i{ color:#1a9c53; }

/* ===== About page: mission ===== */
.mission{ padding:70px 0; background: var(--bg-light); }
.mission__grid{ display:grid; grid-template-columns: repeat(3, 1fr); gap:24px; }
.mission__card{ background:#fff; border-radius:12px; padding:32px 24px; text-align:center; box-shadow: var(--shadow); }
.mission__card i{ font-size:2rem; color: var(--red); margin-bottom:16px; }
.mission__card h4{ color:var(--navy); margin-bottom:10px; }
.mission__card p{ color: var(--text-light); font-size:0.9rem; margin:0; }

/* ===== About page: team ===== */
.team{ padding:70px 0; background:#fff; }
.team__grid{ display:grid; grid-template-columns: repeat(4, 1fr); gap:24px; }
.team-card{ text-align:center; }
.team-card img{ width:120px; height:120px; border-radius:50%; object-fit:cover; margin:0 auto 14px; box-shadow: var(--shadow); }
.team-card h5{ color:var(--navy); font-size:0.98rem; margin-bottom:2px; }
.team-card p{ color: var(--text-light); font-size:0.82rem; margin:0; }

/* ===== Services page ===== */
.services-detail{ padding:70px 0; background:#fff; }
.services-detail__intro{ max-width:640px; margin:0 auto 40px; text-align:center; color: var(--text-light); }
.services-detail__grid{ display:grid; grid-template-columns: repeat(4, 1fr); gap:22px; }
.service-detail-card{ background: var(--bg-light); border-radius:12px; padding:28px 22px; transition: transform .2s, box-shadow .2s; }
.service-detail-card:hover{ transform: translateY(-6px); box-shadow: var(--shadow); background:#fff; }
.service-detail-card__icon{
  width:54px; height:54px; border-radius:50%; background: var(--navy); color:#fff;
  display:flex; align-items:center; justify-content:center; font-size:1.3rem; margin-bottom:16px;
}
.service-detail-card h4{ color:var(--navy); font-size:1rem; margin-bottom:8px; }
.service-detail-card p{ color: var(--text-light); font-size:0.86rem; margin:0; }

/* ===== Contact page ===== */
.contact-info{ padding:60px 0 20px; background:#fff; }
.contact-info__grid{ display:grid; grid-template-columns: repeat(4, 1fr); gap:22px; }
.contact-info__card{ background: #0b2c5f; color: #ffffff; border-radius:12px; padding:28px 20px; text-align:center; transition: all 0.3s ease; cursor: pointer; }
.contact-info__card i{ font-size:1.8rem; color: #ffffff; margin-bottom:14px; transition: color 0.3s ease; }
.contact-info__card h4{ color:#ffffff; font-size:0.95rem; margin-bottom:8px; transition: color 0.3s ease; }
.contact-info__card p,
.contact-info__card p a{ color: rgba(255, 255, 255, 0.85); font-size:0.86rem; margin:0; transition: color 0.3s ease; }
.contact-info__card p a{ color: #ffffff; font-weight:600; }
.contact-info__card:hover{ transform: translateY(-6px); box-shadow: 0 10px 25px rgba(0, 175, 239, 0.4); background: #00AFEF !important; color: #ffffff !important; }
.contact-info__card:hover i,
.contact-info__card:hover h4,
.contact-info__card:hover p,
.contact-info__card:hover p a{ color: #ffffff !important; }

.contact-main{ padding:50px 0 70px; background:#fff; }
.contact-main__inner{ display:grid; grid-template-columns: 1.1fr 0.9fr; gap:32px; align-items:start; }

.contact-form-card{ background: var(--bg-light); border-radius:14px; padding:30px; }
.contact-form-card h3{ color:var(--navy); font-size:1.2rem; margin-bottom:6px; }
.contact-form-card h3 span{ color: var(--red); }
.contact-form-card > p{ color: var(--text-light); font-size:0.88rem; margin:0 0 20px; }
.contact-form-card form{ display:flex; flex-direction:column; gap:12px; }
.contact-form-card__row{ display:grid; grid-template-columns: 1fr 1fr; gap:12px; }
.contact-form-card input, .contact-form-card select, .contact-form-card textarea{
  padding:12px 14px; border:1px solid #dfe4ec; border-radius:6px; font-family:inherit; font-size:0.9rem; width:100%; resize:vertical;
}
.contact-form-card input:focus, .contact-form-card select:focus, .contact-form-card textarea:focus{ outline:2px solid var(--navy); outline-offset:1px; }

.contact-map-card{ display:flex; flex-direction:column; gap:20px; }
.contact-map-card__frame{ border-radius:14px; overflow:hidden; box-shadow: var(--shadow); height:260px; }
.contact-map-card__frame iframe{ width:100%; height:100%; border:0; }
.contact-map-card__whatsapp{
  background: linear-gradient(120deg, var(--navy) 0%, #123a7a 100%); border-radius:14px; padding:26px;
  color:#fff; display:flex; flex-direction:column; gap:14px; align-items:flex-start;
}
.contact-map-card__whatsapp h5{ font-size:1.02rem; margin-bottom:4px; }
.contact-map-card__whatsapp p{ font-size:0.85rem; color:#cdd8ec; margin:0; }

/* ===== Service / Course detail (shared 2-col layout) ===== */
.eyebrow{ display:inline-block; color: var(--red); font-weight:700; font-size:0.8rem; letter-spacing:1px; margin-bottom:8px; }
.service-detail{ padding:60px 0 70px; background:#fff; }
.service-detail__inner{ display:grid; grid-template-columns: 1.6fr 0.9fr; gap:40px; align-items:start; }
.service-detail__content p{ color: var(--text-light); font-size:0.95rem; margin-bottom:16px; }
.service-detail__content h4{ color:var(--navy); font-size:1.05rem; margin:28px 0 14px; }
.service-detail__list{ display:flex; flex-direction:column; gap:10px; }
.service-detail__list li{ display:flex; align-items:flex-start; gap:10px; color: var(--text-light); font-size:0.92rem; }
.service-detail__list i{ color:#1a9c53; margin-top:3px; }
.service-detail__steps{ display:flex; flex-direction:column; gap:12px; }
.service-detail__steps div{ display:flex; align-items:center; gap:14px; background: var(--bg-light); padding:14px 16px; border-radius:8px; font-size:0.9rem; color:var(--navy); font-weight:600; }
.service-detail__steps span{ width:30px; height:30px; border-radius:50%; background:var(--navy); color:#fff; display:flex; align-items:center; justify-content:center; font-size:0.85rem; flex-shrink:0; }
.service-detail__sidebar img{ border-radius:12px; margin-bottom:20px; height:220px; width:100%; object-fit:cover; }
.service-detail__sidebar-card{ background: var(--bg-light); border-radius:12px; padding:22px; margin-bottom:20px; }
.service-detail__sidebar-card h5{ color:var(--navy); margin-bottom:14px; }
.service-detail__sidebar-card ul{ display:flex; flex-direction:column; gap:10px; }
.service-detail__sidebar-card ul a{ font-size:0.88rem; color: var(--text-light); display:block; padding:6px 0; border-bottom:1px dashed #dfe4ec; }
.service-detail__sidebar-card ul a.active,
.service-detail__sidebar-card ul a:hover{ color: var(--red); font-weight:600; }
.service-detail__sidebar-card--dark{ background: linear-gradient(120deg, var(--navy) 0%, #123a7a 100%); color:#fff; text-align:center; }
.service-detail__sidebar-card--dark h5{ color:#fff; }
.service-detail__sidebar-card--dark p{ color:#cdd8ec; font-size:0.85rem; margin-bottom:16px; }

/* ===== Course listing ===== */
.course__grid{ display:grid; grid-template-columns: repeat(2, 1fr); gap:24px; }
.course-card{ background: var(--bg-light); border-radius:12px; overflow:hidden; display:flex; flex-direction:column; transition: transform .2s; }
.course-card:hover{ transform: translateY(-6px); }
.course-card img{ height:180px; width:100%; object-fit:cover; }
.course-card__body{ padding:22px; }
.course-card__body h4{ color:var(--navy); margin-bottom:10px; }
.course-card__meta{ display:flex; gap:16px; margin-bottom:12px; flex-wrap:wrap; }
.course-card__meta span{ font-size:0.82rem; color: var(--text-light); font-weight:600; display:flex; align-items:center; gap:6px; }
.course-card__meta i{ color: var(--red); }
.course-card__body p{ color: var(--text-light); font-size:0.88rem; margin-bottom:16px; }

/* ===== Course detail table / snapshot ===== */
.course-detail__table{ width:100%; border-collapse:collapse; margin-bottom:10px; }
.course-detail__table th, .course-detail__table td{ padding:12px 14px; text-align:left; font-size:0.88rem; border-bottom:1px solid #eef1f6; }
.course-detail__table thead th{ background: var(--navy); color:#fff; }
.course-detail__table tbody tr:nth-child(even){ background: var(--bg-light); }
.course-detail__snapshot{ display:flex; flex-direction:column; gap:10px; }
.course-detail__snapshot li{ display:flex; justify-content:space-between; font-size:0.88rem; border-bottom:1px dashed #dfe4ec; padding-bottom:8px; }
.course-detail__snapshot span{ color: var(--text-light); }
.course-detail__snapshot strong{ color:var(--navy); }

/* ===== Blog listing + sidebar ===== */
.blog-listing{ padding:60px 0 70px; background:#fff; }
.blog-listing__inner{ display:grid; grid-template-columns: 1.8fr 0.9fr; gap:36px; align-items:start; }
.blog__grid--listing{ grid-template-columns: repeat(2, 1fr); margin-bottom:30px; }
.blog-listing__pagination{ display:flex; gap:8px; justify-content:center; }
.blog-listing__pagination a{ width:36px; height:36px; border-radius:8px; background: var(--bg-light); color:var(--navy); display:flex; align-items:center; justify-content:center; font-weight:600; font-size:0.88rem; }
.blog-listing__pagination a.active, .blog-listing__pagination a:hover{ background:var(--navy); color:#fff; }

.blog-sidebar{ display:flex; flex-direction:column; gap:20px; }
.blog-sidebar__card{ background: var(--bg-light); border-radius:12px; padding:22px; }
.blog-sidebar__card h5{ color:var(--navy); margin-bottom:16px; }
.blog-sidebar__card ul{ display:flex; flex-direction:column; gap:10px; }
.blog-sidebar__card ul a{ display:flex; justify-content:space-between; font-size:0.88rem; color: var(--text-light); }
.blog-sidebar__card ul a:hover{ color: var(--red); }
.blog-sidebar__card ul a span{ color:#9aa4b2; }
.blog-sidebar__search{ display:flex; border-radius:8px; overflow:hidden; border:1px solid #dfe4ec; }
.blog-sidebar__search input{ flex:1; border:none; padding:10px 12px; font-family:inherit; font-size:0.88rem; }
.blog-sidebar__search button{ background:var(--navy); color:#fff; border:none; padding:0 16px; cursor:pointer; }
.blog-sidebar__recent{ gap:14px !important; }
.blog-sidebar__recent li{ display:flex; gap:10px; align-items:center; }
.blog-sidebar__recent img{ width:52px; height:52px; border-radius:8px; object-fit:cover; flex-shrink:0; }
.blog-sidebar__recent a{ font-size:0.84rem; color:var(--navy); font-weight:600; line-height:1.35; }
.blog-sidebar__card--dark{ background: linear-gradient(120deg, var(--navy) 0%, #123a7a 100%); color:#fff; text-align:center; }
.blog-sidebar__card--dark h5{ color:#fff; }
.blog-sidebar__card--dark p{ color:#cdd8ec; font-size:0.85rem; margin-bottom:16px; }

/* ===== Blog article ===== */
.blog-article__cover{ width:100%; height:340px; object-fit:cover; border-radius:14px; margin-bottom:22px; }
.blog-article__meta{ display:flex; gap:18px; flex-wrap:wrap; margin-bottom:14px; }
.blog-article__meta span{ font-size:0.82rem; color: var(--text-light); display:flex; align-items:center; gap:6px; }
.blog-article__meta i{ color: var(--red); }
.blog-article h1{ color:var(--navy); font-size:clamp(1.4rem, 2.6vw, 1.9rem); margin-bottom:18px; line-height:1.3; }
.blog-article h3{ color:var(--navy); font-size:1.1rem; margin:26px 0 12px; }
.blog-article p{ color: var(--text-light); font-size:0.95rem; margin-bottom:14px; }
.blog-article ul{ display:flex; flex-direction:column; gap:8px; margin-bottom:14px; padding-left:4px; }
.blog-article ul li{ color: var(--text-light); font-size:0.92rem; padding-left:18px; position:relative; }
.blog-article ul li::before{ content:'\\2022'; color: var(--red); position:absolute; left:0; font-weight:800; }
.blog-article__tags{ display:flex; gap:10px; flex-wrap:wrap; margin:20px 0; }
.blog-article__tags span{ background: var(--bg-light); color:var(--navy); font-size:0.78rem; font-weight:600; padding:6px 14px; border-radius:20px; }
.blog-article__share{ display:flex; align-items:center; gap:12px; padding:18px 0; border-top:1px solid #eef1f6; border-bottom:1px solid #eef1f6; margin-bottom:26px; }
.blog-article__share span{ font-size:0.85rem; color: var(--text-light); font-weight:600; }
.blog-article__share a{ width:32px; height:32px; border-radius:50%; background: var(--bg-light); color:var(--navy); display:flex; align-items:center; justify-content:center; font-size:0.8rem; }
.blog-article__share a:hover{ background:var(--navy); color:#fff; }
.blog-article__author{ display:flex; gap:16px; background: var(--bg-light); border-radius:12px; padding:20px; margin-bottom:30px; }
.blog-article__author img{ width:64px; height:64px; border-radius:50%; object-fit:cover; flex-shrink:0; }
.blog-article__author h5{ color:var(--navy); margin-bottom:6px; }
.blog-article__author p{ font-size:0.85rem; margin:0; }
.blog-article__comment-form h4{ color:var(--navy); margin-bottom:16px; }
.blog-article__comment-form form{ display:flex; flex-direction:column; gap:12px; }
.blog-article__comment-form input, .blog-article__comment-form textarea{ padding:12px 14px; border:1px solid #dfe4ec; border-radius:6px; font-family:inherit; font-size:0.9rem; width:100%; resize:vertical; }
.blog-article__comment-form button{ align-self:flex-start; }

/* ===== Team profile (detail page) ===== */
.team-profile{ padding:60px 0 70px; background:#fff; }
.team-profile__inner{ display:grid; grid-template-columns: 0.7fr 1.3fr; gap:40px; align-items:start; }
.team-profile__photo img{ width:100%; border-radius:14px; height:360px; object-fit:cover; box-shadow: var(--shadow); }
.team-profile__social{ display:flex; gap:10px; justify-content:center; margin-top:16px; }
.team-profile__social a{ width:38px; height:38px; border-radius:50%; background: var(--bg-light); color:var(--navy); display:flex; align-items:center; justify-content:center; }
.team-profile__social a:hover{ background:var(--navy); color:#fff; }
.team-profile__content h1{ color:var(--navy); font-size:clamp(1.4rem, 2.6vw, 1.9rem); margin-bottom:14px; }
.team-profile__content p{ color: var(--text-light); font-size:0.95rem; margin-bottom:14px; }
.team-profile__content h4{ color:var(--navy); margin:24px 0 12px; }
.team-profile__facts{ display:flex; gap:30px; margin:22px 0; flex-wrap:wrap; }
.team-profile__facts div{ text-align:center; }
.team-profile__facts strong{ display:block; color: var(--red); font-size:1.5rem; font-weight:800; }
.team-profile__facts span{ font-size:0.78rem; color: var(--text-light); }

/* ===== FAQ page (tabbed) ===== */
.faq-page{ padding:60px 0 80px; background: var(--bg-light); }
.faq-page__search{ position:relative; max-width:520px; margin:0 auto 30px; }
.faq-page__search i{ position:absolute; left:18px; top:50%; transform:translateY(-50%); color: var(--text-light); }
.faq-page__search input{ width:100%; padding:14px 18px 14px 44px; border-radius:30px; border:1px solid #dfe4ec; font-family:inherit; font-size:0.92rem; }
.faq-page__search input:focus{ outline:2px solid var(--navy); }
.faq-page__tabs{ display:flex; justify-content:center; gap:10px; flex-wrap:wrap; margin-bottom:30px; }
.faq-page__tab{ padding:10px 20px; border-radius:24px; border:2px solid transparent; background:#fff; color:var(--navy); font-family:inherit; font-weight:600; font-size:0.88rem; cursor:pointer; box-shadow: var(--shadow); }
.faq-page__tab.active{ background:var(--navy); color:#fff; }
.faq-page__panel .faq__list{ max-width:820px; margin:0 auto; }
.faq-page__empty{ text-align:center; color: var(--text-light); max-width:520px; margin:20px auto 0; }
.faq-page__empty a{ color: var(--red); font-weight:600; }

/* ===== Back To Top ===== */
.back-to-top{
  position:fixed; bottom:24px; left:24px; width:48px; height:48px; border-radius:50%;
  background: var(--navy); color:#fff; border:none; display:flex; align-items:center; justify-content:center;
  font-size:1.1rem; cursor:pointer; box-shadow:0 6px 18px rgba(11,44,95,0.25); z-index:200;
  opacity:0; visibility:hidden; transform:translateY(15px); transition: all .25s ease;
}
.back-to-top.visible{ opacity:1; visibility:visible; transform:translateY(0); }
.back-to-top:hover{ background: #00AFEF; color:#fff; transform: translateY(-3px); }

/* ===== Floating WhatsApp ===== */
.floating-whatsapp{
  position:fixed; bottom:24px; right:24px; width:54px; height:54px; border-radius:50%;
  background: var(--green); color:#fff; display:flex; align-items:center; justify-content:center;
  font-size:1.6rem; box-shadow:0 10px 24px rgba(37,211,102,0.45); z-index:200;
  animation: pulse 2.2s infinite;
}
@keyframes pulse{
  0%{ box-shadow:0 0 0 0 rgba(37,211,102,0.5); }
  70%{ box-shadow:0 0 0 14px rgba(37,211,102,0); }
  100%{ box-shadow:0 0 0 0 rgba(37,211,102,0); }
}

/* ===== Responsive ===== */
@media (max-width: 1024px){
  .hero__inner{ grid-template-columns: 1fr 1fr; }
  .hero__form{ grid-column: 1 / -1; }
  .why__grid{ grid-template-columns: repeat(3, 1fr); }
  .process__grid{ grid-template-columns: repeat(3, 1fr); row-gap:30px; }
  .destinations__grid{ grid-template-columns: repeat(2, 1fr); }
  .compare__inner{ grid-template-columns: 1fr; }
  .stories__grid{ grid-template-columns: repeat(3, 1fr); }
  .cta__inner{ grid-template-columns: 1fr 1fr; }
  .cta__img, .cta__whatsapp{ grid-column: span 2; }
  .blog__grid{ grid-template-columns: repeat(2, 1fr); }
  .footer__grid{ grid-template-columns: 1fr 1fr; }
  .footer__grid--wide{ grid-template-columns: repeat(3, 1fr); }
  .about-intro__inner{ grid-template-columns: 1fr; }
  .about-intro__media img{ height:320px; }
  .mission__grid{ grid-template-columns: repeat(2, 1fr); }
  .team__grid{ grid-template-columns: repeat(2, 1fr); }
  .services-detail__grid{ grid-template-columns: repeat(2, 1fr); }
  .contact-info__grid{ grid-template-columns: repeat(2, 1fr); }
  .contact-main__inner{ grid-template-columns: 1fr; }
  .service-detail__inner{ grid-template-columns: 1fr; }
  .course__grid{ grid-template-columns: 1fr; }
  .blog-listing__inner{ grid-template-columns: 1fr; }
  .blog__grid--listing{ grid-template-columns: repeat(2, 1fr); }
  .team-profile__inner{ grid-template-columns: 1fr; }
  .team-profile__photo img{ height:280px; }
}

@media (max-width: 768px){
  .container{ padding: 0 16px; }

  /* Topbar mobile */
  .topbar__inner{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    padding: 8px 16px;
  }
  .topbar__left{
    width: 100%;
    text-align: center;
    font-size: 0.76rem;
    word-break: break-word;
  }
  .topbar__right{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
  }
  .topbar__call-btn{
    padding: 4px 12px;
    font-size: 0.75rem;
  }
  .topbar__social{
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .topbar__social a{
    width: 22px;
    height: 22px;
    font-size: 0.68rem;
  }

  /* Header mobile */
  .header__inner{
    padding: 8px 16px;
    gap: 10px;
  }
  .logo{
    max-width: 180px;
    min-width: 0;
    flex-shrink: 1;
  }
  .logo__img{
    height: 44px !important;
    max-height: 44px !important;
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
  }
  .header__actions{
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
  }
  .header__phone{
    padding: 7px 14px;
    font-size: 0.78rem;
    border-radius: 20px;
    font-weight: 600;
    white-space: nowrap;
  }
  .header__phone span > br{ display:none; }
  .nav-toggle{
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: var(--bg-light);
    border: 1px solid #dfe4ec;
    border-radius: 8px;
    font-size: 1.2rem;
    color: var(--navy);
    cursor: pointer;
    flex-shrink: 0;
    transition: all .2s ease;
  }
  .nav-toggle:hover,
  .nav-toggle:active{
    background: #00AFEF;
    color: #ffffff;
    border-color: #00AFEF;
  }

  /* Drawer Navigation */
  .nav{
    display: flex;
    position: fixed;
    top: 0;
    right: -320px;
    height: 100vh;
    width: min(300px, 85vw);
    background: #fff;
    flex-direction: column;
    padding: 60px 18px 30px;
    box-shadow: -6px 0 24px rgba(0,0,0,0.15);
    gap: 12px;
    z-index: 300;
    transition: right .3s ease;
    overflow-y: auto;
  }
  .nav.open{ right: 0; }
  .nav__close{
    display: flex;
    position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--bg-light);
    border: 1px solid #dfe4ec;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: var(--navy);
    cursor: pointer;
    transition: all .2s ease;
  }
  .nav__close:hover{
    background: #00AFEF;
    color: #ffffff;
  }
  .nav-overlay{
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(7,28,63,0.55);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
    z-index: 250;
  }
  .nav-overlay.open{ opacity: 1; pointer-events: auto; }

  .nav-item{ position: static; width: 100%; }
  .nav-item .nav-link.has-dropdown{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 14px;
    border-radius: 8px;
    background: var(--bg-light);
    font-weight: 600;
  }
  .nav-item .nav-link.has-dropdown i{ transition: transform .25s ease; font-size: 0.75rem; }
  .nav-item.open .nav-link.has-dropdown i{ transform: rotate(180deg); }
  .nav-link{
    padding: 8px 12px;
    font-size: 0.92rem;
    font-weight: 500;
    display: block;
    border-radius: 6px;
  }
  .nav-link:hover{
    background: var(--bg-light);
    color: #00AFEF;
  }
  .submenu{
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    margin-top: 0;
    transition: max-height .3s ease, padding .3s ease, margin-top .3s ease;
  }
  .nav-item.open .submenu{
    max-height: 400px;
    padding: 8px 0;
    margin-top: 6px;
  }
  .submenu a{
    padding: 8px 16px 8px 24px;
    font-size: 0.84rem;
    display: block;
    color: var(--text);
  }
  .submenu a:hover{
    color: #00AFEF;
  }

  /* Hero & Sections */
  .hero{ padding: 24px 0 30px; }
  .hero__inner{ grid-template-columns: 1fr; }
  .hero__inner-v2{
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .hero__inner-v2 .hero__media,
  .hero__inner-v2 .hero__media--video{
    order: -1;
    width: 100%;
  }
  .hero__inner-v2 .hero__content{
    order: 1;
    width: 100%;
  }
  .hero__content h1{ font-size: clamp(1.75rem, 6vw, 2.3rem); line-height: 1.25; }
  .hero__content p{ font-size: 0.92rem; margin: 12px 0 18px; }
  .hero__features-grid{ gap: 8px; margin: 16px 0 20px; }
  .hero__features-grid li{ padding: 8px 12px; font-size: 0.85rem; }
  .hero__cta{ flex-direction: column; gap: 10px; width: 100%; }
  .hero__cta .btn{ width: 100%; justify-content: center; }
  .hero__video-wrap, .hero__video-player, .hero__video-iframe{ min-height: 220px; max-height: 320px; border-radius: 12px; }
  .hero__flags-bar{ gap: 10px 16px; padding-top: 16px; margin-top: 20px; justify-content: center; }
  .hero__flags-bar li{ font-size: 0.78rem; gap: 6px; }
  .hero__flags{ position:static; margin-top:16px; flex-direction:row; flex-wrap:wrap; justify-content:center; }

  .why__grid{ grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .process__grid{ grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .destinations__grid{ grid-template-columns: 1fr; }
  .compare__inner{ grid-template-columns: 1fr; gap: 32px; }
  .story-card{ flex: 0 0 calc((100% - 12px) / 2); min-width: calc((100% - 12px) / 2); }
  @media (max-width: 580px){
    .story-card{ flex: 0 0 100%; min-width: 100%; }
  }
  .stats__grid{ grid-template-columns: repeat(2, 1fr); row-gap:18px; }
  .stat{ border-right:none; padding:0 14px; }
  .stat:nth-child(odd){ border-right:1px solid rgba(255,255,255,0.18); }
  .cta__inner{ grid-template-columns: 1fr; text-align:center; }
  .cta__img{ margin:0 auto; }
  .cta__form{ grid-template-columns: 1fr; }
  .blog__grid{ grid-template-columns: 1fr; }
  .footer__grid{ grid-template-columns: 1fr; }
  .footer__grid--wide{ grid-template-columns: repeat(2, 1fr); gap: 26px 20px; }
  .footer__col--brand,
  .footer__col--contact { grid-column: 1 / -1; }
  .footer__newsletter-inner{ flex-direction:column; align-items:flex-start; }
  .newsletter__form{ width:100%; }
  .newsletter__form input{ flex:1; min-width:0; }
  .back-to-top{ left:16px; bottom:16px; width:42px; height:42px; }
  .floating-whatsapp{ right:16px; bottom:16px; width:50px; height:50px; font-size:1.4rem; }
  .about-intro__badge{ position:static; margin-top:-40px; margin-left:16px; display:inline-block; }
  .mission__grid{ grid-template-columns: 1fr; }
  .team__grid{ grid-template-columns: repeat(2, 1fr); }
  .services-detail__grid{ grid-template-columns: 1fr; }
  .contact-info__grid{ grid-template-columns: 1fr; }
  .contact-form-card__row{ grid-template-columns: 1fr; }
  .course__grid{ grid-template-columns: 1fr; }
  .blog__grid--listing{ grid-template-columns: 1fr; }
  .service-detail__inner{ grid-template-columns: 1fr; }
  /* Universities Carousel on Mobile */
  .universities{ padding: 45px 0; }
  .uni-carousel{
    position: relative;
    display: block;
    width: 100%;
  }
  .uni-carousel__track{
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 6px 4px 18px 4px;
    width: 100%;
  }
  .uni-carousel .uni-card{
    min-width: calc(100% - 24px);
    max-width: 320px;
    flex-shrink: 0;
    scroll-snap-align: center;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(11,44,95,0.08);
  }
  .uni-carousel__arrow{
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 10;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 14px rgba(11, 44, 95, 0.2);
    border: 1.5px solid #dfe4ec;
  }
  .uni-carousel__arrow--left{
    left: -4px;
  }
  .uni-carousel__arrow--right{
    right: -4px;
  }
  .uni-card__body h4{
    font-size: 1.05rem;
    min-height: auto;
    line-height: 1.35;
    margin-bottom: 8px;
  }

  .faq-page__tabs{ gap:8px; }
  .faq-page__tab{ padding:8px 14px; font-size:0.8rem; }
}

@media (max-width: 480px){
  .container{ padding: 0 12px; }

  /* Header on small screens */
  .header__inner{
    padding: 8px 12px;
    gap: 8px;
  }
  .logo{
    max-width: 140px;
  }
  .logo__img{
    height: 36px !important;
    max-height: 36px !important;
  }
  .header__actions{
    gap: 6px;
  }
  .header__phone{
    padding: 5px 10px;
    font-size: 0.72rem;
    border-radius: 16px;
  }
  .nav-toggle{
    width: 34px;
    height: 34px;
    font-size: 1.1rem;
    border-radius: 6px;
  }

  /* Topbar on small screens */
  .topbar__inner{
    padding: 6px 12px;
    gap: 6px;
  }
  .topbar__left{
    font-size: 0.72rem;
  }
  .topbar__call-btn{
    padding: 3px 8px;
    font-size: 0.7rem;
  }

  /* Hero on small screens */
  .hero__content h1{
    font-size: 1.6rem;
  }
  .hero__badge{
    font-size: 0.65rem;
    padding: 4px 10px;
  }
  .hero__video-wrap, .hero__video-player, .hero__video-iframe{
    min-height: 190px;
    max-height: 250px;
  }

  /* Universities Carousel on small screens */
  .uni-carousel .uni-card{
    min-width: calc(100% - 10px);
    max-width: 100%;
  }
  .uni-carousel__arrow{
    width: 34px;
    height: 34px;
    font-size: 0.85rem;
  }
  .uni-carousel__arrow--left{
    left: -2px;
  }
  .uni-carousel__arrow--right{
    right: -2px;
  }

  /* Mobile Grids (2 Columns for compact space utilization) */
  .why__grid{ grid-template-columns: repeat(2, 1fr); gap: 12px 10px; }
  .why__card{ padding: 16px 10px; border-radius: 12px; }
  .why__card i{ font-size: 1.4rem; margin-bottom: 8px; }
  .why__card h4{ font-size: 0.88rem; margin-bottom: 4px; }
  .why__card p{ font-size: 0.75rem; line-height: 1.3; }

  .process__grid{ grid-template-columns: repeat(2, 1fr); gap: 14px 10px; }
  .process__step{
    background: #f8fafc;
    border: 1px solid #edf2f7;
    border-radius: 12px;
    padding: 14px 8px;
  }
  .process__icon{
    width: 48px;
    height: 48px;
    font-size: 1rem;
    margin: 0 auto 10px;
  }
  .process__icon i{
    width: 20px;
    height: 20px;
    font-size: 0.6rem;
    bottom: -3px;
    right: -3px;
  }
  .process__step h4{
    font-size: 0.84rem;
    line-height: 1.25;
    margin-bottom: 3px;
  }
  .process__step p{
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .team__grid{ grid-template-columns: 1fr; }
  .footer__grid--wide{ grid-template-columns: repeat(2, 1fr); gap: 24px 16px; }
  .footer__col--brand,
  .footer__col--contact { grid-column: 1 / -1; }
  .footer__col h5 { font-size: 0.95rem; margin-bottom: 12px; }
  .footer__col ul { gap: 8px; }
  .footer__col ul a { font-size: 0.83rem; }
}

/* ===== New Pages: Why Study / Admission Process / Eligibility / Scholarships / Fee Structure ===== */
.stat-strip{ background:#fff; margin-top:-46px; position:relative; z-index:5; }
.stat-strip__box{ background:#fff; box-shadow: var(--shadow); border-radius:14px; padding:26px 20px; display:grid; grid-template-columns: repeat(4,1fr); gap:10px; }
.stat-strip__item{ display:flex; align-items:center; gap:12px; justify-content:center; }
.stat-strip__icon{ width:50px; height:50px; border-radius:50%; background: var(--bg-light); color:var(--navy); display:flex; align-items:center; justify-content:center; font-size:1.2rem; flex-shrink:0; }
.stat-strip__item strong{ display:block; color:var(--navy); font-size:1.3rem; font-weight:800; }
.stat-strip__item span{ display:block; color:var(--text-light); font-size:0.78rem; }

.info-grid{ display:grid; grid-template-columns: repeat(3, 1fr); gap:20px; }
.info-grid--6{ grid-template-columns: repeat(6, 1fr); }
.info-grid--4{ grid-template-columns: repeat(4, 1fr); }
.info-card{ text-align:center; background:#fff; border:1px solid #eef1f6; box-shadow: var(--shadow); padding:28px 18px; border-radius:12px; transition: all 0.3s ease; cursor: pointer; }
.info-card__icon{ width:60px; height:60px; margin:0 auto 16px; border-radius:50%; background: var(--bg-light); color:var(--navy); display:flex; align-items:center; justify-content:center; font-size:1.5rem; transition: all 0.3s ease; }
.info-card h4{ color:var(--navy); font-size:1rem; margin-bottom:8px; transition: color 0.3s ease; }
.info-card p{ color:var(--text-light); font-size:0.85rem; margin:0; transition: color 0.3s ease; }
.info-card:hover{ background: #00AFEF !important; border-color: #00AFEF !important; transform: translateY(-6px); box-shadow: 0 12px 28px rgba(0, 175, 239, 0.35) !important; }
.info-card:hover h4,
.info-card:hover p{ color: #ffffff !important; }
.info-card:hover .info-card__icon{ background: rgba(255,255,255,0.2) !important; color: #ffffff !important; }

.doc-grid{ display:grid; grid-template-columns: repeat(4, 1fr); gap:16px; }
.doc-item{ display:flex; align-items:center; gap:12px; background: var(--bg-light); border-radius:10px; padding:16px 18px; transition: all 0.3s ease; cursor: pointer; border: 1px solid transparent; }
.doc-item i{ color:var(--navy); font-size:1.3rem; flex-shrink:0; transition: color 0.3s ease; }
.doc-item span{ font-size:0.88rem; color:var(--navy); font-weight:600; transition: color 0.3s ease; }
.doc-item:hover{ background: #00AFEF !important; border-color: #00AFEF !important; transform: translateY(-4px); box-shadow: 0 8px 22px rgba(0, 175, 239, 0.35) !important; }
.doc-item:hover i,
.doc-item:hover span{ color: #ffffff !important; }

.note-box{ display:flex; gap:26px; align-items:stretch; background: var(--bg-light); border-left:4px solid var(--gold); border-radius:10px; padding:24px; transition: all 0.3s ease; }
.note-box:hover{ border-left-color: #00AFEF !important; box-shadow: 0 10px 25px rgba(0, 175, 239, 0.25) !important; }
.note-box__icon{ width:110px; flex-shrink:0; display:flex; align-items:center; justify-content:center; background:#fff; border-radius:14px; box-shadow: var(--shadow); }
.note-box__icon i{ font-size:3.4rem !important; }
@media (max-width: 600px){ .note-box__icon{ width:100%; padding:18px 0; } }
.note-box h5{ color:var(--navy); display:flex; align-items:center; gap:8px; margin-bottom:14px; font-size:0.95rem; }
.note-box h5 i{ color:var(--navy); }
.note-box ul{ display:flex; flex-direction:column; gap:10px; }
.note-box ul li{ display:flex; align-items:flex-start; gap:10px; font-size:0.87rem; color:var(--text); }
.note-box ul li i{ color:var(--navy); margin-top:4px; font-size:0.8rem; }

.badge-pill{ display:inline-block; background: rgba(0,175,239,0.08); color:var(--red); font-weight:700; font-size:0.78rem; letter-spacing:0.5px; padding:6px 16px; border-radius:20px; margin-bottom:14px; }

.fee-table-wrap{ overflow-x:auto; background:#fff; border-radius:14px; box-shadow: var(--shadow); padding:6px; }
.fee-table{ width:100%; border-collapse:collapse; min-width:760px; }
.fee-table th, .fee-table td{ padding:14px 16px; text-align:left; font-size:0.88rem; border-bottom:1px solid #eef1f6; white-space:nowrap; }
.fee-table thead th{ background: var(--navy); color:#fff; }
.fee-table tbody tr:nth-child(even){ background: var(--bg-light); }
.fee-table td.fee-table__total{ color:var(--navy); font-weight:700; }
.fee-table__note{ font-size:0.78rem; color:var(--text-light); margin-top:10px; }

.highlight-grid{ display:grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap:20px; position:relative; }
.highlight-grid::before{ content:''; position:absolute; top:34px; left:8%; right:8%; border-top:2px dashed #dce3ef; z-index:0; }
.highlight-card{ position:relative; z-index:1; text-align:center; background:#fff; border:1px solid #eef1f6; box-shadow:var(--shadow); border-radius:14px; padding:26px 16px; transition: all 0.3s ease; cursor: pointer; }
.highlight-card__icon{ width:56px; height:56px; margin:0 auto 14px; border-radius:16px; background: var(--bg-light); color:var(--navy); display:flex; align-items:center; justify-content:center; font-size:1.3rem; transition: all 0.3s ease; }
.highlight-card i{ font-size:1.5rem; color:var(--navy); margin-bottom:0; transition: color 0.3s ease; }
.highlight-card h5{ color:var(--navy); font-size:0.95rem; margin-bottom:8px; font-weight:700; transition: color 0.3s ease; }
.highlight-card p{ color:var(--text-light); font-size:0.82rem; margin:0; line-height:1.5; transition: color 0.3s ease; }
.highlight-card:hover{ background: #00AFEF !important; border-color: #00AFEF !important; transform: translateY(-6px); box-shadow: 0 12px 28px rgba(0, 175, 239, 0.35) !important; }
.highlight-card:hover i,
.highlight-card:hover h5,
.highlight-card:hover p{ color: #ffffff !important; }
.highlight-card:hover .highlight-card__icon{ background: rgba(255,255,255,0.2) !important; color: #ffffff !important; }
.highlight-card:hover .highlight-card__icon i{ color: #ffffff !important; }

/* FontAwesome Pro Fallback */
.fa-shield-check::before { content: "\f4b8" !important; }

.split-panel{ display:grid; grid-template-columns: 1fr 1fr; gap:24px; }
.cost-list{ background:#fff; border:1px solid #eef1f6; border-radius:12px; padding:22px; box-shadow: var(--shadow); }
.cost-list h5{ color:var(--navy); margin-bottom:16px; }
.cost-list li{ display:flex; align-items:center; justify-content:space-between; gap:10px; padding:10px 0; border-bottom:1px dashed #dfe4ec; font-size:0.88rem; }
.cost-list li i{ width:30px; height:30px; border-radius:50%; background: var(--bg-light); color:var(--navy); display:inline-flex; align-items:center; justify-content:center; font-size:0.82rem; margin-right:10px; }
.cost-list li span:last-child{ color:var(--navy); font-weight:700; }
.cost-list__note{ font-size:0.75rem; color:var(--text-light); margin-top:10px; }

.why-panel{ background: var(--bg-light); border-radius:12px; padding:26px; display:flex; gap:20px; align-items:center; }
.why-panel__list{ flex:1; }
.why-panel h4{ color:var(--navy); margin-bottom:14px; }
.why-panel__list li{ display:flex; align-items:flex-start; gap:10px; font-size:0.88rem; color:var(--text); margin-bottom:10px; }
.why-panel__list li i{ color:var(--navy); margin-top:3px; }
.why-panel img{ width:150px; border-radius:12px; height:190px; object-fit:cover; flex-shrink:0; }

.type-grid{ display:grid; grid-template-columns: repeat(4, 1fr); gap:20px; }
.type-card{ background:#fff; border:1px solid #eef1f6; box-shadow: var(--shadow); border-radius:12px; padding:26px 18px; text-align:center; transition: all 0.3s ease; cursor: pointer; }
.type-card__icon{ width:56px; height:56px; margin:0 auto 14px; border-radius:50%; background: var(--bg-light); color:var(--navy); display:flex; align-items:center; justify-content:center; font-size:1.3rem; transition: all 0.3s ease; }
.type-card h4{ color:var(--navy); font-size:0.95rem; margin-bottom:8px; transition: color 0.3s ease; }
.type-card p{ color:var(--text-light); font-size:0.82rem; margin:0; transition: color 0.3s ease; }
.type-card:hover{ background: #00AFEF !important; border-color: #00AFEF !important; transform: translateY(-6px); box-shadow: 0 12px 28px rgba(0, 175, 239, 0.35) !important; }
.type-card:hover h4,
.type-card:hover p{ color: #ffffff !important; }
.type-card:hover .type-card__icon{ background: rgba(255,255,255,0.2) !important; color: #ffffff !important; }

.elig-process{ display:grid; grid-template-columns: 0.85fr 1.15fr; gap:30px; align-items:start; }
.elig-list{ background:#fff; border:1px solid #eef1f6; box-shadow: var(--shadow); border-radius:12px; padding:24px; }
.elig-list h5{ color:var(--navy); margin-bottom:16px; }
.elig-list li{ display:flex; align-items:flex-start; gap:10px; font-size:0.87rem; color:var(--text); margin-bottom:12px; }
.elig-list li i{ color:#1a9c53; margin-top:3px; }
.elig-list__note{ display:flex; gap:10px; background: var(--bg-light); border-radius:8px; padding:12px; font-size:0.78rem; color:var(--text-light); margin-top:6px; }
.elig-list__note i{ color:var(--navy); }

.uni-badge-grid{ display:grid; grid-template-columns: repeat(6, 1fr); gap:16px; }
.uni-badge{ background:#fff; border:1px solid #eef1f6; box-shadow: var(--shadow); border-radius:12px; padding:20px 14px; text-align:center; transition: all 0.3s ease; cursor: pointer; }
.uni-badge img{ height:44px; margin:0 auto 12px; object-fit:contain; transition: transform 0.3s ease; }
.uni-badge h5{ color:var(--navy); font-size:0.85rem; margin-bottom:4px; transition: color 0.3s ease; }
.uni-badge span{ color:var(--text-light); font-size:0.75rem; transition: color 0.3s ease; }
.uni-badge:hover{ background: #00AFEF !important; border-color: #00AFEF !important; transform: translateY(-6px); box-shadow: 0 12px 28px rgba(0, 175, 239, 0.35) !important; }
.uni-badge:hover h5,
.uni-badge:hover span{ color: #ffffff !important; }
.uni-badge:hover img{ transform: scale(1.08); }

.callout-strip{ text-align:center; background: var(--bg-light); border-radius:10px; padding:14px 20px; font-size:0.85rem; color:var(--navy); font-weight:600; display:flex; align-items:center; justify-content:center; gap:10px; }
.callout-strip i{ color:var(--gold); }

/* ===== Fee Structure page refinements ===== */
.section-title--dash{ display:flex; align-items:center; justify-content:center; gap:12px; font-size:clamp(1.2rem, 3.5vw, 1.7rem); text-align:center; }
.section-title--dash::before, .section-title--dash::after{ content:''; height:1px; width:clamp(20px, 6vw, 60px); background: var(--gold); flex-shrink:0; }
.fee-table td:first-child{ display:flex; align-items:center; gap:10px; font-weight:600; color:var(--navy); }
.fee-table td:first-child img{ width:24px; height:16px; object-fit:cover; border-radius:2px; box-shadow:0 0 0 1px #eef1f6; }
.why-panel__list li i{ color:var(--navy); }

/* ===== Eligibility Criteria page ===== */
.country-grid{ display:grid; grid-template-columns: repeat(6, 1fr); gap:20px; text-align:center; }
.country-card{ transition: all 0.3s ease; padding: 12px 8px; border-radius: 14px; }
.country-card:hover{ background: rgba(0, 175, 239, 0.06); transform: translateY(-6px); }
.country-card__img{ display:block; width:110px; height:110px; border-radius:50%; overflow:hidden; margin:0 auto 14px; box-shadow: var(--shadow); border:4px solid #fff; transition: all 0.3s ease; }
.country-card:hover .country-card__img{ border-color: #00AFEF !important; box-shadow: 0 8px 24px rgba(0, 175, 239, 0.4); transform: scale(1.06); }
.country-card h5{ display:flex; align-items:center; justify-content:center; gap:8px; color:var(--navy); font-size:0.95rem; margin-bottom:6px; transition: color 0.3s ease; }
.country-card h5 img{ width:20px; height:14px; border-radius:2px; object-fit:cover; }
.country-card > a:last-child{ color:var(--red); font-weight:700; font-size:0.8rem; transition: color 0.3s ease; }

/* Responsive adjustments */
@media (max-width: 992px){
  .info-grid, .info-grid--6, .info-grid--4{ grid-template-columns: repeat(2, 1fr); }
  .doc-grid{ grid-template-columns: repeat(2, 1fr); }
  .stat-strip__box{ grid-template-columns: repeat(2, 1fr); }
  .highlight-grid{ grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .highlight-grid::before{ display: none; }
  .split-panel{ grid-template-columns: 1fr; }
  .why-panel{ flex-direction:column; }
  .type-grid{ grid-template-columns: repeat(2, 1fr); }
  .elig-process{ grid-template-columns: 1fr; }
  .uni-badge-grid{ grid-template-columns: repeat(3, 1fr); }
  .country-grid{ grid-template-columns: repeat(3, 1fr); }
  .note-box{ flex-direction:column; }
}
@media (max-width: 768px){
  .highlight-grid{ grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .highlight-grid::before{ display: none; }
  .why-panel img{ width: 100%; max-width: 260px; height: auto; margin: 0 auto; }
}
@media (max-width: 540px){
  .info-grid--6, .uni-badge-grid, .country-grid{ grid-template-columns: repeat(2, 1fr); }
  .highlight-grid{ grid-template-columns: 1fr; gap: 14px; }
  .highlight-grid::before{ display: none; }
  .highlight-card{ padding: 20px 16px; }
  .cost-list li{ flex-direction: column; align-items: flex-start; gap: 4px; }
  .cost-list li span:last-child{ align-self: flex-end; }
}

/* ===== Scholarships page ===== */
.scholarship-hero{ background: linear-gradient(180deg, #eaf2fb 0%, #f8fbff 100%); padding:50px 0 60px; overflow:hidden; }
.scholarship-hero__inner{ display:grid; grid-template-columns: 1fr 0.85fr; gap:40px; align-items:center; }
.scholarship-hero__content h1{ font-size:clamp(2rem,4vw,2.6rem); color:var(--navy); font-weight:800; line-height:1.2; margin:10px 0 16px; }
.scholarship-hero__content h1 span{ display:block; }
.scholarship-hero__content > p{ color:var(--text-light); font-size:1.02rem; margin-bottom:22px; max-width:480px; }
.scholarship-hero__media{ position:relative; display:flex; justify-content:center; }
.scholarship-hero__media img{ border-radius:16px; width:100%; max-height:420px; object-fit:cover; }
.scholarship-hero__badge{ position:absolute; right:6%; bottom:8%; width:110px; height:110px; border-radius:50%; background: radial-gradient(circle at 35% 30%, #f7d774, var(--gold)); display:flex; align-items:center; justify-content:center; color:var(--navy); font-weight:800; font-size:0.72rem; text-align:center; box-shadow:0 10px 24px rgba(242,183,5,0.4); border:4px solid #fff; }

.type-card__icon--b{ background:#fdf1cf; }

.uni-badge__icon{ width:44px; height:44px; border-radius:10px; margin:0 auto 12px; background: var(--bg-light); color:var(--navy); display:flex; align-items:center; justify-content:center; font-size:1.2rem; }

.faq__list--grid{ max-width:900px; display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.faq__question .fa-plus{ transition: transform .25s ease; }
.faq__item.open .faq__question .fa-plus{ transform: rotate(45deg); }

.mini-cta{ background: linear-gradient(120deg, var(--navy) 0%, #123a7a 100%); border-radius:16px; padding:34px 40px; display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap; }
.mini-cta__icon{ font-size:2.4rem; color:var(--gold); flex-shrink:0; }
.mini-cta__text{ flex:1; min-width:220px; }
.mini-cta__text h3{ color:#fff; font-size:1.3rem; margin-bottom:8px; }
.mini-cta__text p{ color:#cdd8ec; font-size:0.9rem; margin:0; }
.mini-cta__actions{ display:flex; gap:12px; flex-wrap:wrap; }
.btn--gold{ background: var(--gold); color:var(--navy); }
.btn--gold:hover{ background:#d9a303; }
.btn--outline-light{ background:transparent; color:#fff; border:2px solid #fff; }
.btn--outline-light:hover{ background:#fff; color:var(--navy); }

@media (max-width: 900px){
  .scholarship-hero__inner{ grid-template-columns: 1fr; text-align:center; }
  .scholarship-hero__content > p{ margin-left:auto; margin-right:auto; }
  .faq__list--grid{ grid-template-columns:1fr; }
  .mini-cta{ flex-direction:column; text-align:center; }
}

/* ===== Admission Process page ===== */
.process-hero{ padding:50px 0 20px; }
.process-hero__inner{ display:grid; grid-template-columns: 0.6fr 2fr 0.9fr; gap:26px; align-items:center; }
.process-hero__deco-icon, .process-hero__team-icon{
  width:150px; height:150px; margin:0 auto; border-radius:50%; background: var(--bg-light);
  border:2px dashed #dce3ef; display:flex; align-items:center; justify-content:center;
  font-size:3.4rem; color:var(--navy); box-shadow: var(--shadow);
}
.process-hero__team-icon{ background: linear-gradient(135deg, var(--navy), #123a7a); color:var(--gold); border:none; }
.process-hero__content{ text-align:center; }
.process-hero__content h1{ font-size:clamp(1.8rem,3.4vw,2.5rem); color:var(--navy); font-weight:800; line-height:1.28; margin:14px 0 14px; }
.process-hero__content h1 span{ color:var(--red); }
.process-hero__content > p{ color:var(--text-light); font-size:1rem; max-width:560px; margin:0 auto; }
.process-hero__dots{ display:flex; align-items:center; justify-content:center; gap:8px; margin-top:24px; }
.process-hero__dots span{ width:6px; height:6px; border-radius:50%; background:#dce3ef; }
.process-hero__dots span.active{ width:10px; height:10px; background: var(--gold); }
.process-hero__dots::before, .process-hero__dots::after{ content:''; flex:1; max-width:120px; height:1px; background: repeating-linear-gradient(to right, var(--gold) 0 4px, transparent 4px 8px); }

.journey-grid{ display:grid; grid-template-columns: repeat(7, 1fr); gap:26px; position:relative; margin-top:20px; }
.journey-step{ text-align:center; background:#fff; border:1px solid #eef1f6; border-radius:14px; padding:44px 14px 22px; position:relative; box-shadow:var(--shadow); transition: all 0.3s ease; cursor: pointer; }
.journey-step__number{ position:absolute; top:-20px; left:50%; transform:translateX(-50%); width:40px; height:40px; border-radius:50%; background:var(--navy); color:#fff; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:0.9rem; box-shadow:0 4px 10px rgba(11,44,95,0.3); transition: all 0.3s ease; }
.journey-step--gold .journey-step__number{ background: var(--gold); color:var(--navy); }
.journey-step__icon{ width:70px; height:70px; margin:0 auto 14px; border-radius:50%; background:var(--bg-light); border:2px dashed #dce3ef; display:flex; align-items:center; justify-content:center; font-size:1.6rem; color:var(--navy); transition: all 0.3s ease; }
.journey-step--gold .journey-step__icon{ color: var(--gold); }
.journey-step h4{ color:var(--navy); font-size:0.92rem; margin-bottom:10px; transition: color 0.3s ease; }
.journey-step h4::after{ content:''; display:block; width:26px; height:2px; background:var(--gold); margin:6px auto 0; transition: background 0.3s ease; }
.journey-step p{ color:var(--text-light); font-size:0.78rem; margin:0; transition: color 0.3s ease; }
.journey-step:hover{ background: #00AFEF !important; border-color: #00AFEF !important; transform: translateY(-6px); box-shadow: 0 12px 28px rgba(0, 175, 239, 0.35) !important; }
.journey-step:hover h4,
.journey-step:hover p{ color: #ffffff !important; }
.journey-step:hover h4::after{ background: #ffffff !important; }
.journey-step:hover .journey-step__number{ background: #ffffff !important; color: #00AFEF !important; box-shadow: 0 4px 12px rgba(255,255,255,0.4); }
.journey-step:hover .journey-step__icon{ background: rgba(255,255,255,0.2) !important; color: #ffffff !important; border-color: #ffffff !important; }
.journey-arrow{ position:absolute; top:50%; right:-20px; transform:translateY(-50%); color:var(--navy); font-size:0.85rem; opacity:0.45; }

.trust-strip{ display:grid; grid-template-columns: repeat(4,1fr); gap:20px; background:#fff; border:1px solid #eef1f6; box-shadow:var(--shadow); border-radius:14px; padding:26px 30px; }
.trust-strip__item{ display:flex; align-items:center; gap:14px; padding: 10px 12px; border-radius: 12px; transition: all 0.3s ease; cursor: pointer; }
.trust-strip__item:hover{ background: #00AFEF !important; transform: translateY(-4px); box-shadow: 0 8px 22px rgba(0, 175, 239, 0.35) !important; }
.trust-strip__item:hover h5,
.trust-strip__item:hover p{ color: #ffffff !important; }
.trust-strip__item:hover .trust-strip__icon{ background: #ffffff !important; color: #00AFEF !important; }
.trust-strip__icon{ width:46px; height:46px; border-radius:50%; background:var(--navy); color:#fff; display:flex; align-items:center; justify-content:center; font-size:1.1rem; flex-shrink:0; transition: all 0.3s ease; }
.trust-strip__item h5{ color:var(--navy); font-size:0.9rem; margin-bottom:2px; transition: color 0.3s ease; }
.trust-strip__item p{ color:var(--text-light); font-size:0.78rem; margin:0; transition: color 0.3s ease; }

@media (max-width: 1100px){
  .journey-grid{ grid-template-columns: repeat(4, 1fr); row-gap:34px; }
  .journey-arrow{ display:none; }
}
@media (max-width: 900px){
  .process-hero__inner{ grid-template-columns: 1fr; }
  .process-hero__deco{ display:none; }
  .process-hero__team-icon{ width:110px; height:110px; font-size:2.4rem; }
  .trust-strip{ grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 650px){
  .journey-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px){
  .trust-strip{ grid-template-columns: 1fr; }
}

/* ===== Why Study MBBS Abroad page ===== */
.dest-card__link{ display:inline-flex; align-items:center; gap:6px; margin-top:10px; color:var(--navy); font-weight:700; font-size:0.85rem; }
.dest-card__link i{ font-size:0.75rem; transition: transform .15s; }
.dest-card__link:hover{ color:var(--red); }
.dest-card__link:hover i{ transform: translateX(3px); }


/* ===== HERO v2 (video + feature grid + flags bar) ===== */
.hero__badge{
  display:inline-block; background:#dbe6fb; color:var(--navy);
  font-size:0.72rem; font-weight:700; letter-spacing:0.5px;
  padding:6px 14px; border-radius:20px; margin-bottom:14px;
}

.hero__inner-v2{
  display:grid; grid-template-columns: 1fr 1fr; gap:40px; align-items:center;
}

.hero__features-grid{
  display:flex; flex-direction:column; gap:10px;
  margin:20px 0 24px; list-style:none; padding:0;
}
.hero__features-grid li{
  display:flex; align-items:center; gap:12px;
  font-weight:600; font-size:0.92rem; color:var(--navy);
  background:#fff; padding:10px 14px; border-radius:8px; box-shadow: var(--shadow);
}
.hero__feature-icon{
  width:30px; height:30px; border-radius:50%; flex-shrink:0;
  display:flex; align-items:center; justify-content:center;
  color:#fff; font-size:0.85rem;
}
.hero__feature-icon--blue{ background: var(--navy); }
.hero__feature-icon--red{ background: var(--red); }

.hero__media--video{ display:flex; }
.hero__video-wrap{
  position:relative; border-radius:16px; overflow:hidden;
  box-shadow: var(--shadow); width:100%; height:100%; min-height:420px;
  background:#000;
}
.hero__video-poster{ width:100%; display:block; }
.hero__video-player{ width:100%; height:100%; object-fit:cover; display:block; border-radius:16px; min-height: 420px; border:0; }
.hero__video-iframe{ width:100%; height:100%; min-height:420px; border:0; border-radius:16px; display:block; }
.hero__play-btn{
  position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
  width:64px; height:64px; border-radius:50%; background:#fff; border:none;
  color:var(--navy); font-size:1.3rem; display:flex; align-items:center;
  justify-content:center; cursor:pointer; box-shadow:0 8px 24px rgba(0,0,0,.25);
}
.hero__play-btn:hover{ background: var(--gold); }
.hero__video-controls{
  position:absolute; left:0; right:0; bottom:0;
  background:linear-gradient(transparent, rgba(0,0,0,.75));
  color:#fff; display:flex; align-items:center; gap:12px;
  padding:10px 16px; font-size:0.8rem;
}
.hero__video-time{ white-space:nowrap; }
.hero__video-progress{
  flex:1; height:4px; background:rgba(255,255,255,.3);
  border-radius:4px; overflow:hidden;
}
.hero__video-progress-bar{ display:block; width:35%; height:100%; background: var(--red); }

.hero__flags-bar{
  display:flex; flex-wrap:wrap; justify-content:center; gap:clamp(16px, 3.5vw, 60px);
  list-style:none; padding:20px 0 0; margin:24px 0 0;
  border-top:1px solid #e7ecf5;
}
.hero__flags-bar li{
  display:flex; align-items:center; gap:8px;
  font-weight:600; font-size:0.85rem; color:var(--navy);
}
.hero__flags-bar img{ width:26px; height:18px; object-fit:cover; border-radius:3px; }

@media (max-width: 900px){
  .hero__inner-v2{
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .hero__inner-v2 .hero__media,
  .hero__inner-v2 .hero__media--video{
    order: -1;
    width: 100%;
  }
  .hero__inner-v2 .hero__content{
    order: 1;
    width: 100%;
  }
  .hero__video-wrap, .hero__video-player, .hero__video-iframe{ min-height: 240px; }
  .hero__flags-bar{ gap:14px; }
}

/* ==========================================
   DESTINATIONS / UNIVERSITY CARDS GRID DESIGN
========================================== */
.destinations {
  padding: 70px 0;
  background: #f8fafc;
}

.destinations__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 36px;
}

@media (max-width: 992px) {
  .destinations__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .destinations__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.uni-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(11,44,95,0.07);
  border: 1px solid #e2e8f0;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.uni-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(11,44,95,0.14);
  border-color: #cbd5e1;
}

.uni-card img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.uni-card:hover img {
  transform: scale(1.05);
}

.uni-card__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.uni-card__body h4 {
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--navy, #0b2c5f);
  margin: 0 0 10px;
  line-height: 1.35;
  word-break: break-word;
}

.uni-card__body p {
  font-size: 0.9rem;
  color: #475569;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  line-height: 1.4;
}

.uni-card__body p i {
  color: #00AFEF;
  font-size: 1rem;
  width: 18px;
  text-align: center;
  flex-shrink: 0;
}

.uni-card__body p strong {
  color: var(--navy, #0b2c5f);
  font-weight: 600;
}

.uni-card__body .btn {
  margin-top: auto;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 600;
  text-align: center;
  transition: all 0.25s ease;
  background: #00AFEF;
  color: #ffffff;
  border: none;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(0,175,239,0.25);
  margin-top: 16px;
}

.uni-card__body .btn:hover {
  background: #0096ce;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,175,239,0.35);
  color: #ffffff;
}

/* ==========================================
   STATS SECTION DESIGN (LEFT ICON, RIGHT NUMBER & LABEL)
========================================== */
.stats {
  padding: 35px 0;
  background: #0b2c5f;
  color: #ffffff;
}

.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: center;
}

@media (max-width: 992px) {
  .stats__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 20px;
  }
}

@media (max-width: 576px) {
  .stats {
    padding: 26px 0;
  }
  .stats__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 12px;
  }
}

.stat {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 220px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: left !important;
  gap: 16px !important;
}

.stat i {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  color: #00AFEF !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.35rem !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
  box-shadow: 0 4px 14px rgba(0,0,0,0.2) !important;
}

.stat__text {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  text-align: left !important;
  min-width: 0 !important;
}

.stat strong {
  display: block !important;
  font-size: 1.55rem !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin: 0 0 2px 0 !important;
  letter-spacing: -0.5px !important;
  line-height: 1.1 !important;
}

.stat span {
  display: block !important;
  font-size: 0.85rem !important;
  color: #cbd5e1 !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
}

@media (max-width: 576px) {
  .stat {
    max-width: 100% !important;
    gap: 10px !important;
    justify-content: flex-start !important;
  }
  .stat i {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    font-size: 1.15rem !important;
  }
  .stat strong {
    font-size: 1.3rem !important;
  }
  .stat span {
    font-size: 0.78rem !important;
    line-height: 1.2 !important;
  }
}

/* ==========================================
   COUNTRY OVERVIEW SECTION DESIGN
========================================== */
.about-intro {
  padding: 75px 0;
  background: #ffffff;
}

.about-intro__inner {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 48px;
  align-items: center;
}

@media (max-width: 992px) {
  .about-intro__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.about-intro__media {
  position: relative;
}

.about-intro__media img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.about-intro__badge {
  position: absolute;
  bottom: -20px;
  right: 20px;
  background: #ffffff;
  border-radius: 12px;
  padding: 16px 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border: 1px solid #f1f5f9;
  text-align: center;
}

.about-intro__badge strong {
  display: block;
  font-size: 1.6rem;
  color: #00AFEF;
  font-weight: 800;
}

.about-intro__badge span {
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
}

.about-intro__points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.about-intro__points div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  color: #334155;
  font-weight: 500;
}

.about-intro__points i {
  color: #16a34a;
  font-size: 1.1rem;
}

/* ==========================================
   FAQ SECTION DESIGN (MATCHING COUNTRY DETAILS)
========================================== */
.faq {
  padding: 40px 0;
  background: #ffffff;
}

.faq__list {
  max-width: 840px;
  margin: 32px auto 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq__item {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.faq__item:hover {
  box-shadow: 0 6px 20px rgba(11, 44, 95, 0.08);
  border-color: #cbd5e1;
}

.faq__question {
  width: 100%;
  padding: 20px 24px;
  background: #ffffff;
  border: none;
  text-align: left;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy, #0b2c5f);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: background 0.2s ease;
}

.faq__question:hover {
  background: #f8fafc;
}

.faq__question i {
  font-size: 0.9rem;
  color: #00AFEF;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq__question[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.faq__answer {
  display: none;
  padding: 0 24px 22px;
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.7;
  border-top: 1px solid #f1f5f9;
  margin-top: 4px;
  padding-top: 16px;
  max-height: none !important;
  overflow: visible !important;
}

.faq__item.open .faq__answer,
.faq__answer.active {
  display: block !important;
  max-height: none !important;
}

.faq__question[aria-expanded="true"] i,
.faq__item.open .faq__question i {
  transform: rotate(180deg);
}

/* ===== Services Page (Horizontal Cards Design) ===== */
.services-hero {
  padding: 50px 0 30px;
  text-align: center;
  background: #f8fafc;
}
.services-hero__eyebrow {
  color: #d97706;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 8px;
}
.services-hero__title {
  color: #0b2c5f;
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 14px;
}
.services-hero__desc {
  max-width: 680px;
  margin: 0 auto;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.6;
}

.services-list-sec {
  padding: 40px 0 70px;
  background: #f8fafc;
}
.services-list__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.svc-row-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(11, 44, 95, 0.06);
  display: flex;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #edf2f7;
  padding: 0 !important;
  align-items: stretch;
  scroll-margin-top: 100px;
}
.svc-row-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(11, 44, 95, 0.12);
}

.svc-row-card__img {
  width: 42%;
  min-width: 340px;
  max-width: 440px;
  position: relative;
  overflow: hidden;
  align-self: stretch;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  flex-shrink: 0;
  display: flex;
  background: #f1f5f9;
}
.svc-row-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center center;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}



.svc-row-card__footer {
  margin-top: 14px;
}
.btn-know-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0b2c5f;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  border: 1.5px solid #0b2c5f;
  padding: 7px 18px;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.btn-know-more:hover {
  background: #0b2c5f;
  color: #ffffff;
}
.btn-know-more i {
  font-size: 0.8rem;
  transition: transform 0.2s ease;
}
.btn-know-more:hover i {
  transform: translateX(3px);
}


.svc-row-card__content {
  flex: 1;
  padding: 28px 36px 28px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.svc-row-card__number {
  position: absolute;
  top: 24px;
  right: 28px;
  background: #fef3c7;
  color: #d97706;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
}

.svc-row-card__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}
.svc-row-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0b2c5f;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}
.svc-row-card__header h3 {
  color: #0b2c5f;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0;
}

.svc-row-card__desc {
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.55;
  margin-bottom: 16px;
}

.svc-row-card__checklist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 14px;
}
.svc-row-card__checklist div {
  font-size: 0.84rem;
  color: #1e293b;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}
.svc-row-card__checklist i {
  color: #2563eb;
  font-size: 0.95rem;
}

.svc-bottom-banner-wrapper {
  padding: 40px 0 20px 0;
}
.svc-bottom-banner {
  background: #0b2c5f;
  background: linear-gradient(135deg, #0b2c5f 0%, #0c336e 100%);
  border-radius: 16px;
  padding: 32px 40px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 10px 30px rgba(11, 44, 95, 0.12);
}
.svc-bottom-banner__left {
  display: flex;
  align-items: center;
  gap: 24px;
}
.svc-bottom-banner__icon {
  color: #00a8ff;
  font-size: 2.6rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.svc-bottom-banner__text h2 {
  color: #ffffff;
  font-size: 1.55rem;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.3;
}
.svc-bottom-banner__text p {
  color: #cbd5e1;
  font-size: 0.95rem;
  margin: 0;
}
.svc-bottom-banner__btns {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.btn--gold {
  background: #f59e0b;
  color: #0b2c5f;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
  text-decoration: none;
  font-size: 0.95rem;
}
.btn--gold:hover {
  background: #d97706;
  color: #0b2c5f;
}
.btn--outline-light {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  font-weight: 600;
  padding: 11px 22px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
  text-decoration: none;
  font-size: 0.95rem;
}
.btn--outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 992px) {
  .svc-row-card { flex-direction: column; }
  .svc-row-card__img { width: 100%; height: 220px; }
  .svc-row-card__checklist { grid-template-columns: 1fr 1fr; }
  .svc-bottom-banner { flex-direction: column; text-align: center; padding: 28px 20px; }
  .svc-bottom-banner__left { flex-direction: column; text-align: center; gap: 12px; }
}
@media (max-width: 600px) {
  .svc-row-card__checklist { grid-template-columns: 1fr; }
  .svc-bottom-banner__btns { flex-direction: column; width: 100%; }
  .svc-bottom-banner__btns .btn { width: 100%; justify-content: center; }
}

/* ===== POPUP MODAL STYLES ===== */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 24, 43, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.popup-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.popup-card {
  position: relative;
  width: 100%;
  max-width: 860px;
  background: #232c3d;
  background: linear-gradient(135deg, #2b3548 0%, #1c2433 100%);
  color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  transform: scale(0.9) translateY(20px);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.popup-overlay.is-open .popup-card {
  transform: scale(1) translateY(0);
}
.popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #94a3b8;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.popup-close:hover {
  background: rgba(230, 53, 46, 0.9);
  color: #ffffff;
  border-color: transparent;
  transform: rotate(90deg);
}
.popup-banner {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.popup-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-banner__overlay {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, rgba(11, 44, 95, 0.1) 0%, rgba(7, 28, 63, 0.92) 80%);
  padding: 24px;
  color: #ffffff;
}
.popup-banner__badge {
  display: inline-block;
  background: var(--red, #00AFEF);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.popup-banner__overlay h3 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 6px;
  line-height: 1.2;
}
.popup-banner__overlay p {
  font-size: 0.8rem;
  color: #cbd5e1;
  line-height: 1.4;
  margin: 0 0 12px;
}
.popup-banner__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #f2b705;
}
.popup-form-wrapper {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.popup-header {
  margin-bottom: 20px;
}
.popup-header h2 {
  font-size: 1.4rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 4px;
}
.popup-header p {
  font-size: 0.83rem;
  color: #94a3b8;
  margin: 0;
}
.popup-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.popup-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.popup-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.popup-field label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #94a3b8;
  text-transform: uppercase;
}
.popup-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.popup-input-wrap i {
  position: absolute;
  left: 12px;
  color: #64748b;
  font-size: 0.85rem;
  pointer-events: none;
}
.popup-input-wrap input,
.popup-input-wrap select {
  width: 100%;
  padding: 10px 12px 10px 34px;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #ffffff;
  font-size: 0.83rem;
  font-family: inherit;
  transition: all 0.2s ease;
  height: 42px;
  box-sizing: border-box;
}
.popup-input-wrap select {
  padding-right: 32px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
}
.popup-input-wrap select:invalid,
.popup-input-wrap select option[value=""] {
  color: #64748b;
}
.popup-input-wrap select option {
  background-color: #0f172a;
  color: #ffffff;
}
.popup-input-wrap input:focus,
.popup-input-wrap select:focus {
  outline: none;
  border-color: #38bdf8;
  background-color: rgba(15, 23, 42, 0.9);
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.15);
}
.popup-input-wrap input::placeholder {
  color: #64748b;
}
.popup-submit-btn {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, #38bdf8 0%, #0284c7 100%);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.92rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 6px 20px rgba(56, 189, 248, 0.35);
  transition: all 0.2s ease;
  margin-top: 6px;
}
.popup-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(56, 189, 248, 0.5);
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
}
.popup-input-wrap .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.popup-cf7-form .wpcf7-form p {
  margin: 0;
}
.popup-cf7-form .wpcf7-spinner {
  margin: 8px auto 0;
  display: block;
}
.popup-cf7-form .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  color: #f87171;
  margin-top: 4px;
  display: block;
  font-weight: 500;
}
.popup-cf7-form .wpcf7-response-output {
  margin: 10px 0 0 !important;
  padding: 8px 12px !important;
  border-radius: 6px !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  text-align: center !important;
  border: 1px solid rgba(56, 189, 248, 0.4) !important;
  background: rgba(15, 23, 42, 0.8) !important;
  color: #38bdf8 !important;
}
.popup-cf7-form form.sent .wpcf7-response-output {
  border-color: #22c55e !important;
  color: #4ade80 !important;
  background: rgba(34, 197, 94, 0.15) !important;
}
.popup-cf7-form form.invalid .wpcf7-response-output,
.popup-cf7-form form.unaccepted .wpcf7-response-output {
  border-color: #ef4444 !important;
  color: #f87171 !important;
  background: rgba(239, 68, 68, 0.15) !important;
}
.popup-disclaimer {
  font-size: 0.7rem;
  color: #64748b;
  text-align: center;
  margin: 4px 0 0;
}
@media (max-width: 768px) {
  .popup-card {
    grid-template-columns: 1fr;
    max-width: 480px;
    max-height: 90vh;
    overflow-y: auto;
  }
  .popup-banner {
    min-height: 180px;
  }
  .popup-form__row {
    grid-template-columns: 1fr;
  }
  .popup-form-wrapper {
    padding: 20px 18px;
  }
}

/* ===== Apply Now Page ===== */
.apply-hero {
  background: linear-gradient(135deg, #061838 0%, #0c2b64 100%);
  color: #fff;
  padding: 30px 0 65px;
  position: relative;
  overflow: visible;
}
.apply-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url('../images/university-skyline.svg') center bottom/cover no-repeat;
  opacity: 0.9;
  pointer-events: none;
  z-index: 1;
}
.apply-hero__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  z-index: 2;
}
.apply-hero__left {
  flex: 0 0 340px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  margin-bottom: -65px;
  z-index: 15;
}
.apply-hero__doctor-img {
  width: 100%;
  max-width: 320px;
  height: auto;
  max-height: 335px;
  object-fit: contain;
  position: relative;
  z-index: 2;
  border: none;
  background: transparent;
  box-shadow: none;
  display: block;
  margin-bottom: 0;
}
.apply-hero__content {
  flex: 1;
  text-align: center;
  padding-bottom: 10px;
}
.apply-hero__breadcrumb {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 8px;
}
.apply-hero__breadcrumb a {
  color: rgba(255,255,255,0.9);
}
.apply-hero__breadcrumb i {
  font-size: 0.7rem;
  margin: 0 6px;
}
.apply-hero__title {
  font-size: clamp(2rem, 3.8vw, 2.7rem);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 6px;
  line-height: 1.2;
}
.apply-hero__title span {
  color: #00AFEF;
}
.apply-hero__title-line {
  width: 40px;
  height: 3px;
  background: #00AFEF;
  margin: 8px auto 14px;
  border-radius: 2px;
}
.apply-hero__subtitle {
  font-size: 0.98rem;
  color: rgba(255,255,255,0.85);
  margin: 0;
}
.apply-hero__plane-wrapper {
  position: absolute;
  top: 15px;
  right: 3%;
  width: 320px;
  height: 180px;
  pointer-events: none;
  z-index: 3;
}
.apply-hero__plane-svg {
  width: 100%;
  height: 100%;
}
.apply-hero__plane-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 1.8rem;
  color: #ffffff;
  transform: rotate(35deg);
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}

/* Application Form Card */
.apply-form-section {
  margin-top: -55px;
  position: relative;
  z-index: 10;
  margin-bottom: 70px;
}
.apply-form-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 36px 40px;
  box-shadow: 0 15px 45px rgba(11, 44, 95, 0.12);
  border: 1px solid #eef2f8;
}
.apply-form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 18px;
}
.apply-form-grid--single {
  grid-template-columns: 1fr;
}
.apply-field {
  position: relative;
  display: flex;
  align-items: center;
}
.apply-field i {
  position: absolute;
  left: 16px;
  color: var(--navy);
  font-size: 1.05rem;
  pointer-events: none;
  z-index: 2;
  opacity: 0.75;
}
.apply-field input,
.apply-field select,
.apply-field textarea {
  width: 100%;
  padding: 13px 16px 13px 46px;
  border: 1px solid #dce4ef;
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.92rem;
  color: var(--text);
  background: #fcfdfe;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
}
.apply-field select {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%230b2c5f%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px;
  padding-right: 36px;
}
.apply-field textarea {
  padding-top: 14px;
  min-height: 90px;
  resize: vertical;
}
.apply-field input:focus,
.apply-field select:focus,
.apply-field textarea:focus {
  outline: none;
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(11, 44, 95, 0.1);
  background: #ffffff;
}

.apply-form__terms {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0 22px;
  font-size: 0.9rem;
  color: var(--text-light);
}
.apply-form__terms input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--navy);
  cursor: pointer;
}
.apply-form__terms a {
  color: #0d55c4;
  font-weight: 600;
  text-decoration: underline;
}

.btn--apply-submit {
  width: 100%;
  background: #003fa3;
  color: #ffffff;
  padding: 15px;
  font-size: 1.05rem;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.btn--apply-submit:hover {
  background: #002d77;
  box-shadow: 0 8px 20px rgba(0, 63, 163, 0.3);
  transform: translateY(-2px);
}

.apply-field .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.apply-cf7-wrapper .wpcf7-form p {
  margin: 0;
}
.apply-cf7-wrapper .apply-form__terms .wpcf7-form-control-wrap {
  display: inline-block;
  width: auto;
}
.apply-cf7-wrapper .apply-form__terms .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.apply-cf7-wrapper .apply-form__terms .wpcf7-acceptance label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 0.9rem;
  color: var(--text-light);
}
.apply-cf7-wrapper .apply-form__terms .wpcf7-acceptance input[type="checkbox"] {
  margin: 0;
  width: 18px;
  height: 18px;
  accent-color: var(--navy);
  cursor: pointer;
}
.apply-cf7-wrapper .wpcf7-spinner {
  margin: 12px auto 0;
  display: block;
}
.apply-cf7-wrapper .wpcf7-not-valid-tip {
  font-size: 0.78rem;
  color: #ef4444;
  margin-top: 4px;
  display: block;
  font-weight: 500;
}
.apply-cf7-wrapper .wpcf7-response-output {
  margin: 16px 0 0 !important;
  padding: 12px 18px !important;
  border-radius: 8px !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  text-align: center !important;
  border: 1px solid #003fa3 !important;
  background: #f0f7ff !important;
  color: #003fa3 !important;
}
.apply-cf7-wrapper form.sent .wpcf7-response-output {
  border-color: #22c55e !important;
  color: #15803d !important;
  background: #f0fdf4 !important;
}
.apply-cf7-wrapper form.invalid .wpcf7-response-output,
.apply-cf7-wrapper form.unaccepted .wpcf7-response-output {
  border-color: #ef4444 !important;
  color: #b91c1c !important;
  background: #fef2f2 !important;
}

/* WhatsApp Sub Bar */
.whatsapp-subbar {
  background: #edf9f2;
  border: 1px solid #c4edd5;
  border-radius: 10px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.whatsapp-subbar__text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #125e34;
  font-size: 0.95rem;
}
.whatsapp-subbar__btn {
  background: #ffffff;
  color: #125e34;
  border: 1.5px solid #25d366;
  border-radius: 6px;
  padding: 8px 18px;
  font-weight: 600;
  font-size: 0.88rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}
.whatsapp-subbar__btn:hover {
  background: #25d366;
  color: #ffffff;
}

/* Application Process Section */
.app-process-section {
  padding: 40px 0 60px;
}
.app-process-section .section-title {
  margin-bottom: 45px;
}
.app-process-section .section-title::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #00AFEF;
  margin: 10px auto 0;
  border-radius: 2px;
}
.app-process-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  position: relative;
}
.app-process-grid::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 8%;
  right: 8%;
  height: 2px;
  border-top: 2px dashed #d0dbe9;
  z-index: 1;
}
.app-process-card {
  background: #ffffff;
  text-align: center;
  position: relative;
  z-index: 2;
}
.app-process-badge {
  width: 32px;
  height: 32px;
  background: #003fa3;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.82rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 4px 10px rgba(0, 63, 163, 0.25);
}
.app-process-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #f2f6fc;
  border: 1px solid #e1e9f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #003fa3;
  margin: 0 auto 14px;
  transition: transform 0.2s ease, background 0.2s ease;
}
.app-process-card:hover .app-process-icon {
  transform: translateY(-4px);
  background: #003fa3;
  color: #ffffff;
}
.app-process-card h4 {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}
.app-process-card p {
  font-size: 0.78rem;
  color: var(--text-light);
  line-height: 1.4;
  margin: 0;
}

/* Two Column Info Section */
.apply-info-section {
  padding: 0 0 70px;
}
.apply-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.apply-info-card {
  background: #f8fbff;
  border: 1px solid #e4ecf7;
  border-radius: 16px;
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.apply-info-card h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 24px;
  position: relative;
}
.apply-info-card h3::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background: #00AFEF;
  margin-top: 8px;
  border-radius: 2px;
}
.doc-checklist-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.doc-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.doc-checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--navy);
}
.doc-checklist li i {
  color: #003fa3;
  font-size: 1.1rem;
}
.doc-illustration {
  width: 200px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
.doc-illustration__img {
  width: 100%;
  max-width: 190px;
  max-height: 240px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 20px rgba(11, 44, 95, 0.15));
}

.why-apply-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.why-apply-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.why-apply-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e8f0fe;
  color: #003fa3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.why-apply-content h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 3px;
}
.why-apply-content p {
  font-size: 0.82rem;
  color: var(--text-light);
  margin: 0;
  line-height: 1.4;
}

/* Bottom CTA Banner */
.apply-bottom-cta {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);
  border-radius: 16px;
  padding: 36px 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #ffffff;
  box-shadow: 0 12px 35px rgba(11, 44, 95, 0.2);
  margin-bottom: 70px;
}
.apply-bottom-cta__left {
  display: flex;
  align-items: center;
  gap: 24px;
}
.apply-bottom-cta__graphic {
  font-size: 3.2rem;
  color: #00AFEF;
  flex-shrink: 0;
}
.apply-bottom-cta__text h3 {
  font-size: 1.45rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
}
.apply-bottom-cta__text p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.85);
  margin: 0;
}
.apply-bottom-cta__buttons {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.btn--cta-gold {
  background: #00AFEF;
  color: #ffffff;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}
.btn--cta-gold:hover {
  background: #0096ce;
  transform: translateY(-2px);
}
.btn--cta-whatsapp-outline {
  background: transparent;
  color: #ffffff;
  border: 1.5px solid rgba(255,255,255,0.4);
  font-weight: 600;
  padding: 12px 22px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}
.btn--cta-whatsapp-outline:hover {
  border-color: #25d366;
  background: #25d366;
  color: #ffffff;
}

/* Responsive Rules for Apply Now */
@media (max-width: 1024px) {
  .apply-form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .app-process-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
  }
  .app-process-grid::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .apply-hero {
    padding: 40px 0 110px;
  }
  .apply-hero__inner {
    flex-direction: column;
    text-align: center;
  }
  .apply-hero__left {
    display: none;
  }
  .apply-form-card {
    padding: 24px 18px;
  }
  .apply-form-grid {
    grid-template-columns: 1fr;
  }
  .apply-info-grid {
    grid-template-columns: 1fr;
  }
  .doc-checklist-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .doc-illustration {
    margin-top: 15px;
    align-self: center;
  }
  .apply-bottom-cta {
    flex-direction: column;
    text-align: center;
    padding: 30px 24px;
  }
  .apply-bottom-cta__left {
    flex-direction: column;
  }
  .apply-bottom-cta__buttons {
    flex-direction: column;
    width: 100%;
  }
  .apply-bottom-cta__buttons a {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 580px) {
  .app-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


