@charset "UTF-8";
/* ==========================================================================
   Talent Hub Training Institute - Premium Homepage Styles
   Palette: Blue (#0B57D0 / #123C8D), White, Green (#22C55E)
   ========================================================================== */

:root{
  --blue-900:#0a2557;
  --blue-800:#123c8d;
  --blue-700:#164fb3;
  --blue-600:#1a63d6;
  --blue-500:#2b7bf0;
  --blue-100:#e8f0ff;
  --blue-50:#f4f8ff;
  --green-600:#16a34a;
  --green-500:#22c55e;
  --green-400:#4ade80;
  --green-100:#dcfce7;
  --accent-rgb:34,197,94;
  --ink-900:#0d1526;
  --ink-700:#334066;
  --ink-500:#5b6785;
  --ink-300:#9aa4c0;
  --white:#ffffff;
  --surface:#f7f9fd;
  --border:#e3e9f5;
  --success:#16a34a;
  --shadow-sm: 0 2px 8px rgba(11,40,110,.06);
  --shadow-md: 0 8px 24px rgba(11,40,110,.10);
  --shadow-lg: 0 20px 48px rgba(11,40,110,.16);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --container: 1220px;
  --header-h: 68px;
  --ff-head: 'Poppins', 'Segoe UI', sans-serif;
  --ff-body: 'Inter', 'Segoe UI', sans-serif;
}

*,*::before,*::after{ box-sizing:border-box; }
html{
  scroll-behavior:smooth; scroll-padding-top: calc(var(--header-h) + 56px);
  overflow-x:hidden; overflow-x:clip; overflow-y:visible; max-width:100vw;
}
body{
  margin:0;
  font-family:var(--ff-body);
  color:var(--ink-900);
  background:var(--white);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden; overflow-x:clip; overflow-y:visible; max-width:100vw;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ list-style:none; margin:0; padding:0; }

/* Standard "hidden but still in the page" pattern — used for the skip-to-content
   link and the enquiry form's spam honeypot field. Deliberately not a big
   negative left offset: that old technique can let mobile browsers treat the
   far-off-screen box as real scrollable page width, causing a sideways scroll
   with a strip of blank space. This keeps the element at a 1x1px point instead. */
.visually-hidden-focusable{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden;
  clip:rect(0,0,0,0); white-space:nowrap; border:0;
}
a.visually-hidden-focusable:focus{
  position:fixed; top:8px; left:8px; width:auto; height:auto; padding:12px; margin:0;
  overflow:visible; clip:auto; white-space:normal; background:#fff; color:var(--blue-900);
  border-radius:var(--radius-sm); box-shadow:var(--shadow-md); z-index:9999;
}
button{ font-family:inherit; cursor:pointer; }
h1,h2,h3,h4{ font-family:var(--ff-head); margin:0; line-height:1.15; color:var(--blue-900); }
p{ margin:0; }
.container{ width:100%; max-width:var(--container); margin-inline:auto; padding-inline:24px; }
section{ position:relative; }

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

/* Section heading */
.section-tag{
  display:inline-flex; align-items:center; gap:8px;
  background:var(--blue-100); color:var(--blue-700);
  font-weight:600; font-size:.8rem; letter-spacing:.04em; text-transform:uppercase;
  padding:6px 16px; border-radius:999px; margin-bottom:16px;
}
.section-tag.green{ background:var(--green-100); color:var(--green-600); }
.section-head{ max-width:680px; margin-bottom:48px; }
.section-head.center{ margin-inline:auto; text-align:center; }
.section-head h2{ font-size:clamp(1.8rem,3.2vw,2.6rem); }
.section-head p{ margin-top:14px; color:var(--ink-500); font-size:1.05rem; line-height:1.7; }

/* Buttons */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:14px 28px; border-radius:999px; font-weight:600; font-size:.98rem;
  border:2px solid transparent; transition:transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  white-space:nowrap;
}
.btn svg{ width:18px; height:18px; flex-shrink:0; }
.btn-primary{ background:linear-gradient(135deg,var(--green-500),var(--green-600)); color:var(--white); box-shadow:0 10px 24px rgba(var(--accent-rgb),.35); }
.btn-primary:hover{ transform:translateY(-3px); box-shadow:0 16px 32px rgba(var(--accent-rgb),.42); }
.btn-secondary{ background:var(--white); color:var(--blue-700); border-color:var(--blue-100); }
.btn-secondary:hover{ border-color:var(--blue-500); transform:translateY(-3px); box-shadow:var(--shadow-md); }
.btn-ghost-light{ background:rgba(255,255,255,.12); color:var(--white); border-color:rgba(255,255,255,.5); backdrop-filter:blur(6px); }
.btn-ghost-light:hover{ background:rgba(255,255,255,.22); transform:translateY(-3px); }
.btn-outline-blue{ background:transparent; color:var(--blue-700); border-color:var(--blue-600); }
.btn-outline-blue:hover{ background:var(--blue-600); color:var(--white); transform:translateY(-3px); }
.btn-sm{ padding:10px 20px; font-size:.88rem; }
.btn-block{ width:100%; }
.cta-row{ display:flex; flex-wrap:wrap; gap:14px; margin-top:28px; }
.cta-row.center{ justify-content:center; }

/* ============ Announcement bar ============ */
.announcement-bar{
  background:linear-gradient(90deg,var(--blue-900),var(--blue-600),var(--blue-900));
  background-size:200% 100%;
  animation:announceGradient 8s ease infinite;
  color:var(--white); font-size:.88rem; font-weight:500;
  overflow:hidden; contain:paint; max-width:100vw; position:relative; height:34px; display:flex; align-items:center; padding-right:44px;
}
@keyframes announceGradient{ 0%{ background-position:0% 50%; } 50%{ background-position:100% 50%; } 100%{ background-position:0% 50%; } }
.announcement-fixed{
  flex-shrink:0; position:relative; display:flex; align-items:center; gap:16px; height:100%; padding:0 22px 0 16px;
  font-weight:600; white-space:nowrap;
}
.announcement-fixed::after{
  content:''; position:absolute; right:0; top:50%; transform:translateY(-50%);
  width:2px; height:55%; border-radius:999px;
  background:linear-gradient(180deg, transparent, rgba(255,255,255,.7), transparent);
  box-shadow:0 0 6px rgba(255,255,255,.5);
}
.announcement-fixed a{
  display:inline-flex; align-items:center; gap:6px; color:var(--white); text-decoration:none;
  transition:opacity .2s ease;
}
.announcement-fixed a:hover{ opacity:.75; }
.announcement-fixed a svg{ width:15px; height:15px; flex-shrink:0; }
.announcement-scroll{ flex:1; min-width:0; overflow:hidden; position:relative; padding-left:18px; }
.announcement-track{
  display:flex; gap:64px; white-space:nowrap;
  animation:marquee 22s linear infinite;
}
.announcement-bar:hover .announcement-track{ animation-play-state:paused; }
@keyframes marquee{ from{ transform:translateX(0);} to{ transform:translateX(-50%);} }
.announcement-bar .close-bar{
  position:absolute; right:16px; top:50%; transform:translateY(-50%);
  background:none; border:none; color:var(--white); opacity:.8; font-size:1rem; line-height:1;
}
.announcement-bar .close-bar:hover{ opacity:1; }

/* ============ Header ============ */
.site-header{
  position:sticky; top:0; z-index:900;
  background:rgba(255,255,255,.85); backdrop-filter:blur(14px) saturate(160%);
  border-bottom:1px solid var(--border);
  transition:box-shadow .3s ease;
}
.site-header.scrolled{ box-shadow:var(--shadow-sm); }
.header-inner{ display:flex; align-items:center; justify-content:space-between; height:var(--header-h); gap:24px; }
.brand{ display:flex; align-items:center; gap:12px; flex-shrink:0; }
.brand-logo-img{ height:44px; width:auto; display:block; }
.brand-logo-chip{
  display:inline-flex; align-items:center; background:var(--white); border-radius:var(--radius-sm);
  padding:8px 14px; box-shadow:var(--shadow-sm);
}
.brand-logo-chip .brand-logo-img{ height:38px; }
@media (max-width:760px){ .brand-logo-img{ height:42px; } }

.main-nav{ display:flex; align-items:center; gap:20px; }
.main-nav a{
  padding:10px 14px; border-radius:999px; font-weight:500; font-size:.94rem; color:var(--ink-700);
  transition:background .2s ease, color .2s ease;
}
.main-nav a:hover{ background:var(--blue-50); color:var(--blue-700); }

.nav-dropdown{ position:relative; }
.nav-dropdown-toggle{
  display:inline-flex; align-items:center; gap:5px; padding:10px 14px; border-radius:999px;
  font-weight:500; font-size:.94rem; color:var(--ink-700); background:none; border:none; cursor:pointer;
  font-family:inherit; transition:background .2s ease, color .2s ease;
}
.nav-dropdown-toggle:hover{ background:var(--blue-50); color:var(--blue-700); }
.nav-dropdown-toggle svg{ width:14px; height:14px; transition:transform .2s ease; }
.nav-dropdown.open .nav-dropdown-toggle svg{ transform:rotate(180deg); }
.nav-dropdown-menu{
  position:absolute; top:calc(100% + 6px); left:0; min-width:170px; background:var(--white);
  border:1px solid var(--border); border-radius:var(--radius-md); box-shadow:var(--shadow-md);
  padding:8px; opacity:0; visibility:hidden; transform:translateY(-6px); pointer-events:none;
  transition:opacity .2s ease, transform .2s ease, visibility .2s ease; z-index:50;
}
.nav-dropdown.open .nav-dropdown-menu{
  opacity:1; visibility:visible; transform:translateY(0); pointer-events:auto;
}
.nav-dropdown-menu a{
  display:flex; align-items:flex-start; gap:10px; padding:9px 12px; border-radius:var(--radius-sm);
  font-size:.9rem; font-weight:500; color:var(--ink-700);
}
.nav-dropdown-menu a svg{ width:17px; height:17px; margin-top:2px; color:var(--blue-500); flex-shrink:0; }
.nav-dropdown-menu a:hover{ background:var(--blue-50); color:var(--blue-700); }
.nav-dropdown-menu--mega{
  min-width:640px; max-width:min(90vw, 760px); max-height:75vh; overflow-y:auto;
  columns:2; column-gap:6px;
}
.nav-dropdown-menu--mega a{ break-inside:avoid; }

.header-actions{ display:flex; align-items:center; gap:12px; }

.nav-toggle{
  display:none; flex-direction:column; gap:5px; background:none; border:none; padding:8px;
}
.nav-toggle span{ width:26px; height:2.5px; background:var(--blue-900); border-radius:2px; transition:transform .3s ease, opacity .3s ease; }

/* ============ Hero ============ */
.hero{
  position:relative; min-height:92vh; display:flex; align-items:center;
  background:radial-gradient(1200px 600px at 85% -10%, rgba(var(--accent-rgb),.18), transparent 60%),
             linear-gradient(160deg,var(--blue-900) 0%, var(--blue-800) 45%, var(--blue-700) 100%);
  overflow:hidden; padding-block:64px;
}
.hero::before{
  content:""; position:absolute; inset:0; opacity:.5;
  background-image: radial-gradient(circle at 20% 20%, rgba(255,255,255,.08) 0, transparent 40%),
                     radial-gradient(circle at 80% 70%, rgba(255,255,255,.06) 0, transparent 40%);
}
.hero-shape{ position:absolute; border-radius:50%; filter:blur(2px); opacity:.55; }
.hero .shape-1{ width:260px; height:260px; background:linear-gradient(135deg,var(--green-400),var(--green-600)); top:8%; right:8%; animation:float 7s ease-in-out infinite; }
.hero .shape-2{ width:160px; height:160px; border:2px solid rgba(255,255,255,.25); top:60%; right:22%; animation:float 9s ease-in-out infinite reverse; }
.hero .shape-3{ width:90px; height:90px; background:rgba(255,255,255,.12); bottom:12%; left:6%; animation:float 6s ease-in-out infinite; }
@keyframes float{ 0%,100%{ transform:translateY(0) } 50%{ transform:translateY(-22px) } }

.hero-skill-chips{ position:absolute; inset:0; z-index:1; pointer-events:none; overflow:hidden; }
.skill-chip{
  position:absolute; display:inline-flex; align-items:center; gap:8px;
  background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.16); backdrop-filter:blur(6px);
  color:rgba(255,255,255,.8); font-weight:600; font-size:.82rem; padding:9px 16px 9px 12px; border-radius:999px;
  white-space:nowrap; animation:float 7s ease-in-out infinite;
}
.skill-chip svg{ width:16px; height:16px; opacity:.9; flex-shrink:0; }
.skill-chip.pos-1{ top:9%; left:3%; animation-delay:0s; }
.skill-chip.pos-2{ top:22%; left:30%; animation-delay:.6s; }
.skill-chip.pos-3{ top:5%; left:56%; animation-delay:1.2s; }
.skill-chip.pos-4{ top:46%; left:1%; animation-delay:1.8s; }
.skill-chip.pos-5{ bottom:14%; left:8%; animation-delay:2.4s; }
.skill-chip.pos-6{ bottom:5%; left:34%; animation-delay:3s; }
.skill-chip.pos-7{ top:58%; right:3%; animation-delay:3.6s; }
.skill-chip.pos-8{ bottom:20%; right:6%; animation-delay:4.2s; }

.hero-inner{ position:relative; z-index:2; display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center; }
.hero-content .eyebrow{
  display:inline-flex; align-items:center; gap:10px; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.25);
  color:var(--white); padding:8px 18px; border-radius:999px; font-size:.85rem; font-weight:600; backdrop-filter:blur(6px);
}
.hero-content .eyebrow span.dot{ width:8px; height:8px; border-radius:50%; background:var(--green-500); animation:pulse 1.6s infinite; }
@keyframes pulse{ 0%{ box-shadow:0 0 0 0 rgba(var(--accent-rgb),.6);} 70%{ box-shadow:0 0 0 10px rgba(var(--accent-rgb),0);} 100%{ box-shadow:0 0 0 0 rgba(var(--accent-rgb),0);} }
.hero-headline-rotator{ position:relative; height:230px; margin-top:22px; overflow:hidden; }
.hero-content h1.hero-headline-slide{
  color:var(--white); font-size:clamp(2.3rem,4.6vw,3.6rem); font-weight:700; letter-spacing:-.01em; line-height:1.15;
  margin:0; position:absolute; top:50%; left:0; right:0; transform:translateY(-50%); opacity:0; transition:opacity .9s ease;
}
.hero-content h1.hero-headline-slide.is-active{ opacity:1; }
.hero-content h1 .accent{ color:var(--green-400); position:relative; }
.hero-content p.lead{ color:rgba(255,255,255,.85); font-size:1.15rem; line-height:1.7; margin-top:22px; max-width:540px; }

.hero-content .cta-row.hero-cta-row{ gap:10px; }
.hero-content .cta-row.hero-cta-row .btn{ padding:13px 20px; font-size:.92rem; }

.hero-trust{ display:flex; flex-wrap:wrap; gap:28px; margin-top:36px; }
.hero-trust div{ display:flex; flex-direction:column; }
.hero-trust strong{ color:var(--white); font-family:var(--ff-head); font-size:1.5rem; }
.hero-trust span{ color:rgba(255,255,255,.7); font-size:.82rem; }

.hero-visual{ position:relative; }
.hero-card{
  background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.25); backdrop-filter:blur(18px);
  border-radius:var(--radius-xl); padding:28px; box-shadow:var(--shadow-lg); color:var(--white);
}
.hero-card .glass-media{
  border-radius:var(--radius-lg); height:210px; margin-bottom:16px;
  background:linear-gradient(135deg,rgba(255,255,255,.25),rgba(255,255,255,.05));
  display:flex; align-items:center; justify-content:center; position:relative; overflow:visible;
}
.hero-card .glass-media svg{ width:96px; height:96px; opacity:.9; }

.hero-slide{
  position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap:14px; opacity:0; transition:opacity .9s ease; padding:12px;
}
.hero-slide.is-active{ opacity:1; }
.hero-slide-icon-badge{
  position:absolute; top:-26px; left:50%; transform:translateX(-50%); z-index:2;
  width:88px; height:88px; border-radius:50%; flex-shrink:0;
  background:linear-gradient(135deg,var(--green-400),var(--green-600)); color:var(--white);
  display:flex; align-items:center; justify-content:center; box-shadow:var(--shadow-md);
}
.hero-slide-icon-badge svg{ width:42px; height:42px; opacity:1; }
.hero-slide-img{ max-width:100%; max-height:92%; object-fit:contain; border-radius:var(--radius-md); }
.hero-slide-caption{ color:rgba(255,255,255,.85); font-weight:600; font-size:.92rem; text-align:center; margin-top:30px; }
.hero-slider-nav{ display:flex; align-items:center; justify-content:center; gap:14px; margin-top:12px; }
.hero-nav-btn{
  width:34px; height:34px; border-radius:50%; border:1px solid rgba(255,255,255,.35); flex-shrink:0;
  background:rgba(255,255,255,.12); color:var(--white); display:flex; align-items:center; justify-content:center;
  cursor:pointer; transition:background .2s ease, border-color .2s ease;
}
.hero-nav-btn:hover{ background:rgba(255,255,255,.24); border-color:rgba(255,255,255,.6); }
.hero-nav-btn svg{ width:16px; height:16px; }
.hero-nav-prev svg{ transform:rotate(180deg); }
.hero-slider-dots{ display:flex; align-items:center; gap:7px; }
.hero-slider-dot{
  width:8px; height:8px; border-radius:50%; border:none; padding:0; background:rgba(255,255,255,.35); cursor:pointer;
  transition:background .2s ease, transform .2s ease;
}
.hero-slider-dot.active{ background:var(--green-400); transform:scale(1.3); }

.hero-mini-stats{ display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-top:24px; }
.hero-mini-stats .mini{
  background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.18); border-radius:var(--radius-md);
  padding:20px 16px; text-align:center;
}
.hero-mini-stats .mini strong{ display:block; font-size:1.45rem; font-family:var(--ff-head); color:var(--green-400); }
.hero-mini-stats .mini span{ font-size:.82rem; color:rgba(255,255,255,.75); }
.floating-badge{
  position:absolute; background:var(--white); color:var(--blue-800); border-radius:var(--radius-md);
  padding:14px 18px; box-shadow:var(--shadow-lg); display:flex; align-items:center; gap:12px; font-weight:600; font-size:.85rem;
  animation:float 6s ease-in-out infinite;
}
.floating-badge svg{ width:30px; height:30px; color:var(--success); flex-shrink:0; }
.floating-badge.badge-top{ top:-24px; left:-20px; }
.floating-badge.badge-bottom{ bottom:-20px; right:-16px; animation-delay:1s; }

/* ============ Stats strip ============ */
.stats-strip{ background:var(--white); padding-block:0 60px; margin-top:-56px; position:relative; z-index:5; }
.stats-card{
  background:var(--white); border-radius:var(--radius-xl); box-shadow:var(--shadow-lg);
  display:grid; grid-template-columns:repeat(4,1fr); border:1px solid var(--border);
}
.stat-item{ text-align:center; padding:36px 20px; border-right:1px solid var(--border); }
.stat-item:last-child{ border-right:none; }
.stat-item .num{
  font-family:var(--ff-head); font-weight:700; font-size:clamp(1.8rem,3vw,2.6rem);
  background:linear-gradient(135deg,var(--blue-700),var(--green-500)); -webkit-background-clip:text; background-clip:text; color:transparent;
}
.stat-item .lbl{ margin-top:8px; color:var(--ink-500); font-weight:500; font-size:.92rem; }

/* ============ Courses ============ */
.courses-section{ padding-block:110px 90px; background:var(--surface); }

.courses-head-grid{ display:grid; grid-template-columns:1.1fr .9fr; gap:40px; align-items:center; margin-bottom:56px; }
.courses-head-grid .section-head{ margin-bottom:0; max-width:none; }

.courses-showcase{
  position:relative; width:100%; height:360px; border-radius:var(--radius-xl); overflow:hidden;
  background:radial-gradient(120% 120% at 15% 10%, var(--blue-100), var(--surface) 65%);
  border:1px solid var(--border);
}
.showcase-center{
  position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:230px;
  padding:24px; border-radius:var(--radius-lg); background:linear-gradient(160deg,var(--blue-900),var(--blue-700));
  box-shadow:var(--shadow-lg); border:2px solid var(--blue-500);
}
.mock-bar{ height:8px; border-radius:4px; background:rgba(255,255,255,.18); margin-bottom:10px; }
.mock-bar-lg{ width:75%; background:linear-gradient(90deg,var(--blue-500),var(--green-400)); }
.mock-bar-sm{ width:45%; }
.mock-blocks{ display:flex; gap:10px; margin-top:18px; }
.mock-block{ flex:1; height:56px; border-radius:10px; }
.mock-block.blue{ background:var(--blue-600); }
.mock-block.green{ background:var(--green-500); }
.mock-block.sky{ background:var(--blue-500); opacity:.6; }

.course-chip{
  position:absolute; display:inline-flex; align-items:center; gap:8px; max-width:188px;
  background:var(--white); border:1px solid var(--border); border-radius:999px; padding:10px 16px 10px 12px;
  font-weight:700; font-size:.82rem; color:var(--blue-900); box-shadow:var(--shadow-md);
  animation:float 6s ease-in-out infinite;
  transition:opacity .4s ease, transform .4s ease;
}
.course-chip.chip-swap{ opacity:0; transform:scale(.85); }
.course-chip svg{ width:16px; height:16px; color:var(--blue-600); flex-shrink:0; }
.course-chip-label{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; min-width:0; }
.course-chip .dot{ width:8px; height:8px; border-radius:50%; flex-shrink:0; }
.course-chip .dot-1{ background:var(--blue-500); }
.course-chip .dot-2{ background:var(--green-500); }
.course-chip .dot-3{ background:var(--success); }
.course-chip .dot-4{ background:#8b5cf6; }
.chip-pos-1{ top:5%;  left:2%; }
.chip-pos-2{ top:2%;  right:4%; }
.chip-pos-3{ top:42%; left:0%; }
.chip-pos-4{ bottom:22%; right:0%; }
.chip-pos-5{ bottom:6%;  left:4%; }
.chip-pos-6{ bottom:2%;  right:4%; }

@media (max-width:900px){
  .courses-head-grid{ grid-template-columns:1fr; }
  .courses-showcase{ max-width:520px; margin-inline:auto; height:300px; }
}
@media (max-width:560px){
  .courses-showcase{ height:340px; }
  .course-chip{ font-size:.74rem; padding:8px 12px 8px 10px; max-width:132px; }
  .showcase-center{ width:190px; padding:18px; }
}

.course-carousel{ position:relative; }
.course-track{ overflow:hidden; }
.course-page{ display:none; }
.course-page.active{ display:grid; }
.course-grid{ grid-template-columns:repeat(3,1fr); gap:28px; }
.course-carousel-nav{ display:flex; align-items:center; justify-content:center; gap:14px; margin-top:32px; }
.course-nav-btn{
  width:40px; height:40px; border-radius:50%; border:1.5px solid var(--border); background:var(--white);
  color:var(--blue-700); display:flex; align-items:center; justify-content:center; cursor:pointer;
  transition:background .2s ease, border-color .2s ease; flex-shrink:0;
}
.course-nav-btn:hover{ background:var(--blue-50); border-color:var(--blue-500); }
.course-nav-btn svg{ width:18px; height:18px; }
.course-nav-prev svg{ transform:rotate(180deg); }
.course-dots{ display:flex; align-items:center; gap:8px; }
.course-dot{
  width:9px; height:9px; border-radius:50%; border:none; padding:0; background:var(--border); cursor:pointer;
  transition:background .2s ease, transform .2s ease;
}
.course-dot.active{ background:var(--blue-700); transform:scale(1.3); }
.course-card{
  background:var(--white); border-radius:var(--radius-lg); padding:30px; border:1px solid var(--border);
  box-shadow:var(--shadow-sm); transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  display:flex; flex-direction:column; position:relative; overflow:hidden;
}
.course-card:hover{ transform:translateY(-10px); box-shadow:var(--shadow-lg); border-color:transparent; }
.course-card .badge{
  position:absolute; top:22px; right:22px; background:var(--green-100); color:var(--green-600);
  font-size:.72rem; font-weight:700; padding:5px 12px; border-radius:999px; text-transform:uppercase; letter-spacing:.02em;
}
.course-icon{
  width:60px; height:60px; border-radius:var(--radius-md); display:flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg,var(--blue-600),var(--blue-800)); color:var(--white); margin-bottom:20px;
  animation:iconFloat 4s ease-in-out infinite;
}
.course-icon svg{ width:30px; height:30px; }
@keyframes iconFloat{ 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-8px); } }
.course-card:nth-child(6n+1) .course-icon{ animation-delay:0s; }
.course-card:nth-child(6n+2) .course-icon{ animation-delay:.4s; }
.course-card:nth-child(6n+3) .course-icon{ animation-delay:.8s; }
.course-card:nth-child(6n+4) .course-icon{ animation-delay:1.2s; }
.course-card:nth-child(6n+5) .course-icon{ animation-delay:1.6s; }
.course-card:nth-child(6n+6) .course-icon{ animation-delay:2s; }
.course-card h3{ font-size:1.25rem; margin-bottom:10px; }
.course-card p.desc{ color:var(--ink-500); font-size:.95rem; line-height:1.65; flex-grow:1; }
.course-meta{ display:flex; flex-wrap:wrap; gap:10px; margin-block:20px; }
.course-meta span{
  font-size:.78rem; font-weight:600; color:var(--blue-700); background:var(--blue-50); padding:6px 12px; border-radius:999px;
  display:inline-flex; align-items:center; gap:6px;
}
.btn-course-details{
  background:linear-gradient(135deg,var(--blue-600),var(--blue-800)); color:var(--white);
  box-shadow:0 10px 24px rgba(11,40,110,.22); margin-bottom:12px;
}
.btn-course-details:hover{ transform:translateY(-3px); box-shadow:0 16px 32px rgba(11,40,110,.3); }
.course-card[data-course-link]{ cursor:pointer; }
.course-card .card-actions{ display:flex; gap:10px; margin-top:auto; }
.course-card .card-actions .btn{ flex:1; }
.courses-footer-cta{ text-align:center; margin-top:48px; }

/* ============ Why choose ============ */
.why-section{ padding-block:100px; background:var(--white); }
.why-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.why-card{
  background:var(--surface); border-radius:var(--radius-lg); padding:32px 28px; border:1px solid var(--border);
  transition:transform .3s ease, box-shadow .3s ease, background .3s ease;
}
.why-card:hover{ transform:translateY(-8px); box-shadow:var(--shadow-md); background:var(--white); }
.why-icon{
  width:56px; height:56px; border-radius:16px; display:flex; align-items:center; justify-content:center; margin-bottom:18px;
  background:linear-gradient(135deg,var(--green-400),var(--green-600)); color:var(--white);
}
.why-icon svg{ width:28px; height:28px; }
.why-card h3{ font-size:1.1rem; margin-bottom:8px; }
.why-card p{ color:var(--ink-500); font-size:.92rem; line-height:1.6; }

/* ============ Journey timeline ============ */
.journey-section{ padding-block:100px; background:linear-gradient(180deg,var(--blue-50),var(--white)); }
.journey-track{ position:relative; display:grid; grid-template-columns:repeat(5,1fr); gap:20px; margin-top:20px; }
.journey-track::before{
  content:""; position:absolute; top:34px; left:8%; right:8%; height:3px;
  background:repeating-linear-gradient(90deg,var(--blue-300,#a9c4f5) 0 10px,transparent 10px 18px);
}
.journey-step{ position:relative; text-align:center; padding-top:0; }
.journey-num{
  width:68px; height:68px; margin-inline:auto; border-radius:50%; display:flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg,var(--blue-600),var(--blue-800)); color:var(--white); font-family:var(--ff-head); font-weight:700;
  font-size:1.2rem; box-shadow:var(--shadow-md); position:relative; z-index:2; border:5px solid var(--white);
}
.journey-step:nth-child(odd) .journey-num{ background:linear-gradient(135deg,var(--green-400),var(--green-600)); }
.journey-step h3{ font-size:1rem; margin-top:18px; }
.journey-step p{ font-size:.85rem; color:var(--ink-500); margin-top:8px; line-height:1.6; }

/* ============ Placement partners carousel ============ */
.partners-section{ padding-block:70px; background:var(--white); border-block:1px solid var(--border); }
.partners-track-wrap{ overflow:hidden; position:relative; contain:paint; max-width:100vw; -webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); }
.partners-track{ display:flex; gap:20px; width:max-content; animation:scrollX 26s linear infinite; }
.partners-track-wrap:hover .partners-track{ animation-play-state:paused; }
@keyframes scrollX{ from{ transform:translateX(0);} to{ transform:translateX(-50%);} }
.partner-chip{
  flex-shrink:0; min-width:170px; height:76px; display:flex; align-items:center; justify-content:center;
  background:var(--surface); border:1px solid var(--border); border-radius:var(--radius-md); padding:12px 18px;
  font-family:var(--ff-head); font-weight:700; color:var(--blue-800); font-size:1.02rem; letter-spacing:.01em;
  transition:box-shadow .3s ease, transform .3s ease;
}
.partner-chip img{ max-width:100%; max-height:100%; object-fit:contain; }

/* ============ Placed candidates marquee ============ */
.placed-section{
  padding-block:56px; position:relative; overflow:hidden;
  background:linear-gradient(135deg,var(--blue-900),var(--blue-700));
}
.placed-section::before{
  content:""; position:absolute; inset:0; background:radial-gradient(700px 400px at 12% 15%,rgba(var(--accent-rgb),.2),transparent 60%);
}
.placed-section .section-head h2, .placed-section .section-head p{ color:var(--white); }
.placed-section .section-head p{ color:rgba(255,255,255,.78); }
.placed-track-wrap{
  position:relative; z-index:2; overflow:hidden; contain:paint; max-width:100vw; margin-top:36px; padding:16px 0 28px;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);
}
.placed-track{ display:flex; gap:22px; width:max-content; animation:scrollX 40s linear infinite; }
.placed-track-wrap:hover .placed-track{ animation-play-state:paused; }
.placed-card{
  flex-shrink:0; width:190px; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.16);
  border-radius:var(--radius-lg); padding:24px 16px; text-align:center; backdrop-filter:blur(8px);
  transition:transform .35s cubic-bezier(.2,.8,.2,1), background .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.placed-card:hover{
  transform:translateY(-8px) scale(1.04); background:rgba(255,255,255,.14); border-color:rgba(var(--accent-rgb),.55);
  box-shadow:0 18px 34px -12px rgba(0,0,0,.45), 0 0 0 1px rgba(var(--accent-rgb),.15);
}
.placed-card:hover .placed-photo{ border-color:var(--white); box-shadow:0 0 0 5px rgba(var(--accent-rgb),.2); }
.placed-photo{
  width:76px; height:76px; border-radius:50%; margin:0 auto 14px; overflow:hidden; border:2.5px solid var(--green-400);
  background:linear-gradient(135deg,var(--blue-600),var(--blue-900)); display:flex; align-items:center; justify-content:center;
  color:var(--white); font-family:var(--ff-head); font-weight:700; font-size:1.4rem;
  transition:border-color .35s ease, box-shadow .35s ease;
}
.placed-photo img{ width:100%; height:100%; object-fit:cover; }
.placed-card h4{ color:var(--white); font-size:.94rem; margin-bottom:6px; }
.placed-id{ display:block; color:rgba(255,255,255,.6); font-size:.72rem; margin-bottom:8px; }
.placed-role{ display:inline-block; color:var(--green-400); font-size:.76rem; font-weight:700; }
@media (max-width:600px){ .placed-card{ width:150px; padding:18px 12px; } .placed-photo{ width:62px; height:62px; } }
.partner-chip:hover{ box-shadow:var(--shadow-md); transform:translateY(-4px); color:var(--green-600); }

/* ============ Placement Wall (flip cards) ============ */
.placed-wall{ padding-block:100px; background:var(--white); }
.placed-wall-grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(190px,1fr)); gap:26px; margin-top:44px; }
.placed-flip{ height:250px; perspective:1400px; cursor:pointer; outline:none; }
.placed-flip-inner{
  position:relative; width:100%; height:100%; transform-style:preserve-3d;
  transition:transform .7s cubic-bezier(.2,.8,.2,1);
}
.placed-flip:focus .placed-flip-inner, .placed-flip:focus-within .placed-flip-inner, .placed-flip.flipped .placed-flip-inner{ transform:rotateY(180deg); }
@media (hover:hover) and (pointer:fine){ .placed-flip:hover .placed-flip-inner{ transform:rotateY(180deg); } }
.placed-flip-face{
  position:absolute; inset:0; backface-visibility:hidden; -webkit-backface-visibility:hidden;
  border-radius:var(--radius-lg); display:flex; flex-direction:column; align-items:center; justify-content:center;
  padding:22px 16px; text-align:center; gap:6px;
}
.placed-flip-front{ background:var(--surface); border:1px solid var(--border); border-top:4px solid var(--green-500); box-shadow:var(--shadow-sm); }
.placed-flip-front.placed-accent-1{ border-top-color:var(--blue-600); }
.placed-flip-front.placed-accent-2{ border-top-color:#ff9a4d; }
.placed-flip-photo{
  width:74px; height:74px; border-radius:50%; overflow:hidden; margin-bottom:6px;
  background:linear-gradient(135deg,var(--blue-600),var(--blue-900)); color:var(--white);
  display:flex; align-items:center; justify-content:center; font-family:var(--ff-head); font-weight:700; font-size:1.3rem;
  border:3px solid var(--white); box-shadow:0 0 0 2px var(--border);
}
.placed-flip-photo img{ width:100%; height:100%; object-fit:cover; }
.placed-flip-front h4{ font-size:.98rem; color:var(--blue-900); }
.placed-flip-hint{
  display:inline-flex; align-items:center; gap:5px; font-size:.7rem; font-weight:600; color:var(--ink-300);
  text-transform:uppercase; letter-spacing:.03em; margin-top:4px;
}
.placed-flip-hint svg{ width:13px; height:13px; }
.placed-flip-back{
  background:linear-gradient(150deg,var(--blue-800),var(--blue-900)); color:var(--white); transform:rotateY(180deg);
}
.placed-flip-back svg{ width:30px; height:30px; color:var(--green-400); }
.placed-flip-badge{
  font-size:.66rem; font-weight:700; text-transform:uppercase; letter-spacing:.05em; color:var(--green-400); margin-top:-4px;
}
.placed-flip-back strong{ font-size:1.02rem; margin-top:6px; }
.placed-flip-company{ font-size:.82rem; color:rgba(255,255,255,.75); }
.placed-flip-id{ font-size:.7rem; color:rgba(255,255,255,.5); margin-top:6px; }
@media (max-width:600px){ .placed-wall-grid{ grid-template-columns:repeat(2,1fr); gap:18px; } .placed-flip{ height:220px; } }

/* ============ Testimonials ============ */
.testimonials-section{ padding-block:100px; background:var(--surface); }
.testi-carousel{ position:relative; }
.testi-track{ overflow:hidden; }
.testi-page{ display:none; }
.testi-page.active{ display:grid; }
.testi-grid{ grid-template-columns:repeat(2,1fr); gap:26px; }
.testi-card{
  position:relative;
  background:var(--white); border-radius:var(--radius-lg); padding:30px; border:1px solid var(--border); box-shadow:var(--shadow-sm);
  transition:transform .3s ease, box-shadow .3s ease;
}
.testi-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-md); }
.testi-linkedin{
  position:absolute; top:20px; right:20px; width:30px; height:30px; border-radius:50%;
  background:#0a66c2; color:#fff; display:flex; align-items:center; justify-content:center;
  transition:transform .2s ease;
}
.testi-linkedin:hover{ transform:scale(1.12); }
.testi-linkedin svg{ width:16px; height:16px; }
.testi-carousel-nav{ display:flex; align-items:center; justify-content:center; gap:18px; margin-top:32px; }
.testi-nav-btn{
  width:40px; height:40px; border-radius:50%; border:1.5px solid var(--border); background:var(--white);
  color:var(--blue-700); display:flex; align-items:center; justify-content:center; cursor:pointer;
  transition:background .2s ease, border-color .2s ease;
}
.testi-nav-btn:hover{ background:var(--blue-50); border-color:var(--blue-500); }
.testi-nav-btn svg{ width:18px; height:18px; }
.testi-nav-prev svg{ transform:rotate(180deg); }
.testi-dots{ display:flex; align-items:center; gap:8px; }
.testi-dot{
  width:9px; height:9px; border-radius:50%; border:none; padding:0; background:var(--border); cursor:pointer;
  transition:background .2s ease, transform .2s ease;
}
.testi-dot.active{ background:var(--blue-700); transform:scale(1.3); }
@media (max-width:640px){ .testi-grid{ grid-template-columns:1fr; } }
.testi-stars{ display:flex; gap:3px; color:var(--green-500); margin-bottom:14px; }
.testi-stars svg{ width:16px; height:16px; }
.testi-quote{ color:var(--ink-700); font-size:1rem; line-height:1.75; font-style:italic; }
.testi-person{ display:flex; align-items:center; gap:14px; margin-top:22px; }
.testi-avatar{
  width:52px; height:52px; border-radius:50%; flex-shrink:0; overflow:hidden;
  background:linear-gradient(135deg,var(--blue-600),var(--blue-900)); color:var(--white);
  display:flex; align-items:center; justify-content:center; font-family:var(--ff-head); font-weight:700;
}
.testi-avatar img{ width:100%; height:100%; object-fit:cover; }
.testi-person strong{ display:block; color:var(--blue-900); font-size:.98rem; }
.testi-person span{ display:block; color:var(--ink-500); font-size:.8rem; margin-top:2px; }

/* ============ Public cards (cart / orders / reviews) ============ */
.card{ background:var(--white); border-radius:var(--radius-lg); padding:28px; border:1px solid var(--border); box-shadow:var(--shadow-sm); }

/* ============ Flash messages (public) ============ */
.flash{ padding:12px 16px; border-radius:var(--radius-sm, 10px); margin-bottom:20px; font-size:14px; font-weight:500; }
.flash.success{ background:var(--green-100); color:var(--green-600); }
.flash.error{ background:#fee2e2; color:#dc2626; }

/* ============ Store: product type badge, rating summary ============ */
.badge{
  display:inline-block; background:var(--green-100); color:var(--green-600);
  font-size:.72rem; font-weight:700; padding:5px 12px; border-radius:999px; text-transform:uppercase; letter-spacing:.02em;
}
.badge-offline{ background:var(--blue-50) !important; color:var(--blue-700) !important; }
.product-rating{ display:flex; align-items:center; gap:8px; font-size:.82rem; color:var(--ink-500); margin-bottom:10px; }
.product-rating .stars{ color:var(--green-500); letter-spacing:1px; }

/* ============ Product detail page ============ */
.product-detail-layout{ display:grid; grid-template-columns:380px 1fr; gap:44px; align-items:start; margin-bottom:20px; }
@media (max-width:900px){ .product-detail-layout{ grid-template-columns:1fr; } }

.review-card{
  background:var(--white); border-radius:var(--radius-md); padding:22px 24px; border:1px solid var(--border);
  box-shadow:var(--shadow-sm); margin-bottom:16px;
}
.review-card .stars{ color:var(--green-500); letter-spacing:2px; }
.verified-badge{
  display:inline-block; background:var(--green-100); color:var(--green-600); font-size:.7rem; font-weight:700;
  padding:3px 10px; border-radius:999px; text-transform:uppercase; letter-spacing:.02em;
}

.review-form textarea{ width:100%; resize:vertical; }
.star-rating-input{ display:flex; flex-direction:row-reverse; justify-content:flex-end; gap:4px; font-size:1.9rem; width:fit-content; }
.star-rating-input input{ position:absolute; opacity:0; pointer-events:none; }
.star-rating-input label{ color:var(--ink-300); cursor:pointer; transition:color .15s ease; line-height:1; }
.star-rating-input input:checked ~ label,
.star-rating-input label:hover,
.star-rating-input label:hover ~ label{ color:var(--green-500); }

/* ============ Student video posts ============ */
.video-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.video-card{ background:var(--white); border-radius:var(--radius-lg); overflow:hidden; border:1px solid var(--border); box-shadow:var(--shadow-sm); }
.video-embed{ position:relative; width:100%; padding-top:56.25%; background:var(--ink-900); }
.video-embed iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; }
.video-info{ padding:16px 18px; }
.video-info h4{ font-size:1rem; margin-bottom:4px; }
.video-info span{ display:block; font-size:.82rem; color:var(--ink-500); }
@media (max-width:900px){ .video-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:600px){ .video-grid{ grid-template-columns:1fr; } }

/* ============ Placement highlights ============ */
.placement-section{
  padding-block:90px; position:relative; overflow:hidden;
  background:linear-gradient(135deg,var(--blue-900),var(--blue-700));
}
.placement-section::before{
  content:""; position:absolute; inset:0; background:radial-gradient(700px 400px at 90% 10%,rgba(var(--accent-rgb),.22),transparent 60%);
}
.placement-inner{ position:relative; z-index:2; display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.placement-text .section-head{ margin-bottom:24px; }
.placement-text h2, .placement-text p{ color:var(--white); }
.placement-text p{ color:rgba(255,255,255,.82); }
.placement-grid{ display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.placement-box{
  background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.2); border-radius:var(--radius-lg);
  padding:28px; text-align:center; backdrop-filter:blur(10px);
}
.placement-box strong{ display:block; font-family:var(--ff-head); font-size:1.9rem; color:var(--green-400); }
.placement-box span{ display:block; margin-top:8px; color:rgba(255,255,255,.8); font-size:.88rem; }

/* ============ Trainers ============ */
.trainers-section{ padding-block:100px; background:var(--white); }
.trainer-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.trainer-card{
  border-radius:var(--radius-lg); overflow:hidden; border:1px solid var(--border); background:var(--surface);
  transition:transform .3s ease, box-shadow .3s ease; text-align:center;
}
.trainer-card:hover{ transform:translateY(-8px); box-shadow:var(--shadow-md); }
.trainer-photo{
  height:190px; background:linear-gradient(135deg,var(--blue-100),var(--blue-500));
  display:flex; align-items:center; justify-content:center; color:var(--white);
}
.trainer-photo svg{ width:64px; height:64px; opacity:.85; }
.trainer-body{ padding:20px; }
.trainer-body h3{ font-size:1rem; }
.trainer-body span.role{ display:block; color:var(--green-600); font-size:.8rem; font-weight:600; margin-top:6px; }
.trainer-body span.exp{ display:block; color:var(--ink-500); font-size:.78rem; margin-top:8px; }
.trainers-track-wrap{
  position:relative; overflow:hidden; contain:paint; max-width:100vw; margin-top:36px; padding:16px 0 28px;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);
}
.trainers-track{ display:flex; gap:24px; width:max-content; animation:scrollX 44s linear infinite; }
.trainers-track-wrap:hover .trainers-track{ animation-play-state:paused; }
.trainers-track .trainer-card{ width:230px; flex-shrink:0; }

/* ============ Facilities ============ */
.facilities-section{ padding-block:100px; background:var(--surface); }
.facility-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.facility-card{
  display:flex; gap:18px; background:var(--white); border:1px solid var(--border); border-radius:var(--radius-lg); padding:26px;
  transition:box-shadow .3s ease, transform .3s ease;
}
.facility-card:hover{ box-shadow:var(--shadow-md); transform:translateY(-6px); }
.facility-icon{
  width:52px; height:52px; border-radius:14px; flex-shrink:0; display:flex; align-items:center; justify-content:center;
  background:var(--blue-100); color:var(--blue-700);
}
.facility-icon svg{ width:26px; height:26px; }
.facility-card h3{ font-size:1rem; margin-bottom:6px; }
.facility-card p{ color:var(--ink-500); font-size:.88rem; line-height:1.6; }

/* ============ Batches ============ */
.batches-section{ padding-block:100px; background:var(--white); }
.batch-table-wrap{ border-radius:var(--radius-lg); overflow:hidden; border:1px solid var(--border); box-shadow:var(--shadow-sm); }
.batch-row{
  display:grid; grid-template-columns:2fr 1.2fr 1fr 1.2fr 1fr; align-items:center; gap:16px;
  padding:20px 26px; background:var(--white); border-bottom:1px solid var(--border);
}
.batch-row.head{ background:var(--blue-900); color:var(--white); font-weight:600; font-size:.85rem; text-transform:uppercase; letter-spacing:.03em; }
.batch-row:last-child{ border-bottom:none; }
.batch-row:not(.head):hover{ background:var(--surface); }
.batch-row .course-name{ font-weight:600; color:var(--blue-900); }
.batch-row .mode-tag{ font-size:.78rem; font-weight:600; padding:5px 12px; border-radius:999px; width:fit-content; background:var(--blue-50); color:var(--blue-700); }
.batch-row .seats{ color:var(--green-600); font-weight:600; font-size:.88rem; }

/* ============ Resources ============ */
.resources-section{ padding-block:100px; background:linear-gradient(180deg,var(--white),var(--blue-50)); }
.resource-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.resource-card{
  background:var(--white); border:1px solid var(--border); border-radius:var(--radius-lg); padding:26px; text-align:center;
  transition:transform .3s ease, box-shadow .3s ease;
}
.resource-card:hover{ transform:translateY(-8px); box-shadow:var(--shadow-md); }
.resource-icon{
  width:56px; height:56px; border-radius:50%; margin-inline:auto; display:flex; align-items:center; justify-content:center;
  background:var(--green-100); color:var(--green-600); margin-bottom:16px;
}
.resource-icon svg{ width:26px; height:26px; }
.resource-card h3{ font-size:.98rem; }
.resource-card p{ color:var(--ink-500); font-size:.82rem; margin-top:8px; line-height:1.55; min-height:44px; }
.resource-card .btn{ margin-top:16px; }

/* ============ FAQ ============ */
.faq-section{ padding-block:100px; background:var(--white); }
.faq-list{ max-width:820px; margin-inline:auto; }
.faq-item{ border:1px solid var(--border); border-radius:var(--radius-md); margin-bottom:14px; overflow:hidden; background:var(--surface); }
.faq-question{
  width:100%; display:flex; align-items:center; justify-content:space-between; gap:16px; text-align:left;
  padding:20px 24px; background:none; border:none; font-family:var(--ff-head); font-weight:600; font-size:1rem; color:var(--blue-900);
}
.faq-question .icon-plus{ width:26px; height:26px; flex-shrink:0; border-radius:50%; background:var(--blue-100); color:var(--blue-700); display:flex; align-items:center; justify-content:center; transition:transform .3s ease, background .3s ease, color .3s ease; }
.faq-item.active .faq-question .icon-plus{ transform:rotate(45deg); background:var(--green-500); color:var(--white); }
.faq-answer{ max-height:0; overflow:hidden; transition:max-height .35s ease; }
.faq-answer-inner{ padding:0 24px 22px; color:var(--ink-500); font-size:.93rem; line-height:1.7; }

/* ============ Contact / Enquiry ============ */
.contact-section{ padding-block:100px; background:var(--surface); }
.contact-grid{ display:grid; grid-template-columns:1fr 1.15fr; gap:40px; align-items:stretch; }
.contact-info{
  background:linear-gradient(160deg,var(--blue-900),var(--blue-700)); color:var(--white); border-radius:var(--radius-xl);
  padding:40px 34px; display:flex; flex-direction:column; gap:26px; position:relative; overflow:hidden;
}
.contact-info::before{ content:""; position:absolute; inset:0; background:radial-gradient(500px 300px at 100% 0%,rgba(var(--accent-rgb),.25),transparent 60%); }
.contact-info > *{ position:relative; z-index:1; }
.contact-info h3{ color:var(--white); font-size:1.4rem; }
.contact-info p{ color:rgba(255,255,255,.78); font-size:.94rem; line-height:1.6; }
.contact-line{ display:flex; align-items:center; gap:14px; }
.contact-line .ico{ width:44px; height:44px; border-radius:12px; background:rgba(255,255,255,.12); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.contact-line .ico svg{ width:20px; height:20px; color:var(--green-400); }
.contact-line strong{ display:block; font-size:.95rem; }
.contact-line span{ display:block; color:rgba(255,255,255,.7); font-size:.82rem; }
.contact-social{ display:flex; gap:10px; margin-top:auto; }
.contact-social a{ width:40px; height:40px; border-radius:50%; background:rgba(255,255,255,.12); display:flex; align-items:center; justify-content:center; transition:background .3s ease, transform .3s ease; }
.contact-social a:hover{ background:var(--green-500); transform:translateY(-3px); }
.contact-social svg{ width:18px; height:18px; }

.review-links{ margin-top:16px; }
.review-links-label{ display:block; font-size:.8rem; font-weight:600; color:rgba(255,255,255,.6); margin-bottom:10px; }
.review-badges{ display:flex; align-items:center; gap:8px; flex-wrap:nowrap; }
.review-badge{
  display:inline-flex; align-items:center; gap:5px; padding:5px 10px 5px 5px; border-radius:999px; white-space:nowrap;
  background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.14); font-size:.74rem; font-weight:600;
  color:rgba(255,255,255,.8); transition:background .25s ease, transform .25s ease;
}
.review-badge:hover{ background:rgba(255,255,255,.16); transform:translateY(-2px); color:var(--white); }
.review-badge-icon{
  width:20px; height:20px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  font-size:.68rem; font-weight:800; color:#fff; flex-shrink:0;
}
.review-badge-google{ background:#4285f4; }
.review-badge-facebook{ background:#1877f2; }
.review-badge-justdial{ background:#e2231a; font-size:.58rem; }
@media (max-width:420px){ .review-badges{ flex-wrap:wrap; } }

.enquiry-form{
  background:var(--white); border-radius:var(--radius-xl); padding:40px; border:1px solid var(--border); box-shadow:var(--shadow-md);
}
.enquiry-form h3{ font-size:1.4rem; }
.enquiry-form > p{ color:var(--ink-500); margin-top:10px; font-size:.92rem; }
.form-grid{ display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:26px; }
.form-grid .full{ grid-column:1 / -1; }

/* ============ Payment page ============ */
.payment-layout{ display:grid; grid-template-columns:1.15fr 1fr; gap:28px; align-items:start; margin-top:32px; }
.payment-side{ display:flex; flex-direction:column; gap:20px; }
.payment-qr-card{ text-align:center; }
.payment-qr-img{ width:100%; max-width:260px; margin-inline:auto; display:block; border-radius:var(--radius-md); border:1px solid var(--border); }
.bank-detail-row{
  display:flex; justify-content:space-between; align-items:center; gap:12px; padding:10px 0; border-bottom:1px solid var(--border); font-size:.88rem;
}
.bank-detail-row:last-of-type{ border-bottom:none; }
.bank-detail-row span{ color:var(--ink-500); }
.bank-detail-row strong{ color:var(--blue-900); text-align:right; }
@media (max-width:900px){ .payment-layout{ grid-template-columns:1fr; } }

/* ============ Profile dashboard stats ============ */
.profile-stats{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:28px; }
.profile-stat{
  background:var(--white); border-radius:var(--radius-lg); padding:22px; border:1px solid var(--border); box-shadow:var(--shadow-sm); text-align:center;
}
.profile-stat .num{ display:block; font-size:1.6rem; font-weight:800; color:var(--blue-800); font-family:var(--ff-head); }
.profile-stat .lbl{ display:block; font-size:.78rem; color:var(--ink-500); font-weight:600; margin-top:6px; }
@media (max-width:700px){ .profile-stats{ grid-template-columns:repeat(2,1fr); } }
.field label{ display:block; font-size:.85rem; font-weight:600; color:var(--ink-700); margin-bottom:8px; }
.field input, .field select, .field textarea{
  width:100%; padding:13px 16px; border-radius:var(--radius-sm); border:1.5px solid var(--border);
  font-family:var(--ff-body); font-size:.95rem; color:var(--ink-900); background:var(--surface);
  transition:border-color .25s ease, box-shadow .25s ease;
}
.field input:focus, .field select:focus, .field textarea:focus{
  outline:none; border-color:var(--blue-500); box-shadow:0 0 0 4px rgba(43,123,240,.12); background:var(--white);
}
.field textarea{ resize:vertical; min-height:100px; }
.form-note{ font-size:.78rem; color:var(--ink-300); margin-top:14px; }
.form-success{
  display:none; align-items:center; gap:12px; background:var(--blue-50); color:var(--blue-800); border:1px solid var(--blue-100);
  padding:16px 18px; border-radius:var(--radius-sm); margin-top:20px; font-size:.9rem; font-weight:500;
}
.form-success.show{ display:flex; }
.form-success svg{ width:22px; height:22px; color:var(--success); flex-shrink:0; }
.field .hint{ font-size:.78rem; color:var(--ink-300); margin-top:6px; }

/* ============ Cart icon (header) ============ */
.cart-icon-link{ position:relative; display:inline-flex; align-items:center; justify-content:center; width:38px; height:38px; border-radius:50%; color:var(--blue-700); flex-shrink:0; }
.cart-icon-link:hover{ background:var(--blue-50); }
.cart-icon-link svg{ width:20px; height:20px; }
.cart-count{
  position:absolute; top:-2px; right:-2px; min-width:16px; height:16px; padding:0 3px; border-radius:999px;
  background:var(--green-600); color:var(--white); font-size:.65rem; font-weight:700; line-height:16px; text-align:center;
}

/* ============ Account menu (header) ============ */
.account-menu-toggle{ display:inline-flex; align-items:center; gap:8px; }
.account-avatar{
  width:26px; height:26px; border-radius:50%; background:var(--blue-600); color:var(--white);
  display:flex; align-items:center; justify-content:center; font-size:.72rem; font-weight:700; flex-shrink:0;
}
.account-menu-dropdown{ right:0; left:auto; min-width:180px; }
.account-menu-dropdown button.account-logout{
  width:100%; text-align:left; display:block; padding:9px 12px; border-radius:var(--radius-sm); font-size:.9rem;
  font-weight:500; color:var(--red-600,#dc2626); background:none; border:none; cursor:pointer; font-family:inherit;
}
.account-menu-dropdown button.account-logout:hover{ background:var(--blue-50); }

/* ============ Sign In / Register modal ============ */
.auth-modal-overlay{
  position:fixed; inset:0; z-index:1000; background:rgba(10,37,87,.55); backdrop-filter:blur(4px);
  display:flex; align-items:center; justify-content:center; padding:20px;
  opacity:0; visibility:hidden; transition:opacity .25s ease, visibility .25s ease;
}
.auth-modal-overlay.open{ opacity:1; visibility:visible; }
.auth-modal{
  position:relative; background:var(--white); border-radius:var(--radius-xl); box-shadow:var(--shadow-lg);
  width:100%; max-width:420px; padding:36px; transform:translateY(-12px); transition:transform .25s ease;
}
.auth-modal-overlay.open .auth-modal{ transform:translateY(0); }
.auth-modal-close{
  position:absolute; top:16px; right:16px; width:32px; height:32px; border-radius:50%; border:none;
  background:var(--surface); color:var(--ink-500); font-size:1.1rem; line-height:1; cursor:pointer;
}
.auth-modal-close:hover{ background:var(--blue-50); color:var(--blue-700); }
.auth-tabs{ display:flex; gap:6px; background:var(--surface); border-radius:999px; padding:4px; margin-bottom:26px; }
.auth-tab{
  flex:1; padding:10px; border-radius:999px; border:none; background:none; cursor:pointer; font-family:inherit;
  font-weight:600; font-size:.9rem; color:var(--ink-500); transition:background .2s ease, color .2s ease;
}
.auth-tab.active{ background:var(--white); color:var(--blue-700); box-shadow:var(--shadow-sm); }
.auth-form{ display:none; flex-direction:column; gap:16px; }
.auth-form.active{ display:flex; }
.auth-form-msg{ font-size:.85rem; font-weight:600; min-height:0; }
.auth-form-msg.success{ color:var(--success); }
.auth-form-msg.error{ color:var(--red-600,#dc2626); }

/* ============ Footer ============ */
.site-footer{ background:var(--blue-900); color:rgba(255,255,255,.75); padding-block:70px 30px; }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1.2fr; gap:40px; }
.footer-brand p{ margin-top:16px; font-size:.9rem; line-height:1.7; max-width:320px; }
.footer-col h4{ color:var(--white); font-size:.98rem; margin-bottom:18px; }
.footer-col ul li{ margin-bottom:12px; }
.footer-col ul a{ font-size:.88rem; color:rgba(255,255,255,.7); transition:color .2s ease; }
.footer-col ul a:hover{ color:var(--green-400); }
.footer-bottom{
  margin-top:50px; padding-top:24px; border-top:1px solid rgba(255,255,255,.12);
  display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px; font-size:.82rem;
}
.footer-legal-links{ display:flex; gap:18px; flex-wrap:wrap; }
.footer-legal-links a{ color:rgba(255,255,255,.7); transition:color .2s ease; }
.footer-legal-links a:hover{ color:var(--green-400); }

/* ============ Sticky action buttons ============ */
.sticky-actions{
  position:fixed; right:22px; bottom:22px; z-index:950; display:flex; flex-direction:column; gap:14px; align-items:flex-end;
}
.sticky-btn{
  width:58px; height:58px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  box-shadow:var(--shadow-lg); color:var(--white); position:relative; transition:transform .25s ease;
  border:none;
}
.sticky-btn:hover{ transform:scale(1.08); }
.sticky-btn svg{ width:26px; height:26px; }
.sticky-btn.whatsapp{ background:#25D366; }
.sticky-btn.call{ background:linear-gradient(135deg,var(--blue-600),var(--blue-800)); }
.sticky-btn.counsellor{ background:linear-gradient(135deg,var(--blue-500),var(--blue-700)); }
.sticky-btn.brochure{ background:var(--white); color:var(--blue-700); border:2px solid var(--blue-100); }
.sticky-btn .ping{
  position:absolute; inset:-4px; border-radius:50%; border:2px solid currentColor; opacity:0; animation:ringPulse 2.4s ease-out infinite;
}
@keyframes ringPulse{ 0%{ opacity:.6; transform:scale(.9);} 100%{ opacity:0; transform:scale(1.4);} }
.sticky-tooltip{
  position:absolute; right:70px; top:50%; transform:translateY(-50%); background:var(--ink-900); color:var(--white);
  font-size:.78rem; font-weight:600; padding:6px 12px; border-radius:8px; white-space:nowrap; opacity:0; pointer-events:none;
  transition:opacity .2s ease;
}
.sticky-btn:hover .sticky-tooltip{ opacity:1; }

/* Mobile bottom bar */
.mobile-bar{ display:none; }

/* Counsellor chat popup */
.chat-popup{
  position:fixed; right:22px; bottom:96px; z-index:960; width:320px; max-width:calc(100vw - 44px);
  background:var(--white); border-radius:var(--radius-lg); box-shadow:var(--shadow-lg); border:1px solid var(--border);
  overflow:hidden; opacity:0; transform:translateY(16px) scale(.97); pointer-events:none; transition:all .25s ease;
}
.chat-popup.open{ opacity:1; transform:translateY(0) scale(1); pointer-events:auto; }
.chat-popup-head{ background:linear-gradient(135deg,var(--blue-800),var(--blue-600)); color:var(--white); padding:16px 20px; display:flex; align-items:center; gap:12px; }
.chat-popup-head strong{ display:block; font-size:.95rem; }
.chat-popup-head span{ display:block; font-size:.76rem; color:rgba(255,255,255,.75); }
.chat-popup-body{ padding:18px 20px; }
.chat-popup-body p{ font-size:.86rem; color:var(--ink-500); line-height:1.6; margin-bottom:14px; }
.chat-popup-close{ position:absolute; top:12px; right:14px; background:none; border:none; color:var(--white); font-size:1.1rem; }

/* ============ Responsive ============ */
@media (max-width: 1080px){
  .course-grid{ grid-template-columns:repeat(2,1fr); }
  .why-grid{ grid-template-columns:repeat(2,1fr); }
  .trainer-grid{ grid-template-columns:repeat(2,1fr); }
  .facility-grid{ grid-template-columns:repeat(2,1fr); }
  .resource-grid{ grid-template-columns:repeat(2,1fr); }
  .footer-grid{ grid-template-columns:1fr 1fr; }
  .journey-track{ grid-template-columns:repeat(3,1fr); row-gap:40px; }
  .journey-track::before{ display:none; }
}

@media (max-width: 900px){
  .hero-shape{ display:none; }
  .hero-inner{ grid-template-columns:1fr; }
  .hero-visual{ order:-1; max-width:440px; margin-inline:auto; }
  .hero-headline-rotator{ height:190px; }
  .hero-card{ padding:16px; }
  .hero-card .glass-media{ height:130px; margin-bottom:10px; }
  .hero-slide{ padding:8px; }
  .hero-slider-nav{ gap:10px; margin-top:8px; }
  .hero-nav-btn{ width:28px; height:28px; }
  .hero-nav-btn svg{ width:13px; height:13px; }
  .hero-slider-dot{ width:6px; height:6px; }
  .hero-slide-icon-badge{ width:72px; height:72px; top:-22px; }
  .hero-slide-icon-badge svg{ width:34px; height:34px; }
  .hero-mini-stats{ gap:10px; margin-top:16px; }
  .floating-badge{ padding:8px 12px; font-size:.72rem; gap:8px; }
  .floating-badge svg{ width:20px; height:20px; }
  .floating-badge.badge-top{ top:-12px; left:-8px; }
  .floating-badge.badge-bottom{ bottom:-12px; right:-8px; }
  .hero-mini-stats .mini{ padding:12px 10px; }
  .hero-mini-stats .mini strong{ font-size:1.2rem; }
  .placement-inner{ grid-template-columns:1fr; }
  .contact-grid{ grid-template-columns:1fr; }
  .stats-card{ grid-template-columns:repeat(2,1fr); }
  .stat-item:nth-child(2){ border-right:none; }
  .stat-item{ border-bottom:1px solid var(--border); }
}

@media (max-width: 760px){
  :root{ --header-h:58px; }
  .hero-headline-rotator{ height:170px; }
  .skill-chip{ font-size:.72rem; padding:7px 12px 7px 10px; }
  .skill-chip.pos-3, .skill-chip.pos-7{ display:none; }
  .announcement-bar{ font-size:.78rem; }
  .announcement-fixed{ gap:5px; padding:0 10px; }
  .announcement-fixed-sep, .announcement-fixed a:last-of-type{ display:none; }
  .main-nav{ display:none; }
  .nav-toggle{ display:flex; }
  .header-inner{ gap:12px; }
  .header-actions{ gap:8px; }
  .header-actions .btn-primary{ display:none; }
  .main-nav.mobile-open{
    display:flex; flex-direction:column; position:fixed; top:var(--header-h); left:0; right:0; background:var(--white);
    padding:16px 24px 24px; box-shadow:var(--shadow-md); border-bottom:1px solid var(--border); gap:4px;
    max-height:calc(100vh - var(--header-h)); overflow-y:auto;
  }
  .main-nav.mobile-open a{ padding:14px 10px; border-bottom:1px solid var(--border); border-radius:0; }
  .main-nav.mobile-open .nav-dropdown{ width:100%; }
  .main-nav.mobile-open .nav-dropdown-toggle{
    width:100%; justify-content:space-between; padding:14px 10px; border-bottom:1px solid var(--border); border-radius:0; font-size:1rem;
  }
  .main-nav.mobile-open .nav-dropdown-menu{
    position:static; opacity:1; visibility:visible; pointer-events:auto; transform:none; box-shadow:none; border:none;
    padding:0; display:none; background:var(--surface);
  }
  .main-nav.mobile-open .nav-dropdown-menu--mega{
    min-width:0; max-width:none; max-height:none; overflow-y:visible; columns:1;
  }
  .main-nav.mobile-open .nav-dropdown.open .nav-dropdown-menu{ display:block; }
  .main-nav.mobile-open .nav-dropdown-menu a{ padding:12px 10px 12px 24px; border-bottom:1px solid var(--border); border-radius:0; }
  .course-grid, .why-grid, .trainer-grid, .facility-grid, .resource-grid{ grid-template-columns:1fr; }
  .journey-track{ grid-template-columns:1fr; }
  .footer-grid{ grid-template-columns:1fr; }
  .batch-row{ grid-template-columns:1fr 1fr; row-gap:10px; }
  .batch-row.head{ display:none; }
  .batch-row .course-name{ grid-column:1/-1; }
  .form-grid{ grid-template-columns:1fr; }
  .sticky-actions{ bottom:78px; }
  .mobile-bar{
    display:flex; position:fixed; bottom:0; left:0; right:0; z-index:940; background:var(--white);
    box-shadow:0 -6px 24px rgba(11,40,110,.12); border-top:1px solid var(--border);
  }
  .mobile-bar a{
    flex:1; display:flex; flex-direction:column; align-items:center; gap:4px; padding:10px 4px 8px; font-size:.68rem; font-weight:600; color:var(--ink-700);
  }
  .mobile-bar a svg{ width:20px; height:20px; }
  .mobile-bar a.primary{ color:var(--green-600); }
  body{ padding-bottom:62px; }
}

@media (max-width: 520px){
  .brand-logo-img{ height:34px; }
  .cart-icon-link{ display:none; }
  .stats-card{ grid-template-columns:1fr 1fr; }
  .hero{ min-height:auto; padding-top:48px; }
  .placement-grid{ grid-template-columns:1fr 1fr; }
}

/* Evening theme (from 5pm local time, set by the inline script in <head>) -
   swaps the green accent for orange across every component in one place,
   since all components read the --green-*/--accent-rgb variables. */
html.theme-evening{
  --green-600:#e8630a;
  --green-500:#ff7a1a;
  --green-400:#ff9a4d;
  --green-100:#fff1e5;
  --accent-rgb:255,122,26;
}
