/* ==========================================================================
   GD Goenka Public School, Sector 10-A  |  Admissions Landing Page  (v2)
   Every section carries its own parent class (.mf-*) — no shared selectors.
     1 Tokens      2 Base/utilities   3 Nav        4 Hero (video + form)
     5 CTA strip   6 Why choose       7 Counters   8 Admission process
     9 Wings      10 Legacy          11 Voices    12 Gallery
    13 FAQ        14 Enquire band    15 Footer    16 Floating tab
    17 Thank you  18 Responsive
   ========================================================================== */

/* ------------------------------ 1. TOKENS ------------------------------ */
:root{
  --mf-ink:#0c2340;
  --mf-blue:#23527c;              /* sampled from supplied logo */
  --mf-blue-dk:#173c5e;
  --mf-steel:#6182a7;             /* sampled from supplied logo */
  --mf-gold:#c69a3e;
  --mf-gold-lt:#e6c274;
  --mf-mist:#edf2f8;
  --mf-sand:#faf6ef;
  --mf-line:rgba(35,82,124,.14);
  --mf-body:#41556b;

  /* accent tints used on the why-choose cards */
  --mf-tint-rose:#fdeef0;
  --mf-tint-lime:#f1f7e4;
  --mf-tint-lilac:#f5eefb;

  /* call CTA — swap --mf-call-a/b for violet if preferred */
  --mf-call-a:#5b34d8;
  --mf-call-b:#7c4dff;
  --mf-wa:#22c55e;
  --mf-wa-dk:#16a34a;

  --mf-display:'Plus Jakarta Sans',system-ui,sans-serif;
  --mf-sans:'DM Sans',system-ui,-apple-system,'Segoe UI',sans-serif;
  --mf-serif:'Fraunces',Georgia,serif;

  --mf-radius:20px;
  --mf-shadow:0 20px 55px rgba(12,35,64,.12);
  --mf-shadow-sm:0 10px 26px rgba(12,35,64,.08);
}

/* ------------------------------ 2. BASE ------------------------------ */
*{ -webkit-tap-highlight-color:transparent; }
body{
  font-family:var(--mf-sans);color:var(--mf-body);background:#fff;
  font-size:16px;line-height:1.75;overflow-x:hidden;
}
h1,h2,h3,h4,h5,h6{
  font-family:var(--mf-display);color:var(--mf-ink);font-weight:700;
  line-height:1.2;letter-spacing:-.02em;
}
a{ text-decoration:none;color:var(--mf-blue);transition:color .25s ease; }
a:hover{ color:var(--mf-gold); }
img{ max-width:100%; }
::selection{ background:var(--mf-gold);color:#fff; }

.mf-section{ padding:clamp(56px,6.5vw,70px) 0; }

/* pill eyebrow with spark, as per the reference */
.mf-pill{
  display:inline-flex;align-items:center;gap:8px;position:relative;
  background:var(--mf-gold-lt);color:#5c4410;
  border-radius:100px;padding:7px 20px;
  font-size:.82rem;font-weight:700;letter-spacing:.02em;
}
.mf-pill::before{
  content:"";position:absolute;left:-34px;top:50%;width:26px;height:26px;
  transform:translateY(-50%);
  background:
    linear-gradient(var(--mf-gold),var(--mf-gold)) center/100% 2px no-repeat,
    linear-gradient(var(--mf-gold),var(--mf-gold)) center/2px 100% no-repeat;
  transform:translateY(-50%) rotate(-20deg);opacity:.9; display: none;
}

.mf-h2{ font-size:clamp(1.75rem,3.3vw,2.7rem);line-height:1.22; }
.mf-h2 mark{
  background:linear-gradient(transparent 62%,rgba(198,154,62,.42) 62%);
  color:inherit;padding:0 2px;
}
.mf-lead{ font-size:1.02rem;max-width:640px; }

/* buttons */
.mf-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  font-family:var(--mf-display);font-size:.92rem;font-weight:700;
  padding:6px 14px;border-radius:100px;border:1px solid transparent;cursor:pointer;
  transition:transform .3s ease,box-shadow .3s ease,background .3s ease,color .3s ease;
}
.mf-btn:focus-visible{ outline:3px solid var(--mf-gold-lt);outline-offset:3px; }
.mf-btn i{ font-size:.95em; }
.mf-btn-gold{ background:var(--mf-gold);color:#fff;box-shadow:0 12px 26px rgba(198,154,62,.32); }
.mf-btn-gold:hover{ background:#b3872f;color:#fff;transform:translateY(-2px); }
.mf-btn-blue{ background:var(--mf-blue);color:#fff; }
.mf-btn-blue:hover{ background:var(--mf-blue-dk);color:#fff;transform:translateY(-2px); }
.mf-btn-ghost{ background:#fff;color:var(--mf-ink);border-color:var(--mf-line); }
.mf-btn-ghost:hover{ background:var(--mf-ink);color:#fff;border-color:var(--mf-ink); }
.mf-btn-light{ background:rgba(255,255,255,.14);color:#fff;border-color:rgba(255,255,255,.42); }
.mf-btn-light:hover{ background:#fff;color:var(--mf-ink); }
.mf-btn__arrow{
  width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.22);
  display:inline-flex;align-items:center;justify-content:center;margin-left:2px;
}

.mf-reveal{ opacity:0;transform:translateY(26px);transition:opacity .8s ease,transform .8s ease; }
.mf-reveal.is-in{ opacity:1;transform:none; }

/* ------------------------------ 3. NAV ------------------------------ */
.mf-nav{ position:sticky;top:14px;z-index:1040; }
.mf-nav__bar{
  background:#fff;border-radius:100px;box-shadow:0 14px 40px rgba(12,35,64,.14);
  padding:10px 12px 10px 26px;display:flex;align-items:center;gap:18px;
  transition:box-shadow .3s ease;
}
.mf-nav.is-stuck .mf-nav__bar{ box-shadow:0 18px 46px rgba(12,35,64,.2); }
.mf-nav__logo{ flex:0 0 auto;display:flex;align-items:center;gap:14px;min-width:0; }
.mf-nav__logo-school{ height:40px;width:auto;display:block; }
.mf-nav__logo-rule{
  flex:0 0 1px;width:1px;height:30px;
  background:linear-gradient(180deg,rgba(12,35,64,0),rgba(12,35,64,.24),rgba(12,35,64,0));
}
.mf-nav__logo-trust{ height:21px;width:auto;display:block;opacity:.92; }
.mf-nav__info{ display:flex;align-items:center;gap:30px;margin-left:auto; }
.mf-nav__item{ display:flex;align-items:center;gap:11px; }
.mf-nav__item i{
  width:40px;height:40px;border-radius:50%;background:var(--mf-mist);color:var(--mf-blue);
  display:flex;align-items:center;justify-content:center;font-size:.95rem;flex:0 0 40px;
}
.mf-nav__item small{
  display:block;font-size:.66rem;letter-spacing:.15em;text-transform:uppercase;color:#8496aa;line-height:1.6;
}
.mf-nav__item strong{
  display:block;font-family:var(--mf-display);font-size:.9rem;font-weight:700;color:var(--mf-ink);line-height:1.35;
}
.mf-nav__item a{ color:var(--mf-ink); }
.mf-nav__item a:hover{ color:var(--mf-blue); }
.mf-nav__cta{ display:flex;align-items:center;gap:10px;flex:0 0 auto; }
.mf-nav__call{
  width:46px;height:46px;border-radius:50%;display:none;align-items:center;justify-content:center;
  background:linear-gradient(135deg,var(--mf-call-a),var(--mf-call-b));color:#fff;font-size:1rem;
}
.mf-nav__call:hover{ color:#fff; }

/* ------------------------------ 4. HERO ------------------------------ */
.mf-hero{
  position:relative;margin-top:-84px;padding:118px 0 clamp(50px,6vw,20px);
          background: linear-gradient(180deg, rgb(0 0 0 / 79%) 0%, rgb(0 0 0 / 83%) 55%, rgb(20 20 20 / 58%) 100%), url(../images/banner.jpg) center 32% / cover no-repeat;
  overflow:hidden;
}
.mf-hero::after{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.5;
  background-image:
    radial-gradient(circle at 12% 30%,rgba(35,82,124,.10) 0 2px,transparent 3px),
    radial-gradient(circle at 78% 12%,rgba(198,154,62,.16) 0 3px,transparent 4px),
    radial-gradient(circle at 40% 80%,rgba(97,130,167,.12) 0 2px,transparent 3px);
  background-size:180px 180px,220px 220px,260px 260px;
}
.mf-hero .container{ position:relative;z-index:2; }
.mf-hero__badge{
  display:inline-flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--mf-line);
  border-radius:100px;padding:7px 18px 7px 8px;font-size:.78rem;font-weight:700;
  letter-spacing:.12em;text-transform:uppercase;color:var(--mf-blue);box-shadow:var(--mf-shadow-sm);
}
.mf-hero__badge span{
  width:9px;height:9px;border-radius:50%;background:var(--mf-gold);
  box-shadow:0 0 0 5px rgba(198,154,62,.22);animation:mfPulse 2.4s infinite;
}
@keyframes mfPulse{ 50%{ box-shadow:0 0 0 11px rgba(198,154,62,0); } }

.mf-hero__title{     font-size: 42px; margin:20px 0 16px; color: #fff;}
.mf-hero__title mark{
  background:linear-gradient(transparent 60%,rgba(198,154,62,.38) 60%);color:inherit;padding:0 3px;
}
.mf-hero__text{ font-size:1.04rem;max-width:700px;margin-bottom:10px; color: #fff;}

/* video card */
.mf-hero__video{
  position:relative;border-radius:24px;overflow:hidden;box-shadow:var(--mf-shadow);
  background:var(--mf-ink);aspect-ratio:18/10;
}
.mf-hero__video video{ width:100%;height:100%;object-fit:cover;display:block; }
.mf-hero__play{
  position:absolute;inset:0;margin:auto;width:78px;height:78px;border-radius:50%;
  border:0;background:rgba(255,255,255,.92);color:var(--mf-blue);font-size:1.5rem;
  display:flex;align-items:center;justify-content:center;cursor:pointer;
  box-shadow:0 14px 34px rgba(0,0,0,.28);transition:transform .3s ease,opacity .3s ease;
}
.mf-hero__play:hover{ transform:scale(1.07); }
.mf-hero__play.is-playing{ opacity:0;pointer-events:none; }
.mf-hero__caption{
  position:absolute;left:18px;right:18px;bottom:18px;z-index:2;
  background:rgba(12,35,64,.72);backdrop-filter:blur(6px);
  border-radius:16px;padding:16px 18px;color:#fff;font-size:.92rem;
}
.mf-hero__caption strong{ display:block;font-family:var(--mf-display);margin-bottom:2px; }

/* enquiry card */
.mf-form{
  background:#fff;border-radius:var(--mf-radius);box-shadow:var(--mf-shadow);
  border:1px solid var(--mf-line);padding:30px 26px 26px;position:relative;
}
.mf-form__ribbon{
  position:absolute;top:-15px;left:26px;background:var(--mf-gold);color:#fff;border-radius:8px;
  font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:8px 16px;
  box-shadow:0 8px 20px rgba(198,154,62,.35);
}
.mf-form h3{ font-size:1.4rem;margin:8px 0 4px; }
.mf-form__note{ font-size:.86rem;margin-bottom:18px; }
.mf-form .form-label{ font-size:.78rem;font-weight:600;color:var(--mf-ink);margin-bottom:5px; }
.mf-form .form-control{
  border:1px solid var(--mf-line);border-radius:12px;padding:8px 14px;font-size:.92rem;
  background:#fbfcfe;color:var(--mf-ink);
}
.mf-form .mf-enquiry-form .col-sm-6, .mf-form .mf-enquiry-form .col-12{
        margin-top: 10px !important;
}
.mf-form .form-control:focus{ border-color:var(--mf-steel);box-shadow:0 0 0 4px rgba(97,130,167,.16);background:#fff; }
.mf-form .invalid-feedback{ font-size:.75rem; }
.mf-form__submit{ width:100%;margin-top:6px; }
.mf-form__privacy{ font-size:.72rem;text-align:center;margin:12px 0 0;color:#7b8ca0; }

/* ----------------------- 5. CALL / ENQUIRE STRIP ---------------------- */
.mf-actions{ padding:26px 0 4px;text-align:center; }
.mf-actions__wrap{ display:inline-flex;flex-wrap:wrap;gap:14px;justify-content:center; }
.mf-actions__btn{
  display:inline-flex;align-items:center;gap:10px;border-radius:14px;
  font-family:var(--mf-display);font-weight:700;font-size:1rem;color:#fff;
  padding:8px 30px;transition:transform .3s ease,box-shadow .3s ease,filter .3s ease;
}
.mf-actions__btn i{ font-size:1.05rem; }
.mf-actions__call{
  background:linear-gradient(135deg,var(--mf-call-a),var(--mf-call-b));
  box-shadow:0 12px 26px rgba(91,52,216,.32);
}
.mf-actions__enq{
  background:linear-gradient(135deg,var(--mf-gold),#a87c26);
  box-shadow:0 12px 26px rgba(198,154,62,.34);
  border:0;font-family:var(--mf-display);
}
.mf-actions__btn:hover{ color:#fff;transform:translateY(-3px);filter:brightness(1.05); }

/* ------------------------- 6. WHY CHOOSE US ------------------------- */
.mf-why{ background:#fff; }
.mf-why__head{ margin-bottom:44px; }
.mf-why__card{
  height:100%;background:#fff;border:1px solid rgba(12,35,64,.07);border-radius:20px;
  padding:34px 28px;box-shadow:0 14px 40px rgba(12,35,64,.06);
  transition:transform .35s ease,box-shadow .35s ease;
}
.mf-why__card:hover{ transform:translateY(-8px);box-shadow:var(--mf-shadow); }
.mf-why__icon{
  width:55px;height:55px;border-radius:10px;display:flex;align-items:center;justify-content:center;
  font-size:1.5rem;margin-bottom:20px;border:2px solid currentColor;
}
.mf-why__icon.is-rose{ color:#e0507a; }
.mf-why__icon.is-lime{ color:#7cae2b; }
.mf-why__icon.is-lilac{ color:#9b59d0; }
.mf-why__icon.is-lilac-gold{    color: #c69a3e;}
.mf-why__box{ border-radius:16px;padding:22px 20px; }
.mf-why__box.is-rose{ background:var(--mf-tint-rose); }
.mf-why__box.is-lime{ background:var(--mf-tint-lime); }
.mf-why__box.is-lilac{ background:var(--mf-tint-lilac); }
.gold-light{ background:#c69a3e30 !important; }
.mf-why__box h5{ font-size:1.08rem;margin-bottom:6px; }
.mf-why__box p{ font-size:.93rem;margin:0; }

/* ------------------------- 7. COUNTER ROW ------------------------- */
.mf-count{ padding:52px 0 8px; }
.mf-count__row{ display:grid;grid-template-columns:repeat(4,1fr); }
.mf-count__cell{ padding:8px 24px;border-left:1px solid var(--mf-line); text-align: center; }
.mf-count__cell:first-child{ border-left:0;padding-left:0; }
.mf-count__cell strong{
  display:block;font-family:var(--mf-display);font-weight:700;
  font-size:clamp(1.9rem,3.4vw,2.6rem);color:var(--mf-ink);line-height:1.1;
}
.mf-count__cell span{ font-size:.95rem;color:var(--mf-body); }

/* ---------------------- 8. ADMISSION PROCESS ---------------------- */
.mf-process{ background:var(--mf-sand);position:relative;overflow:hidden; }
.mf-process::before{
  content:"";position:absolute;inset:0;opacity:.45;
  background-image:radial-gradient(circle,rgba(35,82,124,.18) 1.4px,transparent 1.5px);
  background-size:16px 16px;
  -webkit-mask-image:radial-gradient(70% 60% at 50% 50%,#000 30%,transparent 78%);
          mask-image:radial-gradient(70% 60% at 50% 50%,#000 30%,transparent 78%);
}
.mf-process .container{ position:relative;z-index:2; }
.mf-process__flow{ display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:44px; }
.mf-process__step{
  --c:var(--mf-gold);
  flex:1 1 220px; background:var(--c);padding:3px;
  clip-path:polygon(0 0,calc(100% - 30px) 0,100% 50%,calc(100% - 30px) 100%,0 100%,30px 50%);
  transition:transform .35s ease;
}
.mf-process__step:first-child{ clip-path:polygon(0 0,calc(100% - 30px) 0,100% 50%,calc(100% - 30px) 100%,0 100%); }
.mf-process__step:hover{ transform:translateY(-6px); }
.mf-process__step.is-1{ --c:#e8b93c; }
.mf-process__step.is-2{ --c:#5b34d8; }
.mf-process__step.is-3{ --c:#e2574c; }
.mf-process__step.is-4{ --c:#1aa79a; }
.mf-process__inner{
  background:#fff;min-height:150px;padding:26px 26px 26px 52px;
  clip-path:polygon(0 0,calc(100% - 30px) 0,100% 50%,calc(100% - 30px) 100%,0 100%,30px 50%);
  display:flex;flex-direction:column;justify-content:center;
}
.mf-process__step:first-child .mf-process__inner{
  clip-path:polygon(0 0,calc(100% - 30px) 0,100% 50%,calc(100% - 30px) 100%,0 100%);
  padding-left:30px;
}
.mf-process__inner span{
  font-family:var(--mf-display);font-weight:800;font-size:.78rem;letter-spacing:.16em;
  color:var(--c);margin-bottom:6px;
}
.mf-process__inner h5{ font-size:1rem;margin:0 0 4px;color:var(--c); }
.mf-process__inner p{ font-size:.84rem;margin:0;line-height:1.55; }

/* --------------------------- 9. WINGS --------------------------- */
.mf-wings{ background:#fff;color:#cfdcea; }
.mf-wings h2,.mf-wings h5{ color:#000; }
.mf-wings .mf-lead{ color:#000; }
.mf-wings__cap h5{
  color: #fff;
}
.mf-wings__item{ position:relative;border-radius:20px;overflow:hidden;aspect-ratio:3/4;background:#123; }
.mf-wings__item img{ width:100%;height:100%;object-fit:cover;transition:transform 1s ease; }
.mf-wings__item:hover img{ transform:scale(1.07); }
.mf-wings__item::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(to top,rgba(12,35,64,.92) 6%,rgba(12,35,64,.2) 52%,transparent);
}
.mf-wings__cap{ position:absolute;left:22px;right:22px;bottom:22px;z-index:2; }
.mf-wings__cap h5{ font-size:1.2rem;margin-bottom:4px; }
.mf-wings__cap span{ font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;color:var(--mf-gold-lt); }
.mf-wings .owl-nav{ display:flex;gap:10px;justify-content:center;margin-top:30px; }
.mf-wings .owl-nav button.owl-prev,.mf-wings .owl-nav button.owl-next{
  width:46px;height:46px;border-radius:50%!important;border:1px solid rgba(255,255,255,.28)!important;
  color:#fff!important;font-size:1.1rem!important;background:transparent!important;
}
.mf-wings .owl-nav button:hover{ background:var(--mf-gold)!important;border-color:var(--mf-gold)!important; }
.mf-wings .owl-dots{ display:none; }

/* --------------------------- 10. LEGACY --------------------------- */
.mf-legacy{
  background:linear-gradient(160deg,#0a1e35,#173c5e 60%,#23527c);
  color:#c8d8ea;position:relative;overflow:hidden;
}
.mf-legacy::before{
  content:"";position:absolute;inset:auto -10% -40% -10%;height:70%;
  background:radial-gradient(60% 100% at 50% 100%,rgba(198,154,62,.20),transparent 70%);
}
.mf-legacy h2,.mf-legacy h5{ color:#fff; }
.mf-legacy .mf-lead{ color:#a9c0d8; }
.mf-legacy .container{ position:relative;z-index:2; }
.mf-legacy__rail{ position:relative;margin-top:0px; }
.mf-legacy__rail::before{
  content:"";position:absolute;left:0;right:0;top:64px;height:2px;
  background:linear-gradient(90deg,transparent,rgba(198,154,62,.55) 12%,rgba(198,154,62,.55) 88%,transparent);
}
.mf-legacy__card{ position:relative;padding-top:0;text-align:left; }
.mf-legacy__year{
  font-family:var(--mf-serif);font-size:2.6rem;font-weight:600;color:transparent;
  -webkit-text-stroke:1.4px rgba(230,194,116,.85);line-height:1;margin-bottom:14px;
  transition:color .4s ease; visibility: hidden;
}
.mf-legacy__dot{
  width:16px;height:16px;border-radius:50%;background:var(--mf-gold);
  box-shadow:0 0 0 6px rgba(198,154,62,.22);margin:0 0 26px;position:relative;z-index:2;
}
.mf-legacy__body{
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);
  border-radius:18px;padding:24px 22px;backdrop-filter:blur(6px);height:200px;
  transition:transform .35s ease,background .35s ease;
}
.mf-legacy__card:hover .mf-legacy__body{ transform:translateY(-8px);background:rgba(255,255,255,.12); }
.mf-legacy__card:hover .mf-legacy__year{ color:rgba(230,194,116,.28); }
.mf-legacy__body h5{ font-size:1.06rem;margin-bottom:6px; }
.mf-legacy__body p{ font-size:.9rem;margin:0;color:#bed0e2; }
.mf-legacy__body strong{ color:#fff; }
.mf-legacy .owl-nav{ display:flex;gap:10px;justify-content:center;margin-top:34px; }
.mf-legacy .owl-nav button.owl-prev,.mf-legacy .owl-nav button.owl-next{
  width:46px;height:46px;border-radius:50%!important;border:1px solid rgba(255,255,255,.3)!important;
  color:#fff!important;background:transparent!important;font-size:1.1rem!important;
}
.mf-legacy .owl-nav button:hover{ background:var(--mf-gold)!important;border-color:var(--mf-gold)!important; }
.mf-legacy .owl-dots{ display:none; }

/* -------------------------- 11. TESTIMONIALS -------------------------- */
.mf-voices{ background:var(--mf-mist);position:relative;overflow:hidden; }
.mf-voices .owl-stage{ display:flex; }
.mf-voices .owl-item{ display:flex; }
.mf-voices__card{
  background:#fff;border-radius:22px;padding:34px 28px 28px;position:relative;
  box-shadow:0 16px 40px rgba(12,35,64,.08);width:100%;margin:16px 0 8px;
  display:flex;flex-direction:column;transition:transform .35s ease,box-shadow .35s ease;
  border-top:4px solid var(--mf-gold);
}
.mf-voices__card:hover{ transform:translateY(-8px);box-shadow:0 26px 60px rgba(12,35,64,.14); }
.mf-voices__card::after{
  content:"C";position:absolute;top:6px;right:26px;font-family:var(--mf-serif);
  font-size:5.5rem;line-height:1;color:rgba(35,82,124,.10); display: none;
}
.mf-voices__stars{ color:var(--mf-gold);letter-spacing:3px;font-size:.92rem;margin-bottom:14px; }
.mf-voices__text{
  font-family:var(--mf-serif);font-size:1.06rem;line-height:1.6;color:var(--mf-ink);
  position:relative;z-index:2;margin-bottom:24px;flex:1 1 auto;
}
.mf-voices__who{ display:flex;align-items:center;gap:13px;border-top:1px solid var(--mf-line);padding-top:18px; }
.mf-voices__who img{ width:52px;height:52px;border-radius:50%;object-fit:cover;border:3px solid var(--mf-mist); display: none !important; }
.mf-voices__who strong{ display:block;font-family:var(--mf-display);color:var(--mf-ink);font-size:.98rem; }
.mf-voices__who span{ font-size:.84rem; }
.mf-voices .owl-dots{ text-align:center;margin-top:14px; }
.mf-voices .owl-dots .owl-dot span{
  width:9px!important;height:9px!important;background:var(--mf-steel)!important;opacity:.4;
}
.mf-voices .owl-dots .owl-dot.active span{
  background:var(--mf-gold)!important;opacity:1;width:28px!important;border-radius:6px!important;
}
.mf-voices .owl-nav{ display:flex;gap:10px;justify-content:center;margin-top:16px; }
.mf-voices .owl-nav button.owl-prev,.mf-voices .owl-nav button.owl-next{
  width:46px;height:46px;border-radius:50%!important;border:1px solid var(--mf-line)!important;
  background:#fff!important;color:var(--mf-blue)!important;font-size:1.1rem!important;
}
.mf-voices .owl-nav button:hover{ background:var(--mf-blue)!important;color:#fff!important;border-color:var(--mf-blue)!important; }

/* --------------------------- 12. GALLERY --------------------------- */
.mf-gallery{ background:#fff; }
.mf-gallery__grid{ display:flex;flex-wrap:wrap;gap:10px; }
.mf-gallery__item{
  position:relative;overflow:hidden;border-radius:16px;cursor:zoom-in;
  flex:1 1 22%;height:230px;background:var(--mf-mist);border:0;padding:0;
}
.mf-gallery__item.is-wide{ flex:1.7 1 34%; }
.mf-gallery__item img{ width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s ease; }
.mf-gallery__item:hover img{ transform:scale(1.08); }
.mf-gallery__item::after{
  content:"\f00e";font-family:'FontAwesome';position:absolute;inset:0;
  display:flex;align-items:center;justify-content:center;background:rgba(12,35,64,.42);
  color:#fff;font-size:1.4rem;opacity:0;transition:opacity .35s ease;
}
.mf-gallery__item:hover::after,.mf-gallery__item:focus-visible::after{ opacity:1; }

.mf-lightbox{
  display:none;position:fixed;inset:0;z-index:2100;background:rgba(6,18,33,.95);
  padding:56px 20px;align-items:center;justify-content:center;
}
.mf-lightbox.is-open{ display:flex; }
.mf-lightbox img{ max-width:100%;max-height:86vh;width:auto;height:auto;object-fit:contain;border-radius:10px; }
.mf-lightbox__close,.mf-lightbox__prev,.mf-lightbox__next{
  position:absolute;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.3);color:#fff;
  width:46px;height:46px;border-radius:50%;font-size:1.3rem;cursor:pointer;
  display:flex;align-items:center;justify-content:center;transition:background .25s ease;
}
.mf-lightbox__close:hover,.mf-lightbox__prev:hover,.mf-lightbox__next:hover{ background:var(--mf-gold);border-color:var(--mf-gold); }
.mf-lightbox__close{ top:18px;right:20px; }
.mf-lightbox__prev{ left:18px;top:50%;transform:translateY(-50%); }
.mf-lightbox__next{ right:18px;top:50%;transform:translateY(-50%); }

/* ----------------------------- 13. FAQ ----------------------------- */
.mf-faq{ background:var(--mf-sand); }
.mf-faq .accordion-item{ border:1px solid var(--mf-line);border-radius:16px!important;margin-bottom:12px;overflow:hidden;background:#fff; }
.mf-faq .accordion-button{
  font-family:var(--mf-display);font-size:1rem;font-weight:700;color:var(--mf-ink);
  background:#fff;padding:20px 22px;box-shadow:none;
}
.mf-faq .accordion-button:not(.collapsed){ color:var(--mf-blue);background:var(--mf-mist); }
.mf-faq .accordion-button:focus{ box-shadow:0 0 0 3px rgba(97,130,167,.2); }
.mf-faq .accordion-body{ font-size:.94rem;padding:6px 22px 22px; }
.mf-faq__table{ width:100%;margin-top:14px;font-size:.9rem;border:1px solid var(--mf-line);border-radius:10px;overflow:hidden; }
.mf-faq__table th{ background:var(--mf-mist);color:var(--mf-ink);font-weight:700;padding:9px 14px; }
.mf-faq__table td{ padding:9px 14px;border-top:1px solid var(--mf-line); }

/* ------------------------- 14. ENQUIRE BAND ------------------------- */
.mf-enquire{
  background:linear-gradient(120deg,var(--mf-blue),var(--mf-ink));color:#fff;
  padding:clamp(44px,5.5vw,78px) 0;position:relative;overflow:hidden;
}
.mf-enquire::after{
  content:"";position:absolute;right:-80px;top:-80px;width:320px;height:320px;border-radius:50%;
  background:rgba(198,154,62,.18);
}
.mf-enquire h2{ color:#fff;margin-bottom:8px; }
.mf-enquire p{ color:#cfdcea;margin:0; }
.mf-enquire__actions{ display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end;position:relative;z-index:2; }

/* ---------------------------- 15. FOOTER ---------------------------- */
/* .mf-footer{
  background:#150f2e;color:#b7aed6;padding:64px 0 0;position:relative;overflow:hidden;text-align:center;
}
.mf-footer__logo img{ height:44px;margin-bottom:20px; }
.mf-footer__about{ max-width:720px;margin:0 auto;font-size:.95rem;color:#c3bbdf; }
.mf-footer__divider{ height:1px;background:rgba(255,255,255,.12);margin:36px 0; }
.mf-footer__meta{ display:flex;flex-wrap:wrap;gap:38px;justify-content:center; }
.mf-footer__meta-item{ display:flex;align-items:center;gap:12px;text-align:left; }
.mf-footer__meta-item i{
  width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.08);
  display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;
}
.mf-footer__meta-item small{
  display:block;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:#8d84b4;
}
.mf-footer__meta-item strong{ color:#fff;font-family:var(--mf-display);font-size:.95rem;font-weight:700; }

.mf-footer__card{
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.10);
  border-radius:22px;padding:30px 26px;margin-top:36px;position:relative;z-index:2;text-align:left;
}
.mf-footer__col{ display:flex;gap:14px;align-items:flex-start; }
.mf-footer__col i{
  flex:0 0 46px;width:46px;height:46px;border-radius:50%;
  background:linear-gradient(135deg,var(--mf-call-a),var(--mf-call-b));
  display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.05rem;
}
.mf-footer__col small{
  display:block;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--mf-gold-lt);margin-bottom:4px;
}
.mf-footer__col p,.mf-footer__col a{ color:#fff;font-size:.94rem;margin:0;font-weight:600; }
.mf-footer__col a:hover{ color:var(--mf-gold-lt); }
.mf-footer__mark{
  position:absolute;left:0;right:0;bottom:52px;text-align:center;pointer-events:none;
  font-family:var(--mf-display);font-weight:800;letter-spacing:.12em;
  font-size:clamp(3rem,10vw,8rem);color:rgba(255,255,255,.045);line-height:1;white-space:nowrap;
}
.mf-footer__social{ margin-top:32px; }
.mf-footer__social a{
  display:inline-flex;width:40px;height:40px;border-radius:50%;margin:0 5px;
  align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2);color:#fff;
}
.mf-footer__social a:hover{ background:var(--mf-gold);border-color:var(--mf-gold); }
.mf-footer__bar{
  border-top:1px solid rgba(255,255,255,.1);margin-top:36px;padding:18px 0;font-size:.82rem;position:relative;z-index:2;
} */

.mf-footer__logo img{
height: 30px;
    width: auto;
}
 .gd-footer {
    position: relative;
    overflow: hidden;
    background: #110d2b;
    color: #fff;
    padding: 85px 0 28px;
}


/* Background Typography */

.gd-footer-bg-text {
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);

    font-size: clamp(100px, 15vw, 230px);
    font-weight: 800;
    line-height: .8;

    white-space: nowrap;

    color: rgba(255,255,255,.025);

    pointer-events: none;
    user-select: none;
}


/* Top */

.gd-footer-top {
    position: relative;
    z-index: 2;
}


/* Logo */

.gd-footer-logo {
    font-family: Georgia, serif;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1;
    font-weight: 400;
    letter-spacing: -2px;
    margin-bottom: 25px;
}

.gd-footer-logo span {
    font-family: Arial, sans-serif;
    font-weight: 300;
    letter-spacing: -3px;
}

.gd-footer-logo small {
    font-family: Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    vertical-align: top;
    margin-left: 5px;
}


/* Intro */

.gd-footer-intro {
    max-width: 760px;
    margin: 0;

    color: #fff;
    font-size: 15px;
    line-height: 1.8;
}


/* Office Hours */

.gd-footer-hours {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.gd-info-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.gd-info-item .gd-icon {
    width: 48px;
    height: 48px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.10);

    color: #fff;

    flex-shrink: 0;
}

.gd-info-item span {
    display: block;

    font-size: 10px;
    letter-spacing: 2px;
    color: #c9a143;

    margin-bottom: 5px;
}

.gd-info-item strong {
    display: block;

    font-size: 14px;
    font-weight: 600;
    color: #fff;
}


/* Divider */

.gd-line {
    height: 1px;

    background: rgba(255,255,255,.12);

    margin: 55px 0 35px;

    position: relative;
    z-index: 2;
}


/* Contact */

.gd-contact {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: 1.45fr 1fr;

    border: 1px solid rgba(255,255,255,.12);

    border-radius: 24px;

    background: rgba(255,255,255,.035);

    backdrop-filter: blur(10px);

    overflow: hidden;
}


/* Contact Item */

.gd-contact-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;

    padding: 30px 28px;

    position: relative;
}

.gd-contact-item:not(:last-child)::after {
    content: "";

    position: absolute;

    right: 0;
    top: 25px;
    bottom: 25px;

    width: 1px;

    background: rgba(255,255,255,.10);
}


/* Contact Icon */

.gd-contact-icon {
    width: 48px;
    height: 48px;

    flex: 0 0 48px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(
        135deg,
        #6f3cff,
        #8d52ff
    );

    color: #fff;

    font-size: 17px;

    box-shadow:
        0 8px 25px rgba(111,60,255,.25);
}


/* Contact Text */

.gd-contact-content span {
    display: block;

    color: #d1a743;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 2px;

    margin-bottom: 8px;
}


.gd-contact-value {
    color: #fff;

    text-decoration: none;

    font-size: 14px;

    line-height: 1.7;

    font-weight: 600;

    transition: .3s ease;
}

a.gd-contact-value:hover {
    color: #d5ae50;
}


/* Bottom */

.gd-footer-bottom {
    position: relative;
    z-index: 2;

    display: flex;

    justify-content: center;

    align-items: center;

    padding-top: 32px;

    border-top: 1px solid rgba(255,255,255,.09);

    margin-top: 38px;
}



/* Copyright */

.gd-copyright {
    color: #9994b2;

    font-size: 12px;

    text-align: center;
}


/* Footer disclaimer */

.gd-disclaimer {
    max-width: 760px;

    margin: 26px 0 0;

    padding: 16px 20px;

    border-left: 2px solid rgba(198,154,62,.6);
    border-radius: 0 12px 12px 0;

    background: rgba(255,255,255,.035);

    color: rgba(255,255,255,.62);

    font-size: 12.5px;
    line-height: 1.8;
}

.gd-disclaimer strong {
    color: rgba(255,255,255,.86);
    font-weight: 700;
}


/* =========================================
   FIXED ENQUIRE BUTTON
========================================= */

.gd-enquire {
    position: fixed;

    right: 0;
    top: 120px;

    width: 48px;
    height: 137px;

    background: #d1a743;

    border-radius: 16px 0 0 16px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;

    z-index: 999;

    box-shadow: 0 10px 30px rgba(0,0,0,.20);
}

.gd-enquire span {
    color: #fff;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: .5px;

    writing-mode: vertical-rl;

    transform: rotate(180deg);
}



/* ------------------------ 16. FLOATING TAB / BAR ------------------------ */
.mf-fab{
  position:fixed;right:0;top:50%;transform:translateY(-50%) ;z-index:1035;
  writing-mode:vertical-rl;background:var(--mf-gold);color:#fff;border:0;
  font-family:var(--mf-display);font-weight:700;font-size:.86rem;letter-spacing:.08em;
  padding:20px 12px;border-radius:14px 0 0 14px;box-shadow:-6px 8px 24px rgba(0,0,0,.2);cursor:pointer;
}
.mf-fab:hover{ background:var(--mf-blue);color:#fff; }
.mf-mobilebar{ display:none; }

/* modal */
.mf-modal .modal-content{ border:0;border-radius:22px;overflow:hidden; }
.mf-modal .modal-header{ background:var(--mf-ink);color:#fff;border:0;padding:18px 24px; }
.mf-modal .modal-title{ color:#fff;font-size:1rem; }
.mf-modal .btn-close{ filter:invert(1) grayscale(1); }
.mf-modal .modal-body{ padding:24px; }
.mf-modal .mf-form{ box-shadow:none;border:0;padding:0; }

/* --------------------------- 17. THANK YOU --------------------------- */
.mf-thanks{
  min-height:70vh;display:flex;align-items:center;text-align:center;padding:120px 0 70px;
  background:radial-gradient(90% 70% at 50% 0,var(--mf-mist),#fff 70%);
}
.mf-thanks__mark{
  width:96px;height:96px;border-radius:50%;margin:0 auto 26px;background:var(--mf-blue);color:#fff;
  display:flex;align-items:center;justify-content:center;font-size:2.2rem;
  box-shadow:0 0 0 12px rgba(35,82,124,.12);animation:mfPop .7s ease both;
}
@keyframes mfPop{ from{ transform:scale(.6);opacity:0; } }
.mf-thanks__next{ background:#fff;border:1px solid var(--mf-line);border-radius:18px;padding:24px;height:100%;text-align:left; }
.mf-thanks__next i{ color:var(--mf-gold);font-size:1.2rem;margin-bottom:10px;display:block; }

/* --------------------------- 18. RESPONSIVE --------------------------- */
@media (max-width:1199px){
  .mf-nav__info{ gap:18px; }
  .mf-nav__item.is-address{ display:none; }
}
@media (max-width:991px){
  .mf-nav__cta .mf-btn-ghost{ display:none; }
  .mf-nav__call{ display:none; }
  .mf-hero{ margin-top:-78px;padding-top:104px; }
  .mf-hero__form{ margin-top:34px; }
  .mf-count__row{ grid-template-columns:repeat(2,1fr);gap:26px 0; }
  .mf-count__cell:nth-child(3){ border-left:0;padding-left:0; }
  .mf-process__step{ max-width:none;flex:1 1 46%; }
  .mf-enquire__actions{ justify-content:flex-start;margin-top:20px; }
  .mf-gallery__item,.mf-gallery__item.is-wide{ flex:1 1 46%;height:200px; }
  .mf-legacy__rail::before{ display:none; }
  .mf-fab{ display:none; }
}
@media (max-width:767px){
     .gd-footer {
        padding: 55px 0 25px;
    }
    .mf-modal .mf-form{
      text-align: left;
    }
.mf-hero__title {
    font-size: 30px;
  }
  .mf-hero__caption{
    display: none;
  }
  .mf-hero__text{
    margin-bottom: 0px;
  }
  .mf-form{
    text-align: center;
  }
  .mf-form__ribbon{
        left: 24%;
  }
  .mf-form__submit{
    padding: 8px 10px !important;
  }
  .mf-why{
    text-align: center;
  }
  .mf-why__icon{
    margin: 0px auto 20px;
  }
  .mf-h2{
    font-size: 22px;
  }
  .mf-actions__btn{
    font-size: 12px;
  }
  .mf-wings{
    text-align: center;
  }
  .mf-wings .owl-nav button.owl-prev, .mf-wings .owl-nav button.owl-next{
        background: #c69a3e85 !important;
  }
  .mf-legacy{
    text-align: center;
  }
  .mf-legacy__dot{
    display: none;
  }
  .mf-enquire{
    text-align: center;
  }
  .mf-enquire__actions{
    justify-content: center;
  }

.mf-nav__logo{ flex-direction:column;align-items:flex-start;gap:4px; }
    .mf-nav__logo-rule{ display:none; }
    .mf-nav__logo-school{ height:26px; }
    .mf-nav__logo-trust{ height:12px; }
    .mf-btn{
      font-size: 12px;
          padding: 3px 10px;
                 
    }
    .gd-footer-logo {
        font-size: 38px;
    }


    .gd-footer-intro {
        font-size: 14px;
        line-height: 1.7;
    }


    .gd-footer-hours {
        margin-top: 30px;
        gap: 18px;
    }


    .gd-info-item strong {
        font-size: 13px;
    }


    .gd-line {
        margin: 40px 0 25px;
    }


    .gd-contact {
        display: block;
        border-radius: 20px;
    }


    .gd-contact-item {
        padding: 22px 20px;
    }


    .gd-contact-item:not(:last-child)::after {
        top: auto;
        bottom: 0;
        left: 20px;
        right: 20px;

        width: auto;
        height: 1px;
    }


    .gd-contact-icon {
        width: 43px;
        height: 43px;
        flex-basis: 43px;
    }


    .gd-contact-value {
        font-size: 13px;
    }


    .gd-footer-bottom {
        flex-direction: column;
        gap: 25px;

        padding-top: 30px;
    }


    .gd-copyright {
        text-align: center;
        line-height: 1.6;
    }


    .gd-footer-bg-text {
        font-size: 90px;
        bottom: 90px;
    }


    .gd-enquire {
        width: 44px;
        height: 125px;
        top: 100px;
    }

  body{ font-size:15px;padding-bottom:33px; }
  .mf-pill::before{ display:none; }
  .mf-process__step,.mf-process__step:first-child{ flex:1 1 100%;clip-path:none;border-radius:14px;padding:0 0 0 6px; }
  .mf-process__inner,.mf-process__step:first-child .mf-process__inner{ clip-path:none;border-radius:0 14px 14px 0;padding:22px 20px;min-height:0; }
  .mf-nav__bar{ padding-left:18px;gap:10px; justify-content: space-between; }
  .mf-nav__info{ display:none; }
  .mf-footer__meta{ gap:22px; }
  .mf-footer__col{ margin-bottom:22px; }
  .mf-gallery__item,.mf-gallery__item.is-wide{ flex:1 1 47%;height:150px; }
  .mf-voices__stage::before{ display:none; }

  .mf-mobilebar{
    display:flex;position:fixed;left:0;right:0;bottom:0;z-index:1050;box-shadow:0 -6px 20px rgba(0,0,0,.22);
  }
  .mf-mobilebar a{
    flex:1;padding:8px 6px;text-align:center;color:#fff;font-size:.85rem;font-weight:700;
    font-family:var(--mf-display);display:flex;align-items:center;justify-content:center;gap:8px;
  }
  .mf-mobilebar a:first-child{ background:linear-gradient(135deg,var(--mf-call-a),var(--mf-call-b)); }
  .mf-mobilebar a:last-child{ background:linear-gradient(135deg,var(--mf-gold),#a87c26); }
}
@media (max-width:575px){
  .mf-form{ padding:26px 18px 22px; }
  .mf-count__cell{ padding:8px 12px; }
  .mf-actions__btn{ width:100%;justify-content:center; }
}

@media (prefers-reduced-motion:reduce){
  *{ animation:none!important;transition:none!important; }
  .mf-reveal{ opacity:1;transform:none; }
}


/* ------------------- 19. DUAL LOGO LOCKUP · RESPONSIVE ------------------- */
@media (max-width:1399px){
  .mf-nav__logo{ gap:11px; }
  .mf-nav__logo-school{ height:26px; }
  .mf-nav__logo-trust{ height:19px; }
}
@media (max-width:991px){
  .mf-nav__logo{ flex-direction:column;align-items:flex-start;gap:4px; }
  .mf-nav__logo-rule{ display:none; }
  .mf-nav__logo-school{ height:26px; }
  .mf-nav__logo-trust{ height:14px; }
}
@media (max-width:767px){
  .gd-disclaimer{ margin-top:22px;font-size:12px;padding:14px 16px; }
  .gd-footer-bottom{ margin-top:28px;padding-top:26px; }
}
@media (max-width:359px){
  .mf-nav__logo-school{ height:22px; }
  .mf-nav__logo-trust{ height:10px; }
}
