/* styles.css - full single-page replica styling (maroon + gold + orange) */

:root{
  --maroon:#2d0303;
  --gold:#f5b23c;
  --primary:#f26c21;
  --primary-dark:#c94a0d;
  --bg:#fff;
  --text:#111;
  --muted:#6b7280;
  --card:#fff;
  --shadow: 0 10px 30px rgba(0,0,0,0.12);
  --radius:16px;
  --max-width:1160px;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

/* base */
*{box-sizing:border-box}
html,body{height:100%;margin:0;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}
.container{max-width:var(--max-width);margin:0 auto;padding:28px}

/* header */
.site-header{position:sticky;top:0;z-index:1000;background:var(--maroon);color:#fff}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:12px 8px}
.brand{display:flex;align-items:center;gap:8px;color:#fff;text-decoration:none;font-weight:800;font-size:1.15rem}
.logo-mark{width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;font-weight:800}
.brand-text{font-size:1.1rem}
.main-nav{display:flex;gap:14px;align-items:center}
.main-nav a{color:#fff;text-decoration:none;padding:8px 10px;border-radius:6px;font-weight:600}
.main-nav a:hover{background:rgba(255,255,255,0.05)}
.mobile-menu-btn{display:none;background:none;border:0;color:#fff;font-size:1.2rem}

/* mobile menu */
.mobile-menu{display:none;padding:12px;background:#fff}

/* HERO */
.hero{padding:64px 0 0;background:var(--maroon);color:#fff;position:relative;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1fr 420px;gap:28px;align-items:center}
.hero-left{padding-right:8px}
.hero-title{font-size:3rem;font-weight:900;margin:6px 0 12px;line-height:1.02}
.hero-title .gold{color:var(--gold)}
.hero-sub{color:#ffd9b8;font-size:1rem;margin-bottom:12px}
.hero-figure img{width:520px;max-width:100%;height:auto;display:block;margin-top:10px}

/* form card */
.hero-form-card{background:#fff;border-radius:0 18px 18px 18px;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(0,0,0,0.06)}
.offer-banner{background:linear-gradient(90deg,#d92d20,#f26c21);color:#fff;padding:12px;font-weight:800;text-align:center}
.offer-banner .discount{background:#fff;color:#000;padding:4px 8px;border-radius:8px;margin-left:8px}
.offer-banner .sub{display:block;margin-top:6px;font-weight:600;color:rgba(255,255,255,0.95)}
.apply-form{padding:16px}
.field{display:block;margin-bottom:10px;font-weight:700;color:#333}
.apply-form input,.apply-form select,.apply-form textarea{width:100%;padding:10px;border-radius:8px;border:1px solid #eaeaea;margin-top:6px}
.two-cols{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;padding:10px 14px;font-weight:800;cursor:pointer}
.btn.primary{background:var(--primary);color:#fff}
.btn.primary:hover{background:var(--primary-dark)}
.btn.outline{background:transparent;color:var(--primary);border:1px solid rgba(242,108,33,0.12)}

/* wave divider */
.hero-wave{margin-top:28px}

/* sections */
.section{padding:56px 0}
.section-title{font-size:1.8rem;margin-bottom:14px;color:#fff}
.section.container:not(.hero) .section-title{color:var(--text)}
.muted{color:var(--muted)}
.card{background:var(--card);border-radius:12px;padding:12px;border:1px solid rgba(0,0,0,0.04);box-shadow:0 8px 20px rgba(0,0,0,0.06)}

/* stats */
.stats-card img{width:100%;height:auto;border-radius:10px}

/* ---- Message From NV Sir: enhanced layout & decorations ---- */
.message-section { padding-top:36px; padding-bottom:36px; }
.section-title.center { text-align:center; }
.section-title.red { color:#a90000; font-weight:800; font-size:2.0rem; margin-bottom:30px; }

/* grid */
.message-grid {
  display:grid;
  grid-template-columns: 1fr 420px;
  gap:28px;
  align-items:center;
  align-content:start;
}

/* left text */
.message-text.no-pad { padding:0; background:transparent; box-shadow:none; border:none; }
.message-text .lead-strong { font-weight:800; font-size:1.05rem; margin-bottom:12px; color:#0f1720; }
.message-body p { color:#222b2f; line-height:1.7; margin:12px 0; font-size:1rem; }
.message-body p:first-of-type { margin-top:0; }
.signature { margin-top:18px; font-weight:700; color:#111; }

/* portrait area */
.message-photo { display:flex; justify-content:center; align-items:center; }
.portrait-wrap { position:relative; width:320px; height:320px; display:flex; align-items:center; justify-content:center; }

/* dashed orbit SVG */
.portrait-wrap .orbit {
  position:absolute; inset:0; width:100%; height:100%; transform:translateZ(0);
  pointer-events:none;
}

/* circular portrait image */
.portrait {
  width:220px;
  height:220px;
  border-radius:50%;
  object-fit:cover;
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
  position:relative;
  z-index:2;
  border:12px solid #a71f1f; /* thick red ring like screenshot */
  background:#fff;
}

/* paper-plane & flight path */
.plane-wrap { position:absolute; right:-26px; bottom: -14px; z-index:1; display:flex; flex-direction:column; align-items:center; gap:6px; transform:rotate(-12deg); }
.plane { transform-origin:center; animation:plane-bop 3.2s ease-in-out infinite; filter:drop-shadow(0 6px 12px rgba(0,0,0,0.18)); }
.flight { width:180px; height:44px; opacity:0.9; }

@keyframes plane-bop {
  0% { transform: translateY(0) rotate(-12deg) scale(1); }
  50% { transform: translateY(-6px) rotate(-12deg) scale(1.03); }
  100% { transform: translateY(0) rotate(-12deg) scale(1); }
}

/* smaller decorative dots scale for small portrait */
.portrait-wrap .dot { fill:#b92525 }

/* Responsive */
@media (max-width:1000px) {
  .message-grid { grid-template-columns:1fr; gap:22px; }
  .portrait-wrap { width:260px; height:260px; margin:0 auto; }
  .portrait { width:190px; height:190px; border-width:10px; }
  .plane-wrap { right:8px; bottom:-8px; transform:rotate(-10deg); }
}

@media (max-width:520px) {
  .section-title.red { font-size:1.6rem; }
  .portrait-wrap { width:220px; height:220px; }
  .portrait { width:160px; height:160px; border-width:8px; }
  .message-body p { font-size:0.98rem; }
}

/* Headings */
.section-title {
  font-size: 2rem;
  font-weight: 800;
  color: #a80000;
  text-align: center;
  margin-bottom: 1.2rem;
}

/* Cards hover */
.card {
  transition: transform .25s ease, box-shadow .25s ease;
}
.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}

/* CTA Buttons */
.btn.primary {
  background: #f26c21;
  color: #fff;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 10px;
  transition: background .2s, transform .2s;
}
.btn.primary:hover {
  background: #c94a0d;
  transform: translateY(-2px);
}

/* Yellow Badge */
.badge {
  background: #ffd600;
  color: #000;
  font-weight: 800;
  padding: 6px 12px;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Fade Up Animation */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all .6s ease;
}
.fade-up.in {
  opacity: 1;
  transform: translateY(0);
}
/* --- Courses cards — matching provided screenshot --- */
.course-tabs { display:flex; gap:14px; justify-content:center; margin:22px 0; }
.course-tabs .tab {
  background:#fff; border:1px solid rgba(0,0,0,0.06); padding:10px 18px; border-radius:10px; font-weight:700; cursor:pointer;
  box-shadow:0 6px 20px rgba(163,19,19,0.06);
}
.course-tabs .tab.active { background:#b30000; color:#fff; box-shadow:0 18px 30px rgba(179,0,0,0.18); transform:translateY(-4px); }
.course-tabs .tab .small { font-weight:600; font-size:.8rem; display:block; margin-top:2px; color:rgba(255,255,255,0.9); }

/* grid */
.cards-wrap { display:grid; grid-template-columns: repeat(3, 1fr); gap:22px; margin-top:10px; align-items:start; }

/* card */
.course-card {
  border-radius:16px; overflow:hidden; border:1px solid rgba(0,0,0,0.06); background:#fff;
  display:flex; flex-direction:column; transition:transform .16s ease, box-shadow .18s ease;
}
.course-card:hover{ transform:translateY(-6px); box-shadow:0 18px 40px rgba(0,0,0,0.08); }

/* thumbnail */
.course-card .thumb img{ width:100%; height:180px; object-fit:cover; display:block; border-bottom:1px solid rgba(0,0,0,0.04); }

/* inner area: left info + right price column */
.course-inner { display:flex; gap:12px; padding:14px; align-items:flex-start; }
.course-info { flex:1; }
.course-title { margin:0 0 8px; font-size:1.05rem; font-weight:800; color:#111; }
.course-meta { font-size:.92rem; margin-bottom:8px; color:var(--muted); }

/* price column */
.price-col { width:190px; border-left:1px solid rgba(0,0,0,0.03); padding-left:14px; display:flex; flex-direction:column; align-items:flex-end; text-align:right; gap:8px; }
.price-head { font-weight:700; color:#d94a2a; font-size:.95rem; }
.price-orig { color:#222; font-size:.95rem; }
.strike { text-decoration:line-through; color:var(--muted); }
.inaugural { font-size:.88rem; color:#e03b1b; font-weight:700; margin-top:2px; }
.badge { background:#fff200; color:#000; font-weight:800; padding:6px 8px; border-radius:8px; box-shadow:0 6px 18px rgba(0,0,0,0.08); margin-top:4px; }
.price-final { font-size:1.2rem; font-weight:900; color:#111; margin-top:2px; }

/* action button full width inside price column */
.btn.full{ width:100%; margin-top:8px; border-radius:8px; }

/* small/compact buttons */
.btn.small { padding:8px 12px; font-size:0.95rem; }

/* responsive */
@media (max-width:1100px){
  .cards-wrap { grid-template-columns: repeat(2, 1fr); }
  .price-col { width:160px; }
}
@media (max-width:680px){
  .cards-wrap { grid-template-columns: 1fr; }
  .course-inner { flex-direction:column; }
  .price-col { width:100%; border-left:0; border-top:1px solid rgba(0,0,0,0.04); padding-top:12px; text-align:left; align-items:flex-start; }
  .course-card .thumb img{ height:200px; }
}

/* WHY MOTION enhanced styles */
.why-section{ background: linear-gradient(180deg,#2b0101,#2d0303); color:#fff; padding:56px 0; }
.why-section .container{ position:relative; }

/* Title */
.why-section .section-title{ color:#fff; text-align:left; font-size:2rem; margin-bottom:22px; }

/* Grid */
.why-grid{ display:grid; grid-template-columns: 1fr 680px; gap:28px; align-items:start; }

/* LEFT items */
.why-left { padding-right:18px; }
.why-list{ list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:20px; }
.why-list li{ font-size:1.05rem; color:#fff; line-height:1.8; display:flex; align-items:flex-start; gap:10px; }
.why-list .diamond{ display:inline-block; width:26px; height:26px; color:#fff; background:transparent; border-radius:4px; margin-right:8px; transform:translateY(3px); opacity:0.95; }

/* RIGHT area – connectors canvas */
.why-right{ position:relative; min-height:360px; }

/* connectors svg sits behind cards */
.why-right .connectors{ position:absolute; inset:0; width:100%; height:100%; z-index:1; }

/* floating cards common */
.float-card{
  position:absolute;
  width:320px;
  padding:14px;
  border-radius:14px;
  background:#fff;
  color:#111;
  box-shadow: 0 18px 40px rgba(0,0,0,0.14);
  z-index:2;
  transform-origin:center;
  transition: transform .28s cubic-bezier(.2,.9,.3,1), box-shadow .28s;
  opacity:0; /* will animate in */
}

/* icon circle */
.float-card .icon-circle{
  width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;margin-bottom:8px;
  box-shadow:0 8px 20px rgba(0,0,0,0.06);
}

/* titles and small subtext */
.float-card .fc-title{ font-weight:800; font-size:1rem; margin-bottom:6px; }
.float-card .fc-sub{ font-size:0.92rem; color:#666; }

/* mini chart */
.float-card .mini-chart{ display:flex; gap:6px; align-items:end; margin-top:8px; }
.float-card .mini-chart span{ display:inline-block; width:14px; background:#8a5cff; border-radius:4px; }

/* individual positions to match screenshot layout */
.fc-1{ left:50px; top:18px; width:360px; }
.fc-2{ right:24px; top:36px; width:160px; border-radius:12px; text-align:center; padding:12px; }
.fc-3{ left:120px; top:190px; width:420px; }
.fc-4{ right:36px; top:260px; width:220px; }

/* hover lift */
.float-card:hover{ transform:translateY(-8px) scale(1.01); box-shadow:0 26px 50px rgba(0,0,0,0.18); }

/* fade-up animation (JS toggles .in) */
.fade-up{ opacity:0; transform: translateY(18px) scale(.98); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.9,.3,1); }
.fade-up.in{ opacity:1; transform: translateY(0) scale(1); }

/* small screens */
@media (max-width:1080px){
  .why-grid{ grid-template-columns: 1fr 1fr; }
  .fc-1{ left:10px; top:10px; width:320px; }
  .fc-3{ left:10px; top:180px; width:320px; }
  .fc-2, .fc-4{ right:10px; width:220px; }
}
@media (max-width:720px){
  .why-grid{ grid-template-columns: 1fr; }
  .why-right{ order:2; margin-top:18px; min-height:500px; }
  .why-left{ order:1; }
  /* stack float cards vertically inside container when small */
  .float-card{ position:relative; width:100%; margin-bottom:14px; left:auto; right:auto; top:auto; transform:none; }
  .why-right .connectors{ display:none; }
  .why-section{ padding:38px 0; }
}


/* VIDEOS SECTION */
.videos-section {
  background:#fffdf8;
  padding:56px 0;
}
.videos-section .section-title {
  color:#b30000;
  font-weight:800;
  font-size:2rem;
  margin-bottom:10px;
}
.videos-section .muted.center {
  text-align:center;
  max-width:800px;
  margin:0 auto 30px;
  font-size:1rem;
  color:#444;
}

/* video grid */
.video-grid {
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:24px;
}
.video-card {
  background:#fff;
  border-radius:18px;
  padding:12px;
  box-shadow:0 8px 24px rgba(0,0,0,0.08);
  transition:transform .2s ease, box-shadow .2s ease;
}
.video-card:hover {
  transform:translateY(-6px);
  box-shadow:0 16px 36px rgba(0,0,0,0.12);
}
.video-frame {
  border-radius:12px;
  overflow:hidden;
  aspect-ratio:16/9;
}

/* responsive */
@media (max-width:1000px){
  .video-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width:680px){
  .video-grid { grid-template-columns: 1fr; }
}
/* ====== APP + TESTIMONIAL fixed styles ====== */
.app-testimonial-section { padding:64px 0; background:transparent; }
.app-test-grid { display:grid; grid-template-columns: 1fr 560px; gap:34px; align-items:start; }

/* App Promo Card */
.app-promo { background: linear-gradient(90deg,#b30000,#e23b3b); color:#fff; padding:28px; border-radius:20px; overflow:hidden; box-shadow:0 28px 60px rgba(0,0,0,0.18); }
.promo-inner { display:flex; gap:24px; align-items:center; }
.promo-left { flex:1; padding-right:8px; }
.promo-head { color:#fff; font-weight:800; font-size:1.28rem; margin:4px 0 18px; line-height:1.08; }
.promo-head .highlight { color:#ffd600; }

/* features list */
.promo-features { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:14px; font-weight:700; }
.promo-features li { display:flex; gap:12px; align-items:flex-start; font-size:0.99rem; color:#fff; line-height:1.3; }
.pf-icon { display:inline-block; width:36px; height:36px; border-radius:50%; background:rgba(255,255,255,0.10); flex:0 0 36px; }

/* call-to-action */
.promo-cta { margin-top:22px; }
.app-mock { width:360px; max-width:46%; border-radius:14px; box-shadow:0 30px 70px rgba(0,0,0,0.30); transform:translateY(-6px); object-fit:contain; }

/* Testimonials */
.testimonials { padding:28px; border-radius:16px; min-height:360px; box-shadow:0 18px 40px rgba(0,0,0,0.06); display:flex; flex-direction:column; align-items:center; justify-content:flex-start; }
.section-title.small { font-size:1.25rem; color:#2a1120; margin-bottom:14px; }

/* slider area */
.test-slider { position:relative; width:100%; min-height:260px; display:flex; align-items:center; justify-content:center; overflow:hidden; padding:6px 8px; }
.test-item { position:absolute; inset:0; opacity:0; transform:translateY(8px); transition: opacity .45s ease, transform .45s ease; display:flex; flex-direction:column; align-items:center; text-align:center; padding:18px; box-sizing:border-box; }
.test-item.in { opacity:1; transform:translateY(0); position:relative; }

/* avatar */
.test-avatar-wrap { width:140px; height:140px; border-radius:50%; display:flex; align-items:center; justify-content:center; background:linear-gradient(180deg, #fff, #fff); margin-top:-54px; margin-bottom:8px;
  box-shadow: 0 18px 40px rgba(163,19,19,0.06); }
.test-photo { width:126px; height:126px; border-radius:50%; object-fit:cover; border:6px solid #fff; display:block; }

/* typography */
.test-name{ font-weight:800; color:#1e1e1e; margin:10px 0 4px; }
.test-sub{ font-weight:700; color:var(--muted); margin-bottom:12px; }
.test-text{ color:#333; font-size:0.98rem; line-height:1.65; max-width:520px; }

/* controls (centered) */
.test-controls{ display:flex; align-items:center; justify-content:center; gap:14px; margin-top:18px; width:100%; }
.test-prev, .test-next { width:48px; height:48px; border-radius:50%; border:0; background:#a80000; color:#fff; font-size:1.2rem; cursor:pointer; box-shadow:0 10px 30px rgba(168,0,0,0.18); display:inline-flex; align-items:center; justify-content:center; }
.test-dots{ display:flex; gap:10px; align-items:center; margin:0 4px; }
.test-dots button { width:10px; height:10px; background:rgba(0,0,0,0.08); border-radius:999px; border:0; padding:0; cursor:pointer; }
.test-dots button.active{ background:#a80000; box-shadow:0 6px 12px rgba(168,0,0,0.12); }

/* small screens */
@media (max-width:1100px){
  .app-test-grid{ grid-template-columns: 1fr; }
  .app-promo { order:1; margin-bottom:18px; padding:18px; }
  .testimonials { order:2; min-height:320px; }
  .app-mock { width:280px; max-width:42%; }
}
@media (max-width:680px){
  .promo-head { font-size:1.05rem; }
  .app-mock { display:none; }
  .promo-left { padding-right:0; }
  .test-text { padding:0 10px; }
  .test-avatar-wrap { margin-top:-40px; width:110px; height:110px; }
  .test-photo { width:96px; height:96px; border-width:5px; }
}

/* app / achievers */
.app-grid{display:grid;grid-template-columns:520px 1fr;gap:18px;align-items:center}
.app-card img{width:100%;height:auto}
.achievers-row{display:flex;gap:16px;flex-wrap:wrap}

/* CTA banner */
.cta-banner{background:linear-gradient(180deg, rgba(45,3,3,1), rgba(45,3,3,0.9));padding:36px 0}
.cta-content{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px;border-radius:12px;background:linear-gradient(180deg,#3b0a0a,#2a0202);color:#fff}

/* ACHIEVERS carousel styles */
.achievers-section { padding:56px 0; background:#fff; }
.achievers-section .section-title { color:#b30000; font-weight:800; font-size:2rem; margin-bottom:6px; }
.achievers-section .muted.center { max-width:900px; margin:0 auto 22px; text-align:center; color:#444; }

/* wrapper */
.achievers-wrap { position:relative; margin-top:18px; }

/* slider viewport */
.ach-slider { overflow:hidden; }
.ach-track {
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns: calc((100% - 32px) / 2); /* show 2 per view and 32px total gap */
  gap:32px;
  transition:transform .6s cubic-bezier(.2,.9,.3,1);
  align-items:center;
  padding-bottom:8px;
}

/* card */
.ach-card {
  background:#fff;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 14px 40px rgba(0,0,0,0.08);
  display:flex;
  align-items:center;
  justify-content:center;
}
.ach-card img { width:100%; height:420px; object-fit:cover; display:block; }

/* controls */
.ach-controls { display:flex; align-items:center; justify-content:flex-end; gap:12px; margin-top:18px; }
.ach-prev, .ach-next {
  width:48px; height:48px; border-radius:50%; border:0; background:#b30000; color:#fff; font-size:1.35rem; cursor:pointer;
  box-shadow:0 12px 28px rgba(179,0,0,0.18);
  display:inline-flex; align-items:center; justify-content:center;
}
.ach-dots { display:flex; gap:10px; align-items:center; margin-right:6px; }
.ach-dots button { width:10px; height:10px; background:rgba(0,0,0,0.08); border-radius:999px; border:0; padding:0; cursor:pointer; }
.ach-dots button.active { background:#b30000; box-shadow:0 6px 12px rgba(179,0,0,0.12); }

/* responsive: show 1 slide on narrow screens */
@media (max-width:980px) {
  .ach-track { grid-auto-columns: 100%; gap:18px; padding:0 6px; }
  .ach-card img { height:320px; }
  .ach-controls { justify-content:center; }
}
@media (max-width:520px) {
  .ach-card img { height:220px; }
  .ach-prev, .ach-next { width:40px; height:40px; font-size:1.05rem; }
  .ach-controls { gap:8px; }
}
/* Assist Banner Section */
.assist-banner {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  background: #2a0c0c; /* fallback background */
}

.assist-banner img {
  width: 100%;
  height: auto;
  display: block;
  border: 0;
}

/* NEWS & MEDIA */
.news-section {
  background: #fff;
  padding: 60px 0;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  margin-top: 28px;
}

.news-card {
  background: #fafafa;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
  transition: transform .3s ease, box-shadow .3s ease;
  text-align: left;
}

.news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(0,0,0,0.12);
}

.news-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.news-title {
  font-size: 1rem;
  font-weight: 700;
  padding: 14px 16px 18px;
  color: #222;
  line-height: 1.4;
}

/* Controls */
.news-controls {
  margin-top: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.news-prev, .news-next {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: #b30000;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background .3s;
}

.news-prev:hover, .news-next:hover {
  background: #d90000;
}


/* ----- Footer replica styling ----- */
.site-footer-hero {
  position: relative;
  background: linear-gradient(180deg, #3a0a0a 0%, #2b0303 100%);
  color: #f3e9e6;
  overflow: hidden;
  padding-top: 56px;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Decorative large circles (translucent) */
.footer-visuals { position:absolute; inset:0; pointer-events:none; z-index:0; }
.footer-visuals .circle {
  position:absolute; border-radius:50%; filter:blur(0.5px);
}
.footer-visuals .c-large { width:1000px; height:1000px; left:-380px; top:-420px; background:rgba(255,255,255,0.03); }
.footer-visuals .c-mid   { width:720px; height:720px; left:-200px; top:-120px; background:rgba(255,255,255,0.02); }

/* dotted SVG pattern on right */
.footer-visuals .footer-dots {
  position:absolute; right:0; top:20px; width:280px; height:320px; opacity:0.25;
}

/* Content */
.footer-inner { position:relative; z-index:2; padding-bottom:28px; }
.footer-grid { display:grid; grid-template-columns: 220px 220px 220px 1fr; gap:32px; align-items:start; }

/* column headings */
.site-footer-hero h4 { color:#fff; font-size:1.05rem; margin:0 0 12px; font-weight:800; }
.site-footer-hero ul { list-style:none; margin:0; padding:0; color:#e9e1df; }
.site-footer-hero li { margin:8px 0; }
.site-footer-hero a { color:#e8dcd9; text-decoration:none; transition:color .18s ease; }
.site-footer-hero a:hover { color:#ffd600; }

/* play badge */
.play-link img { width:140px; display:block; margin-top:12px; border-radius:6px; }

/* contact column specifics */
.contact-col .center-item { margin-bottom:14px; color:#f0e9e8; }
.contact-col .center-item strong { display:block; font-weight:700; color:#fff; margin-bottom:6px; }
.contact-col .phone a { color:#ffd; text-decoration:none; font-weight:700; }
.contact-col .addr { color:#e9e1df; margin-bottom:6px; }
.center-contact { margin-top:8px; display:flex; flex-direction:column; gap:8px; }
.center-contact a { color:#ffd; text-decoration:none; font-weight:600; }

/* social icons */
.socials a { display:inline-block; margin-right:10px; color:rgba(255,255,255,0.85); width:34px;height:34px;border-radius:6px;background:rgba(255,255,255,0.03);display:inline-flex;align-items:center;justify-content:center;font-size:14px; }
.socials a:hover { background:rgba(255,255,255,0.06); color:#ffd600; }

/* bottom bar */
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.04); margin-top:8px; padding:14px 0; background: linear-gradient(180deg, rgba(0,0,0,0.03), rgba(255,255,255,0.01)); }
.bottom-inner { display:flex; gap:16px; align-items:center; justify-content:space-between; color:#e8dcd9; font-size:0.92rem; }
.bottom-inner .brand { color:#ffd600; font-weight:800; }
.bottom-inner a { color:#e6d7d7; text-decoration:none; margin:0 8px; }
.bottom-inner a:hover { color:#fff; }
.bottom-inner .sep { color: rgba(255,255,255,0.12); margin:0 6px; }

/* responsiveness */
@media (max-width:1100px){
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-col { order:2; }
}
@media (max-width:720px){
  .footer-grid { grid-template-columns: 1fr; gap:20px; }
  .footer-visuals .c-large { display:none; }
  .footer-visuals .c-mid { display:none; }
  .footer-visuals .footer-dots { display:none; }
  .bottom-inner { flex-direction:column; gap:8px; text-align:center; }
}

/* Responsive */
@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}


/* responsive */
@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr}
  .message-grid{flex-direction:column}
  .why-grid{grid-template-columns:1fr}
  .app-grid{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .two-cols{grid-template-columns:1fr}
  .main-nav{display:none}
  .mobile-menu-btn{display:block}
  .container{padding:18px}
  .hero-title{font-size:2.1rem}
}

@media (max-width:480px){
  .hero-title{font-size:1.6rem}
  .hero{padding:28px 0 0}
  .logo-mark{width:36px;height:36px}
}
/* APP + TESTIMONIAL combined section */
.app-testimonial-section { padding:56px 0; background:transparent; }
.app-test-grid { display:grid; grid-template-columns: 1fr 520px; gap:28px; align-items:start; }

/* APP + TESTIMONIAL combined section */
.app-testimonial-section { padding:56px 0; background:transparent; }
.app-test-grid { display:grid; grid-template-columns: 1fr 520px; gap:28px; align-items:start; }

/* app promo card */
.app-promo { background: linear-gradient(90deg,#b30000,#e23b3b); color:#fff; padding:18px; border-radius:18px; overflow:hidden; box-shadow:0 18px 40px rgba(0,0,0,0.18); }
.promo-inner { display:flex; gap:18px; align-items:center; }
.promo-left { flex:1; padding:8px 2rem 8px 1rem; }
.promo-head { color:#fff; font-weight:800; font-size:1.15rem; margin:6px 0 12px; line-height:1.15; }
.promo-head .highlight { color:#ffd600; }
.promo-features { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:12px; font-weight:700; }
.promo-features li { display:flex; gap:12px; align-items:center; font-size:0.98rem; color:#fff; }
.promo-features li::before { content:''; width:36px; height:36px; background:rgba(255,255,255,0.12); border-radius:50%; display:inline-block; margin-right:8px; }

.promo-cta { margin-top:18px; }
.app-mock { width:320px; max-width:42%; border-radius:12px; box-shadow:0 18px 40px rgba(0,0,0,0.25); transform:translateY(-6px); }

/* testimonial card */
.testimonials { padding:22px; border-radius:14px; }
.section-title.small { font-size:1.25rem; color:#2a1120; margin-bottom:18px; }
.test-slider { position:relative; min-height:260px; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.test-item { position:absolute; inset:0; opacity:0; transform:translateY(8px); transition: opacity .45s ease, transform .45s ease; display:flex; flex-direction:column; align-items:center; text-align:center; padding:12px 18px; }
.test-item.in { opacity:1; transform:translateY(0); position:relative; }
.test-photo{ width:120px; height:120px; border-radius:50%; object-fit:cover; border:6px solid #f6e6e6; box-shadow:0 12px 26px rgba(0,0,0,0.12); margin-bottom:10px; }
.test-name{ font-weight:800; color:#2a1120; margin:6px 0; }
.test-sub{ font-weight:600; color:var(--muted); margin-bottom:10px; }
.test-text{ color:#333; font-size:0.98rem; line-height:1.6; max-width:420px; }

/* controls */
.test-controls{ display:flex; align-items:center; justify-content:center; gap:14px; margin-top:16px; }
.test-prev, .test-next { width:42px; height:42px; border-radius:50%; border:0; background:#a80000; color:#fff; font-size:1.2rem; cursor:pointer; box-shadow:0 10px 24px rgba(168,0,0,0.18); display:inline-flex; align-items:center; justify-content:center; }
.test-dots{ display:flex; gap:8px; align-items:center; }
.test-dots button { width:10px; height:10px; background:rgba(0,0,0,0.08); border-radius:999px; border:0; padding:0; cursor:pointer; }
.test-dots button.active{ background:#a80000; box-shadow:0 6px 12px rgba(168,0,0,0.12); }

/* responsive */
@media (max-width:1100px){
  .app-test-grid{ grid-template-columns: 1fr; }
  .app-promo { order:1; margin-bottom:18px; }
  .testimonials { order:2; }
  .app-mock { max-width:46%; }
}
@media (max-width:680px){
  .promo-left { padding:8px; }
  .app-mock { display:none; }
  .promo-head { font-size:1.05rem; }
  .test-text { max-width:100%; padding:0 8px; }
}


.promo-cta { margin-top:18px; }
.app-mock { width:260px; max-width:40%; border-radius:12px; box-shadow:0 18px 40px rgba(0,0,0,0.25); transform:translateY(-6px); }

/* testimonial card */
.testimonials { padding:22px; border-radius:14px; }
.section-title.small { font-size:1.25rem; color:#2a1120; margin-bottom:18px; }
.test-slider { position:relative; min-height:260px; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.test-item { position:absolute; inset:0; opacity:0; transform:translateY(8px); transition: opacity .45s ease, transform .45s ease; display:flex; flex-direction:column; align-items:center; text-align:center; padding:12px 18px; }
.test-item.in { opacity:1; transform:translateY(0); position:relative; }
.test-photo{ width:120px; height:120px; border-radius:50%; object-fit:cover; border:6px solid #f6e6e6; box-shadow:0 12px 26px rgba(0,0,0,0.12); margin-bottom:10px; }
.test-name{ font-weight:800; color:#2a1120; margin:6px 0; }
.test-sub{ font-weight:600; color:var(--muted); margin-bottom:10px; }
.test-text{ color:#333; font-size:0.98rem; line-height:1.6; max-width:420px; }

/* controls */
.test-controls{ display:flex; align-items:center; justify-content:center; gap:14px; margin-top:16px; }
.test-prev, .test-next { width:42px; height:42px; border-radius:50%; border:0; background:#a80000; color:#fff; font-size:1.2rem; cursor:pointer; box-shadow:0 10px 24px rgba(168,0,0,0.18); display:inline-flex; align-items:center; justify-content:center; }
.test-dots{ display:flex; gap:8px; align-items:center; }
.test-dots button { width:10px; height:10px; background:rgba(0,0,0,0.08); border-radius:999px; border:0; padding:0; cursor:pointer; }
.test-dots button.active{ background:#a80000; box-shadow:0 6px 12px rgba(168,0,0,0.12); }

/* responsive */
@media (max-width:1100px){
  .app-test-grid{ grid-template-columns: 1fr; }
  .app-promo { order:1; margin-bottom:18px; }
  .testimonials { order:2; }
  .promo-inner { flex-direction:row; align-items:center; }
  .app-mock { display:block; margin-left:12px; max-width:38%; }
}
@media (max-width:680px){
  .promo-left { padding:8px; }
  .app-mock { display:none; }
  .promo-head { font-size:1.05rem; }
  .test-text { max-width:100%; padding:0 8px; }
}
/* Responsive tweaks */
@media (max-width: 992px) {
  .hero-grid { grid-template-columns: 1fr; text-align:center; }
  .hero-form-card { margin-top: 20px; }
  .courses-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .courses-grid { grid-template-columns: 1fr; }
  nav.main-nav { display:none; }
  #mobileMenuBtn { display:block; }
}
