
    /* =========================
       Theme colors (Electric Blue + Neon Purple)
       ========================= */
    :root{
      --bg:#dee4fa 0%;
      --card:#0f1724;
      --muted:#9aa3c3;
      --glass: rgba(209, 40, 40, 0.05);

      --accent-1: #f3df6eff;   /* electric purple */
      --accent-2: #00D4FF;   /* cyan */
      --accent-3: #feffa7ff;   /* neon purple */
      --cta: linear-gradient(135deg,var(--accent-2),var(--accent-1));
      --white: #ffffff;
      --shadow: 0 24px 46px rgba(2,6,23,0.55);
      --glass-border: rgba(255,255,255,0.06);
      --glass-soft: rgba(99,91,255,0.07);
    }

    /* =========================
       Base reset & utilities
       ========================= */
    *{box-sizing:border-box}
    html,body{height:100%;margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial;color:#015383;background:linear-gradient(180deg,var(--bg));-webkit-font-smoothing:antialiased;}
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}

    .container{max-width:1200px;margin:0 auto;padding:0 20px}

    /* =========================
       NAV
       ========================= */
    header.site-nav{
      position:sticky;top:0;z-index:60;background:linear-gradient(180deg, rgba(6,10,20,0.9), rgba(6,10,20,0.6));backdrop-filter: blur(6px);
      border-bottom: 1px solid rgba(255,255,255,0.03);box-shadow: 0 6px 20px rgba(0,0,0,0.35);
    }
    .nav-inner{display:flex;align-items:center;justify-content:space-between;height:72px}
    .brand{display:flex;align-items:center;gap:14px}
    .logo-mark{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;
      background:conic-gradient(from 120deg,var(--accent-1),var(--accent-3),var(--accent-2));box-shadow: 0 12px 4px rgba(99,91,255,0.18);font-weight:800;color:#081226}
    .brand h1{margin:0;font-family:Poppins,sans-serif;font-size:18px;letter-spacing:0.2px}
    nav.primary{display:flex;gap:18px;align-items:center}
    nav.primary a{color:rgba(255,255,255,0.85);font-weight:600;padding:8px 10px;border-radius:8px}
    nav.primary a:hover{background:rgba(255,255,255,0.03)}
    .nav-cta{display:flex;gap:12px;align-items:center}
    .btn-cta{padding:10px 18px;border-radius:28px;background:var(--cta);color:#021428;font-weight:800;box-shadow: 0 10px 3px rgba(0,212,255,0.12);border:none;cursor:pointer}
    .ghost{padding:8px 10px;border-radius:10px;border:1px solid rgba(255,255,255,0.04);background:none;color:#ffffff;font-weight:600}

    /* =========================
       HERO
       ========================= */
    .hero{
      display:grid;grid-template-columns:1fr 520px;gap:40px;align-items:center;position:relative;overflow:visible;
    }
    .hero-left{padding-right:20px}
    .eyebrow{display:inline-block;background:linear-gradient(90deg, rgba(255,255,255,0.03), rgba(255,255,255,0.02));padding:8px 12px;border-radius:999px;color:#000000;font-weight:700;margin-bottom:16px}
    .hero h2{font-family:Poppins, sans-serif;font-size:48px;margin:0 0 12px;line-height:1.02;color:#015383;letter-spacing:-0.6px}
    .hero h2 .highlight{background:linear-gradient(90deg,var(--accent-2),var(--accent-1));padding:6px 12px;border-radius:10px;color:#031021}
    .hero p.lead{color:#015383;font-size:16px;margin:0 0 20px;max-width:680px}

    .hero-ctas{display:flex;gap:18px;align-items:center}
    .btn-primary{background:var(--cta);padding:14px 20px;border-radius:28px;color:#021428;font-weight:800;border:none;cursor:pointer;box-shadow: 0 5px 2px rgba(0,0,0,0.6);transform:translateZ(0)}
    .btn-outline{background:transparent;border:1px solid rgba(255,255,255,0.06);padding:12px 14px;border-radius:18px;color:#015383;font-weight:700}

    /* floating micro CTA */
    .kpi-pill{display:inline-flex;gap:10px;align-items:center;padding:10px 12px;border-radius:12px;background:linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.02));border:1px solid rgba(255,255,255,0.03);font-weight:700;color:var(--accent-2);}

    /* hero right card */
    .hero-right{position:relative;display:flex;justify-content:center;align-items:center}
    .device-card{width:420px;height:520px;border-radius:18px;background:linear-gradient(180deg,#071226 15%, rgba(255, 255, 255, 1));box-shadow: 0 10px 2px rgba(0,0,0,0.6);border:2px solid rgba(255, 255, 255, 1);overflow:hidden;position:relative}
    .device-card img{width:100%;height:100%;object-fit:cover;filter:contrast(1.03)}
    .floating-icons{position:absolute;left:-40px;top:-30px;pointer-events:none}
    .floating-icons img{width:48px;height:48px;margin:8px;opacity:0.95}

    .hero h2 {
    line-height: 1.15; /* More breathing space */
}
.hero-right {
    position: relative; 
}

.device-card {
    position: relative; /* Ensures absolute children stay inside */
    overflow: hidden;
}

.floating-icons {
    position: absolute;
    right: 12px !important;
    top: 12px !important;
    left: auto !important;
    
}

.highlight {
    display: inline-block;     /* Prevent overlap */
    line-height: 1.3;          /* Fix gradient box spacing */
    border-radius: 10px;
}

    /* =========================
       ORDER TRACK PATH (Courier style)
       ========================= */
    .order-track{
      position:relative;margin:28px 0;padding:18px;border-radius:14px;background:linear-gradient(90deg, rgb(36 117 249), rgba(99,91,255,0.02));
      border:1px solid rgba(255, 255, 255, 1);box-shadow: 0 12px 6px rgba(2,8,20,0.45)
    }
    .track-svg{width:100%;height:86px;display:block}
    .track-steps{display:flex;gap:12px;align-items:center;justify-content:space-between;margin-top:8px}
    .step{flex:1;text-align:center;color:#ffffff;font-weight:700;font-size:13px;opacity:0.95}
    .step.active{color:#015383;transform:scale(1.03)}

    /* moving dot */
    .moving-dot{width:18px;height:18px;border-radius:50%;background:var(--accent-2);box-shadow:0 8px 2px rgba(0,212,255,0.18);}

    /* =========================
       SECTIONS - banded & unique
       ========================= */
    section.band{
      padding:6px 0 40px;position:relative;background:linear-gradient(180deg, rgba(124,77,255,0.08), transparent 40%);
      margin-top:12px;border-top:1px solid rgba(255,255,255,0.02)
    }
    .band .badge{display:inline-block;background:linear-gradient(90deg,var(--accent-1),var(--accent-2));padding:8px 16px;border-radius:18px;color:#021428;font-weight:800;margin-top:-35px;}
    .band h3{font-size:34px;margin:18px 0 6px;font-family:Poppins}
    .logos{display:flex;gap:24px;align-items:center;justify-content:center;margin-top:26px}
.logos .circle{
  width:120px;
  height:120px;
  border-radius:50%;
  overflow:hidden; /* REQUIRED */
  background:linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,0.03);
}
.logos .circle img{
  width:100%;
  height:100%;
  object-fit:cover; /* REQUIRED */
  display:block;
}


    /* =========================
       COURSES GRID (cards)
       ========================= */
    .courses{padding:6px 0}
    .courses .tab{padding:10px 14px;border-radius:999px;background:rgba(0, 0, 0, 0.3);border:1px solid rgba(255,255,255,0.03);color:#ffffff;font-weight:700;cursor:pointer}
    .courses .tab.active{background:#2c7af9;color:var(--white);border:1px solid rgba(124,77,255,0.12);box-shadow:0 3px 2px rgba(0, 0, 0, 1)}

    .course-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
    .course-card{
      background:linear-gradient(180deg, #00d4ff / 29%, rgb(245 159 159 / 39%));
      border:1px solid rgb(255 255 255);border-radius:16px;padding:14px;overflow:hidden;position:relative;
      transition: transform .35s cubic-bezier(.2,.9,.2,1), box-shadow .35s;cursor:pointer;
    }
    .course-card:hover{transform:translateY(-10px);box-shadow: 0 11px 2px rgba(2,12,36,0.6);border-color:rgba(124,77,255,0.18)}
    .course-thumb{height:160px;border-radius:12px;overflow:hidden;margin-bottom:12px;box-shadow: 0 8px 3px rgba(2,10,30,0.45)}
    .course-title{font-weight:800;margin:0 0 6px}
    .course-meta{display:flex;justify-content:space-between;align-items:center}

    .price-badge{background:linear-gradient(90deg,var(--accent-2),var(--accent-1));padding:8px 10px;border-radius:12px;color:#021428;font-weight:800}

    /* floating small images/icons */
    .floating-shapes{position:fixed;left:8px;top:120px;z-index:40;pointer-events:none}
    .shape{width:56px;height:56px;margin:18px;opacity:0.95}

    /* =====================================================
   COURSE CARD – FULL FINAL STYLE
   ===================================================== */

.course-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;

  /* Layout */
  border-radius: 16px;
  padding: 14px;

  /* Background (FIXED + VALID) */
  background: linear-gradient(
    180deg,
    rgba(44, 122, 249, 0.9),
    rgba(255, 255, 255, 0.88)
  );

  /* Border */
  border: 1px solid rgba(255, 255, 255, 0.95);

  /* Motion */
  transition:
    transform 0.35s cubic-bezier(.2,.9,.2,1),
    box-shadow 0.35s ease;
}

/* Hover lift */
.course-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 2px rgba(0,0,0,0.45);
}

/* =====================================================
   SHINE / REFLECTION EFFECT
   ===================================================== */

.course-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;

  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.35) 50%,
    rgba(255,255,255,0) 100%
  );

  transform: skewX(-20deg);
  transition: left 0.8s ease;
  pointer-events: none;
}

.course-card:hover::after {
  left: 140%;
}

/* =====================================================
   IMAGE / THUMB
   ===================================================== */

.course-thumb {
  height: 160px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;

  border: 1px solid rgba(255,255,255,0.9);
  box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}

.course-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =====================================================
   TEXT
   ===================================================== */

.course-title {
  font-weight: 800;
  margin: 0 0 6px;
  color: #021428;
}

.course-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.course-meta div {
  color: #021428;
  font-size: 14px;
}

/* =====================================================
   PRICE BADGE (KEEP YOUR EXISTING STYLE)
   ===================================================== */

.price-badge {
  background: linear-gradient(90deg, var(--accent-2), var(--accent-1));
  padding: 8px 10px;
  border-radius: 12px;
  color: #021428;
  font-weight: 800;
}

/* =====================================================
   RESPONSIVE SAFETY
   ===================================================== */

/* Tablet */
@media (max-width: 820px) {
  .course-card {
    padding: 13px;
  }

  .course-title {
    font-size: 15px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .course-card {
    padding: 12px;
  }

  .course-thumb {
    height: 140px;
  }

  .course-title {
    font-size: 14.5px;
  }

  .course-meta div {
    font-size: 13px;
  }
}

    /* =========================
        TESTIMONIALS
       ========================= */
    .testimonials{padding:6px 0;}
    .test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
    .testimonial{background:linear-gradient(180deg, #2c7af9, rgba(255,255,255,0.01));padding:18px;border-radius:14px;border:2px solid rgba(255, 255, 255, 1);transition:transform .25s}
    .testimonial:hover{transform:translateY(-6px);}

    /* =========================
       FAQ
       ========================= */
    .faq-wrap{padding:6px 0;display:grid;grid-template-columns:1fr 420px;gap:28px;align-items:start}
    .faq .acc{background:linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));border-radius:12px;padding:12px;border:1px solid rgba(255,255,255,0.03);margin-bottom:12px}
    .acc button{display:flex;justify-content:space-between;align-items:center;width:100%;background:none;border:none;color:var(--white);font-weight:800;padding:10px 0;cursor:pointer}
    .acc .answer{color:#ffffff;padding-top:8px;display:none}

    /* =========================
       Footer
       ========================= */
    footer{padding:32px 0;color:#015383;border-top:1px solid rgba(255,255,255,0.02)}

    /* =========================
       Animations (hyper animated)
       ========================= */
    @keyframes floaty {
      0%{ transform: translateY(0) translateX(0) rotate(0deg); opacity:1 }
      50%{ transform: translateY(-18px) translateX(6px) rotate(6deg); opacity:0.95 }
      100%{ transform: translateY(0) translateX(0) rotate(0deg); opacity:1 }
    }
    @keyframes floaty-2 {
      0%{ transform: translateY(0) rotate(0deg) }
      50%{ transform: translateY(-28px) rotate(8deg) }
      100%{ transform: translateY(0) rotate(0deg) }
    }
    @keyframes driftX {
      0%{ transform: translateX(0) }
      50%{ transform: translateX(18px) }
      100%{ transform: translateX(0) }
    }
    .float-a{animation: floaty 5s ease-in-out infinite}
    .float-b{animation: floaty-2 6.2s ease-in-out infinite}
    .float-c{animation: driftX 7s ease-in-out infinite}

    /* moving glow ring */
    .glow-ring{position:absolute;left:-140px;top:-140px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle at 30% 30%, rgba(99,91,255,0.14), transparent 30%);filter:blur(40px);opacity:0.85;transform:translateZ(0)}

    /* =========================
       RESPONSIVE
       ========================= */
    @media (max-width:1100px){
      .hero{grid-template-columns:1fr 420px;padding:40px 0}
      .course-grid{grid-template-columns:repeat(2,1fr)}
      .test-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media (max-width:820px){
      .nav-inner{height:64px}
      nav.primary{display:none}
      .hero{grid-template-columns:1fr;gap:18px;padding:28px 0}
      .hero-right{order:-1}
      .hero h2{font-size:34px}
      .course-grid{grid-template-columns:1fr}
      .faq-wrap{grid-template-columns:1fr}
    }
    @media (max-width:420px){
      .logo-mark{width:40px;height:40px}
      .hero h2{font-size:26px}
      .device-card{width:300px;height:380px}
    }

   /* =========================
   PROFILE ICON (Nav)
   ========================= */
.profile-btn{
  width:40px;
  height:40px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,0.08);
  background:linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  color:var(--white);
  display:grid;
  place-items:center;
  cursor:pointer;
  transition: box-shadow .3s ease, transform .3s ease;
}
.profile-btn:hover{
  box-shadow:0 0 0 3px rgba(0,212,255,0.25);
  transform: translateY(-1px);
}

/* =========================
   AUTH MODAL OVERLAY
   ========================= */
.auth-overlay{
  position:fixed;
  inset:0;
  background:rgba(2,6,23,0.72);
  backdrop-filter:blur(6px);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:100;
}
.auth-overlay.active{
  display:flex;
}

/* =========================
   AUTH CARD
   ========================= */
.auth-card{
  width:360px;
  background:linear-gradient(180deg,#071226, rgba(99,91,255,0.08));
  border:2px solid rgba(255,255,255);
  border-radius:18px;
  padding:28px;
  text-align:center;
}

.auth-card h3{
  margin:0 0 6px;
  font-family:Poppins;
  font-size:22px;
}

.auth-card p{
  color:#ffffff;
  font-size:14px;
  margin-bottom:22px;
}

/* =========================
   LOGIN / SIGNUP BUTTONS
   ========================= */
.auth-main{
  width:100%;
  padding:14px;
  border-radius:14px;
  font-weight:800;
  border:none;
  cursor:pointer;
  margin-bottom:12px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.auth-main.login{
  background:transparent;
  border:1px solid rgba(255,255,255,0.12);
  color:var(--white);
}

.auth-main.signup{
  background:var(--cta);
  color:#021428;
}

.auth-main:hover{
  transform: translateY(-2px);
  box-shadow:0 12px 2px rgba(0,0,0,0.45);
}

/* =========================
   DIVIDER
   ========================= */
.divider{
  display:flex;
  align-items:center;
  gap:10px;
  margin:20px 0;
  color:#ffffff;
  font-size:12px;
  font-weight:700;
}
.divider::before,
.divider::after{
  content:"";
  flex:1;
  height:1px;
  background:rgba(255,255,255,0.08);
}

/* =========================
   SOCIAL LOGIN BUTTONS
   ========================= */
.auth-social{
  width:100%;
  padding:12px;
  border-radius:12px;
  font-weight:800;
  border:none;
  cursor:pointer;
  margin-bottom:10px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.auth-social.google{
  background:linear-gradient(90deg,var(--accent-2),var(--accent-1));
  color:#021428;
}

.auth-social.facebook{
  background:#1877f2;
  color:#fff;
}

.auth-social.twitter{
  background:#000;
  color:#fff;
}

.auth-social:hover{
  transform: translateY(-2px);
  box-shadow:0 10px 2px rgba(0,0,0,0.4);
}

/* =========================
   FORGOT PASSWORD
   ========================= */
.forgot{
  display:block;
  margin-top:12px;
  font-size:13px;
  font-weight:700;
  color:var(--accent-2);
  text-decoration:none;
}
.forgot:hover{
  text-decoration:underline;
}


/* =========================
   COURSES SECTION VISUAL FIX
   ========================= */

.courses {
  padding-top: 6px;     /* more breathing room at top */
}

.courses > .container > div:first-child {
  margin-bottom: 36px;  /* separates heading from tabs */
}

.courses h3 {
  font-size: 38px;
  line-height: 1.15;
  margin-bottom: 12px;
}

.courses p {
  font-size: 16px;
  line-height: 1.6;
}

/* Tabs spacing improvement */
.courses .tabs {
  margin-top: 8px;
  margin-bottom: 40px;
}

/* Optional subtle divider effect */
.courses .tabs::before {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  margin: 0 auto 20px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--accent-2),
    transparent
  );
  opacity: 0.6;
}
/* =========================
   HERO TEXT + IMAGE ONLY ANIMATION
   ========================= */

/* Initial hidden state */
.hero-title,
.device-card img {
  opacity: 0;
  transform: translateX(-64px);
}

/* Trigger animation */
.hero.animate .hero-title {
  animation: heroTextInSlow 1.4s cubic-bezier(.16,1,.3,1) forwards;
}

.hero.animate .device-card img {
  animation: heroImageInSlow 1.4s cubic-bezier(.16,1,.3,1) forwards;
  animation-delay: 420ms;
}

/* Keyframes */
@keyframes heroTextInSlow {
  from {
    opacity: 0;
    transform: translateX(-72px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes heroImageInSlow {
  from {
    opacity: 0;
    transform: translateX(-56px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* =========================
   MOBILE ORDER CONTROL
   ========================= */

@media (max-width: 820px) {

  /* Only reorder inner hero-left content */
  .hero-left {
    display: flex;
    flex-direction: column;
  }

  .hero-title {
    order: 1;
  }

  .hero-right {
    order: 2;
    margin-bottom: 16px;
  }

  /* Rest comes after */
  .hero-left > :not(.hero-title) {
    order: 3;
  }
}
/* =====================================================
   COURSES FLOATING CARD — TRUE CENTER (ALL DEVICES)
   ===================================================== */

/* Wrapper */
.tabs-heading {
  position: relative;
  width: 100vw;                 /* escape container */
  left: 25%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

/* Card */
.tabs-card {
  background: linear-gradient( #2c7af9, #ffffff);
  width: min(960px, calc(100vw - 40px));
  padding: 32px 44px;
  border-radius: 22px;
  text-align: center;

  /* NEW: white border */
  border: 1px solid rgba(255, 255, 255, 0.9);

  box-shadow:
    0 15px 2px rgba(0,0,0,.35),
    inset 0 1px 0 rgba(255,255,255,.25);
}

/* Title */
.tabs-card .tabs-title {
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 12px;
  color: #021428;
}

/* Subtitle */
.tabs-card .tabs-subtitle {
  max-width: 820px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 600;
  color: #021428;
}

/* ================= TABLET ================= */
@media (max-width: 820px) {
  .tabs-card {
    padding: 28px 28px;
  }

  .tabs-card .tabs-title {
    font-size: 30px;
  }
}

/* ================= MOBILE ================= */
@media (max-width: 480px) {
  .tabs-heading {
    margin: 28px 0;
    left: 37%;
  }

  .tabs-card {
    width: calc(100vw - 24px);   /* full rectangle */
    padding: 26px 22px 30px;
    border-radius: 16px;
  }

  .tabs-card .tabs-title {
    font-size: 24px;
    line-height: 1.3;
  }

  .tabs-card .tabs-subtitle {
    font-size: 14.5px;
    line-height: 1.65;
  }
}


/* =====================================================
   OUR REACH – FLOATING CARD
   ===================================================== */

.reach-card {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 36px 42px;
  border-radius: 15px;

  background: linear-gradient(
    180deg,
    rgb(36 117 249),
    rgba(255,255,255,0.02)
  );

  border: 2px solid rgba(255, 255, 255, 1);

  box-shadow:
    0 15px 2px rgba(0,0,0,0.45),
    inset 0 1px 0 rgba(255,255,255,0.2);
}

/* Title */
.reach-card h3 {
  font-family: Poppins, sans-serif;
  font-size: 34px;
  margin: 18px 0 10px;
  color: #000000;
}

/* Description */
.reach-desc {
  color: #ffffff;
  max-width: 840px;
  margin: 0 auto 28px;
  font-size: 17px;
  line-height: 1.65;
}

/* =====================================================
   LOGOS IMPROVEMENT
   ===================================================== */

.logos {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 30px;
  flex-wrap: wrap;
}

/* Circle container */
.logos .circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;

  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.08),
    rgba(255,255,255,0.02)
  );

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow:
    0 5px 2px rgba(0, 0, 0, 0.58);
}

/* Image with ROUND BORDER */
.logos .circle img {
  width: 92%;
  height: 92%;
  object-fit: cover;
  border-radius: 50%;

  border: 1px solid rgba(255, 255, 255, 0.9);
  background: #fff;
}

/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 820px) {
  .reach-card {
    padding: 32px 26px;
  }

  .reach-card h3 {
    font-size: 28px;
  }

  .reach-desc {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .reach-card {
    padding: 28px 20px;
    border-radius: 20px;
  }

  .reach-card h3 {
    font-size: 24px;
    line-height: 1.3;
  }

  .reach-desc {
    font-size: 15px;
    line-height: 1.6;
  }

  .logos {
    gap: 18px;
  }

  .logos .circle {
    width: 100px;
    height: 100px;
  }
}


/* =====================================================
   PAGINATION STYLES
   ===================================================== */

.pagination-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
}

.page-btn {
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.6);
  background: #0d6efd;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
  transition: background .25s ease, transform .25s ease;
}

.page-btn:hover:not(:disabled) {
  background: rgba(255,255,255,0.15);
  transform: translateY(-1px);
}

.page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.page-info {
  color: #000000ff;
  font-weight: 700;
  font-size: 14px;
}

/* Mobile tweak */
@media (max-width: 480px) {
  .pagination-wrap {
    gap: 12px;
    margin-top: 28px;
  }

  .page-btn {
    padding: 9px 14px;
    font-size: 13px;
    text-color: #000000cc;
  }
}

/* =====================================================
   WHY BBC SECTION
   ===================================================== */

.why {
  padding: 56px 0 40px;
  background: linear-gradient(
    180deg,
    rgba(99,91,255,0.06),
    transparent
  );
}

.why-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 36px;
}

.why-head .badge {
  display: inline-block;
  background: linear-gradient(90deg, var(--accent-2), var(--accent-1));
  padding: 8px 16px;
  border-radius: 999px;
  color: #021428;
  font-weight: 800;
}

.why-head h3 {
  margin: 14px 0 8px;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  color: #015383;
}

.why-head p {
  color: #015383;
  font-size: 16px;
  line-height: 1.6;
}

/* =====================================================
   FEATURE CARDS
   ===================================================== */

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.why-card {
  background: linear-gradient(
    180deg,
    #2c7af9,
    rgba(255, 255, 255, 1)
  );
  border-radius: 18px;
  padding: 22px 20px;
  text-align: center;

  border: 1px solid rgba(255,255,255,0.35);


  transition:
    transform 0.35s cubic-bezier(.2,.9,.2,1),
    box-shadow 0.35s ease;
}

.why-card:hover {
  transform: translateY(-10px);
  box-shadow:
    0 10px 2px rgba(0, 0, 0, 0.37),
    inset 0 1px 0 rgba(255,255,255,0.3);
}

.why-icon {
  font-size: 38px;
  margin-bottom: 10px;
}

.why-card h4 {
  margin: 0 0 6px;
  font-weight: 800;
  color: #021428;
}

.why-card p {
  font-size: 14.5px;
  line-height: 1.6;
  color: #021428;
}

/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 820px) {
  .why-grid {
    grid-template-columns: 1fr 1fr;
  }

  .why-head h3 {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .why {
    padding: 44px 0 32px;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-head h3 {
    font-size: 24px;
    line-height: 1.3;
  }

  .why-card {
    padding: 20px 18px;
  }
}

/* ================================
   LIGHT GRADIENT CARD STYLE
================================ */
.testimonial-card {
  background: linear-gradient(
    180deg,
    #4f8df6 0%,
    #8fb7ff 55%,
    #eef4ff 100%
  );

  border-radius: 18px;
  padding: 26px 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: transform .35s ease, box-shadow .35s ease;
  color: #0b1f44;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

/* Profile text */
.testimonial-card h5 {
  color: #0b1f44;
  font-weight: 800;
}

/* Quote text */
.testimonial-card .quote {
  color: #0b1f44;
  font-size: 15px;
  line-height: 1.6;
}

/* Stars */
.testimonial-card .stars {
  color: #ffb400;
}

/* Avatar */
.testimonial-card img {
  border: 3px solid rgba(255, 255, 255, 0.7);
  background: #021428;
}
.card-icon {
  font-size: 36px;
  margin-bottom: 10px;
}


/* =========================
   FAQ SECTION
========================= */
/* FAQ SECTION */
.faq-section {
  padding: 60px 0;
  background: #d7dcf9;
}

.faq-title {
  text-align: center;
  font-weight: 800;
  margin-bottom: 30px;
  color: #053b6e;
}

/* GRID */
.faq-grid {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

/* CARD */
.faq-card {
  width: 300px;
  background: linear-gradient(180deg, #6ea8ff, #dbe9ff);
  border-radius: 18px;
  padding: 26px;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  transition: transform .3s ease, box-shadow .3s ease;
}

.faq-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

.faq-card h4 {
  font-weight: 700;
  margin-bottom: 8px;
  color: #05213a;
}

.faq-card p {
  color: #083a6b;
  opacity: .9;
}

/* MODAL */
.faq-modal-content {
  border-radius: 18px;
  padding: 10px;
}

#faqModalTitle {
  font-weight: 700;
  color: #053b6e;
}

#faqModalBody {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

/* MOBILE */
@media (max-width: 768px) {
  .faq-grid {
    flex-direction: column;
    align-items: center;
  }

  .faq-card {
    width: 90%;
  }
}

/* =========================
   COMPLETE MOBILE & TABLET RESPONSIVE FIXES
   ========================= */

/* TABLET VIEW (821px to 1024px) */
@media (max-width: 1024px) and (min-width: 821px) {
  /* Hero adjustments */
  .hero {
    grid-template-columns: 1fr 400px;
    gap: 30px;
  }
  
  .hero h2 {
    font-size: 40px;
  }
  
  .device-card {
    width: 380px;
    height: 480px;
  }
  
  /* Course grid */
  .course-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  /* Testimonials grid */
  .test-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  /* Why grid */
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  /* FAQ layout */
  .faq-wrap {
    grid-template-columns: 1fr;
  }
  
  /* Tabs card */
  .tabs-heading {
    left: 20%;
  }
  
  .tabs-card {
    width: 90%;
    padding: 28px 32px;
  }
  
  /* Reach card */
  .reach-card {
    padding: 32px 28px;
  }
  
  /* Logos */
  .logos .circle {
    width: 100px;
    height: 100px;
  }
}

/* MOBILE VIEW (up to 820px) */
@media (max-width: 820px) {
  /* 1. NAVBAR FIXES */
  header.site-nav {
    height: auto;
    min-height: 60px;
    padding: 8px 0;
  }
  
  .nav-inner {
    height: 60px;
    padding: 0 16px;
  }
  
  .logo-mark {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 14px;
  }
  
  .brand h1 {
    font-size: 16px;
    letter-spacing: 0.1px;
  }
  
  nav.primary {
    display: none;
  }
  
  .btn-cta {
    padding: 8px 14px;
    font-size: 13px;
    border-radius: 20px;
    min-height: 36px;
  }
  
  .profile-btn {
    width: 34px;
    height: 34px;
  }
  
  .nav-cta {
    gap: 8px;
  }
  
  /* 2. HERO SECTION */
  .hero {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 24px 0 40px;
  }
  
  .hero-left {
    order: 2;
    text-align: center;
    padding-right: 0;
  }
  
  .hero-right {
    order: 1;
    margin-bottom: 20px;
  }
  
  .hero h2 {
    font-size: 32px;
    text-align: center;
  }
  
  .hero p.lead {
    font-size: 15px;
    text-align: center;
    margin: 0 auto 20px;
  }
  
  .device-card {
    width: 320px;
    height: 400px;
    margin: 0 auto;
  }
  
  .hero-ctas {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }
  
  /* Buttons thickness fix */
  .btn-primary,
  .btn-outline {
    padding: 10px 16px !important;
    min-height: 42px !important;
    font-size: 14px;
  }
  
  /* 3. ORDER TRACK */
  .order-track {
    margin: 20px 0;
    padding: 14px;
    overflow-x: auto;
  }
  
  .track-svg {
    min-width: 600px;
  }
  
  .track-steps {
    min-width: 600px;
  }
  
  /* 4. COURSES SECTION */
  .course-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .course-thumb {
    height: 180px;
  }
  
  .courses .tabs {
    gap: 8px;
    justify-content: center;
  }
  
  .courses .tab {
    padding: 8px 12px;
    font-size: 14px;
    min-height: 38px;
  }
  
  /* Tabs card */
  .tabs-heading {
    left: 35%;
    margin: 30px 0;
  }
  
  .tabs-card {
    width: calc(100vw - 32px);
    padding: 24px 20px;
    border-radius: 16px;
  }
  
  .tabs-card .tabs-title {
    font-size: 26px;
  }
  
  .tabs-card .tabs-subtitle {
    font-size: 14px;
  }
  
  /* 5. TESTIMONIALS */
  .test-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .testimonial-card {
    padding: 22px 20px;
  }
  
  /* 6. WHY SECTION */
  .why-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .why-head h3 {
    font-size: 28px;
    text-align: center;
  }
  
  .why-card {
    padding: 20px 18px;
    text-align: center;
  }
  
  /* 7. FAQ SECTION */
  .faq-grid {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  
  .faq-card {
    width: 100%;
    max-width: 400px;
  }
  
  /* 8. REACH SECTION */
  .reach-card {
    padding: 28px 20px;
    border-radius: 16px;
    text-align: center;
  }
  
  .reach-card h3 {
    font-size: 26px;
  }
  
  .reach-desc {
    font-size: 15px;
  }
  
  /* 9. LOGOS */
  .logos {
    gap: 16px;
    justify-content: center;
  }
  
  .logos .circle {
    width: 80px;
    height: 80px;
  }
  
  /* 10. LOGIN MODAL FIX */
  .auth-overlay {
    padding: 20px;
    align-items: flex-start;
    padding-top: 60px;
    overflow-y: auto;
  }
  
  .auth-card {
    width: 90%;
    max-width: 340px;
    padding: 24px 20px;
    margin: 0 auto;
    border-radius: 16px;
  }
  
  .auth-card h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  
  .auth-card p {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  
  .auth-main {
    padding: 12px 16px !important;
    min-height: 44px !important;
    font-size: 14px;
    border-radius: 12px;
  }
  
  .auth-social {
    padding: 12px 16px !important;
    min-height: 44px !important;
    font-size: 13px;
    border-radius: 12px;
  }
  
  /* Hide floating elements on mobile */
  .floating-icons,
  .floating-shapes {
    display: none;
  }
  
  /* Center all section headings */
  .band h3,
  .courses h3,
  .testimonials h3,
  .faq-title {
    text-align: center !important;
  }
  
  /* Container padding for mobile */
  .container {
    padding: 0 16px;
  }
}

/* SMALL MOBILE (up to 480px) */
@media (max-width: 480px) {
  /* 1. NAVBAR - Even more compact */
  header.site-nav {
    min-height: 56px;
    padding: 6px 0;
  }
  
  .nav-inner {
    height: 56px;
    padding: 0 12px;
  }
  
  .logo-mark {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    font-size: 12px;
  }
  
  .brand h1 {
    font-size: 14px;
  }
  
  .btn-cta {
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 18px;
    min-height: 32px;
  }
  
  .profile-btn {
    height: 30px;
  }
  
  /* 2. HERO - Ultra mobile */
  .hero h2 {
    font-size: 28px;
  }
  
  .hero p.lead {
    font-size: 14px;
  }
  
  .device-card {
    width: 280px;
    height: 350px;
  }
  
  /* Buttons stack vertically */
  .hero-ctas {
    flex-direction: column;
    align-items: center;
  }
  
  .hero-ctas .btn-primary,
  .hero-ctas .btn-outline {
    width: 100%;
    max-width: 280px;
    text-align: center;
    padding: 8px 14px !important;
    min-height: 38px !important;
    font-size: 13px;
  }
  
  /* 3. Tabs card ultra mobile */
  .tabs-heading {
    left: 30%;
  }
  
  .tabs-card {
    padding: 20px 16px;
    margin-right: -35px;
  }
  
  .tabs-card .tabs-title {
    font-size: 22px;
  }
  
  .tabs-card .tabs-subtitle {
    font-size: 13px;
  }
  
  /* 4. Why section ultra mobile */
  .why-head h3 {
    font-size: 24px;
  }
  
  .why-head p {
    font-size: 14px;
  }
  
  /* 5. FAQ cards ultra mobile */
  .faq-card {
    padding: 18px 16px;
  }
  
  /* 6. Login modal ultra mobile */
  .auth-overlay {
    padding: 16px;
    padding-top: 50px;
  }
  
  .auth-card {
    width: 95%;
    max-width: 320px;
    padding: 20px 16px;
    border-radius: 14px;
  }
  
  .auth-card h3 {
    font-size: 18px;
  }
  
  .auth-card p {
    font-size: 12px;
  }
  
  .auth-main,
  .auth-social {
    padding: 10px 14px !important;
    min-height: 42px !important;
    font-size: 13px;
  }
  
  /* 7. Course card ultra mobile */
  .course-thumb {
    height: 150px;
  }
  
  .course-title {
    font-size: 15px;
  }
  
  /* Hide order track on very small screens */
  .order-track {
    display: none;
  }
}

/* VERY SMALL MOBILE (up to 360px) */
@media (max-width: 360px) {
  /* Hide brand text if needed */
  .brand h1 {
    display: none;
  }
  
  .brand {
    gap: 6px;
  }
  
  /* Adjust hero further */
  .hero h2 {
    font-size: 24px;
  }
  
  .device-card {
    width: 260px;
    height: 320px;
  }
  
  /* Make nav CTA button text smaller */
  .btn-cta {
    font-size: 11px;
    padding: 5px 10px;
  }
  
  /* Center auth card perfectly */
  .auth-card {
    width: 100%;
    max-width: 280px;
  }
}

/* FIX SCREEN SHAKING ON MOBILE */
@media (max-width: 820px) {
  html, body {
    overflow-x: hidden;
    width: 100%;
  }
  
  .container {
    max-width: 100%;
    overflow: hidden;
    padding: 10px;
  }
  
  /* Reduce heavy animations on mobile */
  .course-card::after {
    display: none;
  }
  
  .float-a,
  .float-b,
  .float-c {
    animation: none !important;
    opacity: 0.5;
  }
}

/* FIX FOR iOS SAFARI */
@supports (-webkit-touch-callout: none) {
  @media (max-width: 820px) {
    .auth-overlay {
      -webkit-overflow-scrolling: touch;
    }
    
    body {
      overscroll-behavior-y: none;
    }
  }
}

/* FIX FOR ANDROID CHROME */
@media (max-width: 820px) {
  html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
  
  /* Prevent font boosting */
  button,
  .btn-primary,
  .btn-outline,
  .btn-cta {
    max-height: 999999px;
    -webkit-text-size-adjust: 100%;
  }
}

/* =========================
   FOOTER STYLING & RESPONSIVENESS
   ========================= */

/* Footer base styles */
footer {
  background: linear-gradient(180deg, rgba(6,10,20,0.98), rgba(6,10,20,0.85));
  color: #9aa3c3;
  padding: 48px 0 32px;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 80px;
  backdrop-filter: blur(10px);
}

/* Container for footer */
footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

/* Each footer column */
.footer-brand,
.footer-contact,
.footer-social {
  flex: 1;
  min-width: 250px;
}

/* Footer Brand Section */
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.footer-logo .logo-mark {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: conic-gradient(from 120deg, var(--accent-1), var(--accent-3), var(--accent-2));
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #081226;
  font-size: 16px;
}

.footer-logo h3 {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  color: var(--white);
  font-weight: 700;
}

.footer-tagline {
  font-size: 14px;
  line-height: 1.5;
  color: #9aa3c3;
  margin: 0;
}

.footer-copyright {
  font-size: 13px;
  color: #9aa3c3;
  margin-top: 8px;
}

.footer-copyright strong {
  color: var(--accent-2);
}

/* Contact Information Section */
.footer-contact h4,
.footer-social h4 {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  margin: 0 0 20px 0;
  font-weight: 700;
}

.contact-item {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  align-items: flex-start;
}

.contact-icon {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--accent-2);
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-details {
  flex: 1;
}

.contact-details p {
  margin: 0 0 4px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #9aa3c3;
}

.contact-details .address-note {
  font-size: 13px;
  color: #6b7280;
  font-style: italic;
}

.contact-details a {
  color: var(--accent-2);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s ease;
  display: inline-block;
}

.contact-details a:hover {
  color: var(--accent-1);
  transform: translateX(2px);
}

/* Social Media Section */
.footer-social {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.social-icons {
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
}

.social-icon.facebook {
  background: linear-gradient(135deg, #1877F2, #0D5F9E);
}

.social-icon.twitter {
  background: linear-gradient(135deg, #1DA1F2, #0C7AB8);
}

.social-icon.instagram {
  background: linear-gradient(135deg, #E4405F, #C13584);
}

.social-icon.linkedin {
  background: linear-gradient(135deg, #0077B5, #005582);
}

.social-icon:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.social-links a {
  color: #9aa3c3;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s ease;
}

.social-links a:hover {
  color: var(--accent-2);
}

/* =========================
   FOOTER RESPONSIVE STYLES - ALL SCREENS
   ========================= */

/* Large Desktop (1200px and above) - Default styles above */

/* Desktop (1025px to 1199px) */
@media (max-width: 1199px) {
  .footer-content {
    gap: 30px;
  }
  
  .footer-brand,
  .footer-contact,
  .footer-social {
    min-width: 220px;
  }
}

/* Tablet Landscape (821px to 1024px) */
@media (max-width: 1024px) {
  footer {
    padding: 40px 0 28px;
    margin-top: 60px;
  }
  
  .footer-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  
  .footer-brand {
    grid-column: span 2;
    text-align: center;
    align-items: center;
  }
  
  .footer-logo {
    justify-content: center;
  }
  
  .footer-tagline {
    text-align: center;
    max-width: 400px;
  }
}

/* Tablet Portrait (601px to 820px) */
@media (max-width: 820px) {
  footer .container {
    padding: 0 16px;
  }
  
  .footer-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  
  .footer-brand,
  .footer-contact,
  .footer-social {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  
  .contact-item {
    justify-content: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .contact-details {
    text-align: center;
  }
  
  .social-icons {
    justify-content: center;
  }
  
  .social-links {
    justify-content: center;
  }
  
  .footer-contact h4,
  .footer-social h4 {
    text-align: center;
  }
}

/* Mobile Large (481px to 600px) */
@media (max-width: 600px) {
  footer {
    padding: 32px 0 24px;
    margin-top: 40px;
  }
  
  .footer-content {
    gap: 28px;
  }
  
  .footer-logo .logo-mark {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  
  .footer-logo h3 {
    font-size: 16px;
  }
  
  .contact-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }
  
  .contact-icon {
    margin-top: 0;
  }
  
  .social-icon {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }
  
  .social-links {
    justify-content: center;
    text-align: center;
  }
}

/* Mobile Small (up to 480px) */
@media (max-width: 480px) {
  footer .container {
    padding: 0 12px;
  }
  
  footer {
    padding: 28px 0 20px;
    margin-top: 32px;
  }
  
  .footer-content {
    gap: 24px;
  }
  
  .footer-tagline {
    font-size: 13px;
  }
  
  .contact-details p,
  .contact-details a {
    font-size: 13px;
  }
  
  .contact-details .address-note {
    font-size: 12px;
  }
  
  .social-icons {
    gap: 8px;
  }
  
  .social-icon {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }
  
  .social-links {
    gap: 8px;
  }
  
  .social-links a {
    font-size: 12px;
  }
  
  .footer-copyright {
    font-size: 12px;
  }
}

/* Mobile Extra Small (up to 360px) */
@media (max-width: 360px) {
  footer {
    padding: 24px 0 16px;
  }
  
  .footer-content {
    gap: 20px;
  }
  
  .footer-logo {
    flex-direction: column;
    gap: 8px;
  }
  
  .footer-logo h3 {
    font-size: 15px;
  }
  
  .social-icons {
    gap: 6px;
  }
  
  .social-icon {
    width: 32px;
    height: 32px;
  }
  
  .social-links {
    flex-direction: column;
    gap: 6px;
  }
  
  .contact-details p,
  .contact-details a {
    font-size: 12px;
  }
}

/* Fix for very tall screens */
@media (min-height: 800px) and (max-width: 820px) {
  footer {
    margin-top: 60px;
  }
}

/* Fix for landscape mode on mobile */
@media (max-width: 820px) and (orientation: landscape) {
  .footer-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .footer-brand {
    grid-column: span 2;
  }
  
  .footer-contact,
  .footer-social {
    text-align: left;
    align-items: flex-start;
  }
  
  .contact-item {
    justify-content: flex-start;
    margin-left: 0;
  }
  
  .contact-details {
    text-align: left;
  }
  
  .social-icons {
    justify-content: flex-start;
  }
}


/* =========================
   SINGLE SLIDE CAROUSEL STYLING
   ========================= */

/* Carousel Container */
/* =========================
   SINGLE SLIDE CAROUSEL STYLING
   ========================= */

/* Carousel Container */
.toppers-carousel {
  position: relative;
  max-width: 1200px;
  margin: 40px auto 60px;
  overflow: hidden;
}

/* Carousel Wrapper */
.carousel-wrapper {
  position: relative;
  overflow: hidden;
}

/* Carousel Track */
.carousel-track {
  display: flex;
  width: max-content;
}

/* Carousel Slide */
.carousel-slide {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Topper Info */
.topper-info {
  margin-top: 20px;
  padding: 15px;
  background: linear-gradient(180deg, rgba(44, 122, 249, 0.1), rgba(255, 255, 255, 0.05));
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  max-width: 300px;
}

.topper-info h4 {
  margin: 0 0 8px 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  color: #015383;
  font-weight: 700;
}

.topper-info p {
  margin: 4px 0;
  color: #015383;
  font-size: 14px;
  font-weight: 600;
}

/* =========================
   DESKTOP STYLES (3 slides continuous)
   ========================= */
@media (min-width: 1025px) {
  .carousel-wrapper {
    padding: 20px 0;
    border-radius: 178px;
  }
  
  .carousel-track {
    gap: 40px;
    animation: slideInfiniteDesktop 20s linear infinite;
  }
  
  .carousel-slide {
    width: calc((90% - 80px) / 3); /* Equal width for 3 slides with gap */
  }
  
  @keyframes slideInfiniteDesktop {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-33.333% - 40px)); /* Move by exactly 3 slides + gap */
    }
  }
  
  /* Pause on hover */
  .carousel-track:hover {
    animation-play-state: paused;
  }
  
  /* Add fade edges */
  .carousel-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(to right, rgba(222, 228, 250, 1), rgba(222, 228, 250, 0));
    z-index: 2;
    pointer-events: none;
  }
  
  .carousel-wrapper::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(to left, rgba(222, 228, 250, 1), rgba(222, 228, 250, 0));
    z-index: 2;
    pointer-events: none;
  }
}

/* =========================
   TABLET STYLES (2 slides continuous)
   ========================= */
@media (max-width: 1024px) and (min-width: 821px) {
  .carousel-wrapper {
    padding: 20px 0;

  }
  
  .carousel-track {
    gap: 40px; /* Same gap as desktop */
    animation: slideInfiniteTablet 15s linear infinite;
  }
  
  .carousel-slide {
    width: calc((100% - 40px) / 2); /* Equal width for 2 slides with gap */
  }
  
  @keyframes slideInfiniteTablet {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-50% - 40px)); /* Move by exactly 2 slides + gap */
    }
  }
  
  /* Pause on hover */
  .carousel-track:hover {
    animation-play-state: paused;
  }
  
  /* Add fade edges */
  .carousel-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 100%;
    background: linear-gradient(to right, rgba(222, 228, 250, 1), rgba(222, 228, 250, 0));
    z-index: 2;
    pointer-events: none;
  }
  
  .carousel-wrapper::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 100%;
    background: linear-gradient(to left, rgba(222, 228, 250, 1), rgba(222, 228, 250, 0));
    z-index: 2;
    pointer-events: none;
  }
}

/* =========================
   MOBILE STYLES (1 slide at a time)
   ========================= */
@media (max-width: 820px) {
  .toppers-carousel {
    height: 320px; /* Fixed height */
    margin: 30px auto 40px;
  }
  
  .carousel-wrapper {
    height: 100%;
    width: 100%;
  }
  
  .carousel-track {
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
  }
  
  .carousel-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0s;
  }
  
  .carousel-slide.active {
    opacity: 1;
    transform: translateX(0);
    transition: transform 0.8s ease, opacity 0.8s ease;
  }
  
  .carousel-slide.exiting {
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.8s ease, opacity 0.8s ease;
  }
  
  .avatar {
    width: 160px !important;
    height: 160px !important;
    border-width: 10px !important;
  }
  
  .topper-info {
    margin-top: 15px;
    padding: 12px;
    max-width: 250px;
  }
  
  .topper-info h4 {
    font-size: 18px;
  }
  
  .topper-info p {
    font-size: 13px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .toppers-carousel {
    height: 280px;
    margin: 25px auto 30px;
  }
  
  .avatar {
    width: 140px !important;
    height: 140px !important;
    border-width: 8px !important;
  }
  
  .topper-info {
    margin-top: 12px;
    padding: 10px;
    max-width: 220px;
  }
  
  .topper-info h4 {
    font-size: 16px;
  }
  
  .topper-info p {
    font-size: 12px;
  }
}

/* Very Small Mobile */
@media (max-width: 360px) {
  .toppers-carousel {
    height: 250px;
    margin: 20px auto 25px;
  }
  
  .avatar {
    width: 120px !important;
    height: 120px !important;
    border-width: 6px !important;
  }
  
  .topper-info {
    margin-top: 10px;
    padding: 8px;
    max-width: 200px;
  }
  
  .topper-info h4 {
    font-size: 15px;
  }
  
  .topper-info p {
    font-size: 11px;
  }
}

/* =========================
   NAVBAR STYLES
   ========================= */
/* =========================
   NAVBAR STYLES
   ========================= */

/* Navbar Background */
header.site-nav {
  position: sticky;
  top: 0;
  z-index: 60;
  background: linear-gradient(180deg, rgba(6,10,20,0.9), rgba(6,10,20,0.6));
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(255,255,255,0.03);
  box-shadow: 0 6px 20px rgba(0,0,0,0.35);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

/* Navigation Links - Horizontal Layout */
nav.primary {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0 30px;
}

nav.primary a {
  color: rgba(255,255,255,0.85);
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  white-space: nowrap;
}

/* Link hover and active states */
nav.primary a:hover {
  background: rgba(255,255,255,0.03);
  color: rgba(255,255,255,0.95);
}

/* Right section */
.nav-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Desktop CTA Button */
.desktop-cta {
  display: block;
}

/* =========================
   MOBILE HORIZONTAL DROPDOWN MENU
   ========================= */

/* Mobile Menu Button (Hamburger) */
.mobile-menu-btn {
  display: none;
  background: transparent;
  border: none;
  color: var(--white);
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: background 0.3s ease;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Mobile Dropdown Menu - HORIZONTAL */
.mobile-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(6,10,20,0.95), rgba(6,10,20,0.9));
  backdrop-filter: blur(10px);
  z-index: 50;
  padding: 15px 20px;
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.mobile-dropdown.active {
  display: block;
  animation: slideDown 0.3s ease-out;
}

/* Mobile Navigation Links - HORIZONTAL */
.mobile-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.mobile-nav-link {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
  white-space: nowrap;
  flex: 0 0 auto;
}

.mobile-nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--accent-2);
  transform: translateY(-2px);
}

/* Mobile CTA Button */
.mobile-dropdown-cta {
  background: var(--cta);
  color: #021428;
  font-weight: 800;
  border: none;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,212,255,0.15);
}

.mobile-dropdown-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,212,255,0.25);
}

/* Animation */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================
   RESPONSIVE STYLES
   ========================= */

/* DESKTOP (821px and above) - HIDE MOBILE ELEMENTS */
@media (min-width: 821px) {
  .mobile-menu-btn {
    display: none !important;
  }
  
  .mobile-dropdown {
    display: none !important;
  }
  
  nav.primary {
    display: flex !important;
    gap: 25px;
    margin: 0 40px;
  }
  
  nav.primary a {
    padding: 12px 18px;
    font-size: 15px;
  }
  
  .desktop-cta {
    display: block !important;
  }
}

/* TABLET (601px to 820px) */
@media (max-width: 820px) {
  .mobile-menu-btn {
    display: flex !important;
  }
  
  /* Hide desktop navigation on mobile */
  nav.primary {
    display: none !important;
  }
  
  /* Hide desktop CTA button on mobile */
  .desktop-cta {
    display: none !important;
  }
  
  /* Adjust navbar spacing */
  .nav-inner {
    justify-content: space-between !important;
  }
  
  .brand > div {
    font-size: 11px !important;
    max-width: 150px;
    line-height: 1.2;
  }
  
  /* Profile button smaller on mobile */
  .profile-btn {
    width: 38px;
    height: 38px;
  }
  
  /* Right section spacing */
  .nav-right {
    gap: 10px;
  }
}

/* MOBILE (up to 600px) */
@media (max-width: 600px) {
  .mobile-menu-btn {
    display: flex !important;
  }
  
  /* Hide desktop navigation on mobile */
  nav.primary {
    display: none !important;
  }
  
  /* Hide desktop CTA button on mobile */
  .desktop-cta {
    display: none !important;
  }
  
  /* Adjust navbar spacing */
  .nav-inner {
    justify-content: space-between !important;
  }
  
  .brand > div {
    font-size: 10px !important;
    max-width: 120px;
    line-height: 1.2;
  }
  
  /* Profile button smaller on mobile */
  .profile-btn {
    width: 36px;
    height: 36px;
  }
  
  /* Right section spacing */
  .nav-right {
    gap: 8px;
  }
  
  /* Mobile dropdown adjustments */
  .mobile-dropdown {
    padding: 12px 15px;
    /* make dropdown act like an overlay on small screens so CTA is prominent */
    position: fixed;
    inset: 0 0 auto 0;
    top: 64px; /* below header */
    background: linear-gradient(180deg, rgba(6,10,20,0.96), rgba(6,10,20,0.94));
    display: none;
    align-items: center;
    justify-content: center;
    padding-top: 28px;
  }
  
  .mobile-nav {
    gap: 12px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  .mobile-nav-link {
    font-size: 13px;
    padding: 6px 10px;
  }
  
  .mobile-dropdown-cta {
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 28px;
    box-shadow: 0 10px 30px rgba(0,212,255,0.18);
    min-width: 220px;
    text-align: center;
  }
}

/* Small Mobile (up to 480px) */
@media (max-width: 480px) {
  .brand > div {
    font-size: 9px !important;
    max-width: 100px;
  }
  
  .logo-mark {
    width: 32px !important;
    height: 32px !important;
    font-size: 12px !important;
  }
  
  .profile-btn {
    width: 34px;
    height: 34px;
  }
  
  .mobile-menu-btn {
    width: 40px;
    height: 40px;
  }
  
  .mobile-dropdown {
    padding: 10px 12px;
    top: 60px;
  }
  
  .mobile-nav {
    gap: 6px;
  }
  
  .mobile-nav-link {
    font-size: 12px;
    padding: 5px 8px;
  }
  
  .mobile-dropdown-cta {
    font-size: 11px;
    padding: 5px 10px;
    min-width: 180px;
  }
}

/* Very Small Mobile (up to 360px) */
@media (max-width: 360px) {
  .brand > div {
    font-size: 8px !important;
    max-width: 80px;
  }
  
  .logo-mark {
    width: 30px !important;
    height: 30px !important;
    font-size: 11px !important;
  }
  
  .profile-btn {
    width: 32px;
    height: 32px;
  }
  
  .mobile-menu-btn {
    width: 36px;
    height: 36px;
  }
  
  .mobile-menu-btn svg {
    width: 20px;
    height: 20px;
  }
  
  .mobile-dropdown {
    padding: 8px 10px;
  }
  
  .mobile-nav {
    gap: 4px;
  }
  
  .mobile-nav-link {
    font-size: 11px;
    padding: 4px 6px;
  }
  
  .mobile-dropdown-cta {
    font-size: 10px;
    padding: 4px 8px;
  }
}
    /* small utility for hidden */
    .visually-hidden{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
 
/* Small Mobile (up to 480px) */
@media (max-width: 480px) {
  .brand > div {
    font-size: 9px !important;
    max-width: 100px;
  }
  
  .logo-mark {
    width: 32px !important;
    height: 32px !important;
    font-size: 12px !important;
  }
  
  .profile-btn {
    width: 34px;
    height: 34px;
  }
  
  .mobile-menu-btn {
    width: 40px;
    height: 40px;
  }
  
  .mobile-dropdown {
    padding: 10px 12px;
  }
  
  .mobile-nav {
    gap: 6px;
  }
  
  .mobile-nav-link {
    font-size: 12px;
    padding: 5px 8px;
  }
  
  .mobile-dropdown-cta {
    font-size: 11px;
    padding: 5px 10px;
  }
}

/* Very Small Mobile (up to 360px) */
@media (max-width: 360px) {
  .brand > div {
    font-size: 8px !important;
    max-width: 80px;
  }
  
  .logo-mark {
    width: 30px !important;
    height: 30px !important;
    font-size: 11px !important;
  }
  
  .profile-btn {
    width: 32px;
    height: 32px;
  }
  
  .mobile-menu-btn {
    width: 36px;
    height: 36px;
  }
  
  .mobile-menu-btn svg {
    width: 20px;
    height: 20px;
  }
  
  .mobile-dropdown {
    padding: 8px 10px;
  }
  
  .mobile-nav {
    gap: 4px;
  }
  
  .mobile-nav-link {
    font-size: 11px;
    padding: 4px 6px;
  }
  
  .mobile-dropdown-cta {
    font-size: 10px;
    padding: 4px 8px;
  }
}
    /* small utility for hidden */
    .visually-hidden{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}

/* cource */

/* =========================
   Theme colors (Electric Blue + Neon Purple)
   ========================= */
:root{
  --bg:#dee4fa 0%;
  --card:#0f1724;
  --muted:#9aa3c3;
  --glass: rgba(209, 40, 40, 0.05);

  --accent-1: #f3df6eff;   /* electric purple */
  --accent-2: #00D4FF;   /* cyan */
  --accent-3: #feffa7ff;   /* neon purple */
  --cta: linear-gradient(135deg,var(--accent-2),var(--accent-1));
  --white: #ffffff;
  --shadow: 0 24px 46px rgba(2,6,23,0.55);
  --glass-border: rgba(255,255,255,0.06);
  --glass-soft: rgba(99,91,255,0.07);
}

/* =========================
   Base reset & utilities
   ========================= */
*{box-sizing:border-box}
html,body{height:100%;margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial;color:#015383;background:linear-gradient(180deg,var(--bg));-webkit-font-smoothing:antialiased;}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

.container{max-width:1200px;margin:0 auto;padding:0 20px}

/* =========================
   NAV
   ========================= */
header.site-nav{
  position:sticky;top:0;z-index:60;background:linear-gradient(180deg, rgba(6,10,20,0.9), rgba(6,10,20,0.6));backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(255,255,255,0.03);box-shadow: 0 6px 20px rgba(0,0,0,0.35);
}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:72px}
.brand{display:flex;align-items:center;gap:14px}
.logo-mark{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;
  background:conic-gradient(from 120deg,var(--accent-1),var(--accent-3),var(--accent-2));box-shadow: 0 12px 4px rgba(99,91,255,0.18);font-weight:800;color:#081226}
.brand h1{margin:0;font-family:Poppins,sans-serif;font-size:18px;letter-spacing:0.2px}
nav.primary{display:flex;gap:18px;align-items:center}
nav.primary a{color:rgba(255,255,255,0.85);font-weight:600;padding:8px 10px;border-radius:8px}
nav.primary a:hover{background:rgba(255,255,255,0.03)}
.nav-cta{display:flex;gap:12px;align-items:center}
.btn-cta{padding:10px 18px;border-radius:28px;background:var(--cta);color:#021428;font-weight:800;box-shadow: 0 10px 3px rgba(0,212,255,0.12);border:none;cursor:pointer}
.ghost{padding:8px 10px;border-radius:10px;border:1px solid rgba(255,255,255,0.04);background:none;color:#ffffff;font-weight:600}

/* =========================
   COURSES HERO
   ========================= */
.courses-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1501504905252-473c47e087f8?ixlib=rb-4.0.3&auto=format&fit=crop&w=2074&q=80');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 80px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.courses-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1), rgba(243, 223, 110, 0.1));
    z-index: 1;
}

.courses-hero .container {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-block;
    background: var(--cta);
    padding: 10px 24px;
    border-radius: 30px;
    color: #021428;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    box-shadow: 0 8px 20px rgba(0, 212, 255, 0.25);
}

.courses-hero h1 {
    font-family: Poppins, sans-serif;
    font-size: 48px;
    margin: 0 0 20px;
    line-height: 1.1;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.courses-hero h1 .highlight {
    background: linear-gradient(90deg, var(--accent-2), var(--accent-1));
    padding: 6px 16px;
    border-radius: 10px;
    color: #021428;
    display: inline-block;
    margin-top: 8px;
}

.courses-hero p {
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto 40px;
    opacity: 0.9;
    line-height: 1.6;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.hero-stat {
    text-align: center;
}

.hero-stat .number {
    font-size: 36px;
    font-weight: 800;
    background: linear-gradient(90deg, var(--accent-2), var(--accent-1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 5px;
    line-height: 1;
}

.hero-stat .label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
}

/* =========================
   COURSES CATEGORIES
   ========================= */
.courses-categories {
    padding: 60px 0 40px;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-header .badge {
    display: inline-block;
    background: linear-gradient(90deg, var(--accent-1), var(--accent-2));
    padding: 8px 20px;
    border-radius: 20px;
    color: #021428;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.section-header h2 {
    font-family: Poppins, sans-serif;
    font-size: 36px;
    margin: 0 0 15px;
    color: #015383;
}

.section-header p {
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
    color: #015383;
    opacity: 0.9;
}

.category-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.category-tab {
    padding: 10px 20px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #015383;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.category-tab:hover {
    background: rgba(0, 212, 255, 0.1);
    border-color: rgba(0, 212, 255, 0.3);
}

.category-tab.active {
    background: var(--cta);
    color: #021428;
    border-color: transparent;
    box-shadow: 0 6px 15px rgba(0, 212, 255, 0.2);
}

/* =========================
   COURSES GRID - SHORTER CARDS
   ========================= */
.course-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
    min-height: 400px;
}

.course-card {
    background: linear-gradient(180deg, rgba(44, 122, 249, 0.9), rgba(255, 255, 255, 0.88));
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.95);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.course-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
    border-color: rgba(0, 212, 255, 0.5);
}

.course-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.35) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-20deg);
    transition: left 0.8s ease;
    pointer-events: none;
}

.course-card:hover::after {
    left: 140%;
}

.course-image {
    height: 120px; /* Reduced from 140px */
    overflow: hidden;
    flex-shrink: 0;
}

.course-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.course-card:hover .course-image img {
    transform: scale(1.05);
}

.course-content {
    padding: 16px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.course-category {
    display: inline-block;
    background: linear-gradient(90deg, var(--accent-2), var(--accent-1));
    padding: 4px 10px;
    border-radius: 15px;
    color: #021428;
    font-weight: 800;
    font-size: 10px;
    margin-bottom: 10px;
    align-self: flex-start;
}

.course-title {
    font-family: Poppins, sans-serif;
    font-size: 15px; /* Smaller font */
    margin: 0 0 8px;
    color: #021428;
    line-height: 1.3;
    height: 38px; /* Fixed height for title */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    flex-grow: 0;
}

.course-description {
    font-size: 12px; /* Smaller font */
    color: #021428;
    opacity: 0.9;
    margin-bottom: 15px;
    line-height: 1.4;
    height: 32px; /* Fixed height for description */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    flex-grow: 0;
}

.course-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    flex-grow: 0;
}

.course-duration, .course-level {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px; /* Smaller font */
    color: #021428;
    font-weight: 600;
}

.course-duration i, .course-level i {
    font-size: 12px;
}

.course-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    flex-grow: 0;
}

.course-price {
    font-size: 16px; /* Smaller font */
    font-weight: 800;
    background: linear-gradient(90deg, var(--accent-2), var(--accent-1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.course-cta {
    padding: 6px 14px; /* Smaller button */
    border-radius: 20px;
    background: var(--cta);
    color: #021428;
    font-weight: 800;
    font-size: 11px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(0, 212, 255, 0.2);
    white-space: nowrap;
}

.course-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(0, 212, 255, 0.3);
}

/* =========================
   PAGINATION STYLES
   ========================= */
.pagination-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination-btn {
    padding: 10px 20px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #015383;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.pagination-btn:hover:not(:disabled) {
    background: rgba(0, 212, 255, 0.1);
    border-color: rgba(0, 212, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 212, 255, 0.1);
}

.pagination-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none !important;
}

.pagination-btn.prev-btn {
    padding-right: 25px;
}

.pagination-btn.next-btn {
    padding-left: 25px;
}

.page-numbers {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
}

.page-number {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #015383;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.page-number:hover:not(.active) {
    background: rgba(0, 212, 255, 0.1);
    border-color: rgba(0, 212, 255, 0.3);
}

.page-number.active {
    background: var(--cta);
    color: #021428;
    border-color: transparent;
    box-shadow: 0 4px 8px rgba(0, 212, 255, 0.2);
    transform: translateY(-1px);
}

.page-number.dots {
    background: transparent;
    border: none;
    cursor: default;
    width: 30px;
}

.page-info {
    font-size: 14px;
    color: #015383;
    opacity: 0.8;
    text-align: center;
    margin-top: 10px;
}

.page-info .current-range {
    font-weight: 700;
    color: #015383;
}

.page-info .total-courses {
    font-weight: 700;
    color: #015383;
}

/* =========================
   COURSE HIGHLIGHTS
   ========================= */
.course-highlights {
    padding: 60px 0;
    background: linear-gradient(180deg, rgba(99,91,255,0.06), transparent);
}

.highlight-card {
    background: linear-gradient(180deg, #2c7af9, rgba(255, 255, 255, 1));
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.35);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.35s cubic-bezier(.2,.9,.2,1), box-shadow 0.35s ease;
    height: 100%;
}

.highlight-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.15);
}

.highlight-icon {
    font-size: 40px;
    margin-bottom: 15px;
    background: linear-gradient(90deg, var(--accent-2), var(--accent-1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.highlight-card h3 {
    font-family: Poppins, sans-serif;
    font-size: 22px;
    margin: 0 0 12px;
    color: #021428;
}

.highlight-card p {
    color: #021428;
    opacity: 0.9;
    line-height: 1.6;
    font-size: 14px;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* =========================
   CTA SECTION
   ========================= */
.courses-cta {
    padding: 80px 0;
    text-align: center;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1), rgba(243, 223, 110, 0.1));
    position: relative;
    overflow: hidden;
}

.courses-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.05) 0%, transparent 70%);
    z-index: 1;
}

.courses-cta .container {
    position: relative;
    z-index: 2;
}

.courses-cta h2 {
    font-family: Poppins, sans-serif;
    font-size: 40px;
    margin: 0 0 20px;
    color: #015383;
}

.courses-cta p {
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto 40px;
    color: #015383;
    opacity: 0.9;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-primary {
    padding: 14px 28px;
    border-radius: 30px;
    background: var(--cta);
    color: #021428;
    font-weight: 800;
    font-size: 15px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 212, 255, 0.3);
}

.btn-primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 212, 255, 0.4);
}

.btn-outline {
    padding: 14px 28px;
    border-radius: 30px;
    background: transparent;
    color: #015383;
    font-weight: 800;
    font-size: 15px;
    border: 2px solid rgba(0, 212, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background: rgba(0, 212, 255, 0.1);
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 212, 255, 0.1);
}

/* =========================
   FOOTER
   ========================= */
footer {
    background: linear-gradient(180deg, rgba(6,10,20,0.98), rgba(6,10,20,0.85));
    color: #9aa3c3;
    padding: 40px 0 28px;
    border-top: 1px solid rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    margin-top: 40px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-brand, .footer-links, .footer-contact {
    flex: 1;
    min-width: 250px;
}

.footer-brand h3 {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    margin: 0 0 15px;
    color: var(--white);
}

.footer-brand p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0.9;
}

.footer-links h4, .footer-contact h4 {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    margin: 0 0 20px;
    color: var(--white);
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #9aa3c3;
    transition: color 0.3s ease;
    font-size: 14px;
}

.footer-links a:hover {
    color: var(--accent-2);
}

.footer-contact p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
}

.footer-contact i {
    margin-top: 3px;
    flex-shrink: 0;
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.05);
    font-size: 14px;
    color: #9aa3c3;
    opacity: 0.8;
}

.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 15px;
}

.social-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    color: var(--white);
    transition: all 0.3s ease;
    font-size: 16px;
}

.social-icon:hover {
    background: var(--cta);
    color: #021428;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 212, 255, 0.2);
}

/* =========================
   RESPONSIVE DESIGN
   ========================= */

/* Large Desktop */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

/* Tablet Styles */
@media (max-width: 1024px) {
    .course-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
    
    .highlights-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .courses-hero h1 {
        font-size: 40px;
    }
    
    .courses-cta h2 {
        font-size: 34px;
    }
    
    .hero-stats {
        gap: 30px;
    }
    
    .hero-stat .number {
        font-size: 32px;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    .course-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .course-image {
        height: 110px;
    }
    
    .course-title {
        font-size: 14px;
        height: 36px;
    }
    
    .course-description {
        font-size: 11px;
        height: 30px;
    }
    
    .course-price {
        font-size: 15px;
    }
    
    .course-cta {
        padding: 5px 12px;
        font-size: 10px;
    }
    
    .courses-hero h1 {
        font-size: 32px;
    }
    
    .courses-hero p {
        font-size: 15px;
        padding: 0 15px;
    }
    
    .hero-stats {
        gap: 20px;
    }
    
    .hero-stat {
        flex: 0 0 calc(50% - 20px);
    }
    
    .hero-stat .number {
        font-size: 28px;
    }
    
    .category-tabs {
        gap: 8px;
    }
    
    .category-tab {
        padding: 8px 16px;
        font-size: 13px;
    }
    
    .highlights-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .courses-cta h2 {
        font-size: 28px;
    }
    
    .courses-cta p {
        font-size: 15px;
        padding: 0 15px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .btn-primary, .btn-outline {
        width: 100%;
        max-width: 300px;
        padding: 12px 24px;
    }
    
    .pagination {
        gap: 8px;
    }
    
    .pagination-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
    
    .page-number {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 30px;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .course-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .course-image {
        height: 130px;
    }
    
    .courses-hero h1 {
        font-size: 28px;
    }
    
    .courses-hero p {
        font-size: 14px;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 15px;
    }
    
    .hero-stat {
        flex: 0 0 100%;
    }
    
    .category-tabs {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 10px;
        margin-bottom: 30px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    
    .category-tabs::-webkit-scrollbar {
        display: none;
    }
    
    .category-tab {
        flex-shrink: 0;
    }
    
    .section-header h2 {
        font-size: 30px;
    }
    
    .section-header p {
        font-size: 15px;
    }
    
    .courses-cta h2 {
        font-size: 24px;
    }
    
    .courses-cta p {
        font-size: 14px;
    }
    
    .pagination-btn {
        padding: 7px 14px;
        font-size: 12px;
    }
    
    .page-number {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    
    .page-info {
        font-size: 13px;
    }
}

/* Loading Animation */
.loading-courses {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 1024px) {
    .loading-courses {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .loading-courses {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .loading-courses {
        grid-template-columns: 1fr;
    }
}

        /* =========================
   ABOUT US PAGE STYLES
   ========================= */

/* Hero Section */
.about-hero {
    padding: 100px 0 60px;
    background: linear-gradient(180deg, #dee4fa 0%, rgba(222, 228, 250, 0.8));
    position: relative;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 212, 255, 0.1), rgba(243, 223, 110, 0.05));
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.about-hero-content {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.about-hero .badge {
    background: linear-gradient(90deg, var(--accent-2), var(--accent-1));
    padding: 10px 20px;
    border-radius: 999px;
    color: #021428;
    font-weight: 800;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px;
}

.about-hero h1 {
    font-family: Poppins, sans-serif;
    font-size: 56px;
    color: #015383;
    margin: 0 0 20px;
    line-height: 1.1;
}

.about-hero .highlight {
    background: linear-gradient(90deg, var(--accent-2), var(--accent-1));
    padding: 8px 16px;
    border-radius: 12px;
    color: #021428;
    display: inline-block;
}

.about-hero .lead {
    font-size: 18px;
    color: #015383;
    max-width: 600px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

/* Stats Grid */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.stat-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    border-radius: 16px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-number {
    font-family: Poppins, sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #015383;
    margin-bottom: 8px;
    background: linear-gradient(90deg, var(--accent-2), var(--accent-1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-label {
    color: #015383;
    font-size: 14px;
    font-weight: 600;
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-family: Poppins, sans-serif;
    font-size: 42px;
    color: #015383;
    margin: 0 0 12px;
}

.section-header p {
    color: #015383;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
}

/* Story Timeline */
.story-section {
    padding: 10px 0;
    background: #f8faff;
}

.timeline {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--accent-2), var(--accent-1));
    transform: translateX(-50%);
    border-radius: 4px;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
}

.timeline-item:nth-child(odd) {
    flex-direction: row-reverse;
}

.timeline-year {
    background: linear-gradient(90deg, var(--accent-2), var(--accent-1));
    color: #021428;
    font-weight: 800;
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 18px;
    position: relative;
    z-index: 1;
    width: 120px;
    text-align: center;
    flex-shrink: 0;
}

.timeline-content {
    background: white;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.9);
    margin: 0 30px;
    flex: 1;
}

.timeline-content h3 {
    color: #015383;
    margin: 0 0 12px;
    font-family: Poppins, sans-serif;
    font-size: 20px;
}

.timeline-content p {
    color: #015383;
    line-height: 1.6;
    margin: 0;
}

/* Mission & Vision */
.mission-vision {
    padding: 10px 0;
    background: linear-gradient(180deg, rgba(99,91,255,0.08), transparent);
}

.mv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.mv-card {
    background: linear-gradient(180deg, #2c7af9, rgba(255, 255, 255, 0.95));
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.mv-card:hover {
    transform: translateY(-10px);
}

.mv-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.mv-card h3 {
    color: #021428;
    font-family: Poppins, sans-serif;
    font-size: 28px;
    margin: 0 0 16px;
}

.mv-card p {
    color: #021428;
    line-height: 1.6;
    font-size: 16px;
    margin: 0;
}

/* Team Section */
.team-section {
    padding: 80px 0;
    background: #f8faff;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.team-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.team-card:hover {
    transform: translateY(-10px);
}

.team-avatar {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.team-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-social {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.social-link {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, var(--accent-2), var(--accent-1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #021428;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.social-link:hover {
    transform: scale(1.1);
}

.team-info {
    padding: 24px;
    text-align: center;
}

.team-info h4 {
    color: #015383;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    margin: 0 0 8px;
}

.team-role {
    color: var(--accent-2);
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 12px;
}

.team-bio {
    color: #015383;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

/* Values Section */
.values-section {
    padding: 10px 0;
    background: linear-gradient(180deg, rgba(99,91,255,0.08), transparent);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.value-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    border-radius: 16px;
    padding: 30px 24px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
}

.value-icon {
    font-size: 40px;
    margin-bottom: 20px;
}

.value-card h4 {
    color: #015383;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    margin: 0 0 12px;
}

.value-card p {
    color: #015383;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

/* CTA Section */

.cta-card {
    background: linear-gradient(180deg, #2c7af9, rgba(255, 255, 255, 0.95));
    border-radius: 24px;
    padding: 60px 40px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    max-width: 800px;
    margin: 0 auto;
}

.cta-card h2 {
    font-family: Poppins, sans-serif;
    font-size: 42px;
    color: #021428;
    margin: 0 0 16px;
}

.cta-card p {
    color: #021428;
    font-size: 18px;
    margin: 0 0 32px;
    max-width: 600px;
    margin: 0 auto 32px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

/* =========================
   RESPONSIVE STYLES
   ========================= */

/* Tablet */
@media (max-width: 1024px) {
    .about-hero h1 {
        font-size: 42px;
    }
    
    .stats-grid,
    .mv-grid,
    .team-grid,
    .values-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .timeline::before {
        left: 40px;
    }
    
    .timeline-item,
    .timeline-item:nth-child(odd) {
        flex-direction: row;
    }
    
    .timeline-year {
        width: 100px;
        margin-right: 20px;
    }
    
    .timeline-content {
        margin: 0 0 0 20px;
    }
}

/* Mobile */
@media (max-width: 820px) {
    .about-hero {
        padding: 60px 0 40px;
    }
    
    .about-hero h1 {
        font-size: 32px;
    }
    
    .stats-grid,
    .mv-grid,
    .team-grid,
    .values-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .section-header h2 {
        font-size: 32px;
    }
    
    .cta-card h2 {
        font-size: 32px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons a {
        width: 100%;
        max-width: 300px;
    }
    
    .timeline::before {
        left: 30px;
    }
    
    .timeline-year {
        width: 80px;
        font-size: 16px;
        padding: 8px 16px;
    }
    
    .timeline-content {
        padding: 20px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .about-hero h1 {
        font-size: 28px;
    }
    
    .stat-number {
        font-size: 32px;
    }
    
    .mv-card,
    .cta-card {
        padding: 30px 20px;
    }
    
    .team-avatar {
        height: 220px;
    }
}

.about-hero {
    background: 
        linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url('teach1.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Parallax effect */
    background-repeat: no-repeat;
    color: white;
    padding: 80px 0;
    text-align: center;
}
   