/* ── TOKENS ──────────────────────────────────────────────────── */
:root{
  --forest:#015c39;
  --forest2:#1A5C30;
  --gold:#fec10e;
  --gold-lt:#FFF8E1;
  --white:#FFFFFF;
  --ivory:#F8FBF8;
  --mist:#EEF5EE;
  --charcoal:#1A2820;
  --body-txt:#3D4F44;
  --muted:#6B7F71;
  --border:#D4E6D8;
  --ff-display:"Roboto",sans-serif;
  --ff-body:"Roboto",sans-serif;
  --ff-caps:'Barlow Condensed',sans-serif;
  --r-sm:8px; --r-md:14px; --r-lg:22px; --r-xl:32px;
  --s1:0 2px 8px rgba(14,61,31,.08);
  --s2:0 8px 28px rgba(14,61,31,.14);
  --s3:0 20px 56px rgba(14,61,31,.18);
  --t:.24s ease;
  --max:1240px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--ff-body);color:var(--charcoal);background:var(--white);line-height:1.6;overflow-x:hidden}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}

/* ── UTILITY ──────────────────────────────────────────────────── */
.wrap{max-width:var(--max);margin:0 auto;padding:0 1.5rem}
.eyebrow{
  font-family:var(--ff-caps);font-size:.78rem;font-weight:700;letter-spacing:.14em;
  text-transform:uppercase;color:var(--gold);display:inline-flex;align-items:center;gap:.45rem;
  margin-bottom:.75rem;
}
.eyebrow::before{content:'';width:20px;height:2px;background:var(--gold);border-radius:2px}
.section-title{
  font-family:var(--ff-display);font-weight:700;line-height:1.15;letter-spacing:-.02em;
  font-size:clamp(1.75rem,3vw,2.6rem);color:var(--charcoal);margin-bottom:.85rem;
}
.section-title .g{color:var(--forest2);}
.section-sub{font-size:1rem;color:var(--muted);line-height:1.75;max-width:620px}
.center{text-align:center}.center .section-sub{margin:0 auto}

.btn-gold{
  display:inline-flex;align-items:center;gap:.5rem;
  background:var(--gold);color:var(--forest);
  font-weight:700;font-size:.92rem;padding:.8rem 1.8rem;
  border-radius:var(--r-sm);border:none;cursor:pointer;
  transition:all var(--t);box-shadow:0 4px 18px rgba(240,180,41,.4);
  font-family:var(--ff-body);
}
.btn-gold:hover{background:#e0a520;transform:translateY(-2px);box-shadow:0 8px 26px rgba(240,180,41,.5)}
.btn-outline-w{
  display:inline-flex;align-items:center;gap:.5rem;
  background:transparent;color:var(--white);
  font-weight:600;font-size:.92rem;padding:.78rem 1.8rem;
  border-radius:var(--r-sm);border:2px solid rgba(255,255,255,.35);cursor:pointer;
  transition:all var(--t);font-family:var(--ff-body);
}
.btn-outline-w:hover{border-color:var(--white);background:rgba(255,255,255,.1)}
.btn-outline-g{
  display:inline-flex;align-items:center;gap:.5rem;
  background:transparent;color:var(--forest);
  font-weight:600;font-size:.88rem;padding:.7rem 1.5rem;
  border-radius:var(--r-sm);border:1.5px solid var(--border);cursor:pointer;
  transition:all var(--t);font-family:var(--ff-body);
}
.btn-outline-g:hover{border-color:var(--forest2);background:var(--mist)}

/* ── TOP BAR ──────────────────────────────────────────────────── */
.topbar{background:var(--forest);padding:.42rem 0}
.topbar-inner{
  max-width:var(--max);margin:0 auto;padding:0 1.5rem;
  display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;
}
.topbar-stats{display:flex;gap:2rem;align-items:center;flex-wrap:wrap}
.ts{display:flex;align-items:center;gap:.45rem;font-size:.74rem;font-weight:500;color:rgba(255,255,255,.85)}
.ts-num{font-family:var(--ff-display);font-weight:900;font-size:.88rem;color:var(--gold)}
.topbar-right{display:flex;gap:1rem;align-items:center}
.topbar-right a{font-size:.74rem;color:rgba(255,255,255,.8);font-weight:500;transition:color var(--t)}
.topbar-right a:hover{color:var(--gold)}
.wa-top{
  background:rgba(255,255,255,.12);color:var(--white);font-weight:700;font-size:.72rem;
  padding:.3rem .75rem;border-radius:100px;display:flex;align-items:center;gap:.35rem;
  transition:background var(--t);
}
.wa-top:hover{background:rgba(255,255,255,.22)}

/* ── NAV ──────────────────────────────────────────────────────── */
nav{
  position:sticky;top:0;z-index:200;background:var(--white);
  border-bottom:1px solid var(--border);box-shadow:var(--s1);
}
.nav-inner{
  max-width:var(--max);margin:0 auto;padding:0 1.5rem;
  display:flex;align-items:center;justify-content:space-between;height:68px;gap:1rem;
}
.nav-logo{display:flex;align-items:center;gap:.65rem;text-decoration:none}
.logo-mark{
  width:42px;height:42px;border-radius:10px;background:var(--forest);
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.logo-mark svg{width:26px;height:26px}
.logo-text{display:flex;flex-direction:column;line-height:1.1}
.logo-name{font-family:var(--ff-display);font-weight:900;font-size:1.05rem;color:var(--forest);letter-spacing:-.01em}
.logo-name span{color:var(--gold)}
.logo-tag{font-size:.6rem;color:var(--muted);letter-spacing:.07em;text-transform:uppercase}
.nav-links{display:flex;align-items:center;gap:.15rem}
.nav-link{font-size:.84rem;font-weight:500;color:var(--charcoal);padding:.45rem .8rem;border-radius:var(--r-sm);transition:all var(--t);white-space:nowrap}
.nav-link:hover{color:var(--forest);background:var(--mist)}
.nav-logo-img{height:52px;width:auto;object-fit:contain;display:block}
.footer-logo-img{height:44px;width:auto;object-fit:contain;display:block;margin-bottom:.6rem;filter:brightness(0) invert(1)}
.footer-tagline{font-size:.7rem;color:rgba(255,255,255,.4);letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.25rem;margin-top:.3rem}
.nav-link.active{color:var(--forest);font-weight:700}
.nav-cta-btn{
  background:var(--gold);color:var(--forest);font-weight:700;font-size:.84rem;
  padding:.48rem 1.2rem;border-radius:var(--r-sm);white-space:nowrap;
  box-shadow:0 2px 10px rgba(240,180,41,.35);transition:all var(--t);
}
.nav-cta-btn:hover{background:#e0a520;transform:translateY(-1px)}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:.4rem;background:none;border:none}
.hamburger span{width:24px;height:2px;background:var(--charcoal);border-radius:2px;transition:all var(--t)}

/* Desktop */

.desktop-buttons{
    display:flex;
    gap:10px;
}

.mobile-btn{
    display:none;
}

/* Tablet */

@media (max-width:1200px){

    .nav-inner{
        padding:0 18px;
    }

    .nav-link{
        padding:8px 10px;
        font-size:.82rem;
    }

    .nav-cta-btn{
        padding:10px 14px;
        font-size:.8rem;
    }

    .nav-logo-img{
        height:48px;
    }

}

/* Mobile */

@media(max-width:991px){

    .nav-inner{
        height:70px;
        padding:0 15px;
    }

    .nav-logo{
        z-index:1002;
    }

    .nav-logo-img{
        height:42px;
        max-width:180px;
        width:auto;
    }

    .desktop-buttons{
        display: none !important;
    }

    .hamburger{
        display:flex;
        z-index:1002;
    }

    .nav-links{

        position:fixed;

        top:70px;
        right:-100%;

        width:280px;
        height:calc(100vh - 70px);

        background:#fff;

        flex-direction:column;

        align-items:flex-start;

        padding:25px;

        gap:8px;

        transition:.35s ease;

        box-shadow:-5px 0 20px rgba(0,0,0,.1);

        overflow:auto;

    }

    .nav-links.active{
        right:0;
    }

    .nav-link{

        width:100%;

        padding:13px 0;

        border-bottom:1px solid #eee;

        font-size:15px;

    }

    .mobile-btn{

        display:block;

        width:100%;

        text-align:center;

        margin-top:12px;

    }

}

/* Small Phones */

@media(max-width:480px){
    .why-card{
        background:#fff !important;
        border-radius:24px !important;
        padding:20px 10px 20px 20px !important;
        box-shadow:0 20px 60px rgba(0,0,0,.08) !important;
        border:1px solid #edf0ed !important;
    }
    .plane-img{
        display: none !important;
    }
    .hero-h1 span {
    font-size: 20px !important;
    margin-top: 0px !important;
}
    .desktop-buttons{
        display: none !important;
    }
    .why-content img{
        float: none !important;
        height: auto;
        width: 100% !important;
        margin: 0 25px 15px 0;
        border-radius: 10px;
        border: 5px solid #1a5c58;
        box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
    }

    .nav-inner{
        height:65px;
        padding:0 12px;
    }

    .nav-logo-img{
        height:36px;
        max-width:150px;
    }

    .nav-links{
        top:65px;
        height:calc(100vh - 65px);
        width:100%;
        right:-100%;
        padding:20px;
    }

}

/* ── HERO ─────────────────────────────────────────────────────── */
.hero{
  background:var(--forest);
  position:relative;overflow:hidden;
  min-height:90vh;display:flex;align-items:center;
}
.hero-bg-ring{
  position:absolute;right:-8%;top:50%;transform:translateY(-50%);
  width:min(700px,80vw);height:min(700px,80vw);border-radius:50%;
  border:1px solid rgba(255,255,255,.06);pointer-events:none;
}
.hero-bg-ring::before{
  content:'';position:absolute;inset:10%;border-radius:50%;
  background:radial-gradient(circle,rgba(26,92,48,.7) 0%,transparent 70%);
}
/* big watermark "25" */
.hero-wm{
  position:absolute;right:0;bottom:-4rem;
  font-family:var(--ff-display);font-weight:900;
  font-size:clamp(18rem,35vw,42rem);color:rgba(255,255,255,.03);
  line-height:1;pointer-events:none;user-select:none;
}
.hero-inner{
  max-width:var(--max);margin:0 auto;padding:2rem 1.5rem 0rem;
  display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center;
  position:relative;z-index:1;width:100%;
}
.hero-badge{
  display:inline-flex;align-items:center;gap:.5rem;
  background:rgba(240,180,41,.15);border:1px solid rgba(240,180,41,.3);
  color:var(--gold);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  padding:.35rem .9rem;border-radius:100px;margin-bottom:1.25rem;
}
.hero-h1{
  font-family:var(--ff-display);font-weight:900;
  font-size:clamp(2.2rem,5vw,3rem);
  color:var(--white);line-height:1.08;letter-spacing:-.025em;margin-bottom:1.1rem;
}
.hero-h1 em{font-style:normal;color:var(--gold)}
.hero-h1 span{
    font-size: 23px;
    margin-top: -10px;
}
.hero-sub{font-size:1.05rem;color:rgba(255,255,255,.75);line-height:1.75;max-width:500px;margin-bottom:2rem}
.hero-actions{display:flex;gap:.85rem;flex-wrap:wrap;margin-bottom:2.25rem}
.wa-btn{
  display:inline-flex;align-items:center;gap:.55rem;
  background:#25D366;color:var(--white);
  font-weight:700;font-size:.88rem;padding:.75rem 1.6rem;
  border-radius:var(--r-sm);cursor:pointer;transition:all var(--t);
  box-shadow:0 4px 16px rgba(37,211,102,.35);
}
.wa-btn:hover{background:#1fb859;transform:translateY(-2px)}
.wa-btn svg,.btn-gold svg{flex-shrink:0}

/* quick stats row in hero */
.hero-stats{display:flex;gap:2rem;flex-wrap:wrap;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}
.hs{text-align:left}
.hs-num{font-family:var(--ff-display);font-weight:900;font-size:1.6rem;color:var(--gold);line-height:1}
.hs-label{font-size:.72rem;color:rgba(255,255,255,.55);font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-top:.2rem}

/* hero right — doctor visual area */
.hero-right{position:relative;display:flex;justify-content:center;align-items:flex-end}
.hero-img-wrap{
  position:relative;z-index:1;
  padding-bottom:0;display:flex;justify-content:center;
}
.hero-img{
  max-height:520px;object-fit:contain;object-position:bottom;
}
.hero-badge-float{
  position:absolute;background:var(--white);border-radius:var(--r-md);
  padding:.9rem 1.1rem;box-shadow:var(--s2);z-index:2;
  display:flex;align-items:center;gap:.7rem;
}
.hbf-left{
  width:38px;height:38px;border-radius:9px;background:var(--gold-lt);
  display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0;
}
.hbf-num{font-family:var(--ff-display);font-weight:900;font-size:1.1rem;color:var(--forest);line-height:1}
.hbf-label{font-size:.7rem;color:var(--muted);font-weight:500}
.hbf-top{top:12%;left:-2%}
.hbf-bot{bottom:18%;right:-4%}

/* ── QUICK LEAD CAPTURE (below hero) ──────────────────────────── */
.lead-strip{background:var(--gold);padding:2.25rem 0}
.lead-inner{
  max-width:var(--max);margin:0 auto;padding:0 1.5rem;
  display:grid;grid-template-columns:auto 1fr;gap:2.5rem;align-items:center;
}
.lead-copy h2{font-family:var(--ff-display);font-weight:700;font-size:1.4rem;color:var(--forest);line-height:1.2}
.lead-copy p{font-size:.88rem;color:rgba(14,61,31,.75);margin-top:.3rem}
.lead-form{display:grid;grid-template-columns:repeat(3,1fr) auto;gap:.75rem;align-items:end}
.lf-group{display:flex;flex-direction:column;gap:.3rem}
.lf-group label{font-size:.72rem;font-weight:700;color:var(--forest);letter-spacing:.05em;text-transform:uppercase}
.lf-group input,.lf-group select{
  height:42px;padding:0 .85rem;border-radius:var(--r-sm);
  border:1.5px solid rgba(14,61,31,.25);background:var(--white);
  font-family:var(--ff-body);font-size:.88rem;color:var(--charcoal);
  transition:border-color var(--t);
}
.lf-group input:focus,.lf-group select:focus{outline:none;border-color:var(--forest)}
.lf-submit{
  height:42px;padding:0 1.5rem;background:var(--forest);color:var(--white);
  font-weight:700;font-size:.88rem;border:none;border-radius:var(--r-sm);cursor:pointer;
  white-space:nowrap;transition:all var(--t);font-family:var(--ff-body);
}
.lf-submit:hover{background:var(--forest2)}

/* ── TRUST BAR ────────────────────────────────────────────────── */
.trust-bar{background:var(--ivory);border-bottom:1px solid var(--border);padding:1.6rem 0}
.trust-inner{
  max-width:var(--max);margin:0 auto;padding:0 1.5rem;
  display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap;
}
.trust-item{display:flex;align-items:center;gap:.65rem}
.trust-icon{
  width:38px;height:38px;border-radius:9px;background:var(--gold-lt);
  display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0;
}
.trust-num{font-family:var(--ff-display);font-weight:900;font-size:1.3rem;color:var(--forest);line-height:1}
.trust-label{font-size:.72rem;color:var(--muted);font-weight:500}
.trust-div{width:1px;height:36px;background:var(--border)}

/* ── STUDY DESTINATIONS ───────────────────────────────────────── */
.destinations{padding:2rem 0;background:var(--white)}
.dest-scroll{
  display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-top:2.75rem;
}
.dest-card{
  border-radius:var(--r-md);overflow:hidden;border:1.5px solid var(--border);
  transition:all var(--t);cursor:pointer;
}
.dest-card:hover{border-color:var(--gold);box-shadow:var(--s2);transform:translateY(-4px)}
.dest-card-img{
  height:110px;background:var(--forest);display:flex;align-items:center;justify-content:center;
  font-size:3rem;position:relative;overflow:hidden;
}
.dest-card-img img{
    width: 224px !important;
}
/* gradient overlay */
.dest-card-img::aft0r{ !important
  content:'';position:absolute;inset:0;
  background:linear-gradient(to bottom,transparent 40%,rgba(14,61,31,.5));
}
.dest-card-body{padding:1rem .85rem .9rem;background:var(--white)}
.dest-country{font-family:var(--ff-display);font-weight:700;font-size:.95rem;color:var(--charcoal);margin-bottom:.2rem}
.dest-tag{font-size:.7rem;color:var(--muted);font-weight:500}
.dest-explore{
  margin-top:.7rem;display:inline-flex;align-items:center;gap:.25rem;
  font-size:.72rem;font-weight:700;color:var(--forest2);transition:gap var(--t);
}
.dest-card:hover .dest-explore{gap:.5rem}
.dest-more{text-align:center;margin-top:2rem}

/* ── PROGRAMS ─────────────────────────────────────────────────── */
.programs{padding:2rem 0;background:var(--ivory)}
.prog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2.75rem}
.prog-card{
  background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);
  padding:1.75rem 1.5rem;transition:all var(--t);position:relative;overflow:hidden;cursor:pointer;
}
.prog-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--border);transition:background var(--t)}
.prog-card:hover::before{background:var(--gold)}
.prog-card:hover{box-shadow:var(--s2);transform:translateY(-4px);border-color:transparent}
.prog-icon{
  width:52px;height:52px;border-radius:var(--r-md);background:var(--gold-lt);
  display:flex;align-items:center;justify-content:center;font-size:1.6rem;
  margin-bottom:1.1rem;
}
.prog-title{font-family:var(--ff-display);font-weight:700;font-size:1.1rem;color:var(--charcoal);margin-bottom:.4rem}
.prog-desc{font-size:.84rem;color:var(--muted);line-height:1.65}
.prog-link{display:inline-flex;align-items:center;gap:.3rem;font-size:.78rem;font-weight:700;color:var(--forest2);margin-top:.9rem;transition:gap var(--t)}
.prog-card:hover .prog-link{gap:.55rem}

/* ── WHY SARASWATI ────────────────────────────────────────────── */
.why{padding:2rem 0;background:var(--white)}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:4.5rem;align-items:center;margin-top:2.5rem}
.why-visual{
  background:var(--forest);border-radius:var(--r-xl);padding:3rem 2.5rem;
  position:relative;overflow:hidden;
}
.why-wm{
  position:absolute;right:-1rem;bottom:-2.5rem;
  font-family:var(--ff-display);font-weight:900;font-size:11rem;
  color:rgba(255,255,255,.05);line-height:1;user-select:none;pointer-events:none;
}
.why-metric{position:relative;z-index:1;margin-bottom:1.75rem}
.why-metric:last-child{margin-bottom:0}
.wm-num{font-family:var(--ff-display);font-weight:900;font-size:2.5rem;color:var(--gold);line-height:1}
.wm-label{font-size:.85rem;color:rgba(255,255,255,.7);margin-top:.2rem}
.wm-bar{height:3px;background:rgba(255,255,255,.1);border-radius:2px;margin-top:.7rem}
.wm-fill{height:100%;background:var(--gold);border-radius:2px}
.why-list{display:flex;flex-direction:column;gap:1.6rem}
.why-item{display:flex;gap:1rem;align-items:flex-start}
.wi-icon{
  width:46px;height:46px;border-radius:var(--r-sm);background:var(--gold-lt);
  border:1px solid rgba(240,180,41,.3);display:flex;align-items:center;justify-content:center;
  font-size:1.2rem;flex-shrink:0;
}
.wi-title{font-weight:700;font-size:.98rem;color:var(--charcoal);margin-bottom:.3rem}
.wi-desc{font-size:.86rem;color:var(--muted);line-height:1.65}

/* ── SERVICES ─────────────────────────────────────────────────── */
.services{padding:2rem 0;background:var(--forest)}
.services .section-title{color:var(--white)}
.services .eyebrow{color:var(--gold)}
.services .section-sub{color:rgba(255,255,255,.7)}
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2.75rem}
.svc-card{
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);
  border-radius:var(--r-lg);padding:1.75rem 1.5rem;transition:all var(--t);
}
.svc-card:hover{background:rgba(255,255,255,.12);border-color:rgba(240,180,41,.4);transform:translateY(-3px)}
.svc-num{
  font-family:var(--ff-display);font-weight:900;font-size:2rem;color:rgba(240,180,41,.25);
  line-height:1;margin-bottom:.75rem;
}
.svc-title{font-weight:700;font-size:1rem;color:var(--white);margin-bottom:.4rem}
.svc-desc{font-size:.84rem;color:rgba(255,255,255,.6);line-height:1.65}

/* ── PROCESS ──────────────────────────────────────────────────── */
.process{padding:2rem 0;background:var(--ivory)}
.process-steps{
  display:grid;grid-template-columns:repeat(6,1fr);gap:0;
  margin-top:3.5rem;position:relative;
}
.process-steps::before{
  content:'';position:absolute;top:1.75rem;left:8%;right:8%;height:2px;
  background:linear-gradient(90deg,var(--gold),var(--forest2));z-index:0;
}
.pstep{text-align:center;position:relative;z-index:1;padding:0 .5rem}
.pstep-circle{
  width:56px;height:56px;border-radius:50%;background:var(--forest);
  display:flex;align-items:center;justify-content:center;
  font-size:1.2rem;margin:0 auto 1.25rem;
  border:3px solid var(--ivory);box-shadow:0 4px 16px rgba(14,61,31,.25);
}
.pstep-title{font-weight:600;font-size:.82rem;color:var(--charcoal);line-height:1.4}
.pstep-num{font-family:var(--ff-display);font-weight:900;font-size:.7rem;color:var(--gold);margin-bottom:.25rem}

/* ── TESTIMONIALS ─────────────────────────────────────────────── */
.testimonials{padding:2rem 0;background:var(--white)}
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.75rem}
.testi-card{
    display:flex;
    flex-direction:column;
    width:100%;
    height:100%;
    min-height:300px; 
  background:var(--ivory);border:1px solid var(--border);border-radius:var(--r-lg);
  padding:1.85rem;transition:all var(--t);
}
.testi-card:hover{box-shadow:var(--s2);border-color:var(--gold)}
.testi-stars{color:var(--gold);font-size:1rem;letter-spacing:.05em;margin-bottom:1rem}
.testi-q{
  font-size:.9rem;color:var(--charcoal);line-height:1.75;font-style:italic;
  border-left:3px solid var(--gold);padding-left:1rem;margin-bottom:1.4rem;
}
.testi-author{display:flex;align-items:center;gap:.75rem}
.testi-av{
  width:42px;height:42px;border-radius:50%;background:var(--forest);
  display:flex;align-items:center;justify-content:center;
  font-family:var(--ff-display);font-weight:700;color:var(--gold);font-size:.95rem;flex-shrink:0;
}
.testi-name{font-weight:700;font-size:.875rem;color:var(--charcoal)}
.testi-meta{font-size:.75rem;color:var(--muted)}

/* ── UNIVERSITY PARTNERS ──────────────────────────────────────── */
.partners{padding:2rem 0;background:var(--forest)}
.partners .eyebrow{color:var(--gold)}
.partners .section-title{color:var(--white)}
/* ── UNIVERSITY PARTNERS ──────────────────────────────────────── */
.uni-tabs{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:2.5rem;margin-bottom:2rem}
.uni-tab{
  font-family:var(--ff-caps);font-size:.78rem;font-weight:700;letter-spacing:.08em;
  text-transform:uppercase;padding:.55rem 1.25rem;border-radius:100px;cursor:pointer;
  background:rgba(255,255,255,.08);border:1.5px solid rgba(255,255,255,.15);
  color:rgba(255,255,255,.65);transition:all var(--t);
}
.uni-tab:hover{background:rgba(255,255,255,.15);color:var(--white)}
.uni-tab.active{background:var(--gold);border-color:var(--gold);color:var(--forest)}
.uni-panel{display:none;animation:fadeIn .3s ease}
.uni-panel.active{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem}
@keyframes fadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.uni-card{
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);
  border-radius:var(--r-md);padding:1.25rem 1rem;text-align:center;
  transition:all var(--t);cursor:default;
}
.uni-card:hover{background:rgba(255,255,255,.13);border-color:rgba(240,180,41,.35);transform:translateY(-3px)}
.uni-logo-mark{
  width:52px;height:52px;border-radius:12px;margin:0 auto .75rem;
  display:flex;align-items:center;justify-content:center;
  font-family:var(--ff-display);font-weight:900;font-size:1.1rem;letter-spacing:-.02em;
  flex-shrink:0;
}
.uni-name{font-size:.8rem;font-weight:600;color:rgba(255,255,255,.9);line-height:1.35}
.uni-type{font-size:.68rem;color:rgba(255,255,255,.45);margin-top:.3rem;font-weight:500}
@media(max-width:860px){.uni-panel.active{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.uni-panel.active{grid-template-columns:1fr 1fr}}

/* ── FULL LEAD FORM ───────────────────────────────────────────── */
.lead-form-full{padding:2rem 0;background:var(--ivory)}
.lff-inner{
  max-width:900px;margin:0 auto;padding:0 1.5rem;
}
.lff-card{
  background:var(--white);border:1px solid var(--border);border-radius:var(--r-xl);
  padding:3rem 3.5rem;box-shadow:var(--s2);
}
.lff-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
.ff-group{display:flex;flex-direction:column;gap:.35rem}
.ff-group.full{grid-column:1/-1}
.ff-group label{font-size:.78rem;font-weight:700;color:var(--charcoal);letter-spacing:.04em}
.ff-group input,.ff-group select{
  height:46px;padding:0 1rem;border-radius:var(--r-sm);
  border:1.5px solid var(--border);background:var(--ivory);
  font-family:var(--ff-body);font-size:.92rem;color:var(--charcoal);transition:all var(--t);
}
.ff-group input:focus,.ff-group select:focus{outline:none;border-color:var(--forest2);background:var(--white);box-shadow:0 0 0 3px rgba(26,92,48,.1)}
.consent-row{display:flex;gap:.7rem;align-items:flex-start;grid-column:1/-1;font-size:.78rem;color:var(--muted);line-height:1.6}
.consent-row input[type=checkbox]{width:16px;height:16px;flex-shrink:0;margin-top:2px;accent-color:var(--forest)}
.ff-submit{
  grid-column:1/-1;background:var(--forest);color:var(--white);
  font-family:var(--ff-body);font-weight:700;font-size:1rem;
  padding:1rem;border:none;border-radius:var(--r-sm);cursor:pointer;
  transition:all var(--t);box-shadow:0 4px 18px rgba(14,61,31,.25);
}
.ff-submit:hover{background:var(--forest2);transform:translateY(-2px)}

/* ── CTA BAND ─────────────────────────────────────────────────── */
.cta-band{
  background:linear-gradient(135deg,var(--gold) 0%,#F5C843 100%);
  padding:2.5rem 0;position:relative;overflow:hidden;
}
.cta-band::before{
  content:'25';position:absolute;right:4%;top:50%;transform:translateY(-50%);
  font-family:var(--ff-display);font-weight:900;font-size:16rem;
  color:rgba(14,61,31,.06);line-height:1;pointer-events:none;
}
.cta-band-inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.cta-band-copy h2{font-family:var(--ff-display);font-weight:900;font-size:clamp(1.6rem,3vw,2.5rem);color:var(--forest);line-height:1.15;margin-bottom:.4rem}
.cta-band-copy p{font-size:1rem;color:rgba(14,61,31,.75)}
.cta-band-actions{display:flex;gap:1rem;flex-wrap:wrap}
.btn-forest{
  display:inline-flex;align-items:center;gap:.5rem;
  background:var(--forest);color:var(--white);
  font-weight:700;font-size:.95rem;padding:.85rem 2rem;
  border-radius:var(--r-sm);cursor:pointer;transition:all var(--t);
  box-shadow:0 4px 16px rgba(14,61,31,.3);font-family:var(--ff-body);
}
.btn-forest:hover{background:var(--forest2);transform:translateY(-2px)}

/* ── FOOTER ───────────────────────────────────────────────────── */
footer{background:#015c39;padding:4rem 0 2rem;color:rgba(255,255,255,.65)}
.footer-inner{
  max-width:var(--max);margin:0 auto;padding:0 1.5rem;
  display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:3rem;
}
.footer-brand{}
.footer-logo-text{font-family:var(--ff-display);font-weight:900;font-size:1.5rem;color:var(--white)}
.footer-logo-text span{color:var(--gold)}
.footer-tagline{font-size:.72rem;color:rgba(255,255,255,.4);letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.25rem}
.footer-about{font-size:.84rem;line-height:1.75;color:rgba(255,255,255,.55);margin-bottom:1.25rem}
.footer-contacts{display:flex;flex-direction:column;gap:.45rem}
.fc{font-size:.84rem;color:rgba(255,255,255,.6);display:flex;align-items:center;gap:.5rem}
.fc a{color:rgba(255,255,255,.6);transition:color var(--t)}
.fc a:hover{color:var(--gold)}
.footer-col-title{font-family:var(--ff-display);font-weight:700;font-size:.95rem;color:var(--white);margin-bottom:1.1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.07)}
.footer-links{display:flex;flex-direction:column;gap:.55rem}
.footer-links a{font-size:.84rem;color:rgba(255,255,255,.55);transition:color var(--t)}
.footer-links a:hover{color:var(--gold)}
.footer-socials{display:flex;gap:.65rem;margin-top:1.25rem;flex-wrap:wrap}
.social-btn{
  width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.1);
  display:flex;align-items:center;justify-content:center;font-size:.85rem;
  transition:background var(--t);
}
.social-btn:hover{background:var(--gold)}
.footer-bottom{
  max-width:var(--max);margin:2.5rem auto 0;padding:1.25rem 1.5rem 0;
  border-top:1px solid rgba(255,255,255,.07);
  display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;
  font-size:.76rem;color:rgba(255,255,255,.3);
}

/* ── FLOATING WA BUTTON ───────────────────────────────────────── */
.float-wa{
  position:fixed;bottom:1.75rem;right:1.75rem;z-index:999;
  width:58px;height:58px;background:#25D366;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 8px 24px rgba(37,211,102,.5);
  animation:pulse-wa 2.5s ease-in-out infinite;
  cursor:pointer;
}
@keyframes pulse-wa{
  0%,100%{box-shadow:0 8px 24px rgba(37,211,102,.5)}
  50%{box-shadow:0 8px 32px rgba(37,211,102,.7),0 0 0 12px rgba(37,211,102,.1)}
}
.float-wa:hover{animation:none;transform:scale(1.08);box-shadow:0 10px 32px rgba(37,211,102,.6)}

/* ── SCROLL REVEAL (lightweight) ─────────────────────────────── */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .55s ease,transform .55s ease}
.reveal.visible{opacity:1;transform:none}

/* ── MOBILE NAV DRAWER ────────────────────────────────────────── */
.mobile-menu{
  display:none;position:fixed;inset:0;z-index:300;
  background:rgba(14,61,31,.97);flex-direction:column;
  align-items:center;justify-content:center;gap:1.5rem;
}
.mobile-menu.open{display:flex}
.mobile-menu a{font-family:var(--ff-display);font-size:1.5rem;font-weight:700;color:var(--white);transition:color var(--t)}
.mobile-menu a:hover{color:var(--gold)}
.mobile-close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;cursor:pointer;color:var(--white);font-size:1.5rem}

/* ── RESPONSIVE ───────────────────────────────────────────────── */
@media(max-width:1100px){
  .dest-scroll{grid-template-columns:repeat(3,1fr)}
  .prog-grid{grid-template-columns:repeat(2,1fr);}
  .svc-grid{grid-template-columns:repeat(2,1fr)}
  .process-steps{grid-template-columns:repeat(3,1fr);row-gap:2.5rem}
  .process-steps::before{display:none}
  .footer-inner{grid-template-columns:1fr 1fr}
}
@media(max-width:860px){
  .hero-inner{grid-template-columns:1fr;gap:2rem;padding:3rem 1.5rem}
  .hero-right{display:none}
  .hero-stats{gap:1.5rem}
  .lead-inner{grid-template-columns:1fr}
  .lead-form{grid-template-columns:1fr 1fr}
  .why-grid{grid-template-columns:1fr;gap:2.5rem}
  .testi-grid{grid-template-columns:1fr 1fr}
  .cta-band-inner{flex-direction:column;text-align:center}
  .lff-card{padding:2rem}
  .lff-grid{grid-template-columns:1fr}
  .ff-group.full{grid-column:auto}
  .topbar-stats{gap:1rem}
  .nav-links{display:none}
  .hamburger{display:flex}
}
@media(max-width:600px){
  .dest-scroll{grid-template-columns:repeat(2,1fr)}
  .prog-grid,.svc-grid{grid-template-columns:1fr}
  .process-steps{grid-template-columns:repeat(2,1fr)}
  .testi-grid{grid-template-columns:1fr}
  .trust-inner{flex-wrap:wrap;justify-content:flex-start;gap:1.25rem}
  .trust-div{display:none}
  .lead-form{grid-template-columns:1fr}
  .footer-inner{grid-template-columns:1fr}
  .hero-h1{font-size:clamp(2rem,8vw,2.6rem)}
}

/* ── FAQ SECTION ──────────────────────────────────────────────── */
.faq-section{padding:2rem 0;background:var(--ivory)}
.faq-grid{max-width:880px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:.85rem;align-items:start;}
.faq-item{
  background:var(--white);border:1px solid var(--border);border-radius:var(--r-md);
  overflow:hidden;transition:all var(--t);align-self:start; 
}
.faq-item[open]{border-color:var(--gold);box-shadow:0 4px 18px rgba(14,61,31,.1)}
.faq-item summary{
  list-style:none;cursor:pointer;padding:1.1rem 1.3rem;
  display:flex;justify-content:space-between;align-items:center;gap:1rem;
  font-weight:600;font-size:.88rem;color:var(--charcoal);line-height:1.4;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-icon{
  flex-shrink:0;width:24px;height:24px;border-radius:50%;
  background:var(--mist);color:var(--forest);font-weight:700;font-size:.95rem;
  display:flex;align-items:center;justify-content:center;
  transition:transform var(--t),background var(--t);
}
.faq-item[open] .faq-icon{transform:rotate(45deg);background:var(--gold);color:var(--forest)}
.faq-body{padding:.1rem 1.3rem 1.2rem;font-size:.85rem;color:var(--muted);line-height:1.75}
@media(max-width:860px){.faq-grid{grid-template-columns:1fr}}

@media(prefers-reduced-motion:reduce){
  *{transition:none!important;animation:none!important}
}


.testimonialSwiper{
    margin-top:20px;
    padding:20px 10px 40px !important;
}

.testimonialSwiper .swiper-slide{
    display:flex !important;
    height:auto !important;
}

.testi-card{
    height:100%;
    transition:.35s;
}

.testi-card:hover{
    transform:translateY(-8px);
}

.testi-stars{
    color:#f6b400;
    font-size:22px;
    margin-bottom:20px;
}

.testi-q{
    color:#555;
    line-height:1.8;
    margin-bottom:30px;
}

.testi-author{
    display:flex;
    align-items:center;
    gap:15px;
}

.testi-av{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#0b5e3b;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:700;
}

.testi-name{
    font-weight:700;
    color:#111;
}

.testi-meta{
    color:#777;
    font-size:14px;
}

.swiper-button-next,
.swiper-button-prev{
    width:48px;
    height:48px;
    border-radius:50%;
    background:#0b5e3b;
    color:#fff;
}

.swiper-button-next:after,
.swiper-button-prev:after{
    font-size:18px;
    font-weight:bold;
}

.swiper-pagination-bullet{
    width:10px;
    height:10px;
}

.swiper-pagination-bullet-active{
    background:var(--gold) !important;
}

@media(max-width:768px){

    .swiper-button-next,
    .swiper-button-prev{
        display:none;
    }

}



.why-top-content{
    margin-bottom:45px;
    padding-bottom:35px;
    border-bottom:1px solid #e7ece8;
}

.why-top-title{
    font-size:36px;
    line-height:1.25;
    font-weight:700;
    color:#123524;
    margin:10px 0 18px;
}

.why-top-desc{
    font-size:17px;
    line-height:1.9;
    color:#666;
    max-width:95%;
}

@media(max-width:768px){

    .why-top-title{
        font-size:28px;
    }

    .why-top-desc{
        font-size:16px;
        max-width:100%;
    }

}

.why-right p{
    margin-bottom: 20px !important;
}

.why-layout{
    display:grid;
    grid-template-columns:38% 58%;
    gap:60px;
    align-items:start;
}

/* LEFT */

.why-left{
    display:flex;
    flex-direction:column;
    gap:30px;
}

.why-card{
    background:#fff;
    border-radius:24px;
    padding:20px 10px 20px 40px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    border:1px solid #edf0ed;
}

.green-card{
    background:#0b4d2b;
    color:#fff;
}

.why-card h2{
    font-size:34px;
    margin:0px 0 15px;
}

.why-card p{
    color:#000;
    line-height:1.8;
}



/* Responsive */

@media(max-width:991px){

    .why-layout{
        grid-template-columns:1fr;
    }
}

.why-content{
    overflow:hidden;
}
.why-content img{
    float: left;
    height: auto;
    width: 180px;
    margin: 0 25px 15px 0;
    border-radius: 10px;
    border: 5px solid #1a5c58;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}


/*=========================================
SECTION
=========================================*/

.journey-section{

    position:relative;

    overflow:hidden;

    padding:40px 0 40px;

    background:
    radial-gradient(circle at top left,#0d6b45 0%,transparent 40%),
    radial-gradient(circle at bottom right,#0d6b45 0%,transparent 40%),
    linear-gradient(180deg,#004f31 0%,#013b27 100%);
}

/*=========================================
CONTAINER
=========================================*/

.journey-section .container{

    max-width:1450px;

    margin:auto;

    padding:0 25px;

    position:relative;

    z-index:5;
}

/*=========================================
BACKGROUND CIRCLES
=========================================*/

.bg-circle{

    position:absolute;

    border-radius:50%;

    border:1px solid rgba(255,194,74,.18);

    opacity:.35;
}

.bg-left{

    width:900px;

    height:900px;

    left:-520px;

    bottom:-450px;
}

.bg-right{

    width:900px;

    height:900px;

    right:-520px;

    top:-380px;
}

/*=========================================
CURVED BORDER LINES
=========================================*/

.curve{

    position:absolute;

    border:1px solid rgba(255,194,74,.22);

    border-radius:50%;
}

.curve-left{

    width:1150px;

    height:1150px;

    left:-750px;

    bottom:-600px;
}

.curve-right{

    width:1150px;

    height:1150px;

    right:-760px;

    top:-650px;
}

/*=========================================
DOTS
=========================================*/

.dot-grid{

    position:absolute;

    width:90px;

    height:90px;

    background-image:
    radial-gradient(rgba(255,194,74,.30) 2px,transparent 2px);

    background-size:18px 18px;

    opacity:.5;
}

.dots-left{

    top:170px;

    left:65px;
}

.dots-right{

    top:170px;

    right:65px;
}

/*=========================================
HEADING
=========================================*/

.section-heading{

    text-align:center;

    max-width:900px;

    margin:auto;

    position:relative;

    z-index:2;
}

/*=========================================
SMALL TITLE
=========================================*/

.sub-heading{

    display:inline-flex;

    align-items:center;

    gap:18px;

    color:#f8bf38;

    font-weight:700;

    font-size:12px;

    letter-spacing:4px;

    text-transform:uppercase;

    margin-bottom:20px;
}

.sub-heading span{

    width:85px;

    height:2px;

    background:#d8ab35;
}

/*=========================================
TITLE
=========================================*/

.journey-section .section-heading h2{

    font-family:"Roboto",sans-serif;

    font-size:40px;

    line-height:1.08;

    color:#fff;

    font-weight:800;

    margin-bottom:24px;
}

.section-heading h2 span{

    display:block;

    color:#f8bf38;
}

/*=========================================
DESCRIPTION
=========================================*/

.section-heading p{

    width:700px;

    max-width:100%;

    margin:auto;

    color:#edf4ef;

    font-size:19px;

    line-height:1.65;

    font-weight:300;
}

/*=========================================
ROWS
=========================================*/

.timeline-row{

    display:grid;

    position:relative;

    margin-top:85px;
}

.top-row{

    grid-template-columns:repeat(6,1fr);
}

.bottom-row{

    grid-template-columns:repeat(5,1fr);

    margin-top:120px;
}

/*=========================================
GOLD LINE
=========================================*/

.timeline-line{

    position:absolute;

    left:0;

    top:73px;

    width:100%;

    height:3px;

    background:#d5a437;

    z-index:0;
}

/* GOLD END DOTS */

.timeline-line:before,
.timeline-line:after{

    content:"";

    position:absolute;

    width:14px;

    height:14px;

    border-radius:50%;

    background:#d5a437;

    top:50%;

    transform:translateY(-50%);
}

.timeline-line:before{

    left:-8px;
}

.timeline-line:after{

    right:-8px;
}

/*=========================================
EACH ITEM
=========================================*/

.journey-item{

    position:relative;

    text-align:center;

    z-index:2;

    padding:0 10px;
    max-width:230px;
    margin-top:-43px !important;
}

/*=========================================
STEP NUMBER
=========================================*/

.step-number{
    color:#f4c255;
    font-family:"Roboto",sans-serif;
    font-size:40px;
    font-weight:700;
    margin-bottom:18px;
    margin-top: -18px;
}

/*=========================================
ICON CIRCLE
=========================================*/

.timeline-icon{

    width:88px;

    height:88px;

    border-radius:50%;

    margin:auto;

    background:

    radial-gradient(circle,#145e3e 0%,#0b4d31 100%);

    border:3px solid #d5a437;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:38px;

    box-shadow:
    0 0 0 8px rgba(255,193,72,.08);

    position:relative;

    z-index:3;
}

/*=========================================
VERTICAL CONNECTOR
=========================================*/

.connector{

    width:3px;

    height:28px;

    background:#d5a437;

    margin:auto;

    position:relative;
}

.connector:after{

    content:"";

    position:absolute;

    left:50%;

    bottom:-7px;

    width:12px;

    height:12px;

    background:#d5a437;

    border-radius:50%;

    transform:translateX(-50%);
}


/*====================================================
CARD
====================================================*/

.journey-card{

    margin-top:10px;

    background:rgba(18,88,56,.92);

    border:1px solid rgba(255,199,77,.25);

    border-radius:18px;

    padding:28px 15px 30px;
    height: 370px !important;
    min-height:350px !important;

    backdrop-filter:blur(14px);

    box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.04),
    0 18px 40px rgba(0,0,0,.28);

    transition:.35s;
}

/* Hover */

.journey-item:hover .journey-card{

    transform:translateY(-12px);

    border-color:#f7c24b;

    box-shadow:
    0 25px 55px rgba(0,0,0,.45),
    0 0 35px rgba(247,194,75,.18);
}

.journey-item:hover .timeline-icon{

    transform:scale(1.08);

    transition:.35s;
}

/*====================================================
CARD TITLE
====================================================*/

.journey-card h3{

    color:#fff;

    font-size:16px;

    font-weight:700;

    line-height:1.45;

    min-height:70px;
}

/*====================================================
SMALL GOLD LINE
====================================================*/

.title-line{

    width:58px;

    height:3px;

    background:#d8aa37;

    border-radius:30px;

    margin:4px auto 22px;
}

/*====================================================
DESCRIPTION
====================================================*/

.journey-card p{

    color:#e9f4ed;

    font-size:16px;

    line-height:1.9;

    font-weight:300;
}

/*====================================================
ICON SIZE
====================================================*/

.timeline-icon i{

    font-size:36px;
}

/*====================================================
SPECIAL SECOND ROW SPACING
====================================================*/

.bottom-row .journey-card{

    min-height:350px;
}

/*====================================================
CARD BORDER GLOW
====================================================*/

.journey-card:before{

    content:"";

    position:absolute;

    inset:0;

    border-radius:18px;

    pointer-events:none;
}

/*====================================================
TEXT SELECTION
====================================================*/

.journey-card h3,
.journey-card p{

    position:relative;

    z-index:2;
}

/*====================================================
SMOOTH
====================================================*/

.timeline-icon,
.journey-card{

    transition:.35s ease;
}

/*====================================================
RESPONSIVE
====================================================*/

@media(max-width:1400px){

.section-heading h2{

    font-size:62px;
}

.section-heading p{

    font-size:19px;
}

.step-number{

    font-size:30px;
}

.timeline-icon{

    width:78px;

    height:78px;

    font-size:32px;
}

.journey-card{

    min-height:350px;

    padding:24px 14px;
}

.journey-card h3{

    font-size:16px;
}

.journey-card p{

    font-size:15px;
}

}

/*====================================================*/

@media(max-width:1200px){

.top-row{

    grid-template-columns:repeat(3,1fr);

    gap:40px;
}

.bottom-row{

    grid-template-columns:repeat(3,1fr);

    gap:40px;
}

.timeline-line{

    display:none;
}

.connector{

    display:none;
}

.step-number{

    margin-bottom:10px;
}

}

/*====================================================*/

@media(max-width:991px){

.journey-section .section-heading h2{

    font-size:52px;
}

.section-heading p{

    font-size:18px;
}

.top-row,
.bottom-row{

    grid-template-columns:repeat(2,1fr);

    gap:35px;
}

.journey-card{

    min-height:auto;
}

}

/*====================================================*/

@media(max-width:640px){
.journey-item {
    position: relative;
    text-align: center;
    z-index: 2;
    padding: 0 10px;
    max-width: 100% !important;
    margin: auto;
}
.journey-card {
    min-height: auto !important;
    height: auto !important;
}
.bottom-row{
   margin-top: 20px !important;
}
.bottom-row .journey-card {
    min-height: auto !important;
    height: auto !important;
}
.topbar-right {
    display: block !important;
    text-align: center !important;
    
}
.topbar-stats{display:block !important;gap:2rem;align-items:center;flex-wrap:wrap}
.ts{display:block !important;align-items:center;gap:.45rem;font-size:.74rem;font-weight:500;color:rgba(255,255,255,.85); text-align:center !important;}
.journey-item {
    position: relative;
    text-align: center;
    z-index: 2;
    padding: 0 10px;
    max-width: 100% !important;
    margin-top: 12% !important;
}

.topbar-inner {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 1.5rem;
    display: block !important;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.topbar-right a{font-size:.74rem;color:rgba(255,255,255,.8);font-weight:500;transition:color var(--t); margin-right: 0px; display:block;}
.journey-section{

    padding:70px 0;
}

.journey-section section-heading h2{

    font-size:42px;
}

.journey-section .sub-heading{

    font-size:13px;

    letter-spacing:3px;
}

.sub-heading span{

    width:40px;
}

.section-heading p{

    font-size:16px;

    line-height:1.7;
}

.top-row,
.bottom-row{

    grid-template-columns:1fr;

    gap:28px;
}

.step-number{

    font-size:30px;
}

.timeline-icon{

    width:72px;

    height:72px;
}

.timeline-icon i{

    font-size:30px;
}

.journey-card{

    padding:24px;

    border-radius:16px;
}

.journey-card h3{

    font-size:19px;

    min-height:auto;
}

.title-line{

    margin:16px auto;
}

.bg-left,
.bg-right,
.curve-left,
.curve-right,
.dot-grid{

    display:none;
}

}
.timeline-icon img{
    width: 50px;
}
.des{
    font-weight: 600;
    color: var(--forest) !important;
    font-size: 18px;
}

.heroSlider .swiper-slide{
    position: relative;
    overflow: hidden;
}

/* Hero Content */
.hero-inner{
    position: relative;
    z-index: 10;
}

/* Student image */
.hero-right{
    position: relative;
    z-index: 10;
}

.hero-img{
    position: relative;
    z-index: 10;
}

/* Plane */
.plane-img{
    position:absolute;
    max-width: 600px;
    min-width:180px;
    left:0vw;
    bottom:-12vh;
    z-index:1;
    animation:flyPlane 9s linear infinite;
}

@keyframes flyPlane{
    0%{
        transform:translate(0,0) rotate(-15deg);
        opacity:1;
    }

    100%{
        transform:translate(80vw,-55vh) rotate(-15deg) scale(.75);
        opacity:1;
    }
}

#thank{
    text-align: center;
    margin: 50px 0px;
}