/* =========================================================
   FutureEdge Technology — Design Tokens
   Palette: Professional Blue #0056D2, Deep Navy #071B3D,
   Sky Accent #3EA6FF, Certification Amber #FFB020
   Display face: Sora | Body face: Inter
   ========================================================= */
:root{
  --blue:#0056D2;
  --blue-deep:#003D99;
  --navy:#071B3D;
  --navy-2:#0C2657;
  --sky:#3EA6FF;
  --amber:#FFB020;
  --paper:#F5F8FC;
  --paper-2:#EAF0FA;
  --ink:#0A1428;
  --muted:#5B6B84;
  --line:#E1E8F4;
  --white:#FFFFFF;
  --radius:10px;
  --shadow-sm:0 2px 10px rgba(7,27,61,0.06);
  --shadow-md:0 12px 32px rgba(7,27,61,0.12);
  --shadow-lg:0 24px 60px rgba(7,27,61,0.18);
  --ease:cubic-bezier(.22,.68,0,1);
}

*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth; overflow-x:clip;} /* clip (not hidden) so the sticky header keeps working */
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto;}
  *,*::before,*::after{animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important;}
}
body{
  margin:0;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  background:var(--paper);
  color:var(--ink);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{
  font-family:'Sora',Inter,sans-serif;
  color:var(--navy);
  line-height:1.18;
  margin:0 0 .5em;
  letter-spacing:-0.01em;
}
p{margin:0 0 1em; color:var(--muted);}
a{color:inherit; text-decoration:none;}
img{max-width:100%; display:block;}
ul{list-style:none; margin:0; padding:0;}
button{font-family:inherit; cursor:pointer;}
:focus-visible{outline:3px solid var(--sky); outline-offset:2px;}

.wrap{max-width:1220px; margin:0 auto; padding:0 24px;}
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-size:.72rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase;
  color:var(--blue); margin-bottom:14px;
}
.eyebrow::before{content:""; width:22px; height:2px; background:var(--amber); display:inline-block;}
.section-head{max-width:680px; margin:0 auto 48px; text-align:center;}
.section-head h2{font-size:clamp(1.7rem,3.2vw,2.35rem);}
.section-head p{font-size:1.02rem; margin-top:10px;}
section{padding:88px 0;}
.section-alt{background:var(--white);}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:14px 28px; border-radius:6px; font-weight:700; font-size:.95rem;
  border:1px solid transparent; transition:transform .25s var(--ease), box-shadow .25s var(--ease), background .25s;
  white-space:nowrap;
}
.btn-primary{background:var(--blue); color:#fff; box-shadow:0 10px 24px rgba(0,86,210,0.28);}
.btn-primary:hover{transform:translateY(-2px); box-shadow:0 16px 30px rgba(0,86,210,0.36); background:var(--blue-deep);}
.btn-ghost{border-color:rgba(255,255,255,.5); color:#fff;}
.btn-ghost:hover{background:rgba(255,255,255,.12); transform:translateY(-2px);}
.btn-outline{border-color:var(--blue); color:var(--blue);}
.btn-outline:hover{background:var(--blue); color:#fff; transform:translateY(-2px);}
.btn-sm{padding:10px 18px; font-size:.85rem;}
.btn-block{width:100%;}

/* ---------- Top utility bar ---------- */
.topbar{background:var(--navy); color:#B9C6DE; font-size:.8rem;}
.topbar .wrap{display:flex; justify-content:space-between; align-items:center; padding:9px 24px; gap:10px; flex-wrap:wrap;}
.topbar .contacts{display:flex; gap:22px; flex-wrap:wrap;}
.topbar a:hover{color:var(--sky);}
.topbar .social{display:flex; gap:12px; align-items:center;}
.topbar .social a{color:#B9C6DE; display:flex; align-items:center; justify-content:center; width:28px; height:28px; border-radius:50%; transition:background .2s,color .2s;}
.topbar .social a:hover{background:rgba(255,255,255,.12); color:#fff;}

/* ---------- Header / Nav ---------- */
header{position:sticky; top:0; z-index:100; background:rgba(255,255,255,.92); backdrop-filter:blur(10px); border-bottom:1px solid var(--line); transition:box-shadow .3s;}
header.scrolled{box-shadow:var(--shadow-sm);}
/* Header uses a wider wrap than page content so the full menu stays on one line */
header .wrap.nav{max-width:1560px;}
.nav{display:flex; align-items:center; justify-content:space-between; gap:18px; min-height:110px; padding:0;}
.brand{display:flex; align-items:center; gap:12px; height:72px; flex-shrink:0;}
.brand img{height:100%; width:auto; max-width:170px; object-fit:contain; display:block;}
.brand .tag{font-size:.62rem; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); margin-top:2px;}
nav.links ul{display:flex; gap:2px; align-items:center;}
nav.links a{font-size:15px; font-weight:600; color:var(--ink); padding:16px 11px; border-radius:6px; transition:color .2s,background .2s; white-space:nowrap;}
nav.links a:hover, nav.links a.active{color:var(--blue); background:var(--paper-2);}
.nav-actions{display:flex; align-items:center; gap:14px;}
.nav-cta{height:52px; padding:0 30px; border-radius:10px; display:inline-flex; align-items:center; justify-content:center; font-size:1rem;}
.menu-toggle{display:none; background:none; border:0; width:40px; height:40px; position:relative;}
.menu-toggle span{position:absolute; left:8px; right:8px; height:2px; background:var(--navy); transition:transform .3s,opacity .3s;}
.menu-toggle span:nth-child(1){top:14px;} .menu-toggle span:nth-child(2){top:20px;} .menu-toggle span:nth-child(3){top:26px;}
.menu-toggle.open span:nth-child(1){transform:translateY(6px) rotate(45deg);}
.menu-toggle.open span:nth-child(2){opacity:0;}
.menu-toggle.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg);}

/* ---------- Header banner: single static image, banner-sized (not a full-screen hero) ---------- */

.hero-banner{
    width:100%;
    padding:0;              /* overrides the generic section padding — no dead space around the banner */
    background:#0b1d3a;
    overflow:hidden;
    line-height:0;
}

.hero-banner-img{
    width:100%;
    height:auto;
    max-height:340px;
    object-fit:cover;
    object-position:center center;
    display:block;
}

/* ---------- Small image "clip" banners inside Courses / Trainers / Reviews sections ---------- */

.section-clip{
    width:100%;
    max-height:220px;
    overflow:hidden;
    border-radius:14px;
    margin-bottom:32px;
    line-height:0;
}

.section-clip img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    display:block;
}

@media(max-width:768px){
    .hero-banner-img{max-height:180px;}
    .section-clip{max-height:140px;}
}

/* ---------- Hero intro (headline copy below the banner) ---------- */
.hero-intro{background:linear-gradient(120deg,var(--navy),var(--navy-2)); padding:56px 0 60px;}
.hero-intro-grid{max-width:1220px; display:grid; grid-template-columns:1.1fr 0.9fr; gap:48px; align-items:center;}
.hero-intro-copy{max-width:620px;}
.hero-intro-visual{border-radius:16px; overflow:hidden; box-shadow:0 20px 50px rgba(0,0,0,.35);}
.hero-intro-visual img{width:100%; height:100%; object-fit:cover; display:block;}
.hero-eyebrow{color:var(--sky); font-weight:700; letter-spacing:.16em; text-transform:uppercase; font-size:.78rem; margin-bottom:16px;}
.hero-intro h1{color:#fff; font-size:clamp(2rem,4.6vw,3.1rem); margin-bottom:16px;}
.hero-intro h1 .accent{color:var(--sky);}
.hero-intro p{color:#D6E1F2; font-size:1.08rem; max-width:560px;}
.hero-badges{display:flex; gap:22px; flex-wrap:wrap; margin:26px 0 30px;}
.hero-badges .badge{display:flex; align-items:center; gap:8px; color:#E7EEFB; font-size:.85rem; font-weight:600;}
.hero-badges .badge .dot{width:8px; height:8px; border-radius:50%; background:var(--amber);}
.hero-intro .btn-outline{border-color:rgba(255,255,255,.6); color:#fff;}
.hero-intro .btn-outline:hover{background:#fff; color:var(--navy); border-color:#fff;}

@media(max-width:900px){
    .hero-intro-grid{grid-template-columns:1fr; gap:32px;}
    .hero-intro-visual{order:-1; max-height:280px;}
}

/* ---------- Thin wide strip banner (promo strip between trust-strip and About) ---------- */
.strip-banner{width:100%; line-height:0; background:#0b1d3a;}
.strip-banner img{width:100%; height:auto; max-height:150px; object-fit:cover; display:block;}

@media(max-width:768px){
    .strip-banner img{max-height:90px;}
}

/* ---------- Marquee strip (why-choose ticker) ---------- */
.trust-strip{background:var(--white); border-bottom:1px solid var(--line); padding:18px 0;}
.trust-strip .wrap{display:flex; justify-content:space-between; flex-wrap:wrap; gap:18px;}
.trust-strip .item{display:flex; align-items:center; gap:10px; font-size:.85rem; font-weight:700; color:var(--navy);}
.trust-strip .item .num{color:var(--blue); font-family:'Sora',sans-serif; font-size:1.15rem;}

/* ---------- About ---------- */
.about-grid{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center;}
.about-copy h2{font-size:clamp(1.7rem,3.2vw,2.3rem);}
.about-copy p{color:#39485E;}
.stat-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:20px; margin-top:28px;}
.stat{border-left:3px solid var(--blue); padding-left:16px;}
.stat .num{font-family:'Sora',sans-serif; font-size:1.9rem; font-weight:700; color:var(--navy);}
.stat .label{font-size:.83rem; color:var(--muted);}
.about-visual{position:relative; border-radius:14px; overflow:hidden; box-shadow:var(--shadow-lg); background:var(--navy);}
.about-visual img{width:100%; height:auto; display:block; object-fit:contain;}
.about-visual .ribbon{position:absolute; left:0; bottom:0; right:0; background:linear-gradient(0deg,rgba(7,27,61,.92),rgba(7,27,61,0)); color:#fff; padding:26px 22px 20px; font-family:'Sora',sans-serif; font-size:1.02rem;}
/* Image-free variant of the About visual — used where no photo is available */
.about-panel{background:linear-gradient(160deg,var(--navy),var(--navy-2)); padding:38px 34px; color:#fff;}
.about-panel .quote{font-family:'Sora',sans-serif; font-size:1.4rem; font-weight:700; color:#fff; line-height:1.35; margin-bottom:8px;}
.about-panel > p{color:#C6D4EB; margin-bottom:22px;}
.about-panel .row{display:flex; justify-content:space-between; align-items:baseline; gap:18px; border-top:1px solid rgba(255,255,255,.14); padding:14px 0; font-size:.88rem; color:#C6D4EB;}
.about-panel .row strong{color:#fff; text-align:right; font-family:'Sora',sans-serif; font-weight:600;}

/* ---------- Course cards (signature: notched certificate-corner card) ---------- */
.course-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:26px;}
.course-card{
  background:#fff; border:1px solid var(--line); border-radius:var(--radius);
  padding:30px 26px; position:relative; overflow:hidden;
  transition:transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
  clip-path:polygon(0 0,calc(100% - 26px) 0,100% 26px,100% 100%,0 100%);
}
.course-card::before{
  content:""; position:absolute; top:0; right:0; width:26px; height:26px;
  background:var(--amber); clip-path:polygon(100% 0,0 0,100% 100%);
}
.course-card:hover{transform:translateY(-6px); box-shadow:var(--shadow-md); border-color:var(--blue);}
.course-card .code{font-family:'Sora',sans-serif; font-weight:700; font-size:.72rem; letter-spacing:.12em; color:var(--blue); text-transform:uppercase; margin-bottom:10px; display:block;}
.course-card h3{font-size:1.18rem; margin-bottom:10px;}
.course-card p{font-size:.92rem; margin-bottom:16px;}
.course-card .topics{display:flex; flex-wrap:wrap; gap:6px; margin-bottom:18px;}
.course-card .topics span{background:var(--paper-2); color:var(--navy-2); font-size:.72rem; font-weight:600; padding:5px 10px; border-radius:20px;}
.course-card a.more{font-weight:700; font-size:.87rem; color:var(--blue); display:inline-flex; align-items:center; gap:6px;}
.course-card a.more::after{content:"→"; transition:transform .2s;}
.course-card a.more:hover::after{transform:translateX(4px);}

/* ---------- Process (timeline is a real sequence, numbering justified) ---------- */
.process{background:var(--navy); color:#fff; position:relative; overflow:hidden;}
.process::before{content:""; position:absolute; inset:0; background:repeating-linear-gradient(120deg, rgba(62,166,255,.05) 0 2px, transparent 2px 60px);}
.process .section-head h2, .process .section-head p{color:#fff;}
.process .section-head p{color:#B7C6DF;}
.process .section-head .eyebrow{color:var(--sky);}
.process-track{position:relative; display:grid; grid-template-columns:repeat(5,1fr); gap:20px; z-index:1;}
.process-track::before{content:""; position:absolute; top:23px; left:6%; right:6%; height:2px; background:linear-gradient(90deg,var(--sky),var(--amber)); opacity:.4;}
.p-step{text-align:center; position:relative;}
.p-step .n{width:46px; height:46px; border-radius:50%; background:var(--navy-2); border:2px solid var(--sky); color:var(--sky); font-family:'Sora',sans-serif; font-weight:700; display:flex; align-items:center; justify-content:center; margin:0 auto 16px; position:relative; z-index:1;}
.p-step h4{color:#fff; font-size:.98rem; margin-bottom:6px;}
.p-step p{color:#AEC0DC; font-size:.84rem;}

/* ---------- Placements ---------- */
.placement-grid{display:grid; grid-template-columns:1.1fr .9fr; gap:56px; align-items:center;}
.placement-list li{display:flex; gap:14px; padding:14px 0; border-bottom:1px solid var(--line);}
.placement-list li:last-child{border-bottom:0;}
.placement-list .ico{color:var(--blue); font-weight:900;}
.company-cloud{display:flex; flex-wrap:wrap; gap:12px; margin-top:22px;}
.company-cloud span{background:var(--paper-2); border:1px solid var(--line); padding:8px 14px; border-radius:8px; font-size:.82rem; font-weight:700; color:var(--navy-2);}
.placement-stat-card{background:linear-gradient(160deg,var(--navy),var(--navy-2)); border-radius:14px; padding:36px; color:#fff;}
.placement-stat-card .big{font-family:'Sora',sans-serif; font-size:3rem; font-weight:700; color:var(--sky);}
.placement-stat-card .row{display:flex; justify-content:space-between; border-top:1px solid rgba(255,255,255,.14); padding:14px 0; font-size:.88rem;}
.placement-stat-card .row:first-of-type{border-top:0;}

/* ---------- Trainers ---------- */
.trainer-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:24px;}
.trainer-card{background:#fff; border-radius:var(--radius); border:1px solid var(--line); overflow:hidden; transition:box-shadow .3s,transform .3s;}
.trainer-card:hover{box-shadow:var(--shadow-md); transform:translateY(-5px);}
.trainer-photo{aspect-ratio:4/4.4; background:linear-gradient(160deg,var(--paper-2),var(--paper)); display:flex; align-items:center; justify-content:center; color:var(--blue); font-family:'Sora',sans-serif; font-size:2rem; font-weight:700;}
.trainer-body{padding:18px 18px 22px;}
.trainer-body h4{font-size:1.02rem; margin-bottom:2px;}
.trainer-body .role{color:var(--blue); font-size:.8rem; font-weight:700; margin-bottom:10px;}
.trainer-body p{font-size:.85rem; margin-bottom:0;}

/* ---------- Trainer strip (compact teaser used on the home page) ---------- */
.trainer-strip{display:grid; grid-template-columns:repeat(4,1fr); gap:16px;}
.tr-chip{display:flex; align-items:center; gap:14px; background:#fff; border:1px solid var(--line); border-radius:12px; padding:16px 18px; transition:transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;}
.tr-chip:hover{transform:translateY(-4px); box-shadow:var(--shadow-md); border-color:var(--blue);}
.tr-chip .av{width:48px; height:48px; border-radius:50%; flex-shrink:0; display:flex; align-items:center; justify-content:center; background:linear-gradient(160deg,var(--paper-2),var(--paper)); color:var(--blue); font-family:'Sora',sans-serif; font-weight:700; font-size:.95rem;}
.tr-chip span:last-child{display:flex; flex-direction:column; font-size:.8rem; color:var(--muted); line-height:1.4;}
.tr-chip strong{font-family:'Sora',sans-serif; font-size:.95rem; color:var(--navy);}

/* Four-tile gallery preview on the home page — no tall second row */
.gallery-preview{grid-template-columns:repeat(4,1fr); grid-auto-rows:190px;}
.gallery-preview a:nth-child(3n+1){grid-row:span 1;}

/* ---------- Testimonials ---------- */
.testi-track-wrap{position:relative; max-width:800px; margin:0 auto;}
.testi-track{overflow:hidden;}
.testi-slide{display:none; background:#fff; border:1px solid var(--line); border-radius:14px; padding:40px; text-align:center;}
.testi-slide.active{display:block; animation:fadeUp .5s var(--ease);}
@keyframes fadeUp{from{opacity:0; transform:translateY(14px);} to{opacity:1; transform:translateY(0);}}
.testi-slide .stars{color:var(--amber); letter-spacing:3px; margin-bottom:16px;}
.testi-slide q{font-family:'Sora',sans-serif; font-size:1.12rem; color:var(--navy); display:block; margin-bottom:20px;}
.testi-slide .who{font-weight:700; color:var(--navy);}
.testi-slide .who span{display:block; font-weight:500; color:var(--muted); font-size:.82rem;}
/* Review cards (reviews.html) */
.review-grid{display:grid; grid-template-columns:1fr 1fr; gap:24px;}
.review-card{background:#fff; border:1px solid var(--line); border-radius:14px; padding:30px 28px; display:flex; flex-direction:column; transition:transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;}
.review-card:hover{transform:translateY(-5px); box-shadow:var(--shadow-md); border-color:var(--blue);}
.review-card .stars{color:var(--amber); letter-spacing:3px; margin-bottom:14px;}
.review-card q{font-family:'Sora',sans-serif; font-size:1.02rem; color:var(--navy); line-height:1.55; display:block; margin-bottom:22px;}
.review-card .who{display:flex; align-items:center; gap:13px; margin-top:auto;}
.review-card .who .av{width:44px; height:44px; border-radius:50%; flex-shrink:0; display:flex; align-items:center; justify-content:center; background:linear-gradient(160deg,var(--paper-2),var(--paper)); color:var(--blue); font-family:'Sora',sans-serif; font-weight:700; font-size:.9rem;}
.review-card .who div{display:flex; flex-direction:column; font-size:.82rem; color:var(--muted);}
.review-card .who strong{font-family:'Sora',sans-serif; font-size:.95rem; color:var(--navy);}

.testi-nav{display:flex; justify-content:center; gap:10px; margin-top:22px;}
.testi-nav button{width:9px; height:9px; border-radius:50%; border:0; background:var(--line);}
.testi-nav button.active{background:var(--blue); width:24px; border-radius:5px;}

/* ---------- Gallery ---------- */
.gallery-grid{display:grid; grid-template-columns:repeat(4,1fr); grid-auto-rows:150px; gap:14px;}
.gallery-grid a{grid-column:span 1; grid-row:span 1; border-radius:8px; overflow:hidden; position:relative; display:block;}
.gallery-grid a:nth-child(3n+1){grid-row:span 2;}
.gallery-grid img{width:100%; height:100%; object-fit:cover; transition:transform .4s;}
.gallery-grid a:hover img{transform:scale(1.08);}
.gallery-grid a::after{content:"⤢"; position:absolute; top:10px; right:10px; color:#fff; background:rgba(7,27,61,.55); width:28px; height:28px; border-radius:50%; display:flex; align-items:center; justify-content:center; opacity:0; transition:opacity .3s; font-size:.9rem;}
.gallery-grid a:hover::after{opacity:1;}

/* ---------- FAQ ---------- */
.faq-list{max-width:800px; margin:0 auto;}
.faq-item{border-bottom:1px solid var(--line);}
.faq-q{width:100%; background:none; border:0; text-align:left; padding:20px 0; display:flex; justify-content:space-between; align-items:center; font-weight:700; font-family:'Sora',sans-serif; color:var(--navy); font-size:1rem;}
.faq-q .plus{transition:transform .3s; color:var(--blue); font-size:1.3rem; font-weight:400;}
.faq-item.open .faq-q .plus{transform:rotate(45deg);}
.faq-a{max-height:0; overflow:hidden; transition:max-height .35s var(--ease);}
.faq-a p{padding-bottom:20px; margin:0; font-size:.94rem;}

/* ---------- Contact ---------- */
.contact-grid{display:grid; grid-template-columns:.9fr 1.1fr; gap:48px;}
.contact-card{background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:20px 24px; margin-bottom:16px; display:flex; gap:16px; align-items:flex-start;}
.contact-card .ic{width:42px; height:42px; border-radius:50%; background:var(--paper-2); color:var(--blue); display:flex; align-items:center; justify-content:center; font-weight:700; flex-shrink:0;}
.contact-card h4{font-size:.95rem; margin-bottom:4px;}
.contact-card p{font-size:.88rem; margin:0;}
.form-card{background:#fff; border:1px solid var(--line); border-radius:14px; padding:36px;}
.form-row{display:grid; grid-template-columns:1fr 1fr; gap:16px;}
.field{margin-bottom:18px;}
.field label{display:block; font-size:.82rem; font-weight:700; color:var(--navy); margin-bottom:6px;}
.field input, .field select, .field textarea{
  width:100%; padding:12px 14px; border:1px solid var(--line); border-radius:6px; font-family:inherit; font-size:.92rem; background:var(--paper); transition:border-color .2s,box-shadow .2s;
}
.field input:focus, .field select:focus, .field textarea:focus{outline:none; border-color:var(--blue); box-shadow:0 0 0 3px rgba(0,86,210,0.12);}
.form-note{font-size:.78rem; color:var(--muted); margin-top:10px;}
.form-success{display:none; background:#EAF8EE; border:1px solid #B7E4C4; color:#1E7A3B; padding:14px 18px; border-radius:8px; font-size:.88rem; font-weight:600; margin-bottom:16px;}
.form-success.show{display:block;}
.form-success.is-error{background:#FDECEC; border-color:#F5C6C6; color:#C0392B;}
.form-success a{color:inherit; text-decoration:underline; font-weight:800;}
.form-success code{background:rgba(0,0,0,.06); padding:1px 6px; border-radius:4px; font-size:.92em;}
/* Honeypot: hidden from people and screen readers, but a bot filling every
   input will complete it — the server then discards the submission. */
.hp{position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden;}
.map-wrap{border-radius:14px; overflow:hidden; border:1px solid var(--line); margin-top:24px;}
.map-wrap iframe{width:100%; height:320px; border:0; display:block;}

/* ---------- CTA band ---------- */
.cta-band{background:linear-gradient(120deg,var(--blue),var(--blue-deep)); color:#fff; text-align:center; padding:70px 0;}
.cta-band h2{color:#fff; font-size:clamp(1.6rem,3vw,2.1rem);}
.cta-band p{color:#DCE8FB;}
.cta-band .btn-row{display:flex; gap:16px; justify-content:center; flex-wrap:wrap; margin-top:24px;}

/* ---------- Newsletter ---------- */
.newsletter{background:var(--paper-2); padding:50px 0;}
.newsletter .wrap{display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap;}
.newsletter h3{margin-bottom:4px;}
.newsletter p{margin-bottom:0;}
.news-form{display:flex; gap:10px;}
.news-form input{padding:13px 16px; border-radius:6px; border:1px solid var(--line); min-width:260px; font-family:inherit;}

/* ---------- Footer ---------- */
footer{background:var(--navy); color:#B9C6DE; padding:64px 0 0;}
.foot-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:40px; padding-bottom:44px; border-bottom:1px solid rgba(255,255,255,.1);}
.foot-brand{display:flex; align-items:center; gap:10px; margin-bottom:14px;}
.foot-brand img{height:40px; background:#fff; border-radius:6px; padding:3px;}
.foot-brand .name{font-family:'Sora',sans-serif; color:#fff; font-weight:700; font-size:1.05rem;}
footer h4{color:#fff; font-size:.9rem; text-transform:uppercase; letter-spacing:.08em; margin-bottom:16px;}
footer ul li{margin-bottom:10px; font-size:.88rem;}
footer a:hover{color:var(--sky);}
.foot-bottom{display:flex; justify-content:space-between; padding:22px 0; font-size:.8rem; flex-wrap:wrap; gap:10px;}
.foot-social{display:flex; gap:12px;}
.foot-social a{width:34px; height:34px; border-radius:50%; border:1px solid rgba(255,255,255,.2); display:flex; align-items:center; justify-content:center; font-size:.85rem;}
.foot-social a:hover{background:var(--blue); border-color:var(--blue);}

/* ---------- Floating action buttons ---------- */
.fab-stack{position:fixed; right:22px; bottom:22px; z-index:200; display:flex; flex-direction:column; gap:12px; align-items:flex-end;}
.fab{width:56px; height:56px; border-radius:50%; display:flex; align-items:center; justify-content:center; box-shadow:var(--shadow-md); font-size:1.4rem; color:#fff; transition:transform .25s;}
.fab:hover{transform:scale(1.08);}
.fab.whatsapp{background:#25D366;}
.fab.call{background:var(--blue);}
.fab.top{background:var(--navy); width:44px; height:44px; font-size:1.1rem; opacity:0; pointer-events:none; transition:opacity .3s, transform .25s;}
.fab.top.show{opacity:1; pointer-events:auto;}

/* ---------- Offline assistant widget (chat.js) ---------- */
.fe-sr-only{position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0;}
/* column-reverse keeps the launcher pinned at the bottom while the panel opens
   upwards above it, without reordering the DOM (launcher stays first for focus).
   bottom clears the whole .fab-stack: 22 (its offset) + 56 + 12 + 56 + 12 + 44
   (WhatsApp, call and back-to-top) = 202, plus a 12px gap. */
.fe-chat{position:fixed; right:22px; bottom:214px; z-index:210; display:flex; flex-direction:column-reverse; align-items:flex-end; gap:12px;}
.fe-chat-launch{
  display:inline-flex; align-items:center; gap:9px; border:0; cursor:pointer;
  background:var(--amber); color:var(--navy); font-family:'Sora',sans-serif; font-weight:700; font-size:.87rem;
  padding:0 18px 0 14px; height:52px; border-radius:26px; box-shadow:var(--shadow-md); transition:transform .25s var(--ease), box-shadow .25s;
}
.fe-chat-launch:hover{transform:translateY(-2px); box-shadow:var(--shadow-lg);}
.fe-chat-launch-icon{font-size:1.25rem; line-height:1;}
.fe-chat.is-open .fe-chat-launch{transform:scale(.92); opacity:.9;}

.fe-chat-panel{
  width:min(92vw,378px); height:min(74vh,560px); background:#fff; border:1px solid var(--line);
  border-radius:16px; box-shadow:var(--shadow-lg); display:flex; flex-direction:column; overflow:hidden;
  padding:0;  /* the widget is a <section>, so it would inherit section{padding:88px 0} */
  animation:feChatIn .28s var(--ease);
}
/* display:flex above would otherwise beat the [hidden] attribute's UA display:none */
.fe-chat-panel[hidden]{display:none;}
/* Likewise the widget's <header> must not pick up the site header's sticky rules */
.fe-chat-head{position:static; border-bottom:0; backdrop-filter:none; box-shadow:none;}
@keyframes feChatIn{from{opacity:0; transform:translateY(14px) scale(.98);} to{opacity:1; transform:none;}}
.fe-chat-head{background:linear-gradient(150deg,var(--navy),var(--navy-2)); color:#fff; padding:16px 18px; display:flex; justify-content:space-between; align-items:center; gap:10px;}
.fe-chat-head strong{display:block; font-family:'Sora',sans-serif; font-size:.98rem;}
.fe-chat-head span{font-size:.76rem; color:#B7C6DF;}
.fe-chat-close{background:rgba(255,255,255,.14); border:0; color:#fff; width:30px; height:30px; border-radius:50%; cursor:pointer; font-size:.85rem; flex-shrink:0;}
.fe-chat-close:hover{background:rgba(255,255,255,.28);}

.fe-chat-log{flex:1; overflow-y:auto; padding:18px 16px; background:var(--paper); display:flex; flex-direction:column; gap:12px;}
.fe-msg{display:flex;}
.fe-msg-user{justify-content:flex-end;}
.fe-bubble{max-width:86%; padding:11px 14px; border-radius:14px; font-size:.87rem; line-height:1.55;}
.fe-msg-bot .fe-bubble{background:#fff; border:1px solid var(--line); border-bottom-left-radius:5px; color:var(--ink);}
.fe-msg-user .fe-bubble{background:var(--blue); color:#fff; border-bottom-right-radius:5px;}
.fe-bubble a{color:var(--blue); font-weight:600; text-decoration:underline;}
.fe-msg-user .fe-bubble a{color:#fff;}
.fe-bubble ul, .fe-bubble ol{margin:8px 0 0; padding-left:18px;}
.fe-bubble ul{list-style:disc;}
.fe-bubble ol{list-style:decimal;}
.fe-bubble li{margin-bottom:5px;}

.fe-dots{display:inline-flex; gap:4px; padding:2px 0;}
.fe-dots i{width:6px; height:6px; border-radius:50%; background:var(--muted); animation:feBlink 1.1s infinite;}
.fe-dots i:nth-child(2){animation-delay:.18s;}
.fe-dots i:nth-child(3){animation-delay:.36s;}
@keyframes feBlink{0%,60%,100%{opacity:.25;} 30%{opacity:1;}}

.fe-chat-chips{display:flex; flex-wrap:wrap; gap:7px; padding:0 14px 10px; background:var(--paper);}
.fe-chat-chips:empty{padding:0;}
.fe-chip{background:#fff; border:1px solid var(--line); color:var(--navy); font-family:inherit; font-size:.78rem; font-weight:600; padding:7px 13px; border-radius:20px; cursor:pointer; transition:border-color .2s, color .2s;}
.fe-chip:hover{border-color:var(--blue); color:var(--blue);}

.fe-chat-form{display:flex; gap:8px; padding:12px 14px; border-top:1px solid var(--line); background:#fff;}
.fe-chat-form input{flex:1; min-width:0; padding:11px 14px; border:1px solid var(--line); border-radius:22px; font-family:inherit; font-size:.87rem; background:var(--paper);}
.fe-chat-form input:focus{outline:none; border-color:var(--blue); box-shadow:0 0 0 3px rgba(0,86,210,.12);}
.fe-chat-form button{width:42px; height:42px; flex-shrink:0; border:0; border-radius:50%; background:var(--blue); color:#fff; font-size:.95rem; cursor:pointer;}
.fe-chat-form button:hover{background:var(--blue-deep);}

@media (max-width:620px){
  /* right matches .fab-stack so the launcher lines up with the call buttons;
     left only widens the box so the open panel can use the full screen width. */
  .fe-chat{right:22px; bottom:214px; left:14px; align-items:flex-end;}
  .fe-chat-panel{width:100%; height:min(64vh,430px);}
  .fe-chat-launch-label{display:none;}
  .fe-chat-launch{padding:0; width:52px; justify-content:center;}
}

/* ---------- Scroll reveal ---------- */
.reveal{opacity:0; transform:translateY(24px); transition:opacity .7s var(--ease), transform .7s var(--ease);}
.reveal.in{opacity:1; transform:translateY(0);}

/* ---------- Breadcrumb / page hero (interior pages) ---------- */
.page-hero{background:linear-gradient(120deg,var(--navy),var(--navy-2)); color:#fff; padding:64px 0 54px; position:relative; overflow:hidden;}
.page-hero::before{content:""; position:absolute; inset:0; background:repeating-linear-gradient(120deg, rgba(62,166,255,.06) 0 2px, transparent 2px 60px);}
.page-hero .wrap{position:relative;}
.page-hero .crumb{color:var(--sky); font-size:.85rem; margin-bottom:10px; font-weight:600;}
.page-hero h1{color:#fff; font-size:clamp(1.8rem,3.6vw,2.5rem); margin-bottom:8px;}
.page-hero p{color:#C6D4EB; max-width:600px;}

/* ---------- Offerings (Services & Solutions entry points on the home page) ---------- */
.offer-grid{display:grid; grid-template-columns:1fr 1fr; gap:26px;}
.offer-card{background:#fff; border:1px solid var(--line); border-radius:14px; padding:34px 30px; display:flex; flex-direction:column; transition:transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;}
.offer-card:hover{transform:translateY(-6px); box-shadow:var(--shadow-md); border-color:var(--blue);}
.offer-card .ic{width:52px; height:52px; border-radius:12px; background:var(--paper-2); color:var(--blue); display:flex; align-items:center; justify-content:center; font-size:1.4rem; margin-bottom:18px;}
.offer-card h3{font-size:1.2rem; margin-bottom:10px;}
.offer-card p{font-size:.93rem;}
.offer-card .tags{display:flex; flex-wrap:wrap; gap:8px; margin:6px 0 22px;}
.offer-card .tags span{background:var(--paper-2); color:var(--navy-2); font-size:.75rem; font-weight:600; padding:6px 12px; border-radius:20px;}
.offer-card .btn{align-self:flex-start; margin-top:auto;}

/* ---------- Page banner strip ----------
   Height is capped to roughly match the home-page hero banner, and object-fit:contain
   guarantees nothing in the artwork is ever cropped. On narrow screens the natural
   height falls below the cap, so the image simply goes full width. */
.page-banner-strip{width:100%; background:var(--white); line-height:0; display:flex; justify-content:center;}
.page-banner-strip img{width:100%; height:auto; max-height:430px; object-fit:contain; object-position:center; display:block;}
@media (max-width:768px){
  .page-banner-strip img{max-height:260px;}
}

/* ---------- Interior page components (Services / Solutions) ---------- */
.btn-white{background:#fff; color:var(--blue); font-weight:800;}
.btn-white:hover{background:#fff; transform:translateY(-2px);}

/* Jump chips */
.chip-row{display:flex; flex-wrap:wrap; gap:10px; justify-content:center; margin-bottom:38px;}
.chip-row a{background:#fff; border:1px solid var(--line); padding:9px 18px; border-radius:30px; font-size:.85rem; font-weight:600; color:var(--ink); transition:border-color .2s,color .2s,transform .2s;}
.chip-row a:hover{border-color:var(--blue); color:var(--blue); transform:translateY(-2px);}

/* Service detail cards — two equal-height columns, no dead space */
.services-stack{display:flex; flex-direction:column; gap:26px;}
.service-detail{display:grid; grid-template-columns:1fr 1fr; background:#fff; border:1px solid var(--line); border-radius:14px; overflow:hidden; box-shadow:var(--shadow-sm); transition:box-shadow .3s var(--ease), border-color .3s; scroll-margin-top:130px;}
.service-detail:hover{box-shadow:var(--shadow-md); border-color:var(--blue);}
.service-detail .copy{padding:40px 38px; display:flex; flex-direction:column;}
.service-detail .copy p{margin-bottom:26px;}
.service-detail .copy .btn{align-self:flex-start; margin-top:auto;}
.service-detail h2{font-size:1.55rem;}
.ic-lg{width:58px; height:58px; border-radius:14px; background:var(--paper-2); color:var(--blue); display:flex; align-items:center; justify-content:center; font-size:1.6rem; margin-bottom:18px;}
.service-list{padding:34px 38px; background:var(--paper); border-left:1px solid var(--line); display:flex; flex-direction:column; justify-content:center;}
.service-list li{display:flex; gap:10px; font-size:.92rem; padding:10px 0; border-bottom:1px dashed var(--line); color:var(--muted);}
.service-list li:last-child{border-bottom:0;}
.service-list li::before{content:"✓"; color:var(--blue); font-weight:800; flex-shrink:0;}

/* Generic tile grid */
.card-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:26px;}
.tile{background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:30px 26px; transition:transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;}
.tile:hover{transform:translateY(-6px); box-shadow:var(--shadow-md); border-color:var(--blue);}
.tile .ic{width:52px; height:52px; border-radius:12px; background:var(--paper-2); color:var(--blue); display:flex; align-items:center; justify-content:center; font-size:1.4rem; margin-bottom:18px;}
.tile h3{font-size:1.12rem; margin-bottom:8px;}
.tile p{font-size:.92rem; margin-bottom:14px;}
.tile a.more{font-weight:700; font-size:.87rem; color:var(--blue); display:inline-flex; align-items:center; gap:6px;}
.tile a.more::after{content:"→"; transition:transform .2s;}
.tile a.more:hover::after{transform:translateX(4px);}

/* Four-step variant of the process track */
.process-track.four{grid-template-columns:repeat(4,1fr);}
/* Light variant — for use on white/paper backgrounds instead of the navy band */
.process-track.light{grid-template-columns:repeat(2,1fr); gap:20px;}
.process-track.light::before{display:none;}
.process-track.light .p-step{text-align:left; background:#fff; border:1px solid var(--line); border-radius:12px; padding:26px 22px;}
.process-track.light .p-step .n{margin:0 0 16px; width:38px; height:38px; font-size:.95rem; background:var(--blue); border-color:var(--blue); color:#fff;}
.process-track.light .p-step h4{color:var(--navy);}
.process-track.light .p-step p{color:var(--muted);}

/* Brand cloud (trusted-by) */
.brand-strip{background:var(--white); border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:30px 0;}
.brand-strip .label{text-align:center; font-size:.78rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); margin-bottom:18px;}
.brand-cloud{display:flex; flex-wrap:wrap; gap:12px; justify-content:center;}
.brand-cloud span{background:var(--paper-2); border:1px solid var(--line); padding:9px 16px; border-radius:8px; font-size:.84rem; font-weight:700; color:var(--navy-2);}

/* Sidebar layout (solutions page) */
.with-sidebar .wrap{display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:44px; align-items:start;}
.with-sidebar .main-col{min-width:0;}
.side-col{display:flex; flex-direction:column; gap:22px; position:sticky; top:130px;}
.sidebar-card{background:#fff; border:1px solid var(--line); border-radius:14px; overflow:hidden; box-shadow:var(--shadow-sm);}
.sidebar-card img{width:100%; display:block;}
.sidebar-card .body{padding:20px;}
.sidebar-card h4{font-size:1rem; margin-bottom:8px;}
.sidebar-card p{font-size:.86rem; margin-bottom:16px;}

/* Feature list grid + quick stats + audience tiles (solutions page) */
.feature-grid{display:grid; grid-template-columns:1fr 1fr; gap:10px 28px;}
.feature-grid li{display:flex; gap:12px; padding:12px 0; border-bottom:1px dashed var(--line); font-size:.92rem;}
.feature-grid li .fi{color:var(--blue); font-weight:800; flex-shrink:0;}
.feature-grid li strong{color:var(--navy); display:block; font-size:.93rem;}
.feature-grid li span.d{color:var(--muted); font-size:.85rem;}
.feat-note{font-size:.78rem; color:var(--muted); margin-top:10px;}
.feat-note .star{color:var(--blue); font-weight:800;}
.quick-stats{display:grid; grid-template-columns:repeat(4,1fr); gap:16px;}
.quick-stats div{background:#fff; border:1px solid var(--line); border-radius:12px; padding:18px 20px;}
.quick-stats strong{display:block; font-family:'Sora',sans-serif; color:var(--blue); font-size:1.1rem; line-height:1.3;}
.quick-stats span{font-size:.82rem; color:var(--muted);}
.fit-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:18px;}
.fit-grid .tile{padding:24px 22px;}
.fit-grid .tile h3{font-size:1.02rem;}
.fit-grid .tile p{margin-bottom:0;}

/* ---------- Responsive ---------- */
@media (max-width:1180px){
  /* The full menu no longer fits on one line — switch to the slide-in drawer early */
  nav.links{position:fixed; top:0; right:-100%; height:100vh; width:min(78vw,320px); background:#fff; flex-direction:column; padding:90px 28px 28px; box-shadow:var(--shadow-lg); transition:right .35s var(--ease); z-index:99; overflow-y:auto;}
  nav.links.open{right:0;}
  nav.links ul{flex-direction:column; align-items:flex-start; width:100%; gap:0;}
  nav.links a{display:block; width:100%; padding:14px 4px;}
  .menu-toggle{display:block;}
  .offer-grid{grid-template-columns:1fr;}
}
@media (max-width:1024px){
  .course-grid{grid-template-columns:repeat(2,1fr);}
  .trainer-grid{grid-template-columns:repeat(2,1fr);}
  .process-track{grid-template-columns:repeat(5,1fr);}
  .process-track.four{grid-template-columns:repeat(2,1fr);}
  .card-grid{grid-template-columns:repeat(2,1fr);}
  .with-sidebar .wrap{grid-template-columns:1fr;}
  .side-col{position:static; flex-direction:row; flex-wrap:wrap;}
  .side-col .sidebar-card{flex:1 1 280px;}
  .quick-stats{grid-template-columns:repeat(2,1fr);}
  .foot-grid{grid-template-columns:1fr 1fr;}
}
@media (max-width:860px){
  nav.links{position:fixed; top:0; right:-100%; height:100vh; width:min(78vw,320px); background:#fff; flex-direction:column; padding:90px 28px 28px; box-shadow:var(--shadow-lg); transition:right .35s var(--ease); z-index:99;}
  nav.links.open{right:0;}
  nav.links ul{flex-direction:column; align-items:flex-start; width:100%;}
  nav.links a{display:block; width:100%; padding:14px 4px;}
  .menu-toggle{display:block;}
  .about-grid, .placement-grid, .contact-grid{grid-template-columns:1fr;}
  .about-visual{order:-1;}
  .course-grid{grid-template-columns:1fr;}
  .trainer-grid{grid-template-columns:repeat(2,1fr);}
  .process-track{grid-template-columns:1fr; gap:34px;}
  .process-track::before{display:none;}
  .gallery-grid{grid-template-columns:repeat(2,1fr);}
  .gallery-preview{grid-template-columns:repeat(2,1fr); grid-auto-rows:150px;}
  .trainer-strip{grid-template-columns:1fr 1fr;}
  .review-grid{grid-template-columns:1fr;}
  .form-row{grid-template-columns:1fr;}
  .newsletter .wrap{flex-direction:column; align-items:flex-start;}
  .foot-grid{grid-template-columns:1fr 1fr;}
  .card-grid{grid-template-columns:1fr;}
  .service-detail{grid-template-columns:1fr;}
  .service-list{border-left:0; border-top:1px solid var(--line);}
  .feature-grid{grid-template-columns:1fr;}
  .fit-grid{grid-template-columns:1fr;}
  .process-track.four{grid-template-columns:1fr; gap:20px;}
}
@media (max-width:620px){
  /* Logo + CTA + toggle no longer fit beside each other — drop the CTA (the FAB call/WhatsApp buttons cover it) */
  .nav-cta{display:none;}
  .nav{gap:10px; min-height:88px;}
  .brand{height:56px;}
  .topbar .wrap{justify-content:center;}
}
@media (max-width:520px){
  section{padding:60px 0;}
  .hero-banner{padding:0;}
  .trainer-grid{grid-template-columns:1fr;}
  .foot-grid{grid-template-columns:1fr;}
  .gallery-grid{grid-template-columns:1fr 1fr; grid-auto-rows:120px;}
}
