/*
Theme Name: MeritAdmission Fixed
Theme URI: https://example.com/
Author: ShaimraTech
Description: WordPress theme split from original uploaded HTML files. CSS preserved exactly from source HTML style blocks.
Version: 1.0.0
Text Domain: meritadmission-fixed
*/

/* =========================================================
   IMPORTANT:
   Bhai, neeche ka CSS original uploaded HTML se direct copy hai.
   Design change nahi kiya gaya.
   ========================================================= */


body{
    margin: 0;
    padding: 0;
    overflow: hidden;
}
/* ===== Source: home-page.html | style block 1 ===== */

:root {
            --ink: #1A1A2E;
            --paper: #FDF8F2;
            --blue: #2563EB;
            --blue-light: #3B82F6;
            --blue-glow: #93C5FD;
            --blue-mid: #1D4ED8;
            --indigo: #4F46E5;
            --indigo-deep: #3730A3;
            --cream: #FDF8F2;
            --cream-dark: #F5EDD8;
            --cream-mid: #FAF3E8;
            --muted: rgba(37, 99, 235, 0.5);
            --border: rgba(37, 99, 235, 0.12);
            --card-bg: rgba(37, 99, 235, 0.04);
            --font-display: 'Syne', sans-serif;
            --font-body: 'DM Sans', sans-serif;
        }

        *,
        *::before,
        *::after {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html { scroll-behavior: smooth; }

        body {
            font-family: var(--font-body);
            background: var(--cream);
            color: var(--ink);
            overflow-x: hidden;
            cursor: none;
        }

        /* ── CURSOR ── */
        #c-dot, #c-ring {
            position: fixed;
            border-radius: 50%;
            pointer-events: none;
            z-index: 9999;
            transition: opacity 0.3s;
        }
        #c-dot {
            width: 7px; height: 7px;
            background: var(--blue);
            top: 0; left: 0;
            transform: translate(-50%, -50%);
        }
        #c-ring {
            width: 32px; height: 32px;
            border: 1.5px solid rgba(37, 99, 235, 0.4);
            top: 0; left: 0;
            transform: translate(-50%, -50%);
        }
        @media (hover:none) { #c-dot, #c-ring { display: none } body { cursor: auto } }

        /* ── NAV ── */
        /*nav {*/
        /*    position: fixed; top: 0; left: 0; right: 0; z-index: 900;*/
        /*    padding: 16px 32px;*/
        /*    display: flex; align-items: center; justify-content: space-between;*/
        /*    transition: background 0.5s, backdrop-filter 0.5s, border-color 0.5s;*/
        /*    border-bottom: 1px solid transparent;*/
        /*}*/
        /*nav.scrolled {*/
        /*    background: rgba(253, 248, 242, 0.92);*/
        /*    backdrop-filter: blur(20px);*/
        /*    border-color: rgba(37, 99, 235, 0.1);*/
        /*}*/
        /*.logo {*/
        /*    font-family: var(--font-display);*/
        /*    font-size: 20px; font-weight: 800; letter-spacing: -0.5px;*/
        /*    background: linear-gradient(120deg, var(--indigo-deep) 20%, var(--blue) 80%);*/
        /*    -webkit-background-clip: text; -webkit-text-fill-color: transparent;*/
        /*}*/
        /*.logo em { font-style: normal; font-weight: 400; opacity: 0.7; }*/
        /*.nav-links { display: flex; gap: 28px; list-style: none; }*/
        /*.nav-links a {*/
        /*    font-size: 13px; font-weight: 500;*/
        /*    color: rgba(26, 26, 46, 0.55);*/
        /*    text-decoration: none; letter-spacing: 0.3px;*/
        /*    transition: color 0.25s;*/
        /*}*/
        /*.nav-links a:hover { color: var(--blue); }*/
        /*.nav-cta {*/
        /*    font-family: var(--font-body); font-size: 13px; font-weight: 600;*/
        /*    background: linear-gradient(135deg, var(--blue), var(--indigo));*/
        /*    color: #fff; border: none; border-radius: 100px;*/
        /*    padding: 10px 20px; cursor: pointer;*/
        /*    transition: transform 0.2s, box-shadow 0.2s;*/
        /*    white-space: nowrap;*/
        /*}*/
        /*.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 24px rgba(37, 99, 235, 0.35); }*/

        /*.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }*/
        /*.hamburger span { display: block; width: 22px; height: 1.5px; background: rgba(26, 26, 46, 0.6); border-radius: 2px; transition: 0.3s; }*/
        /*.hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }*/
        /*.hamburger.open span:nth-child(2) { opacity: 0; }*/
        /*.hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }*/

        /*.mobile-menu {*/
        /*    display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0;*/
        /*    background: rgba(253, 248, 242, 0.97);*/
        /*    backdrop-filter: blur(20px); z-index: 800;*/
        /*    flex-direction: column; align-items: center; justify-content: center;*/
        /*    gap: 32px; opacity: 0; transition: opacity 0.3s;*/
        /*}*/
        /*.mobile-menu.open { display: flex; opacity: 1; }*/
        /*.mobile-menu a {*/
        /*    font-family: var(--font-display); font-size: 28px; font-weight: 700;*/
        /*    color: rgba(26, 26, 46, 0.8); text-decoration: none; transition: color 0.2s;*/
        /*}*/
        /*.mobile-menu a:hover { color: var(--blue); }*/

        /* ── TICKER ── */
         .ticker-wrap {
            position: fixed; top: 56px; left: 0; width: 100%; z-index: 850;
            overflow: hidden;
            border-top: 1px solid rgba(37, 99, 235, 0.08);
            border-bottom: 1px solid rgba(37, 99, 235, 0.08);
            padding: 10px 0;
            background: rgba(253, 248, 242, 0.85);
            backdrop-filter: blur(12px);
            transition: transform 0.35s ease;
        }
        .ticker { display: flex; gap: 0; animation: tickerScroll 22s linear infinite; white-space: nowrap; }
        .ticker-item {
            display: inline-flex; align-items: center; gap: 14px; padding: 0 28px;
            font-size: 12px; font-weight: 600; letter-spacing: 1.5px;
            text-transform: uppercase; color: rgba(37, 99, 235, 0.4);
        }
        .ticker-item .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--blue); }
        @keyframes tickerScroll { 0% { transform: translateX(0) } 100% { transform: translateX(-50%) } }

        /* ── HERO ── */
        .hero {
            width: 100%;
            min-height: 100vh;
            padding: 130px 0 60px;
            display: flex;
            flex-direction: column;
            align-items: center; /* 👈 THIS centers everything */
            justify-content: center;
            position: relative;
            overflow: hidden;
        }
        .hero-bg {
            position: absolute; inset: 0;
            background:
                radial-gradient(ellipse 70% 55% at 50% -5%, rgba(147, 197, 253, 0.22) 0%, transparent 65%),
                radial-gradient(ellipse 50% 40% at 10% 80%, rgba(79, 70, 229, 0.06) 0%, transparent 60%),
                radial-gradient(ellipse 40% 35% at 90% 85%, rgba(37, 99, 235, 0.07) 0%, transparent 60%),
                var(--cream);
        }
        .hero-grid {
            position: absolute; inset: 0;
            background-image:
                linear-gradient(rgba(37, 99, 235, 0.05) 1px, transparent 1px),
                linear-gradient(90deg, rgba(37, 99, 235, 0.05) 1px, transparent 1px);
            background-size: 60px 60px;
            mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 75%);
        }
        #stars { 
            position: absolute; 
            inset: 0;
            overflow: hidden;
            }
        .st {
            position: absolute; 
            border-radius: 50%;
            background: var(--blue);
            animation: twinkle var(--d) ease-in-out infinite var(--dl);
        }
        @keyframes twinkle { 
            0%,100% {
                opacity: var(--lo) }
                50% { opacity: var(--hi) } }
        .orb {
            position: absolute; 
            border-radius: 50%;
            filter: blur(70px);
            pointer-events: none;
            animation: orbFloat var(--t, 14s) ease-in-out infinite var(--dl, 0s);
        }
        @keyframes orbFloat { 0%,100% { transform: translate(0,0) } 40% { transform: translate(var(--tx,20px),var(--ty,-20px)) } 70% { transform: translate(var(--tx2,-15px),var(--ty2,10px)) } }

        /* BADGE */
        .hero-badge {
            display: inline-flex; align-items: center; gap: 8px;
            background: rgba(37, 99, 235, 0.08);
            border: 1px solid rgba(37, 99, 235, 0.25);
            color: var(--blue);
            font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
            padding: 7px 16px; border-radius: 100px; margin-bottom: 28px;
            opacity: 0; transform: translateY(20px);
            animation: fadeUp 0.8s 0.3s ease forwards;
        }
        .badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); animation: blink 2s ease-in-out infinite; }
        @keyframes blink { 0%,100% { opacity: 1 } 50% { opacity: 0.3 } }

/* HERO LAYOUT */

/* ══ MOBILE HERO FIX — sirf yeh add karna hai ══ */
@media (max-width: 767px) {
  .hero {
    overflow: hidden;
  }
  
  .hero-container {
    overflow: hidden;
    width: 100%;
    padding: 0 12px;
  }
  
  .hero-stage {
    grid-template-columns: 1fr !important;
    overflow: hidden;
    width: 100%;
  }

  .left-col,
  .right-col {
    transform: none !important;
  }
  
  .boy-col {
    transform: none !important;
  }
}
/* ══ HERO BG OVERFLOW FIX ══ */
@media (max-width: 767px) {
  .hero {
    overflow: hidden !important;
  }

  .hero-bg,
  .hero-grid,
  #stars {
    position: absolute;
    inset: 0;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  /* Orbs clip kar — yahi main culprit hai */
  .orb {
    display: none !important;
  }
}

/* 🔥 CENTER BOX */
.hero-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 🔥 MAIN GRID */
.hero-stage {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 260px 1fr;
    align-items: center;
    gap: 30px;

    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 1s 0.5s ease forwards;
}

        /* COURSE PANELS */
        .course-col { display: flex; flex-direction: column; gap: 14px; }
        .col-label {
            font-size: 10px; font-weight: 700; letter-spacing: 3px;
            color: rgba(37, 99, 235, 0.4); text-transform: uppercase; margin-bottom: 2px;
        }
        .col-label.right { text-align: right; }
        .cc {
            background: rgba(255, 255, 255, 0.85);
            border: 1px solid rgba(37, 99, 235, 0.1);
            border-radius: 16px; padding: 14px 16px;
            backdrop-filter: blur(16px); cursor: pointer;
            transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
            position: relative; overflow: hidden; will-change: transform;
        }
        .cc::after {
            content: ''; position: absolute; inset: 0;
            background: linear-gradient(135deg, rgba(37, 99, 235, 0.07), transparent);
            opacity: 0; transition: opacity 0.3s; border-radius: 16px;
        }
        .cc:hover { background: rgba(255,255,255,1); border-color: rgba(37, 99, 235, 0.28); box-shadow: 0 8px 30px rgba(37, 99, 235, 0.1); }
        .cc:hover::after { opacity: 1; }
        .left-col .cc:hover { transform: translateX(-6px) scale(1.02) !important; animation: none !important; }
        .right-col .cc:hover { transform: translateX(6px) scale(1.02) !important; animation: none !important; }
        .left-col .cc:nth-child(2) { animation: cf1 4.0s ease-in-out infinite; }
        .left-col .cc:nth-child(3) { animation: cf2 4.6s ease-in-out infinite 0.7s; }
        .left-col .cc:nth-child(4) { animation: cf3 3.9s ease-in-out infinite 1.3s; }
        .right-col .cc:nth-child(2) { animation: cf2 4.3s ease-in-out infinite 0.4s; }
        .right-col .cc:nth-child(3) { animation: cf1 5.0s ease-in-out infinite 1.0s; }
        .right-col .cc:nth-child(4) { animation: cf3 4.8s ease-in-out infinite 1.6s; }
        @keyframes cf1 { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-7px) } }
        @keyframes cf2 { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-10px) } }
        @keyframes cf3 { 0%,100% { transform: translateY(-4px) } 50% { transform: translateY(4px) } }
        .cc-icon { font-size: 20px; margin-bottom: 7px; display: block; }
        .cc-name { font-family: var(--font-display); font-size: 13px; font-weight: 700; color: var(--indigo-deep); margin-bottom: 3px; }
        .cc-sub { font-size: 11px; color: rgba(26, 26, 46, 0.45); margin-bottom: 9px; }
        .cc-tag { display: inline-block; font-size: 10px; font-weight: 600; padding: 3px 10px; border-radius: 100px; letter-spacing: 0.4px; }
        .tag-p { background: rgba(37, 99, 235, 0.08); color: #1D4ED8; border: 1px solid rgba(37, 99, 235, 0.2); }
        .tag-b { background: rgba(79, 70, 229, 0.08); color: #4338CA; border: 1px solid rgba(79, 70, 229, 0.2); }
        .tag-g { background: rgba(59, 130, 246, 0.1); color: #2563EB; border: 1px solid rgba(59, 130, 246, 0.2); }
        .tag-o { background: rgba(245, 158, 11, 0.1); color: #B45309; border: 1px solid rgba(245, 158, 11, 0.2); }

        /* CENTER BOY */
        .boy-col { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
        .boy-wrap { position: relative; width: 200px; height: 300px; animation: boyFloat2 5s ease-in-out infinite; }
        @keyframes boyFloat2 { 0%,100% { transform: translateY(0) rotate(0deg) } 30% { transform: translateY(-14px) rotate(1deg) } 70% { transform: translateY(-7px) rotate(-0.8deg) } }
        .boy-glow-ring {
            position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%);
            width: 140px; height: 30px;
            background: rgba(37, 99, 235, 0.2); filter: blur(18px); border-radius: 50%;
            animation: glowPulse 3.5s ease-in-out infinite;
        }
        @keyframes glowPulse { 0%,100% { opacity: 0.5; width: 140px } 50% { opacity: 0.9; width: 170px } }
        .boy-wrap img { width: 200px; height: 300px; object-fit: contain; filter: drop-shadow(0 4px 24px rgba(37, 99, 235, 0.25)); }
        .cloud-halo { position: absolute; inset: -50px; pointer-events: none; }
        .cl {
            position: absolute;
            background: linear-gradient(135deg, rgba(37, 99, 235, 0.07), rgba(79, 70, 229, 0.04));
            border: 1px solid rgba(37, 99, 235, 0.1);
            border-radius: 60px; backdrop-filter: blur(6px);
            animation: clDrift var(--ct, 9s) ease-in-out infinite var(--cdl, 0s);
        }
        .cl::before { content: ''; position: absolute; inset: -1px; border-radius: inherit; background: linear-gradient(135deg, rgba(255,255,255,0.6), transparent); }
        @keyframes clDrift { 0%,100% { transform: translate(0,0) scale(1) } 33% { transform: translate(var(--cx,8px),var(--cy,-6px)) scale(1.03) } 66% { transform: translate(var(--cx2,-6px),var(--cy2,5px)) scale(0.97) } }
        .boy-title { margin-top: 20px; text-align: center; font-family: var(--font-display); font-size: 16px; font-weight: 800; line-height: 1.35; color: var(--indigo-deep); }
        .boy-title .hi { background: linear-gradient(120deg, var(--blue), var(--indigo)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

        /* SCROLL HINT */
        .scroll-hint { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; opacity: 0; animation: fadeIn 1s 1.8s ease forwards; }
        .sh-label { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: rgba(37, 99, 235, 0.4); }
        .sh-line { width: 1px; height: 36px; background: linear-gradient(to bottom, rgba(37, 99, 235, 0.6), transparent); animation: lineAnim 2s ease-in-out infinite; }
        @keyframes lineAnim { 0% { transform: scaleY(0); transform-origin: top; opacity: 1 } 50% { transform: scaleY(1); transform-origin: top; opacity: 1 } 51% { transform-origin: bottom } 100% { transform: scaleY(0); transform-origin: bottom; opacity: 0 } }

/* ── STATS ── */
.stats-section {
    width: 104%; /* 👈 FULL WIDTH */
    margin-left: calc(55% - 50vw); /* 👈 BREAK CENTER CONSTRAINT */
    padding: 80px 0; /* 👈 side padding hata */
    display: flex;
    flex-direction: column;
    align-items: stretch; /* 👈 IMPORTANT */
    position: relative;
    background: #FFFFFF;
}

/* CENTER CONTENT */
.stats-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(37, 99, 235, 0.12),
        transparent
    );
}

.section-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 16px;
    opacity: 0;
    transform: translateY(20px);
    text-align: center;
}

.section-title {
    font-family: var(--font-display);
    font-size: clamp(28px, 5vw, 52px);
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    letter-spacing: -1px;
    color: var(--ink);
    margin-bottom: 12px;
    opacity: 0;
    transform: translateY(24px);
}

.section-title .hl {
    background: linear-gradient(135deg, var(--blue), var(--indigo));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-sub {
    font-size: 16px;
    color: rgba(26, 26, 46, 0.45);
    text-align: center;
    max-width: 480px;
    margin: 0 auto 56px; /* 👈 CENTER */
    line-height: 1.6;
    opacity: 0;
    transform: translateY(20px);
}

/* 🔥 GRID FULL WIDTH */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;

    width: 100%;
    max-width: 100%; /* 👈 REMOVE LIMIT */
    padding: 0 40px;
}

/* CARDS */
.stat-card {
    width: 100%;
    background: var(--cream-mid);
    border: 1px solid rgba(37, 99, 235, 0.09);
    border-radius: 20px;
    padding: 28px 20px;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: background 0.3s, border-color 0.3s, transform 0.3s;
}

.stat-card:hover {
    background: rgba(37, 99, 235, 0.05);
    border-color: rgba(37, 99, 235, 0.2);
    transform: translateY(-4px);
}

.stat-num {
    font-family: var(--font-display);
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    background: linear-gradient(135deg, var(--blue), var(--indigo));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.stat-lbl {
    font-size: 12px;
    color: rgba(26, 26, 46, 0.45);
    margin-top: 8px;
    font-weight: 500;
}

/* ── COURSES ── */
.courses-section {
  padding :60px 24px 80px; 
  display: flex; flex-direction: column; 
  align-items: center; 
  background :var(--cream);
}
.courses-grid {
  display :grid; 
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 16px; width: 100%; 
  max-width :1000px;
}
.course-big {
  background :#FFFFFF;
  border: 1px solid rgba(37, 99, 235, 0.09);
  border-radius: 24px; 
  padding: 28px 24px; 
  cursor: pointer; 
  position: relative; 
  overflow: hidden; 
  opacity: 0; 
  transform: translateY(36px); 
  transition :background 0.3s, border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
  .course-big::before {
  content :'';
  position: absolute; 
  top: -60px; 
  right: -60px; 
  width: 140px; 
  height: 140px; 
  border-radius: 50%;
  background: var(--accent, rgba(37, 99, 235, 0.06)); 
  filter :blur(40px);
}
  .course-big :hover {
  background :#FAFBFF; 
  border-color: rgba(37, 99, 235, 0.22);
  transform: translateY(-6px);
  box-shadow :0 12px 40px rgba(37, 99, 235, 0.09);
}
.cb-icon {
  font-size :32px; 
  margin-bottom: 16px; 
  display :block;
}
.cb-name {
  font-family :var(--font-display); 
  font-size: 18px; 
  font-weight: 700; 
  color: var(--ink); 
  margin-bottom :6px;
}
.cb-sub {
  font-size :13px; 
  color: rgba(26, 26, 46, 0.45); 
  margin-bottom: 16px; 
  line-height :1.5;
}
.cb-meta {
  display :flex; 
  align-items: center; 
  justify-content: space-between; 
  border-top: 1px solid rgba(37, 99, 235, 0.07);
  padding-top :14px;
}
.cb-students {
  font-size :12px; 
  color :rgba(26, 26, 46, 0.38);
}
.cb-arrow {
  width :32px; 
  height: 32px; 
  border-radius: 50%; 
  background: rgba(37, 99, 235, 0.08); 
  border: 1px solid rgba(37, 99, 235, 0.18);
  display: flex; 
  align-items: center; 
  justify-content: center;
  font-size: 14px; 
  color: var(--blue); 
  transition :background 0.25s, transform 0.25s;
}
  .course-big :hover .cb-arrow {
  background :rgba(37, 99, 235, 0.16);
  transform :translate(2px, -2px);
}

/* 📱 TABLET */
@media (max-width: 1024px) {

    /* HERO */
    .hero-stage {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .left-col,
    .right-col {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    .boy-wrap {
        width: 180px;
        height: 260px;
    }

    .boy-wrap img {
        width: 180px;
        height: 260px;
    }

    /* STATS */
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* COURSES */
    .courses-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}


/* 📱 MOBILE */
@media (max-width: 600px) {

    /* HERO */
    .hero {
        padding: 120px 16px 40px;
    }

    .hero-stage {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .course-col {
        width: 100%;
    }

    .cc {
        width: 100%;
    }

    .boy-wrap {
        width: 150px;
        height: 220px;
    }

    .boy-wrap img {
        width: 150px;
        height: 220px;
    }

    .boy-title {
        font-size: 14px;
    }

    /* STATS */
    .stats-container {
        padding: 0 20px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    /* COURSES */
    .courses-grid {
        grid-template-columns: 1fr !important;
    }

    .course-big {
        padding: 22px 18px;
    }

    /* TEXT */
    .section-title {
        font-size: 26px;
    }

    .section-sub {
        font-size: 14px;
    }

    /* TICKER */
    .ticker-item {
        font-size: 10px;
        padding: 0 16px;
    }
}
@media (max-width: 768px) {

    /* HERO MAIN CENTER */
    .hero-stage {
        justify-items: center; /* 👈 GRID CENTER */
        text-align: center;
    }

    /* LEFT + RIGHT COL CENTER */
    .left-col,
    .right-col {
        align-items: center;
        text-align: center;
        width: 100%;
    }

    /* CARDS CENTER */
    .cc {
        text-align: center;
        width: 100%;
        max-width: 320px; /* 👈 nice center width */
    }

    /* LABEL CENTER */
    .col-label,
    .col-label.right {
        text-align: center;
    }

    /* ICON CENTER */
    .cc-icon {
        margin-left: auto;
        margin-right: auto;
    }

    /* TEXT CENTER */
    .cc-name,
    .cc-sub {
        text-align: center;
    }
}


/* ── COLLEGES ── */
        .colleges-container {
        width: 100%;
        max-width: 1000px; /* 👈 same as tera grid */
        margin: 0 auto;
        padding: 0 24px;
    }
        .colleges-section {
            width: 100vw; /* 👈 full screen */
            margin-left: calc(50% - 50vw); /* 👈 center tod ke stretch */
            padding: 60px 0 80px; /* 👈 side padding hata */  display : flex;
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            background: #FFFFFF;
        }
  .colleges-section::before {
  content: ''; 
  position: absolute;
  top: 0; 
  left: 10%;
  right: 10%; 
  height: 1px;
  background : linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.12), transparent);
}
.colleges-layout {
  display : grid;
  grid-template-columns: 190px 1fr;
  gap: 20px;
  width: 100%; 
  max-width: 1000px;
  align-items : start;
}
.cat-list {
  display : flex;
  flex-direction: column; 
  gap: 8px; 
  position: sticky; 
  top : 110px;
}
.cat-btn {
  font-family : var(--font-body);
  font-size: 13px; 
  font-weight: 600;
  background: rgba(37, 99, 235, 0.03);
  border: 1px solid rgba(37, 99, 235, 0.09);
  border-radius: 12px; 
  padding: 11px 14px; 
  color: rgba(26, 26, 46, 0.5); 
  cursor: pointer; 
  text-align: left; 
  transition: background 0.25s, border-color 0.25s, color 0.25s, transform 0.2s; 
  display: flex; 
  align-items: center; 
  gap : 10px;
}
.cat-btn .cat-icon {
  font-size : 15px;
}
  .cat-btn :hover {
  background: rgba(37, 99, 235, 0.06); 
  color: var(--blue); 
  transform : translateX(3px);
}
.cat-btn.active {
  background : rgba(37, 99, 235, 0.1);
  border-color: rgba(37, 99, 235, 0.3); 
  color: var(--blue); 
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.08);
  transform : translateX(4px);
}
.college-slider-wrap {
  background : var(--cream-mid);
  border: 1px solid rgba(37, 99, 235, 0.09);
  border-radius: 24px; 
  overflow : hidden;
}
.progress-bar {
  height : 2px;
  background : rgba(37, 99, 235, 0.07);
}
.progress-fill {
  height : 100%; 
  background: linear-gradient(90deg, var(--blue), var(--blue-light));
  width: 0%; 
  transition : width 0.1s linear;
}
.college-img-area {
  position : relative; 
  height: 280px; 
  overflow: hidden;
  background : #dbeafe;
}
.college-slide {
  position : absolute; 
  inset: 0; 
  opacity: 0; 
  transition: opacity 0.55s ease, transform 0.55s ease; 
  transform : translateX(24px);
}
.college-slide.active {
  opacity : 1; 
  transform : translateX(0);
}
.college-slide.exit {
  opacity : 0; 
  transform : translateX(-24px);
}
.slide-visual {
  width : 100%;
  height: 100%; 
  position: relative;
  display: flex; 
  align-items: center;
  justify-content : center;
}
.slide-visual .bg-grad {
  position : absolute; 
  inset : 0;
}
.college-emblem {
  position : relative;
  z-index: 2;
  text-align : center;
}
.emblem-circle {
  width : 88px;
  height: 88px;
  border-radius: 50%; 
  margin: 0 auto 12px; 
  display: flex; 
  align-items: center;
  justify-content: center;
  font-size: 36px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter : blur(8px);
}
.emblem-name {
  font-family : var(--font-display); 
  font-size: 14px; 
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 1.5px; 
  text-transform: uppercase; 
  text-shadow : 0 1px 8px rgba(0, 0,0, 0.2);
}
.slider-nav {
  display : flex; 
  align-items: center; 
  justify-content: space-between;
  padding : 14px 20px 0;
}
.slider-dots {
  display : flex; 
  gap: 6px; 
  align-items : center;
}
.sdot {
  width : 6px;
  height: 6px;
  border-radius: 50%; 
  background: rgba(37, 99, 235, 0.18);
  cursor: pointer;
  transition: background 0.3s, transform 0.3s; 
  border: none; 
  padding : 0;
}
.sdot.active {
  background : var(--blue); 
  transform : scale(1.5);
}
.slider-arrows {
  display : flex; 
  gap : 8px;
}
.sarrow {
  width : 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.05);
  border: 1px solid rgba(37, 99, 235, 0.14);
  color: var(--blue);
  font-size: 15px; 
  cursor: pointer; 
  transition: background 0.25s, border-color 0.25s, transform 0.2s; 
  display: flex; 
  align-items: center; 
  justify-content : center;
}
  .sarrow:hover {
  background: rgba(37, 99, 235, 0.12);
  border-color: rgba(37, 99, 235, 0.3); 
  transform : scale(1.05);
}
.college-info {
  padding : 18px 22px 22px;
}
.college-info-inner {
  opacity : 0;
  transform: translateY(8px);
  transition : opacity 0.38s, transform 0.38s;
}
.college-info-inner.visible {
  opacity : 1;
  transform : translateY(0);
}
.cinfo-cat {
  font-size : 10px; 
  font-weight: 700;
  letter-spacing: 2.5px; 
  text-transform: uppercase;
  color: var(--blue); 
  margin-bottom : 7px;
}
.cinfo-name {
  font-family : var(--font-display);
  font-size: 20px; 
  font-weight: 800; 
  color: var(--ink); 
  margin-bottom: 6px;
  line-height : 1.2;
}
.cinfo-desc {
  font-size : 13px; 
  color: rgba(26, 26, 46, 0.48);
  line-height: 1.6; 
  margin-bottom : 13px;
}
.cinfo-meta {
  display : flex; 
  gap: 10px; 
  flex-wrap : wrap;
}
.cinfo-tag {
  font-size : 11px;
  font-weight: 600; 
  padding: 4px 12px; 
  border-radius: 100px;
  background: rgba(37, 99, 235, 0.07);
  color: #1D4ED8; 
  border : 1px solid rgba(37, 99, 235, 0.16);
}
/* 📱 TABLET */
@media (max-width: 900px) {

    .colleges-layout {
        grid-template-columns: 1fr; /* 👈 sidebar upar */
        gap: 20px;
    }

    .cat-list {
        position: static; /* 👈 sticky remove */
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .cat-btn {
        flex: 1 1 auto;
        justify-content: center;
        text-align: center;
    }
}


/* 📱 MOBILE */
@media (max-width: 600px) {

    .colleges-container {
        padding: 0 16px;
    }

    .colleges-layout {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    /* 🔥 CATEGORY BUTTONS = HORIZONTAL SCROLL */
    .cat-list {
        flex-direction: row;
        overflow-x: auto;
        gap: 10px;
        padding-bottom: 6px;
        scrollbar-width: none;
    }

    .cat-list::-webkit-scrollbar {
        display: none;
    }

    .cat-btn {
        white-space: nowrap;
        flex: 0 0 auto;
        padding: 10px 14px;
        font-size: 12px;
    }

    /* 🔥 SLIDER HEIGHT FIX */
    .college-img-area {
        height: 220px;
    }

    /* 🔥 TEXT SIZE */
    .cinfo-name {
        font-size: 18px;
    }

    .cinfo-desc {
        font-size: 12px;
    }

    /* 🔥 CENTER ALIGN */
    .college-info {
        text-align: center;
    }

    .cinfo-meta {
        justify-content: center;
    }

    /* 🔥 ARROWS SMALL */
    .sarrow {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
}

        /* ── WHY ── */
        .why-section {
            padding: 60px 24px 80px; 
            display: flex; 
            flex-direction: column; 
            align-items: center; 
            position: relative;
            background: var(--cream);
            }
        .why-grid { 
            display: grid;
            grid-template-columns: repeat(2, 1fr); 
            gap: 16px; 
            width: 100%; 
            max-width: 860px;
            }
        .why-card {
            background: #FFFFFF; 
            border: 1px solid rgba(37, 99, 235, 0.09);
            border-radius: 20px; 
            padding: 28px 24px; 
            opacity: 0; 
            transform: translateY(30px); 
            transition: background 0.3s, border-color 0.3s, box-shadow 0.3s; 
        }
        .why-card:hover { 
            background: #FAFBFF; 
            border-color: rgba(37, 99, 235, 0.2); 
            box-shadow: 0 8px 30px rgba(37, 99, 235, 0.07); 
        }
        .wc-num {
            font-family: var(--font-display);
            font-size: 11px; 
            font-weight: 800;
            letter-spacing: 3px;
            color: rgba(37, 99, 235, 0.4); 
            margin-bottom: 14px; 
        }
        .wc-title { 
            font-family: var(--font-display); 
            font-size: 18px;
            font-weight: 700; 
            color: var(--ink); 
            margin-bottom: 10px; 
        }
        .wc-body {
            font-size: 14px; 
            color: rgba(26, 26, 46, 0.5); 
            line-height: 1.7;
            }

        /* ── CTA ── */
        .cta-section {
            width: 100vw; /* 👈 full width */
            margin-left: calc(50% - 50vw); /* 👈 center tod ke stretch */
        
            padding: 80px 24px 100px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            position: relative;
            overflow: hidden;
            background: #FFFFFF;
        }
        .cta-section::before {
            content: '';
            position: absolute; 
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            width: 600px; 
            height: 400px; 
            border-radius: 50%; 
            background: radial-gradient(ellipse, rgba(37, 99, 235, 0.07) 0%, transparent 70%);
            pointer-events: none;
            }
        .cta-title { 
            font-family: var(--font-display); 
            font-size: clamp(30px, 6vw, 58px);
            font-weight: 800; 
            line-height: 1.05; 
            letter-spacing: -1.5px;
            color: var(--ink);
            max-width: 640px;
            margin-bottom: 20px; 
            opacity: 0;
            transform: translateY(30px);
            }
        .cta-title .hl { 
            background: linear-gradient(135deg, var(--blue), var(--indigo));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; 
            
        }
        .cta-sub {
            font-size: 16px;
            color: rgba(26, 26, 46, 0.45);
            max-width: 420px; 
            margin-bottom: 40px; 
            line-height: 1.6;
            opacity: 0; 
            transform: translateY(20px);
            }
        .cta-btns {
            display: flex;
            justify-content: center; /* 👈 center */
            align-items: center;
            gap: 14px;
            flex-wrap: wrap;
        }
        .btn-primary { 
            font-family: var(--font-body);
            font-size: 14px; 
            font-weight: 700;
            background: linear-gradient(135deg, var(--blue), var(--indigo)); 
            color: #fff;
            border: none;
            border-radius: 100px;
            padding: 14px 32px;
            cursor: pointer; 
            transition: transform 0.2s, box-shadow 0.2s;
            }
        .btn-primary:hover { 
            transform: translateY(-2px);
            box-shadow: 0 10px 32px rgba(37, 99, 235, 0.32);
            }
        .btn-ghost { 
            font-family: var(--font-body); 
            font-size: 14px;
            font-weight: 600; 
            background: transparent; 
            color: rgba(26, 26, 46, 0.65);
            border: 1px solid rgba(37, 99, 235, 0.22);
            border-radius: 100px;
            padding: 14px 28px;
            cursor: pointer;
            transition: background 0.25s, border-color 0.25s, color 0.25s;
            }
        .btn-ghost:hover {
            background: rgba(37, 99, 235, 0.05);
            border-color: rgba(37, 99, 235, 0.38);
            color: var(--blue); 
            
        }
        
        @media (max-width: 600px) {

    .cta-section {
        padding: 70px 16px 80px;
    }

    .cta-title {
        font-size: 28px; /* 👈 readable */
        line-height: 1.15;
        letter-spacing: -0.5px;
    }

    .cta-sub {
        font-size: 14px;
        margin-bottom: 28px;
    }

    /* 🔥 BUTTON STACK CLEAN */
    .cta-btns {
        flex-direction: column;
        width: 100%;
        max-width: 320px;
    }

    .btn-primary,
    .btn-ghost {
        width: 100%;
        padding: 14px 20px;
    }

    /* 🔥 BG GLOW SMALL */
    .cta-section::before {
        width: 320px;
        height: 220px;
    }
}

        /* LOOP TXT */
        .loop-txt { position: fixed; bottom: 28px; right: 28px; display: flex; align-items: center; gap: 6px; z-index: 800; pointer-events: none; opacity: 0; animation: fadeIn 1.5s 2s ease forwards; }
        .loop-inner { font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(37, 99, 235, 0.45); }

        
        @keyframes fadeUp { to { opacity: 1; transform: translateY(0) } }
        @keyframes fadeIn { to { opacity: 1 } }

        /* ═══ MOBILE ═══ */
        @media (max-width:900px) {
            .nav-links, .nav-cta { display: none; }
            .hamburger { display: flex; }
            .hero-stage { grid-template-columns: 1fr; grid-template-rows: auto auto auto; }
            .left-col { order: 2; flex-direction: row; flex-wrap: wrap; gap: 10px; }
            .right-col { order: 3; flex-direction: row; flex-wrap: wrap; gap: 10px; }
            .left-col .col-label, .right-col .col-label { display: none; }
            .boy-col { order: 1; }
            .cc { min-width: calc(50% - 5px); flex: 1; }
            .left-col .cc:hover, .right-col .cc:hover { transform: scale(1.02) !important; }
            .stats-grid { grid-template-columns: repeat(2, 1fr); }
            .courses-grid { grid-template-columns: repeat(2, 1fr); }
            .why-grid { grid-template-columns: 1fr; }
            .colleges-layout { grid-template-columns: 1fr; gap: 16px; }
            .cat-list { flex-direction: row; flex-wrap: wrap; position: static; gap: 8px; }
            .cat-btn { padding: 8px 12px; font-size: 12px; }
            .cat-btn:hover, .cat-btn.active { transform: none; }
            .cat-btn.active { transform: scale(1.03); }
            .college-img-area { height: 220px; }
        }
        @media (max-width:600px) {
            nav { padding: 14px 20px; }
            .hero { padding: 90px 16px 40px; }
            .hero-stage { gap: 14px; }
            .left-col, .right-col { gap: 8px; }
            .cc { min-width: 100%; }
            .boy-wrap { width: 150px; height: 230px; }
            .boy-wrap img { width: 150px; height: 230px; }
            .cloud-halo { display: none; }
            .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
            .stats-section { padding: 60px 16px; }
            .courses-grid { grid-template-columns: 1fr; }
            .courses-section { padding: 40px 16px 60px; }
            .why-grid { grid-template-columns: 1fr; }
            .why-section { padding: 40px 16px 60px; }
            .cta-section { padding: 60px 16px 80px; }
            .cta-btns { flex-direction: column; align-items: center; }
            .btn-primary, .btn-ghost { width: 100%; max-width: 280px; }
            footer { flex-direction: column; text-align: center; gap: 8px; }
            .loop-txt { display: none; }
            .colleges-section { padding: 40px 16px 60px; }
            .college-img-area { height: 180px; }
            .emblem-circle { width: 68px; height: 68px; font-size: 28px; }
            .cinfo-name { font-size: 17px; }
        }


/* ===== Source: colloge-page.html | style block 1 ===== */

:root {
            --ink: #1A1A2E;
            --cream: #FDF8F2;
            --cream-mid: #FAF3E8;
            --cream-dark: #F5EDD8;
            --white: #FFFFFF;
            --blue: #2563EB;
            --blue-light: #3B82F6;
            --blue-pale: #EFF6FF;
            --indigo: #4F46E5;
            --indigo-deep: #3730A3;
            --indigo-dark: #1E1B4B;
            --muted: rgba(37, 99, 235, 0.45);
            --border: rgba(37, 99, 235, 0.1);
            --font-d: 'Syne', sans-serif;
            --font-b: 'DM Sans', sans-serif;
        }

        *,
        *::before,
        *::after {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: var(--font-b);
            background: var(--cream);
            color: var(--ink);
            overflow-x: hidden;
            cursor: none;
        }

        /* CURSOR */
        #cdot,
        #cring {
            position: fixed;
            border-radius: 50%;
            pointer-events: none;
            z-index: 9999;
        }

        #cdot {
            width: 8px;
            height: 8px;
            background: var(--blue);
            top: 0;
            left: 0;
            transform: translate(-50%, -50%);
        }

        #cring {
            width: 36px;
            height: 36px;
            border: 1.5px solid rgba(37, 99, 235, 0.35);
            top: 0;
            left: 0;
            transform: translate(-50%, -50%);
            transition: width .2s, height .2s, border-color .2s;
        }

        body:has(a:hover) #cring,
        body:has(button:hover) #cring {
            width: 52px;
            height: 52px;
            border-color: rgba(37, 99, 235, 0.6);
        }

        @media(hover:none) {

            #cdot,
            #cring {
                display: none
            }

            body {
                cursor: auto
            }
        }

        

        /* HERO HEADER */
        .page-hero {
            min-height: 340px;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 120px 24px 60px;
            overflow: hidden;
            text-align: center;
        }

        .ph-bg {
            position: absolute;
            inset: 0;
            background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(147, 197, 253, .2) 0%, transparent 65%), radial-gradient(ellipse 50% 40% at 0% 100%, rgba(79, 70, 229, .06) 0%, transparent 60%), var(--cream);
        }

        .ph-grid {
            position: absolute;
            inset: 0;
            background-image: linear-gradient(rgba(37, 99, 235, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(37, 99, 235, .05) 1px, transparent 1px);
            background-size: 55px 55px;
            mask-image: radial-gradient(ellipse 90% 90% at 50% 50%, black 20%, transparent 80%);
        }

        .ph-orb {
            position: absolute;
            border-radius: 50%;
            filter: blur(80px);
            pointer-events: none;
        }

        .ph-content {
            position: relative;
            z-index: 2;
        }

        .ph-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(37, 99, 235, .08);
            border: 1px solid rgba(37, 99, 235, .22);
            color: var(--blue);
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            padding: 7px 16px;
            border-radius: 100px;
            margin-bottom: 24px;
            opacity: 1;
        }

        .ph-eyebrow-dot {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: var(--blue);
            animation: blink 2s ease-in-out infinite;
        }

        @keyframes blink {

            0%,
            100% {
                opacity: 1
            }

            50% {
                opacity: .3
            }
        }

        .ph-title {
            font-family: var(--font-d);
            font-size: clamp(38px, 7vw, 72px);
            font-weight: 800;
            line-height: 1.0;
            letter-spacing: -2px;
            color: var(--ink);
            margin-bottom: 16px;
            opacity: 1;
        }

        .ph-title .hl {
            background: linear-gradient(135deg, var(--blue), var(--indigo));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        
        .ph-sub {
            font-size: 17px;
            color: rgba(26, 26, 46, .45);
            max-width: 500px;
            line-height: 1.6;
            opacity: 1;
            margin: 0 auto 32px;
        }

        .ph-stats {
            display: flex;
            gap: 32px;
            justify-content: center;
            flex-wrap: wrap;
            opacity: 1;
        }

        .ph-stat {
            text-align: center;
        }

        .ph-stat-n {
            font-family: var(--font-d);
            font-size: 26px;
            font-weight: 800;
            background: linear-gradient(135deg, var(--blue), var(--indigo));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .ph-stat-l {
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: rgba(26, 26, 46, .4);
            margin-top: 2px;
        }

        /* STICKY FILTER BAR */
        .filter-bar {
            position: sticky;
            top: 68px;
            z-index: 800;
            background: rgba(253, 248, 242, .92);
            backdrop-filter: blur(20px);
            border-bottom: 1px solid rgba(37, 99, 235, .08);
            padding: 0 40px;
        }

        .filter-inner {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            gap: 0;
            overflow-x: auto;
            scrollbar-width: none;
        }

        .filter-inner::-webkit-scrollbar {
            display: none;
        }

        .filter-tab {
            font-family: var(--font-b);
            font-size: 13px;
            font-weight: 600;
            color: rgba(26, 26, 46, .45);
            background: none;
            border: none;
            padding: 18px 20px;
            cursor: pointer;
            position: relative;
            transition: color .2s;
            white-space: nowrap;
            letter-spacing: .3px;
        }

        .filter-tab::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: linear-gradient(90deg, var(--blue), var(--indigo));
            transform: scaleX(0);
            transition: transform .25s ease;
            border-radius: 2px 2px 0 0;
        }

        .filter-tab:hover {
            color: var(--blue);
        }

        .filter-tab.active {
            color: var(--blue);
        }

        .filter-tab.active::after {
            transform: scaleX(1);
        }

        .filter-count {
            display: inline-block;
            font-size: 10px;
            font-weight: 700;
            background: rgba(37, 99, 235, .1);
            color: var(--blue);
            border-radius: 100px;
            padding: 2px 7px;
            margin-left: 6px;
        }

        .filter-tab.active .filter-count {
            background: var(--blue);
            color: #fff;
        }

        /* SEARCH BAR */
        .search-wrap {
            max-width: 1200px;
            margin: 0 auto;
            padding: 32px 40px 0;
        }

        .search-box {
            position: relative;
            max-width: 480px;
        }

        .search-box input {
            width: 100%;
            font-family: var(--font-b);
            font-size: 14px;
            background: #fff;
            border: 1px solid rgba(37, 99, 235, .12);
            border-radius: 14px;
            padding: 14px 20px 14px 48px;
            color: var(--ink);
            outline: none;
            transition: border-color .25s, box-shadow .25s;
        }

        .search-box input::placeholder {
            color: rgba(26, 26, 46, .35);
        }

        .search-box input:focus {
            border-color: rgba(37, 99, 235, .35);
            box-shadow: 0 0 0 4px rgba(37, 99, 235, .07);
        }

        .search-icon {
            position: absolute;
            left: 16px;
            top: 50%;
            transform: translateY(-50%);
            color: rgba(37, 99, 235, .45);
            font-size: 16px;
        }

        /* MAIN GRID */
        .main-wrap {
            max-width: 1200px;
            margin: 0 auto;
            padding: 32px 40px 80px;
        }

        .section-head {
            display: flex;
            align-items: baseline;
            justify-content: space-between;
            margin-bottom: 28px;
        }

        .section-label {
            font-family: var(--font-d);
            font-size: 22px;
            font-weight: 800;
            color: var(--ink);
        }

        .section-label span {
            background: linear-gradient(135deg, var(--blue), var(--indigo));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .result-count {
            font-size: 13px;
            color: rgba(26, 26, 46, .4);
            font-weight: 500;
        }

        /* FEATURED STRIP */
        .featured-strip {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
            margin-bottom: 16px;
        }

        .card-featured {
            background: #fff;
            border: 1px solid rgba(37, 99, 235, .1);
            border-radius: 24px;
            overflow: hidden;
            cursor: pointer;
            position: relative;
            display: grid;
            grid-template-columns: 200px 1fr;
            min-height: 200px;
            opacity: 0;
            transform: translateY(40px);
            transition: border-color .3s, box-shadow .3s;
        }

        .card-featured:hover {
            border-color: rgba(37, 99, 235, .25);
            box-shadow: 0 16px 48px rgba(37, 99, 235, .1);
        }

        .cf-visual {
            position: relative;
            overflow: hidden;
            background: var(--blue);
        }

        .cf-grad {
            position: absolute;
            inset: 0;
        }

        .cf-emoji {
            position: absolute;
            bottom: 16px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 42px;
            filter: drop-shadow(0 4px 12px rgba(0, 0, 0, .2));
        }

        .cf-badge {
            position: absolute;
            top: 12px;
            left: 12px;
            font-size: 9px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            background: rgba(255, 255, 255, .25);
            color: #fff;
            padding: 4px 10px;
            border-radius: 100px;
            backdrop-filter: blur(8px);
        }

        .cf-body {
            padding: 24px;
        }

        .cf-cat {
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            color: var(--blue);
            margin-bottom: 8px;
        }

        .cf-name {
            font-family: var(--font-d);
            font-size: 20px;
            font-weight: 800;
            color: var(--ink);
            margin-bottom: 6px;
            line-height: 1.2;
        }

        .cf-desc {
            font-size: 13px;
            color: rgba(26, 26, 46, .45);
            line-height: 1.6;
            margin-bottom: 14px;
        }

        .cf-tags {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
            margin-bottom: 14px;
        }

        .ctag {
            font-size: 11px;
            font-weight: 600;
            padding: 4px 12px;
            border-radius: 100px;
            background: rgba(37, 99, 235, .07);
            color: #1D4ED8;
            border: 1px solid rgba(37, 99, 235, .15);
        }

        .ctag.gold {
            background: rgba(245, 158, 11, .08);
            color: #B45309;
            border-color: rgba(245, 158, 11, .2);
        }

        .ctag.green {
            background: rgba(16, 185, 129, .08);
            color: #047857;
            border-color: rgba(16, 185, 129, .2);
        }

        .cf-footer {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .cf-students {
            font-size: 12px;
            color: rgba(26, 26, 46, .38);
        }

        .cf-btn {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 12px;
            font-weight: 700;
            color: var(--blue);
            background: rgba(37, 99, 235, .08);
            border: 1px solid rgba(37, 99, 235, .18);
            padding: 8px 16px;
            border-radius: 100px;
            cursor: pointer;
            transition: background .2s, border-color .2s;
            border: none;
        }

        .card-featured:hover .cf-btn {
            background: rgba(37, 99, 235, .15);
        }

        /* REGULAR GRID */
        .colleges-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
        }

        .card {
            background: #fff;
            border: 1px solid rgba(37, 99, 235, .08);
            border-radius: 20px;
            overflow: hidden;
            cursor: pointer;
            position: relative;
            opacity: 0;
            transform: translateY(40px);
            transition: border-color .3s, box-shadow .3s, transform .3s;
        }

        .card:hover {
            border-color: rgba(37, 99, 235, .22);
            box-shadow: 0 12px 40px rgba(37, 99, 235, .09);
            transform: translateY(-4px);
        }

        .card-top {
            height: 120px;
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .card-grad {
            position: absolute;
            inset: 0;
        }

        .card-emoji {
            position: relative;
            z-index: 2;
            font-size: 36px;
            filter: drop-shadow(0 4px 16px rgba(0, 0, 0, .2));
        }

        .card-rank {
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 1.5px;
            color: #fff;
            background: rgba(255, 255, 255, .2);
            backdrop-filter: blur(8px);
            border-radius: 100px;
            padding: 4px 10px;
        }

        .card-nirf {
            position: absolute;
            top: 10px;
            left: 10px;
            font-size: 10px;
            font-weight: 700;
            color: #fff;
            background: rgba(0, 0, 0, .25);
            backdrop-filter: blur(8px);
            border-radius: 100px;
            padding: 4px 10px;
        }

        .card-body {
            padding: 18px 18px 20px;
        }

        .card-cat {
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: var(--blue);
            margin-bottom: 6px;
        }

        .card-name {
            font-family: var(--font-d);
            font-size: 16px;
            font-weight: 800;
            color: var(--ink);
            margin-bottom: 5px;
            line-height: 1.2;
        }

        .card-loc {
            font-size: 12px;
            color: rgba(26, 26, 46, .4);
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 4px;
        }

        .card-tags {
            display: flex;
            gap: 6px;
            flex-wrap: wrap;
            margin-bottom: 14px;
        }

        .ctag-sm {
            font-size: 10px;
            font-weight: 600;
            padding: 3px 10px;
            border-radius: 100px;
            background: rgba(37, 99, 235, .06);
            color: #1D4ED8;
            border: 1px solid rgba(37, 99, 235, .12);
        }

        .ctag-sm.ind {
            background: rgba(79, 70, 229, .06);
            color: #4338CA;
            border-color: rgba(79, 70, 229, .15);
        }

        .card-footer {
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-top: 1px solid rgba(37, 99, 235, .06);
            padding-top: 12px;
        }

        .card-fee {
            font-size: 12px;
            color: rgba(26, 26, 46, .45);
        }

        .card-fee strong {
            color: var(--ink);
            font-weight: 700;
        }

        .card-arrow {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: rgba(37, 99, 235, .08);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
            color: var(--blue);
            transition: background .2s, transform .2s;
        }

        .card:hover .card-arrow {
            background: rgba(37, 99, 235, .18);
            transform: translate(2px, -2px);
        }

        /* NO RESULTS */
        .no-results {
            text-align: center;
            padding: 80px 20px;
            display: none;
        }

        .no-results.show {
            display: block;
        }

        .no-r-icon {
            font-size: 48px;
            margin-bottom: 16px;
        }

        .no-r-text {
            font-family: var(--font-d);
            font-size: 20px;
            font-weight: 700;
            color: rgba(26, 26, 46, .3);
        }

        /* FLOATING PARTICLES */
        #particles {
            position: fixed;
            inset: 0;
            pointer-events: none;
            z-index: 0;
            overflow: hidden;
        }

        .particle {
            position: absolute;
            border-radius: 50%;
            background: var(--blue);
            animation: float var(--d) ease-in-out infinite var(--dl);
        }

        @keyframes float {

            0%,
            100% {
                transform: translateY(0) rotate(0deg);
                opacity: var(--lo)
            }

            50% {
                transform: translateY(var(--ty)) rotate(180deg);
                opacity: var(--hi)
            }
        }

        /* SCROLL PROGRESS */
        .scroll-prog {
            position: fixed;
            top: 0;
            left: 0;
            height: 3px;
            background: linear-gradient(90deg, var(--blue), var(--indigo));
            z-index: 9998;
            transform-origin: left;
            transform: scaleX(0);
        }

        /* BACK TO TOP */
        .btt {
            position: fixed;
            bottom: 32px;
            right: 32px;
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--blue), var(--indigo));
            color: #fff;
            font-size: 18px;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transform: translateY(20px);
            transition: opacity .3s, transform .3s;
            box-shadow: 0 4px 20px rgba(37, 99, 235, .35);
            z-index: 800;
        }

        .btt.show {
            opacity: 1;
            transform: translateY(0);
        }

        .btt:hover {
            transform: translateY(-3px) !important;
        }

        /* CATEGORY SECTION TITLES */
        .cat-section-title {
            display: flex;
            align-items: center;
            gap: 14px;
            margin: 48px 0 20px;
            opacity: 0;
            transform: translateX(-20px);
        }

        .cst-line {
            flex: 1;
            height: 1px;
            background: linear-gradient(90deg, rgba(37, 99, 235, .2), transparent);
        }

        .cst-label {
            font-family: var(--font-d);
            font-size: 13px;
            font-weight: 800;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: var(--blue);
            white-space: nowrap;
        }

        .cst-emoji {
            font-size: 18px;
        }

        /* MODAL OVERLAY */
        .modal-overlay {
            position: fixed;
            inset: 0;
            background: rgba(26, 26, 46, .6);
            backdrop-filter: blur(12px);
            z-index: 9000;
            opacity: 0;
            pointer-events: none;
            transition: opacity .35s;
        }

        .modal-overlay.open {
            opacity: 1;
            pointer-events: all;
        }

        .modal {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -48%) scale(.94);
            z-index: 9001;
            width: min(640px, 92vw);
            background: var(--white);
            border-radius: 28px;
            overflow: hidden;
            opacity: 0;
            transition: transform .4s cubic-bezier(.34, 1.56, .64, 1), opacity .35s;
            box-shadow: 0 32px 80px rgba(37, 99, 235, .18);
        }

        .modal.open {
            transform: translate(-50%, -50%) scale(1);
            opacity: 1;
        }

        .modal-top {
            height: 220px;
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .modal-grad {
            position: absolute;
            inset: 0;
        }

        .modal-emoji {
            position: relative;
            z-index: 2;
            font-size: 64px;
            filter: drop-shadow(0 8px 24px rgba(0, 0, 0, .2));
        }

        .modal-close {
            position: absolute;
            top: 16px;
            right: 16px;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: rgba(255, 255, 255, .2);
            border: none;
            color: #fff;
            font-size: 18px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            backdrop-filter: blur(8px);
            z-index: 3;
            transition: background .2s;
        }

        .modal-close:hover {
            background: rgba(255, 255, 255, .35);
        }

        .modal-body {
            padding: 28px 32px 32px;
        }

        .modal-cat {
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            color: var(--blue);
            margin-bottom: 8px;
        }

        .modal-name {
            font-family: var(--font-d);
            font-size: 26px;
            font-weight: 800;
            color: var(--ink);
            margin-bottom: 8px;
        }

        .modal-loc {
            font-size: 13px;
            color: rgba(26, 26, 46, .45);
            margin-bottom: 16px;
        }

        .modal-desc {
            font-size: 14px;
            color: rgba(26, 26, 46, .55);
            line-height: 1.7;
            margin-bottom: 20px;
        }

        .modal-stats {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 12px;
            margin-bottom: 20px;
        }

        .mstat {
            background: var(--cream-mid);
            border-radius: 14px;
            padding: 14px;
            text-align: center;
        }

        .mstat-n {
            font-family: var(--font-d);
            font-size: 18px;
            font-weight: 800;
            background: linear-gradient(135deg, var(--blue), var(--indigo));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .mstat-l {
            font-size: 11px;
            color: rgba(26, 26, 46, .4);
            margin-top: 3px;
        }

        .modal-tags {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
            margin-bottom: 24px;
        }

        .modal-btns {
            display: flex;
            gap: 12px;
        }

        .mbtn-p {
            flex: 1;
            font-family: var(--font-b);
            font-size: 14px;
            font-weight: 700;
            background: linear-gradient(135deg, var(--blue), var(--indigo));
            color: #fff;
            border: none;
            border-radius: 100px;
            padding: 14px;
            cursor: pointer;
            transition: transform .2s, box-shadow .2s;
        }

        .mbtn-p:hover {
            transform: translateY(-1px);
            box-shadow: 0 8px 24px rgba(37, 99, 235, .35);
        }

        .mbtn-g {
            font-family: var(--font-b);
            font-size: 14px;
            font-weight: 600;
            background: transparent;
            color: rgba(26, 26, 46, .6);
            border: 1px solid rgba(37, 99, 235, .2);
            border-radius: 100px;
            padding: 14px 20px;
            cursor: pointer;
            transition: background .2s, color .2s;
        }

        .mbtn-g:hover {
            background: rgba(37, 99, 235, .06);
            color: var(--blue);
        }

        @keyframes fadeUp {
            to {
                opacity: 1;
                transform: translateY(0)
            }
        }

        /* RESPONSIVE */
        @media(max-width:900px) {
            .featured-strip {
                grid-template-columns: 1fr;
            }

            .card-featured {
                grid-template-columns: 1fr;
                min-height: auto;
            }

            .cf-visual {
                height: 140px;
            }

            .colleges-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .filter-bar {
                padding: 0 20px;
            }

            .search-wrap,
            .main-wrap {
                padding-left: 20px;
                padding-right: 20px;
            }

            nav {
                padding: 16px 20px;
            }
        }

        @media(max-width:600px) {
            .colleges-grid {
                grid-template-columns: 1fr;
            }

            .ph-stats {
                gap: 20px;
            }

            .ph-title {
                letter-spacing: -1px;
            }

            .modal-stats {
                grid-template-columns: repeat(3, 1fr);
                gap: 8px;
            }

            .modal-body {
                padding: 20px;
            }

            .section-head {
                flex-direction: column;
                gap: 6px;
            }
        }


/* ===== Source: colloge-page.html | style block 2 ===== */

@keyframes float1 {

                0%,
                100% {
                    transform: translate(0, 0)
                }

                50% {
                    transform: translate(20px, -24px)
                }
            }


/* ===== Source: single-colloge-page.html | style block 1 ===== */

/* ═══════════════════════════════════════════
   VARIABLES & RESET
═══════════════════════════════════════════ */
        :root {
            --navy: #0B2E5E;
            --blue: #1B5FAD;
            --sky: #2E8FE8;
            --sky-light: #edf4ff;
            --sky-pale: #f4f8ff;
            --gold: #F5C842;
            --gold-light: #fff9e6;
            --white: #ffffff;
            --border: #dce8f8;
            --text-muted: #64748b;
            --text-hint: #94a3b8;
            --bg: #f4f7fb;
            --green: #25D366;
            --radius-sm: 10px;
            --radius-md: 16px;
            --radius-lg: 24px;
            --shadow-sm: 0 4px 18px rgba(11, 46, 94, .07);
            --shadow-md: 0 8px 32px rgba(11, 46, 94, .11);
            --shadow-lg: 0 20px 60px rgba(11, 46, 94, .15);
        }

        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: 'DM Sans', sans-serif;
            background: var(--bg);
            color: var(--navy);
            line-height: 1.6;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        img {
            display: block;
            max-width: 100%;
        }

        /* ═══════════════════════════════════════════
   TOPBAR NAV
═══════════════════════════════════════════ */
        .topbar {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(255, 255, 255, .92);
            backdrop-filter: blur(14px);
            border-bottom: 1px solid var(--border);
            padding: 0 60px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 64px;
        }

        .topbar-logo {
            font-family: 'Playfair Display', serif;
            font-size: 1.1rem;
            font-weight: 900;
            color: var(--navy);
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .topbar-logo .logo-badge {
            width: 36px;
            height: 36px;
            border-radius: 10px;
            background: linear-gradient(135deg, var(--blue), var(--sky));
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: .75rem;
            font-weight: 700;
        }

        .topbar-links {
            display: flex;
            gap: 28px;
        }

        .topbar-links a {
            font-size: .85rem;
            font-weight: 600;
            color: var(--text-muted);
            transition: color .2s;
        }

        .topbar-links a:hover {
            color: var(--sky);
        }

        .topbar-cta {
            background: linear-gradient(135deg, var(--blue), var(--sky));
            color: #fff;
            border: none;
            border-radius: 50px;
            padding: 9px 22px;
            font-family: 'DM Sans', sans-serif;
            font-size: .82rem;
            font-weight: 700;
            cursor: pointer;
            transition: transform .2s, box-shadow .2s;
            box-shadow: 0 4px 14px rgba(27, 95, 173, .28);
        }

        .topbar-cta:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 22px rgba(27, 95, 173, .36);
        }

        /* ═══════════════════════════════════════════
   HERO
═══════════════════════════════════════════ */
.hero {
    max-width: 100% !important;
    margin: 0 !important;
}
        .hero {
    position: relative;
    width: 100%;
    min-height: 100vh; /* full screen */
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

        .hero-bg {
            top: 0;
            left: 0;
            width: 100vw;   /* full viewport width */
            height: 100%;
            background-repeat: no-repeat;
            position: absolute;
            inset: 0;
            background-image: url('https://images.unsplash.com/photo-1580281658629-2b60a0d1af48?auto=format&fit=crop&w=1600&q=80');
            background-size: cover;
            background-position: center;
            animation: heroZoom 14s ease-in-out infinite alternate;
        }

        @keyframes heroZoom {
            from {
                transform: scale(1.04);
            }

            to {
                transform: scale(1.11);
            }
        }

        .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(7,26,54,0.6) 0%,
        rgba(7,26,54,0.3) 40%,
        rgba(7,26,54,0.9) 100%
    );
}

        .hero-content {
            position: relative;
            z-index: 5;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 60px 72px;
        }

        .hero-pill {
            display: inline-block;
            background: rgba(46, 143, 232, .22);
            border: 1px solid rgba(46, 143, 232, .45);
            color: #7dd3fc;
            font-size: .72rem;
            font-weight: 700;
            letter-spacing: .12em;
            text-transform: uppercase;
            padding: 6px 18px;
            border-radius: 50px;
            margin-bottom: 18px;
            backdrop-filter: blur(4px);
        }

        .hero-content h1 {
            font-family: 'Playfair Display', serif;
            font-size: clamp(2.4rem, 5.5vw, 4.4rem);
            font-weight: 900;
            color: #fff;
            line-height: 1.07;
            margin-bottom: 18px;
            text-shadow: 0 4px 28px rgba(0, 0, 0, .28);
        }

        .hero-content h1 em {
            font-style: normal;
            color: var(--gold);
        }

        .hero-tagline {
            color: rgba(255, 255, 255, .76);
            font-size: 1.05rem;
            line-height: 1.65;
            max-width: 560px;
            margin-bottom: 36px;
        }

        .hero-btns {
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
            margin-bottom: 50px;
        }

        .btn-gold {
            background: var(--gold);
            color: var(--navy);
            border: none;
            border-radius: 50px;
            padding: 14px 34px;
            font-family: 'DM Sans', sans-serif;
            font-size: .95rem;
            font-weight: 700;
            cursor: pointer;
            transition: transform .25s, filter .25s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            box-shadow: 0 10px 28px rgba(245, 200, 66, .35);
        }

        .btn-gold:hover {
            transform: translateY(-3px);
            filter: brightness(1.07);
            color: var(--navy);
        }

        .btn-ghost {
            /*background: rgba(255, 255, 255, .1);*/
            /*color: rgba(255, 255, 255, .88);*/
            /*border: 2px solid rgba(255, 255, 255, .32);*/
            border-radius: 50px;
            padding: 12px 28px;
            font-family: 'DM Sans', sans-serif;
            font-size: .9rem;
            font-weight: 600;
            cursor: pointer;
            backdrop-filter: blur(6px);
            transition: all .25s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .btn-ghost:hover {
            background: rgba(255, 255, 255, .2);
            color: #000;
            transform: translateY(-2px);
        }

        .hero-stats {
            display: flex;
            gap: 0;
            background: rgba(255, 255, 255, .09);
            backdrop-filter: blur(14px);
            border: 1px solid rgba(255, 255, 255, .16);
            border-radius: 20px;
            overflow: hidden;
            width: fit-content;
        }

        .hs-item {
            padding: 18px 28px;
            border-right: 1px solid rgba(255, 255, 255, .13);
            min-width: 120px;
        }

        .hs-item:last-child {
            border-right: none;
        }

        .hs-label {
            font-size: .66rem;
            text-transform: uppercase;
            letter-spacing: .1em;
            color: rgba(255, 255, 255, .48);
            margin-bottom: 5px;
        }

        .hs-val {
            font-family: 'Playfair Display', serif;
            font-size: 1rem;
            font-weight: 700;
            color: #fff;
        }

        .hs-val.gold {
            color: var(--gold);
        }

        /* ═══════════════════════════════════════════
   OVERVIEW CARD
═══════════════════════════════════════════ */
        .overview-wrap {
            max-width: 1200px;
            margin: -52px auto 0;
            padding: 0 60px;
            position: relative;
            z-index: 10;
        }

        .overview-card {
            background: var(--white);
            border-radius: var(--radius-lg);
            box-shadow: var(--shadow-lg);
            border: 1px solid var(--border);
            display: grid;
            grid-template-columns: 1.4fr 1fr;
        }

        .oc-left {
            padding: 44px 48px;
            border-right: 1px solid var(--border);
        }

        .oc-eyebrow {
            font-family: 'Space Mono', monospace;
            font-size: .66rem;
            letter-spacing: .14em;
            text-transform: uppercase;
            color: var(--sky);
            margin-bottom: 10px;
        }

        .oc-title {
            font-family: 'Playfair Display', serif;
            font-size: 1.5rem;
            font-weight: 800;
            color: var(--navy);
            margin-bottom: 16px;
            line-height: 1.2;
        }

        .oc-about {
            font-size: .9rem;
            color: var(--text-muted);
            line-height: 1.85;
        }

        .oc-right {
            padding: 0;
            background: var(--sky-pale);
            display: grid;
            grid-template-columns: 1fr 1fr;
            border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
            overflow: hidden;
        }

        .oc-stat {
            padding: 26px 22px;
            border-bottom: 1px solid var(--border);
            border-right: 1px solid var(--border);
            transition: background .2s;
        }

        .oc-stat:hover {
            background: #e8f2ff;
        }

        .oc-stat:nth-child(even) {
            border-right: none;
        }

        .oc-stat:nth-last-child(-n+2) {
            border-bottom: none;
        }

        .oc-stat-icon {
            font-size: 1.35rem;
            margin-bottom: 8px;
        }

        .oc-stat-lbl {
            font-size: .64rem;
            text-transform: uppercase;
            letter-spacing: .09em;
            color: var(--text-hint);
            font-weight: 600;
            margin-bottom: 4px;
        }

        .oc-stat-val {
            font-family: 'Playfair Display', serif;
            font-size: .92rem;
            font-weight: 700;
            color: var(--navy);
            line-height: 1.3;
        }

        /* ═══════════════════════════════════════════
   SECTION BASE
═══════════════════════════════════════════ */
        .section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 76px 60px;
        }

        .section-alt {
            background: var(--white);
        }

        .section-alt-inner {
            max-width: 1200px;
            margin: 0 auto;
            padding: 76px 60px;
        }

        .section-head {
            margin-bottom: 48px;
        }

        .eyebrow {
            font-family: 'Space Mono', monospace;
            font-size: .66rem;
            letter-spacing: .14em;
            text-transform: uppercase;
            color: var(--sky);
            display: block;
            margin-bottom: 8px;
        }

        .section-head h2 {
            font-family: 'Playfair Display', serif;
            font-size: clamp(1.6rem, 3vw, 2.3rem);
            font-weight: 900;
            color: var(--navy);
            line-height: 1.12;
        }

        .section-head h2 span {
            color: var(--sky);
        }

        .divider {
            width: 52px;
            height: 4px;
            background: linear-gradient(90deg, var(--blue), var(--sky));
            border-radius: 4px;
            margin-top: 14px;
        }

        /* ═══════════════════════════════════════════
   COURSES
═══════════════════════════════════════════ */
        .courses-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(268px, 1fr));
            gap: 22px;
        }

        .crs-card {
            background: var(--white);
            border-radius: var(--radius-md);
            padding: 30px 26px;
            border: 1px solid var(--border);
            box-shadow: var(--shadow-sm);
            transition: transform .3s cubic-bezier(.34, 1.56, .64, 1), box-shadow .3s;
            position: relative;
            overflow: hidden;
        }

        .crs-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--blue), var(--sky));
            transform: scaleX(0);
            transform-origin: left;
            transition: transform .35s;
        }

        .crs-card:hover::before {
            transform: scaleX(1);
        }

        .crs-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow-lg);
        }

        .crs-name {
            font-family: 'Playfair Display', serif;
            font-size: 1.12rem;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 16px;
        }

        .crs-meta {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .crs-row {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: .82rem;
            color: var(--text-muted);
        }

        .crs-icon {
            width: 28px;
            height: 28px;
            border-radius: 8px;
            background: var(--sky-light);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: .82rem;
            flex-shrink: 0;
        }

        .crs-badge {
            margin-top: 18px;
            background: linear-gradient(135deg, var(--blue), var(--sky));
            color: #fff;
            font-size: .7rem;
            font-weight: 700;
            padding: 5px 14px;
            border-radius: 50px;
            display: inline-block;
        }

        /* ═══════════════════════════════════════════
   FACILITIES
═══════════════════════════════════════════ */
        .fac-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
            gap: 22px;
        }

        .fac-card {
            background: var(--white);
            border-radius: var(--radius-md);
            padding: 32px 22px;
            text-align: center;
            border: 1px solid var(--border);
            box-shadow: var(--shadow-sm);
            transition: all .3s ease;
        }

        .fac-card:hover {
            background: linear-gradient(135deg, var(--sky-light), #e8f4ff);
            transform: translateY(-6px);
            box-shadow: var(--shadow-md);
        }

        .fac-icon {
            width: 64px;
            height: 64px;
            border-radius: 18px;
            background: linear-gradient(135deg, var(--sky-light), var(--border));
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.75rem;
            margin: 0 auto 16px;
            transition: transform .3s;
        }

        .fac-card:hover .fac-icon {
            transform: scale(1.1) rotate(-4deg);
        }

        .fac-name {
            font-family: 'Playfair Display', serif;
            font-size: .98rem;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 7px;
        }

        .fac-desc {
            font-size: .8rem;
            color: var(--text-hint);
            line-height: 1.65;
        }

        /* ═══════════════════════════════════════════
   GALLERY
═══════════════════════════════════════════ */
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
        }

        .gallery-grid .g-item:first-child {
            grid-column: span 2;
            grid-row: span 2;
        }

        .g-item {
            position: relative;
            border-radius: var(--radius-md);
            overflow: hidden;
            aspect-ratio: 4/3;
            cursor: pointer;
        }

        .g-item:first-child {
            aspect-ratio: auto;
        }

        .g-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .55s ease;
        }

        .g-item:hover img {
            transform: scale(1.07);
        }

        .g-item::after {
            content: '🔍';
            position: absolute;
            inset: 0;
            background: rgba(7, 26, 54, .42);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            opacity: 0;
            transition: opacity .3s;
        }

        .g-item:hover::after {
            opacity: 1;
        }

        /* ═══════════════════════════════════════════
   PLACEMENT DARK SECTION
═══════════════════════════════════════════ */
        .placement-band {
            background: linear-gradient(135deg, #0B2E5E 0%, #0e3d7a 60%, #0B2E5E 100%);
            padding: 80px 60px;
            position: relative;
            overflow: hidden;
        }

        .placement-band::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
            background-size: 48px 48px;
        }

        .placement-inner {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }

        .placement-inner .section-head h2 {
            color: #fff;
        }

        .placement-inner .divider {
            background: linear-gradient(90deg, var(--gold), #f7d96a);
        }

        .pl-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(196px, 1fr));
            gap: 22px;
            margin-top: 46px;
        }

        .pl-card {
            background: rgba(255, 255, 255, .08);
            backdrop-filter: blur(8px);
            border: 1px solid rgba(255, 255, 255, .14);
            border-radius: var(--radius-md);
            padding: 36px 28px;
            text-align: center;
            transition: background .3s, transform .3s;
        }

        .pl-card:hover {
            background: rgba(255, 255, 255, .14);
            transform: translateY(-6px);
        }

        .pl-num {
            font-family: 'Playfair Display', serif;
            font-size: 2.8rem;
            font-weight: 900;
            color: var(--gold);
            line-height: 1;
            margin-bottom: 8px;
        }

        .pl-lbl {
            font-size: .82rem;
            color: rgba(255, 255, 255, .6);
            font-weight: 500;
            line-height: 1.5;
        }

        /* ═══════════════════════════════════════════
   ADMISSION STEPS
═══════════════════════════════════════════ */
        .steps-wrap {
            display: flex;
            flex-direction: column;
            gap: 0;
            position: relative;
            max-width: 720px;
            margin: 0 auto;
        }

        .steps-wrap::before {
            content: '';
            position: absolute;
            left: 27px;
            top: 0;
            bottom: 0;
            width: 2px;
            background: linear-gradient(var(--blue), var(--sky), #14b8a6);
            opacity: .22;
        }

        .step-row {
            display: flex;
            gap: 24px;
            align-items: flex-start;
            padding: 24px 0;
        }

        .step-circle {
            width: 56px;
            height: 56px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--blue), var(--sky));
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Space Mono', monospace;
            font-size: .92rem;
            font-weight: 700;
            flex-shrink: 0;
            z-index: 2;
            box-shadow: 0 6px 20px rgba(27, 95, 173, .33);
            transition: transform .3s;
        }

        .step-row:hover .step-circle {
            transform: scale(1.12);
        }

        .step-body {
            padding-top: 8px;
            flex: 1;
        }

        .step-body h4 {
            font-size: .98rem;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 5px;
        }

        .step-body p {
            font-size: .84rem;
            color: var(--text-muted);
            line-height: 1.72;
        }

        /* ═══════════════════════════════════════════
   TESTIMONIALS
═══════════════════════════════════════════ */
        .testi-wrap {
            overflow: hidden;
            position: relative;
        }

        .testi-track {
            display: flex;
            gap: 22px;
            transition: transform .5s cubic-bezier(.22, 1, .36, 1);
        }

        .testi-card {
            flex: 0 0 calc(33.333% - 15px);
            background: var(--white);
            border-radius: var(--radius-md);
            padding: 28px 26px;
            border: 1px solid var(--border);
            box-shadow: var(--shadow-sm);
            display: flex;
            flex-direction: column;
            gap: 14px;
            transition: box-shadow .3s;
        }

        .testi-card:hover {
            box-shadow: var(--shadow-md);
        }

        .testi-stars {
            color: var(--gold);
            font-size: 1rem;
            letter-spacing: 3px;
        }

        .testi-text {
            font-size: .86rem;
            color: var(--text-muted);
            line-height: 1.75;
            flex: 1;
            font-style: italic;
        }

        .testi-author {
            display: flex;
            align-items: center;
            gap: 12px;
            padding-top: 14px;
            border-top: 1px solid var(--border);
        }

        .testi-avatar {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--blue), var(--sky));
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: .95rem;
            flex-shrink: 0;
        }

        .testi-name {
            font-size: .87rem;
            font-weight: 700;
            color: var(--navy);
        }

        .testi-batch {
            font-size: .74rem;
            color: var(--text-hint);
        }

        .testi-controls {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-top: 28px;
        }

        .testi-btn {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            border: 1.5px solid var(--border);
            background: var(--white);
            color: var(--blue);
            cursor: pointer;
            font-size: 1rem;
            transition: all .25s;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .testi-btn:hover {
            background: linear-gradient(135deg, var(--blue), var(--sky));
            color: #fff;
            border-color: transparent;
        }

        /* ═══════════════════════════════════════════
   CONTACT
═══════════════════════════════════════════ */
        .contact-band {
            background: var(--sky-pale);
            padding: 80px 60px;
        }

        .contact-inner {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 52px;
            align-items: start;
        }

        .contact-form-card {
            background: var(--white);
            border-radius: var(--radius-lg);
            padding: 42px;
            border: 1px solid var(--border);
            box-shadow: var(--shadow-md);
        }

        .cf-title {
            font-family: 'Playfair Display', serif;
            font-size: 1.55rem;
            font-weight: 800;
            color: var(--navy);
            margin-bottom: 5px;
        }

        .cf-sub {
            font-size: .86rem;
            color: var(--text-hint);
            margin-bottom: 28px;
        }

        .cf-group {
            margin-bottom: 18px;
        }

        .cf-group label {
            display: block;
            font-size: .72rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .08em;
            color: var(--text-muted);
            margin-bottom: 7px;
        }

        .cf-group input,
        .cf-group select {
            width: 100%;
            height: 50px;
            padding: 0 16px;
            border: 1.5px solid var(--border);
            border-radius: var(--radius-sm);
            font-family: 'DM Sans', sans-serif;
            font-size: .9rem;
            color: var(--navy);
            background: var(--sky-pale);
            outline: none;
            transition: border-color .25s, box-shadow .25s;
        }

        .cf-group input:focus,
        .cf-group select:focus {
            border-color: var(--sky);
            background: var(--white);
            box-shadow: 0 0 0 3px rgba(46, 143, 232, .1);
        }

        .cf-btn {
            width: 100%;
            height: 52px;
            background: linear-gradient(135deg, var(--blue), var(--sky));
            color: #fff;
            border: none;
            border-radius: var(--radius-sm);
            font-family: 'DM Sans', sans-serif;
            font-size: .95rem;
            font-weight: 700;
            cursor: pointer;
            transition: transform .25s, box-shadow .25s;
            box-shadow: 0 8px 22px rgba(27, 95, 173, .28);
            margin-top: 6px;
        }

        .cf-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 14px 30px rgba(27, 95, 173, .38);
        }

        .contact-info {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .ci-card {
            background: var(--white);
            border-radius: var(--radius-md);
            padding: 24px 26px;
            border: 1px solid var(--border);
            box-shadow: var(--shadow-sm);
            display: flex;
            align-items: center;
            gap: 18px;
            transition: transform .25s;
        }

        .ci-card:hover {
            transform: translateX(6px);
        }

        .ci-icon {
            width: 50px;
            height: 50px;
            border-radius: 14px;
            background: var(--sky-light);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.45rem;
            flex-shrink: 0;
        }

        .ci-text h4 {
            font-size: .86rem;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 4px;
        }

        .ci-text a,
        .ci-text span {
            font-size: .82rem;
            color: var(--text-muted);
            transition: color .2s;
        }

        .ci-text a:hover {
            color: var(--sky);
        }

        .map-card {
            border-radius: var(--radius-md);
            overflow: hidden;
            height: 220px;
            border: 1px solid var(--border);
            box-shadow: var(--shadow-sm);
        }

        .map-card iframe {
            width: 100%;
            height: 100%;
            border: none;
            display: block;
        }

        .map-placeholder {
            width: 100%;
            height: 100%;
            background: var(--sky-light);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 10px;
            color: var(--sky);
            font-size: .9rem;
            font-weight: 600;
        }

        .map-placeholder .map-pin {
            font-size: 2.5rem;
        }

        /* ═══════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════ */
        footer {
            background: var(--navy);
            color: rgba(255, 255, 255, .7);
            padding: 48px 60px 30px;
            text-align: center;
        }

        footer .footer-logo {
            font-family: 'Playfair Display', serif;
            font-size: 1.3rem;
            font-weight: 900;
            color: #fff;
            margin-bottom: 10px;
        }

        footer .footer-sub {
            font-size: .83rem;
            margin-bottom: 20px;
        }

        footer .footer-links {
            display: flex;
            gap: 22px;
            justify-content: center;
            flex-wrap: wrap;
            font-size: .82rem;
            margin-bottom: 22px;
        }

        footer .footer-links a {
            color: rgba(255, 255, 255, .6);
            transition: color .2s;
        }

        footer .footer-links a:hover {
            color: var(--gold);
        }

        footer .footer-copy {
            font-size: .76rem;
            color: rgba(255, 255, 255, .35);
        }

        /* ═══════════════════════════════════════════
   STICKY BAR
═══════════════════════════════════════════ */
        .sticky-bar {
            position: fixed;
            bottom: 26px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            align-items: center;
            gap: 10px;
            background: var(--white);
            border-radius: 60px;
            padding: 8px 12px 8px 22px;
            box-shadow: 0 10px 40px rgba(11, 46, 94, .22);
            border: 1px solid var(--border);
            z-index: 9999;
            white-space: nowrap;
            animation: slideUp .8s 1.5s cubic-bezier(.34, 1.56, .64, 1) both;
        }

        @keyframes slideUp {
            from {
                bottom: -80px;
                opacity: 0;
            }

            to {
                bottom: 26px;
                opacity: 1;
            }
        }

        .sb-label {
            font-size: .8rem;
            font-weight: 600;
            color: var(--text-muted);
        }

        .sb-apply {
            background: linear-gradient(135deg, var(--blue), var(--sky));
            color: #fff;
            border: none;
            border-radius: 50px;
            padding: 10px 20px;
            font-family: 'DM Sans', sans-serif;
            font-size: .83rem;
            font-weight: 700;
            cursor: pointer;
            transition: transform .2s;
            display: inline-block;
        }

        .sb-apply:hover {
            transform: scale(1.05);
            color: #fff;
        }

        .sb-icon-btn {
            width: 40px;
            height: 40px;
            border: none;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: transform .2s;
            flex-shrink: 0;
        }

        .sb-icon-btn:hover {
            transform: scale(1.12);
        }

        .sb-wa {
            background: var(--green);
        }

        .sb-call {
            background: var(--blue);
        }

        .wa-float {
            position: fixed;
            bottom: 92px;
            right: 26px;
            width: 56px;
            height: 56px;
            border-radius: 50%;
            background: var(--green);
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 26px rgba(37, 211, 102, .38);
            z-index: 9998;
            transition: transform .3s;
            animation: slideUp .8s 1.8s cubic-bezier(.34, 1.56, .64, 1) both;
        }

        .wa-float:hover {
            transform: scale(1.12);
        }

        /* ═══════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════ */
        @media (max-width: 1100px) {

            .hero-content,
            .overview-wrap,
            .section,
            .section-alt-inner,
            .placement-band,
            .contact-band {
                padding-left: 28px;
                padding-right: 28px;
            }

            .overview-card {
                grid-template-columns: 1fr;
            }

            .oc-left {
                border-right: none;
                border-bottom: 1px solid var(--border);
            }

            .oc-right {
                border-radius: 0 0 var(--radius-lg) var(--radius-lg);
            }

            .contact-inner {
                grid-template-columns: 1fr;
            }

            .gallery-grid {
                grid-template-columns: 1fr 1fr;
            }

            .gallery-grid .g-item:first-child {
                grid-column: span 2;
                aspect-ratio: 16/7;
            }
        }

        @media (max-width: 767px) {
            .topbar {
                padding: 0 20px;
            }

            .topbar-links {
                display: none;
            }

            .hero-content {
                padding: 0 20px 50px;
            }

            .hero-stats {
                flex-wrap: wrap;
            }

            .hs-item {
                min-width: unset;
                padding: 14px 18px;
            }

            .testi-card {
                flex: 0 0 85vw;
            }

            .gallery-grid {
                grid-template-columns: 1fr;
            }

            .gallery-grid .g-item:first-child {
                grid-column: span 1;
                aspect-ratio: 16/9;
            }

            .sticky-bar {
                width: calc(100% - 32px);
                justify-content: center;
            }
        }


/* ===== Source: course-page.html | style block 1 ===== */

/* ═══════════════════════════════════════════
   DESIGN TOKENS
═══════════════════════════════════════════ */
        :root {
            --ink: #1A1A2E;
            --paper: #FDF8F2;
            --blue: #2563EB;
            --blue-light: #3B82F6;
            --blue-glow: #93C5FD;
            --blue-mid: #1D4ED8;
            --indigo: #4F46E5;
            --indigo-deep: #3730A3;
            --cream: #FDF8F2;
            --cream-dark: #F5EDD8;
            --cream-mid: #FAF3E8;
            --muted: rgba(37, 99, 235, 0.5);
            --border: rgba(37, 99, 235, 0.12);
            --card-bg: rgba(37, 99, 235, 0.04);
            --font-display: 'Syne', sans-serif;
            --font-body: 'DM Sans', sans-serif;
        }

        *,
        *::before,
        *::after {
            color: black;
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        html,
        body {
            width: 100%;
            min-height: 100vh;
            background: var(--paper);
            font-family: var(--font-body);
            color: var(--ink);
            overflow-x: hidden;
        }

        /* ── Animated soft mesh ── */
        body::before {
            content: '';
            position: fixed;
            inset: 0;
            z-index: 0;
            pointer-events: none;
            background:
                radial-gradient(ellipse 65% 50% at 5% 10%, rgba(37, 99, 235, 0.07) 0%, transparent 60%),
                radial-gradient(ellipse 55% 65% at 95% 90%, rgba(79, 70, 229, 0.09) 0%, transparent 60%),
                radial-gradient(ellipse 40% 35% at 55% 45%, rgba(147, 197, 253, 0.05) 0%, transparent 55%);
            /*animation: meshDrift 16s ease-in-out infinite alternate;*/
        }

        @keyframes meshDrift {
            0% {
                opacity: 1;
                transform: scale(1);
            }

            100% {
                opacity: 0.65;
                transform: scale(1.06);
            }
        }

        /* ── Cursor glow ── */
        #cursor-glow {
            position: fixed;
            width: 360px;
            height: 360px;
            border-radius: 50%;
            pointer-events: none;
            z-index: 1;
            background: radial-gradient(circle, rgba(37, 99, 235, 0.055) 0%, transparent 70%);
            transform: translate(-50%, -50%);
            transition: left 0.12s ease, top 0.12s ease;
        }

        /* ── Page shell ── */
        .page {
            position: relative;
            z-index: 2;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
           
            gap: 36px;
        }

        /* ══════════════════════
   HEADER
══════════════════════ */
        header {
            text-align: center;
        }

        header .eyebrow {
            font-size: 11px;
            letter-spacing: 0.26em;
            text-transform: uppercase;
            color: var(--blue);
            margin-bottom: 100px;
            font-weight: 500;
        }

        header h1 {
            font-family: var(--font-display);
            font-size: clamp(30px, 5.5vw, 56px);
            font-weight: 800;
            line-height: 1.08;
            background: linear-gradient(135deg, var(--ink) 25%, var(--blue) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -0.025em;
        }

        header p {
            margin-top: 10px;
            font-size: 14px;
            color: rgba(26, 26, 46, 0.5);
            font-weight: 300;
        }

        /* ══════════════════════
   3-PANEL GRID
══════════════════════ */
        .main-layout {
            display: grid;
            grid-template-columns: 210px 1fr 330px;
            gap: 22px;
            width: 100%;
            max-width: 1120px;
            align-items: start;
        }

        /* ═══════════════════════════════════════════════════
   LEFT — PILLAR MENU
   Rectangular column shape (no pill / no capsule).
   Top & bottom have a blue gradient accent bar
   (like a classical pillar capital & base).
   Each row is full-width with a left accent bar
   on the active state.
═══════════════════════════════════════════════════ */
        .pillar-menu {
            display: flex;
            flex-direction: column;
            background: rgba(255, 255, 255, 0.72);
            border: 1px solid var(--border);
            border-radius: 18px;
            overflow: hidden;
            box-shadow:
                0 4px 24px rgba(37, 99, 235, 0.08),
                inset 0 1px 0 rgba(255, 255, 255, 0.95);
            position: relative;
        }

        /* Pillar capital (top bar) */
        .pillar-menu::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, transparent 0%, var(--blue-light) 30%, var(--indigo) 70%, transparent 100%);
            z-index: 2;
        }

        /* Pillar base (bottom bar) */
        .pillar-menu::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, transparent 0%, var(--blue-light) 30%, var(--indigo) 70%, transparent 100%);
            z-index: 2;
        }

        .menu-item {
            position: relative;
            cursor: pointer;
            padding: 20px 22px;
            font-family: var(--font-display);
            font-weight: 600;
            font-size: 15px;
            color: rgba(26, 26, 46, 0.5);
            display: flex;
            align-items: center;
            gap: 13px;
            transition: color 0.28s ease;
            user-select: none;
            border-radius: 0;
            /* flat rows — pillar style */
            overflow: hidden;
        }

        /* Row background wash */
        .menu-item::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, rgba(37, 99, 235, 0.09) 0%, rgba(79, 70, 229, 0.05) 100%);
            opacity: 0;
            transition: opacity 0.28s ease;
        }

        .menu-item:hover::before,
        .menu-item.active::before {
            opacity: 1;
        }

        /* Left accent bar — appears on active */
        .menu-item::after {
            content: '';
            position: absolute;
            left: 0;
            top: 18%;
            bottom: 18%;
            width: 4px;
            border-radius: 0 4px 4px 0;
            background: linear-gradient(180deg, var(--blue), var(--indigo));
            opacity: 0;
            transform: scaleY(0);
            transition: opacity 0.28s ease, transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1);
        }

        .menu-item.active::after {
            opacity: 1;
            transform: scaleY(1);
        }

        .menu-item:hover {
            color: var(--ink);
        }

        .menu-item.active {
            color: var(--blue);
        }

        .menu-icon {
            font-size: 19px;
            flex-shrink: 0;
            position: relative;
            z-index: 1;
            transition: transform 0.3s ease;
        }

        .menu-item:hover .menu-icon,
        .menu-item.active .menu-icon {
            transform: scale(1.18) rotate(-4deg);
        }

        .menu-label {
            position: relative;
            z-index: 1;
        }

        .active-dot {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: var(--blue);
            margin-left: auto;
            flex-shrink: 0;
            opacity: 0;
            transform: scale(0);
            transition: opacity 0.28s ease, transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1);
            box-shadow: 0 0 8px var(--blue-light);
            position: relative;
            z-index: 1;
        }

        .menu-item.active .active-dot {
            opacity: 1;
            transform: scale(1);
        }

        /* Thin row divider */
        .menu-divider {
            height: 1px;
            background: linear-gradient(90deg, transparent 5%, rgba(37, 99, 235, 0.1) 50%, transparent 95%);
        }

        /* ═══════════════════════════════════════════════════════════════
   CENTER — GLASSMORPHISM IMAGE CARD

   HOW TO ADD YOUR OWN IMAGE
   ─────────────────────────
   Option A — Quick (per category):
     In the DATA object in <script>, add an imgUrl field:
       Doctor:  { imgUrl: 'images/doctor.jpg',  ... }
       Engineer:{ imgUrl: 'images/engineer.jpg', ... }
     The JS will automatically inject an <img> into
     .card-image-wrapper and hide the emoji.

   Option B — Manual (direct HTML):
     Replace <div class="card-emoji" …>🏥</div>
     with:
       <img src="your-image.jpg"
            class="card-real-img"
            alt="Category name">
     .card-real-img is already styled below:
       position:absolute, inset:0,
       width:100%, height:100%,
       object-fit:cover, border-radius:18px

   Image area dimensions: 100% wide × 260 px tall.
═══════════════════════════════════════════════════════════════ */
        .image-card {
            background: rgba(253, 248, 242, 0.78);
            border: 1px solid rgba(37, 99, 235, 0.14);
            border-radius: 26px;
            backdrop-filter: blur(28px);
            -webkit-backdrop-filter: blur(28px);
            padding: 24px;
            box-shadow:
                0 8px 40px rgba(37, 99, 235, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.95),
                inset 0 0 0 1px rgba(255, 255, 255, 0.6);
            display: flex;
            flex-direction: column;
            gap: 18px;
            min-height: 480px;
            position: relative;
            overflow: hidden;
            transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        /* Top shimmer */
        .image-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 10%;
            right: 10%;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.45), transparent);
        }

        /* Image wrapper */
        .card-image-wrapper {
            flex: 1;
            border-radius: 18px;
            overflow: hidden;
            position: relative;
            background: linear-gradient(145deg, var(--cream-dark), var(--cream-mid));
            min-height: 260px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .card-image-wrapper::after {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: 18px;
            background: linear-gradient(180deg, transparent 55%, rgba(253, 248, 242, 0.3) 100%);
            pointer-events: none;
            z-index: 1;
        }

        /* Emoji (placeholder — hidden when imgUrl is provided) */
        .card-emoji {
            font-size: 96px;
            line-height: 1;
            filter: drop-shadow(0 6px 24px rgba(37, 99, 235, 0.16));
            animation: floatIcon 4.5s ease-in-out infinite;
            position: relative;
            z-index: 2;
            transition: opacity 0.35s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
        }

        @keyframes floatIcon {

            0%,
            100% {
                transform: translateY(0) rotate3d(0, 1, 0, 0deg) scale(1);
            }

            35% {
                transform: translateY(-10px) rotate3d(0, 1, 0, 7deg) scale(1.03);
            }

            70% {
                transform: translateY(-5px) rotate3d(0, 1, 0, -4deg) scale(1.01);
            }
        }

        /* Real image injected by JS — also works if you add it manually */
        .card-real-img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 18px;
            transition: transform 0.6s ease, opacity 0.4s ease;
        }

        .card-real-img:hover {
            transform: scale(1.03);
        }

        /* Switching state */
        .card-image-wrapper.switching .card-emoji {
            animation: none;
            opacity: 0;
            transform: scale(0.65) rotate3d(1, 1, 0, 20deg);
        }

        /* Text body */
        .card-category-tag {
            display: inline-block;
            font-size: 10px;
            letter-spacing: 0.22em;
            text-transform: uppercase;
            color: var(--blue);
            font-weight: 600;
            background: rgba(37, 99, 235, 0.07);
            border: 1px solid rgba(37, 99, 235, 0.18);
            padding: 4px 13px;
            border-radius: 20px;
            margin-bottom: 8px;
            opacity: 0;
            transform: translateY(8px);
            transition: opacity 0.38s 0.10s ease, transform 0.38s 0.10s ease;
        }

        .card-category-tag.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .card-title {
            font-family: var(--font-display);
            font-weight: 700;
            font-size: 22px;
            color: var(--ink);
            line-height: 1.2;
            margin-bottom: 6px;
            opacity: 0;
            transform: translateY(10px);
            transition: opacity 0.38s 0.17s ease, transform 0.38s 0.17s ease;
        }

        .card-title.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .card-desc {
            font-size: 13px;
            color: rgba(26, 26, 46, 0.52);
            line-height: 1.75;
            font-weight: 300;
            opacity: 0;
            transform: translateY(8px);
            transition: opacity 0.38s 0.24s ease, transform 0.38s 0.24s ease;
        }

        .card-desc.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .card-stats {
            display: flex;
            gap: 12px;
            margin-top: 14px;
            opacity: 0;
            transform: translateY(8px);
            transition: opacity 0.38s 0.31s ease, transform 0.38s 0.31s ease;
        }

        .card-stats.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .stat {
            flex: 1;
            background: rgba(37, 99, 235, 0.05);
            border: 1px solid rgba(37, 99, 235, 0.11);
            border-radius: 14px;
            padding: 11px 14px;
            text-align: center;
        }

        .stat-num {
            font-family: var(--font-display);
            font-size: 19px;
            font-weight: 700;
            background: linear-gradient(135deg, var(--blue), var(--indigo));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .stat-label {
            font-size: 10px;
            color: rgba(26, 26, 46, 0.4);
            letter-spacing: 0.1em;
            text-transform: uppercase;
        }

        /* ══════════════════════════════════
   RIGHT — COURSES PANEL
══════════════════════════════════ */
        .courses-panel {
            background: rgba(255, 255, 255, 0.65);
            border: 1px solid var(--border);
            border-radius: 26px;
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            padding: 22px;
            box-shadow:
                0 6px 32px rgba(37, 99, 235, 0.08),
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
            display: flex;
            flex-direction: column;
            gap: 14px;
            min-height: 480px;
        }

        .courses-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .courses-title {
            font-family: var(--font-display);
            font-weight: 700;
            font-size: 12px;
            color: rgba(26, 26, 46, 0.38);
            text-transform: uppercase;
            letter-spacing: 0.15em;
        }

        .courses-count {
            font-size: 11px;
            color: var(--blue);
            font-weight: 500;
            background: rgba(37, 99, 235, 0.07);
            border: 1px solid rgba(37, 99, 235, 0.16);
            padding: 3px 11px;
            border-radius: 20px;
        }

        .courses-grid {
            display: grid;
            grid-template-columns: 1fr 1fr 1f !important;
            gap: 10px;
            flex: 1;
        }

        .course-btn {
            position: relative;
            cursor: pointer;
            background: rgba(255, 255, 255, 0.8);
            border: 1px solid rgba(37, 99, 235, 0.1);
            border-radius: 18px;
            padding: 16px 12px;
            font-family: var(--font-display);
            font-weight: 700;
            font-size: 13px;
            color: rgba(26, 26, 46, 0.5);
            text-align: center;
            transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
            overflow: hidden;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 6px;
            opacity: 0;
            transform: scale(0.88) translateY(14px);
            box-shadow: 0 2px 8px rgba(37, 99, 235, 0.06);
        }

        .course-btn.visible {
            opacity: 1;
            transform: scale(1) translateY(0);
        }

        .course-btn::before {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: 18px;
            background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(79, 70, 229, 0.05));
            opacity: 0;
            transition: opacity 0.28s ease;
        }

        .course-btn:hover::before {
            opacity: 1;
        }

        .course-btn:hover {
            color: var(--blue-mid);
            border-color: rgba(37, 99, 235, 0.26);
            box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.07), 0 6px 20px rgba(37, 99, 235, 0.13);
            transform: scale(1.05) translateY(-2px);
        }

        .course-btn:active {
            transform: scale(0.97);
        }

        .btn-icon {
            font-size: 24px;
            position: relative;
            z-index: 1;
        }

        .btn-label {
            position: relative;
            z-index: 1;
        }

        .btn-duration {
            font-family: var(--font-body);
            font-size: 10px;
            font-weight: 300;
            color: rgba(26, 26, 46, 0.35);
            letter-spacing: 0.05em;
            position: relative;
            z-index: 1;
        }

        /* ── Badge strip ── */
        .badge-strip {
            display: flex;
            gap: 10px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .badge {
            font-size: 11px;
            color: rgba(26, 26, 46, 0.48);
            display: flex;
            align-items: center;
            gap: 7px;
            background: rgba(255, 255, 255, 0.7);
            border: 1px solid var(--border);
            padding: 7px 16px;
            border-radius: 20px;
            backdrop-filter: blur(8px);
            transition: color 0.25s ease, border-color 0.25s ease;
        }

        .badge:hover {
            color: var(--blue);
            border-color: rgba(37, 99, 235, 0.24);
        }

        .badge-dot {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--blue), var(--indigo));
        }

        /* ── Responsive ── */
        @media (max-width: 880px) {
            .main-layout {
                grid-template-columns: 1fr;
            }

            .pillar-menu {
                flex-direction: row;
                border-radius: 14px;
                overflow-x: auto;
            }

            .pillar-menu::before {
                height: 3px;
            }

            .pillar-menu::after {
                height: 3px;
            }

            .menu-item {
                white-space: nowrap;
                flex-shrink: 0;
                border-radius: 0;
            }

            .menu-item::after {
                top: auto;
                left: 15%;
                right: 15%;
                bottom: 0;
                width: auto;
                height: 3px;
                border-radius: 3px 3px 0 0;
                background: linear-gradient(90deg, var(--blue), var(--indigo));
                transform: scaleX(0);
            }

            .menu-item.active::after {
                transform: scaleX(1);
            }

            .menu-divider {
                width: 1px;
                height: auto;
                background: linear-gradient(180deg, transparent, rgba(37, 99, 235, 0.1), transparent);
            }
        }
        
        
        
        