/* 1. Define the font */
@font-face {
    font-family: "VTKS Chalk 79";
    src: url("./assets/fonts/VtksChalk79-gmr1.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* 2. Apply it where needed */
.chalk {
    font-family: "VTKS Chalk 79", sans-serif;
}

html {
    max-width: 100%;

    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
}

body {
    font-family: 'Roboto', sans-serif;
    /* word-spacing: 2px; */
    line-height: 1.3;
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    /* Prevent horizontal scrolling */
    /* padding: 20px; */
    padding: 0 !important;
}

.container,
.row {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* * {
    outline: 1px solid red !important;
} */

.courgette-regular {
    font-family: "Courgette", serif;
    font-weight: 400;
    font-style: normal;
}

.gradient-word {
    background: linear-gradient(to right, crimson, darkorange);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.button-17 {
    background: linear-gradient(to right, crimson, darkorange);
    color: black;
    font-size: 20px;
    align-items: center;
    appearance: none;
    /* background-color: #fff; */
    border-radius: 24px;
    border-style: none;
    box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px, rgba(0, 0, 0, .14) 0 6px 10px 0, rgba(0, 0, 0, .12) 0 1px 18px 0;
    box-sizing: border-box;
    color: #3c4043;
    cursor: pointer;
    display: inline-flex;
    fill: currentcolor;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    letter-spacing: .25px;
    line-height: normal;
    max-width: 100%;
    overflow: visible;
    padding: 2px 24px;
    position: relative;
    text-align: center;
    text-transform: none;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
    will-change: transform, opacity;
    z-index: 0;
}

/* 
.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
} */
/* 
.video-container2 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.video-container2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.video-container2 .content {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
} */

#bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
}

.content {
    position: absolute;
    /* ← Key change */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* .content {
    position: relative;
    z-index: 1;
    padding: 5% 0;
} */

/* Ensure the Swiper container takes full width */
.swiper {
    width: 100%;
    /* Full viewport width */
    /* height: 100vh; Full viewport height (optional, adjust as needed) */
}

/* Ensure each slide takes full width */
.swiper-slide {
    width: 100%;
    /* Full viewport width */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Ensure the video takes full width of the slide */
.swiper-slide video {
    width: 100%;
    height: 100%;
    /* Full height of the slide */
    object-fit: cover;
    /* Ensures the video covers the entire slide */
}

/* 
.swiper {
    width: 80%;
    height: 400px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
} */
















































/* YAHA SE SHURU */


/* ========== HERO SECTION ========== */
.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* Dark overlay */
.video-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 12, 47, 0.6);
    z-index: 1;
}

/* ========== HERO CONTENT ========== */
.hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 30px;
    text-align: center;
}

/* ========== LOGO + TITLE ========== */
.hero-top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-logo {
    width: 100px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 15px;
}

.hero-title {
    font-size: 45px;
    color: white;
    margin: 0;
}

.hero-tagline {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    margin-top: 8px;
    letter-spacing: 1px;
}

/* ========== STATS BAR ========== */
.stats-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 20px 30px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.stat-item {
    text-align: center;
    min-width: 70px;
}

.stat-number {
    font-size: 32px;
    font-weight: 800;
    color: #FFD700;
}

.stat-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
    margin: 5px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.3);
}

/* ========== CTA BUTTONS ========== */
.hero-cta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-primary-cta {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #060c2f;
    padding: 14px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.btn-primary-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(255, 215, 0, 0.6);
}

.btn-secondary-cta {
    background: #060b2e;
    color: white;
    padding: 14px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.btn-secondary-cta:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
}

/* ========== MOBILE RESPONSIVE ========== */
@media (max-width: 576px) {
    .hero-title {
        font-size: 40px;
    }

    .hero-tagline {
        font-size: 18px;
    }

    .stats-bar {
        gap: 10px;
        padding: 15px 12px;
    }

    .stat-number {
        font-size: 22px;
    }

    .stat-label {
        font-size: 8px;
    }

    .stat-divider {
        height: 30px;
    }

    .btn-primary-cta,
    .btn-secondary-cta {
        padding: 12px 22px;
        font-size: 14px;
    }
}

/* ========== TRUST BAR ========== */
.trust-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 25px 15px;
    background: linear-gradient(135deg, #060c2f, #0a1647);
    border-bottom: 3px solid #FFD700;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    min-width: 180px;
    transition: transform 0.3s ease;
}

.trust-item:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.1);
}

.trust-icon {
    font-size: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 215, 0, 0.1);
    border-radius: 50%;
}

.trust-text {
    display: flex;
    flex-direction: column;
}

.trust-number {
    font-size: 22px;
    font-weight: 800;
    color: #FFD700;
}

.trust-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ========== AFFILIATION BAR ========== */
.affiliation-bar {
    text-align: center;
    padding: 25px 15px;
    background: white;
}

.affiliation-title {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.affiliation-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.affiliation-logos img {
    height: 40px;
    opacity: 0.6;
    /* filter: grayscale(100%); */
    transition: all 0.3s ease;
}

.affiliation-logos img:hover {
    opacity: 1;
    filter: grayscale(0%);
}

/* ========== MOBILE RESPONSIVE ========== */
@media (max-width: 576px) {
    .trust-bar {
        gap: 10px;
        padding: 15px 10px;
    }

    .trust-item {
        min-width: 140px;
        padding: 8px 12px;
    }

    .trust-icon {
        font-size: 22px;
        width: 40px;
        height: 40px;
    }

    .trust-number {
        font-size: 18px;
    }

    .trust-label {
        font-size: 10px;
    }

    .affiliation-logos img {
        height: 60px;
    }

    .affiliation-logos {
        gap: 20px;
    }
}

/* ========== COURSES SECTION ========== */
.courses-section {
    padding: 60px 15px;
    background: #f5f7fa;
}

.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    color: #060c2f;
    margin-bottom: 5px;
}

.section-subtitle {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 40px;
}

/* ========== COURSES GRID ========== */
.courses-grid {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

/* ========== COURSE CARD ========== */
.course-card {
    position: relative;
    width: 350px;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

/* ========== BADGE ========== */
.course-badge {
    position: absolute;
    top: 15px;
    right: -30px;
    background: #FFD700;
    color: #060c2f;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 40px;
    transform: rotate(45deg);
    z-index: 2;
    text-transform: uppercase;
}

.badge-red {
    background: #ff4444;
    color: white;
}

/* ========== CARD HEADER ========== */
.course-header {
    padding: 30px 20px;
    text-align: center;
    color: white;
    position: relative;
}

.class11-header {
    background: linear-gradient(135deg, #060c2f, #1a237e);
}

.class12-header {
    background: linear-gradient(135deg, #0d47a1, #1565c0);
}

.class12plus-header {
    background: linear-gradient(135deg, #b71c1c, #d32f2f);
}

.course-icon {
    font-size: 40px;
    display: block;
    margin-bottom: 10px;
}

.course-name {
    font-size: 28px;
    font-weight: 800;
    margin: 0;
}

.course-type {
    font-size: 14px;
    margin: 5px 0 0 0;
    opacity: 0.85;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ========== CARD BODY ========== */
.course-body {
    padding: 20px;
}

/* ========== INFO GRID ========== */
.course-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.course-info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    background: #f5f7fa;
    border-radius: 10px;
}

.info-icon {
    font-size: 20px;
}

.info-label {
    font-size: 10px;
    color: #999;
    margin: 0;
    text-transform: uppercase;
}

.info-value {
    font-size: 14px;
    font-weight: 700;
    color: #060c2f;
    margin: 0;
}

/* ========== DIVIDER ========== */
.course-divider {
    height: 1px;
    background: #eee;
    margin: 20px 0;
}

/* ========== FEATURES LIST ========== */
.course-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.course-features li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #444;
    line-height: 1.5;
}

.course-features .check {
    font-size: 14px;
    flex-shrink: 0;
}

/* ========== DEMO HIGHLIGHT BOX ========== */
.demo-highlight {
    margin-top: 15px;
    padding: 12px;
    background: #fff8e1;
    border-left: 4px solid #FFD700;
    border-radius: 8px;
}

.demo-highlight-text {
    font-size: 12px;
    color: #555;
    margin: 0;
    line-height: 1.6;
}

/* ========== ACTION BUTTONS ========== */
.course-actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    flex-direction: column;
}

.btn-course-primary {
    flex: 1;
    text-align: center;
    padding: 12px;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #060c2f;
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-course-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 165, 0, 0.4);
}

.btn-course-secondary {
    flex: 1;
    text-align: center;
    padding: 12px;
    background: transparent;
    color: #060c2f;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    border: 2px solid #060c2f;
    transition: all 0.3s ease;
}

.btn-course-secondary:hover {
    background: #060c2f;
    color: white;
}

/* ========== MOBILE RESPONSIVE ========== */
@media (max-width: 768px) {
    .courses-section {
        padding: 40px 10px;
    }

    .section-title {
        font-size: 24px;
    }

    .course-card {
        width: 100%;
        max-width: 400px;
    }

    .course-info-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .course-name {
        font-size: 24px;
    }

    .course-actions {
        flex-direction: column;
    }

    .btn-course-primary,
    .btn-course-secondary {
        width: 100%;
    }
}


/* ========== TESTIMONIALS SECTION ========== */
.testimonials-section {
    padding: 60px 15px;
    background: linear-gradient(180deg, #f0f4ff, #ffffff);
}

/* ========== TOP RANKERS ========== */
.top-rankers {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.ranker-card {
    position: relative;
    width: 180px;
    text-align: center;
    padding: 25px 15px 20px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.ranker-card:hover {
    transform: translateY(-5px);
}

.ranker-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #FFD700;
    margin-bottom: 10px;
}

.ranker-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #060c2f;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    white-space: nowrap;
}

.ranker-name {
    font-size: 14px;
    font-weight: 700;
    color: #060c2f;
    margin: 0 0 5px 0;
}

.ranker-score {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
}

.score-number {
    font-size: 28px;
    font-weight: 900;
    color: #1a237e;
}

.score-label {
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

.ranker-exam {
    font-size: 11px;
    color: #999;
    margin: 5px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ========== TESTIMONIALS GRID ========== */
.testimonials-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

/* ========== TESTIMONIAL CARD ========== */
.testimonial-card {
    width: 350px;
    background: white;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
    border: 1px solid #f0f0f0;
}

.testimonial-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
}

/* ========== CARD TOP (Photo + Name) ========== */
.testimonial-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.testimonial-img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e0e0e0;
}

.testimonial-name {
    font-size: 15px;
    font-weight: 700;
    color: #060c2f;
    margin: 0;
}

.testimonial-meta {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 2px;
}

.meta-score {
    font-size: 12px;
    font-weight: 700;
    color: #1a237e;
    background: #e8eaf6;
    padding: 2px 8px;
    border-radius: 5px;
}

.meta-dot {
    color: #ccc;
    font-size: 10px;
}

.meta-exam {
    font-size: 11px;
    color: #999;
}

.testimonial-stars {
    font-size: 12px;
    margin-top: 3px;
}

/* ========== JOURNEY BAR (Before → After) ========== */
.journey-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px;
    background: #f9f9f9;
    border-radius: 12px;
    margin-bottom: 15px;
}

.journey-from,
.journey-to {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.journey-label {
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.journey-value {
    font-size: 18px;
    font-weight: 800;
    padding: 2px 10px;
    border-radius: 8px;
}

.journey-value.bad {
    color: #d32f2f;
    background: #ffebee;
}

.journey-value.good {
    color: #2e7d32;
    background: #e8f5e9;
}

.journey-arrow {
    font-size: 22px;
    color: #FFD700;
    font-weight: 800;
}

/* ========== QUOTE ========== */
.testimonial-quote {
    position: relative;
    padding-left: 20px;
}

.quote-icon {
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 40px;
    color: #e0e0e0;
    font-family: Georgia, serif;
    line-height: 1;
}

.testimonial-quote p {
    font-size: 13px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

.testimonial-quote strong {
    color: #1a237e;
}

/* ========== GOOGLE REVIEW CTA ========== */
.review-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 20px 25px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.review-badge {
    display: flex;
    align-items: center;
    gap: 10px;
}

.google-icon {
    font-size: 28px;
    font-weight: 900;
    color: #4285F4;
    background: #f0f0f0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.review-rating {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #060c2f;
}

.review-count {
    display: block;
    font-size: 11px;
    color: #999;
}

.btn-review {
    padding: 10px 20px;
    background: #060c2f;
    color: white;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-review:hover {
    background: #1a237e;
    transform: translateY(-2px);
}

/* ========== MOBILE RESPONSIVE ========== */
@media (max-width: 768px) {
    .testimonials-section {
        padding: 40px 10px;
    }

    .top-rankers {
        gap: 12px;
    }

    .ranker-card {
        width: 100px;
        padding: 20px 8px 15px;
    }

    .ranker-img {
        width: 55px;
        height: 55px;
    }

    .ranker-badge {
        font-size: 8px;
        padding: 3px 8px;
    }

    .ranker-name {
        font-size: 11px;
    }

    .score-number {
        font-size: 20px;
    }

    .score-label {
        font-size: 11px;
    }

    .ranker-exam {
        font-size: 9px;
    }

    .testimonial-card {
        width: 100%;
        max-width: 400px;
        padding: 20px;
    }

    .journey-value {
        font-size: 15px;
    }

    .review-cta {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .review-badge {
        flex-direction: column;
    }
}

/* ========== FAQ SECTION ========== */
.faq-section {
    padding: 60px 15px;
    background: #f9fafe;
}

/* ========== FAQ GRID ========== */
.faq-grid {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* ========== FAQ ITEM (Accordion) ========== */
.faq-item {
    background: white;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.faq-item[open] {
    border-color: #FFD700;
    box-shadow: 0 5px 25px rgba(255, 215, 0, 0.15);
}

/* ========== QUESTION (Summary) ========== */
.faq-question {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: #060c2f;
    list-style: none;
    /* Remove default arrow */
    user-select: none;
    transition: background 0.3s ease;
}

/* Remove default marker in all browsers */
.faq-question::-webkit-details-marker {
    display: none;
}

.faq-question::marker {
    display: none;
    content: '';
}

.faq-question:hover {
    background: #fafafa;
}

.faq-icon {
    font-size: 22px;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f7fa;
    border-radius: 10px;
}

.faq-arrow {
    margin-left: auto;
    font-size: 22px;
    font-weight: 300;
    color: #999;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq-item[open] .faq-arrow {
    transform: rotate(45deg);
    color: #FFD700;
}

.faq-item[open] .faq-icon {
    background: #fff8e1;
}

/* ========== ANSWER ========== */
.faq-answer {
    padding: 0 20px 20px 72px;
    /* Aligned with text after icon */
    font-size: 14px;
    color: #555;
    line-height: 1.8;
}

.faq-answer a {
    color: #1a237e;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px dashed #1a237e;
}

.faq-answer a:hover {
    color: #FFD700;
    border-color: #FFD700;
}

/* ========== TIMING TABLE ========== */
.faq-timing-table {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
}

.timing-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
    background: #f5f7fa;
    border-radius: 8px;
}

.timing-course {
    font-weight: 700;
    color: #060c;
}

/* ========== WHATSAPP FLOATING BUTTON ========== */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    text-decoration: none;
    transition: all 0.3s ease;
    animation: whatsapp-pulse 2s infinite;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
}

/* Pulse Animation — Grabs Attention */
@keyframes whatsapp-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* ========== TOOLTIP ========== */
.whatsapp-tooltip {
    position: absolute;
    right: 70px;
    background: #060c2f;
    color: white;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 8px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

/* Tooltip arrow */
.whatsapp-tooltip::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translateY(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #060c2f;
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    right: 75px;
}

/* ========== CALL FLOATING BUTTON ========== */
.call-float {
    position: fixed;
    bottom: 100px;
    right: 28px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    background: #060c2f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(6, 12, 47, 0.3);
    text-decoration: none;
    transition: all 0.3s ease;
}

.call-float:hover {
    transform: scale(1.1);
    background: #1a237e;
    box-shadow: 0 6px 25px rgba(6, 12, 47, 0.5);
}

/* ========== MOBILE RESPONSIVE ========== */
@media (max-width: 576px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        bottom: 20px;
        right: 15px;
    }

    .whatsapp-float svg {
        width: 26px;
        height: 26px;
    }

    .call-float {
        width: 45px;
        height: 45px;
        bottom: 85px;
        right: 18px;
    }

    .call-float svg {
        width: 20px;
        height: 20px;
    }

    /* Hide tooltip on mobile */
    .whatsapp-tooltip {
        display: none;
    }
}

/* ========== FOOTER VIDEO CONTAINER ========== */
.video-container2 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.footer-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* Dark overlay for readability */
.video-container2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 12, 47, 0.85);
    z-index: 1;
}

/* ========== FOOTER CONTENT ========== */
.footer-content {
    position: relative;
    z-index: 2;
    padding: 50px 30px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* ========== FOOTER TOP (4 Columns) ========== */
.footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
    padding-bottom: 30px;
}

/* ========== FOOTER COLUMN ========== */
.footer-col {
    display: flex;
    flex-direction: column;
}

/* ========== BRAND (Logo + Name) ========== */
.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.footer-logo {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.footer-title {
    font-size: 28px;
    color: white;
    margin: 0;
}

.footer-tagline {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    margin: 2px 0 0 0;
}

.footer-about {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    margin-bottom: 20px;
}

/* ========== SOCIAL ICONS ========== */
.footer-socials {
    display: flex;
    gap: 10px;
}

.social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #FFD700;
    border-color: #FFD700;
    transform: translateY(-3px);
}

.social-icon:hover svg {
    fill: #060c2f;
}

/* ========== FOOTER HEADING ========== */
.footer-heading {
    font-size: 16px;
    font-weight: 700;
    color: white;
    margin: 0 0 20px 0;
    position: relative;
    padding-bottom: 10px;
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #FFD700;
    border-radius: 5px;
}

/* ========== FOOTER LINKS ========== */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links li a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links li a:hover {
    color: #FFD700;
    transform: translateX(5px);
}

/* ========== FOOTER CONTACT ========== */
.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

.contact-icon {
    font-size: 16px;
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
}

.footer-contact-item a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    line-height: 1.6;
    transition: color 0.3s ease;
}

.footer-contact-item a:hover {
    color: #FFD700;
}

/* ========== DIVIDER ========== */
.footer-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 10px 0 20px;
}

/* ========== FOOTER BOTTOM ========== */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-copyright {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
}

.footer-made {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
}




/* ========== MOBILE RESPONSIVE ========== */
/* @media (max-width: 992px) {
    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 576px) {
    .footer-content {
        padding: 40px 20px 20px;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    .footer-brand {
        justify-content: center;
    }

    .footer-socials {
        justify-content: center;
    }

    .footer-heading::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-links li a:hover {
        transform: none;
    }

    .footer-contact-item {
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-logo {
        width: 55px;
        height: 55px;
    }

    .footer-title {
        font-size: 24px;
    }
} */

/* ========== MOBILE FOOTER ========== */
@media (max-width: 576px) {

    .footer-content {
        padding: 30px 15px 15px;
    }

    /* 2 Column Grid on Mobile */
    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        text-align: left;
    }

    /* Brand takes full width */
    .footer-col:first-child {
        grid-column: 1 / -1;
        text-align: center;
    }

    .footer-brand {
        justify-content: center;
    }

    .footer-socials {
        justify-content: center;
    }

    /* Hide about text on mobile */
    .footer-about {
        display: none;
    }

    .footer-logo {
        width: 50px;
        height: 50px;
    }

    .footer-title {
        font-size: 22px;
    }

    .footer-tagline {
        font-size: 10px;
    }

    /* Smaller headings */
    .footer-heading {
        font-size: 13px;
        margin: 0 0 12px 0;
        padding-bottom: 8px;
    }

    .footer-heading::after {
        left: 0;
        transform: none;
    }

    /* Compact links */
    .footer-links {
        gap: 8px;
    }

    .footer-links li a {
        font-size: 11px;
    }

    /* Remove emojis on mobile to save space */
    .footer-links li a .link-emoji {
        display: none;
    }

    /* Compact contact items */
    .footer-contact-item {
        margin-bottom: 10px;
    }

    .contact-icon {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .footer-contact-item a {
        font-size: 11px;
    }

    /* Smaller social icons */
    .social-icon {
        width: 34px;
        height: 34px;
    }

    .social-icon svg {
        width: 14px;
        height: 14px;
    }

    /* Footer bottom */
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }

    .footer-copyright,
    .footer-made {
        font-size: 10px;
    }

    .footer-divider {
        margin: 15px 0;
    }
}



/* ========== NAVBAR ========== */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 10px 0;
    background: transparent;
    transition: all 0.3s ease;
}

/* Scrolled State — Dark Background */
.navbar.scrolled {
    background: rgba(6, 12, 47, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 5px 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ========== BRAND (Logo + Name) ========== */
.nav-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.nav-logo {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.navbar.scrolled .nav-logo {
    width: 36px;
    height: 36px;
}

.nav-title {
    font-size: 20px;
    color: white;
    display: block;
    line-height: 1.2;
}

.nav-sub {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}

/* ========== NAV LINKS (Desktop) ========== */
.nav-links {
    display: flex;
    align-items: center;
    gap: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link:hover {
    color: white;
    background: rgba(255, 255, 255, 0.1);
}

.nav-link.active {
    color: #FFD700;
}

/* Active Link Underline */
.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 3px;
    background: #FFD700;
    border-radius: 5px;
}

/* ========== NAV CTA BUTTON ========== */
.nav-cta {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #060c2f;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

/* ========== CALL BUTTON ========== */
.nav-call {
    display: none;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.nav-call:hover {
    background: #FFD700;
}

.nav-call:hover svg {
    fill: #060c2f;
}

/* ========== HAMBURGER ========== */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 5px;
    z-index: 10001;
}

.bar {
    width: 25px;
    height: 3px;
    background: white;
    border-radius: 5px;
    transition: all 0.3s ease;
}

/* Hamburger → X Animation */
.hamburger.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
}

.hamburger.active .bar:nth-child(2) {
    opacity: 0;
}

.hamburger.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -6px);
}

/* ========== MOBILE MENU OVERLAY ========== */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    z-index: 10000;
    background: rgba(6, 12, 47, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: right 0.4s ease;
    overflow-y: auto;
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu-content {
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

/* Close Button */
.mobile-menu-close {
    align-self: flex-end;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.mobile-menu-close:hover {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

/* Mobile Brand */
.mobile-menu-brand {
    text-align: center;
    margin: 20px 0 30px;
}

.mobile-menu-logo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.2);
}

/* Mobile Links */
.mobile-menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.mobile-menu-links li a {
    display: block;
    padding: 15px 20px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.mobile-menu-links li a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    transform: translateX(5px);
}

/* Mobile CTA Buttons */
.mobile-menu-cta {
    margin-top: auto;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-btn-primary {
    display: block;
    text-align: center;
    padding: 15px;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #060c2f;
    font-size: 15px;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mobile-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.mobile-btn-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px;
    background: #25D366;
    color: white;
    font-size: 14px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mobile-btn-whatsapp:hover {
    transform: translateY(-2px);
}

.mobile-btn-call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px;
    background: transparent;
    color: white;
    font-size: 14px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.mobile-btn-call:hover {
    background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {

    .navbar {
        padding: 8px 0;
    }

    .nav-container {
        padding: 0 15px;
        gap: 36px;
    }

    /* Hide desktop links */
    .nav-links {
        display: none;
    }

    /* ===== BRAND (Logo + Name) ===== */
    .nav-brand {
        gap: 8px;
        flex: 1;
        /* ← Takes all available space */
    }

    .nav-logo {
        width: 30px;
        height: 30px;
        border-width: 1.5px;
    }

    .navbar.scrolled .nav-logo {
        width: 28px;
        height: 28px;
    }

    .nav-title {
        font-size: 14px;
    }

    /* HIDE subtitle completely */
    .nav-sub {
        display: none;
    }

    /* ===== RIGHT SIDE BUTTONS ===== */
    .nav-right {
        display: flex;
        align-items: center;
        gap: 15px;
        /* ← YE GAP IMPORTANT HAI */
    }

    /* Call button */
    .nav-call {
        display: flex;
        width: 34px;
        height: 34px;
    }

    .nav-call svg {
        width: 14px;
        height: 14px;
    }

    /* Hamburger */
    .hamburger {
        display: flex;
        gap: 4px;
        padding: 5px;
    }

    .bar {
        width: 22px;
        height: 2.5px;
    }
}

@media (max-width: 360px) {
    .nav-logo {
        width: 26px;
        height: 26px;
    }

    .nav-title {
        font-size: 12px;
    }

    .nav-right {
        gap: 12px;
    }
}


/* ========== BODY PADDING FOR FIXED NAV ========== */
body {
    padding-top: 65px;
}







:root {
    --navy: #0d1b3e;
    --navy-mid: #122050;
    --navy-card: #162660;
    --gold: #f5c518;
    --gold-dark: #d4a017;
    --red: #e63030;
    --white: #ffffff;
    --text-dim: rgba(255, 255, 255, 0.55);
    --border: rgba(255, 255, 255, 0.08);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* body {
    background: var(--navy);
    font-family: 'Nunito', sans-serif;
    -webkit-font-smoothing: antialiased;
  } */

/* ─────────────────────────────────────────────
     SECTION WRAPPER
  ───────────────────────────────────────────── */
.yt-section {
    position: relative;
    /* background: var(--navy); */
    background: var(--navy);
    padding: 52px 18px 60px;
    overflow: hidden;
}

/* subtle grain overlay */
.yt-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
}

/* decorative circles — matching site's blob style */
.blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    z-index: 0;
}

.blob-1 {
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(230, 48, 48, 0.14), transparent 70%);
    top: -80px;
    right: -60px;
    animation: drift 8s ease-in-out infinite alternate;
}

.blob-2 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(245, 197, 24, 0.08), transparent 70%);
    bottom: 40px;
    left: -60px;
    animation: drift 10s ease-in-out infinite alternate-reverse;
}

@keyframes drift {
    from {
        transform: translate(0, 0) scale(1);
    }

    to {
        transform: translate(20px, 20px) scale(1.1);
    }
}

/* ─────────────────────────────────────────────
     HEADER
  ───────────────────────────────────────────── */
.yt-header {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 30px;
    animation: fadeDown .6s ease both;
}

.yt-header-inner {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.yt-title {
    font-size: 26px;
    font-weight: 900;
    color: var(--white);
    line-height: 1.2;
    margin: 0;
    /* remove default h2 margin */
    /* margin-bottom: 10px; */

}

.yt-title .accent {
    color: var(--gold);
}

.yt-desc {
    margin-top: 20px;
    /* instead of <br/> */
    /* font-size: 16px;
    line-height: 1.5;
    color: var(--white); */


    font-size: 13.5px;
    color: var(--text-dim);
    line-height: 1.65;
    max-width: 320px;
    margin: 0 auto;
}

.section-label {
    display: inline-block;
    font-family: 'Rajdhani', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 10px;
}

/* ─────────────────────────────────────────────
     STATS ROW
  ───────────────────────────────────────────── */
.yt-stats {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--navy-card);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 16px 10px;
    margin-bottom: 28px;
    animation: fadeDown .6s .12s ease both;
}

.stat {
    flex: 1;
    text-align: center;
}

.stat-num {
    font-family: 'Rajdhani', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--gold);
    display: block;
    line-height: 1;
}

.stat-lbl {
    font-size: 10px;
    font-weight: 700;
    color: var(--text-dim);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 3px;
    display: block;
}

.stat-sep {
    width: 1px;
    height: 34px;
    background: var(--border);
    flex-shrink: 0;
}

/* ─────────────────────────────────────────────
     VIDEO CARDS
  ───────────────────────────────────────────── */
.videos-label {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    animation: fadeDown .6s .2s ease both;
}

.videos-label h3 {
    font-size: 15px;
    font-weight: 800;
    color: var(--white);
}

.see-all {
    font-size: 12px;
    font-weight: 700;
    color: var(--gold);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 3px;
}

.video-scroll {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    animation: fadeUp .7s .25s ease both;
}

.video-scroll::-webkit-scrollbar {
    display: none;
}

.vcard {
    min-width: 200px;
    max-width: 200px;
    flex-shrink: 0;
    background: var(--navy-card);
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    scroll-snap-align: start;
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.vcard:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(245, 197, 24, 0.25);
    border-color: rgba(245, 197, 24, 0.3);
}

/* thumbnail */
.vthumb {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.vthumb-bg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.t-phy {
    background: linear-gradient(135deg, #0a1a40 0%, #1a3a8f 100%);
}

.t-math {
    background: linear-gradient(135deg, #0a2a1a 0%, #0d6b35 100%);
}

.t-chem {
    background: linear-gradient(135deg, #2a0a10 0%, #8f1a2a 100%);
}

.t-bio {
    background: linear-gradient(135deg, #1a1a0a 0%, #6b6b00 100%);
}

/* subject initial big text */
.thumb-initial {
    font-family: 'Rajdhani', sans-serif;
    font-size: 52px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.07);
    position: absolute;
    bottom: -8px;
    right: 6px;
    line-height: 1;
    letter-spacing: -2px;
}

.play-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-ring {
    position: absolute;
    width: 46px;
    height: 46px;
    border: 2px solid rgba(245, 197, 24, 0.4);
    border-radius: 50%;
    animation: ringPulse 2s ease-out infinite;
}

@keyframes ringPulse {
    0% {
        transform: scale(1);
        opacity: .6;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

.play-btn {
    width: 40px;
    height: 40px;
    background: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(245, 197, 24, 0.45);
    transition: transform .2s ease, background .2s ease;
    position: relative;
    z-index: 1;
}

.vcard:hover .play-btn {
    transform: scale(1.12);
    background: #ffe44a;
}

.play-btn svg {
    margin-left: 3px;
}

/* badges */
.vbadge {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .6px;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 5px;
    z-index: 3;
}

.badge-live {
    background: var(--red);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 4px;
}

.badge-new {
    background: var(--gold);
    color: #000;
}

.live-dot {
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    animation: blink 1s infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }
}

.vduration {
    position: absolute;
    bottom: 7px;
    right: 7px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
}

.vsubject {
    position: absolute;
    bottom: 7px;
    left: 9px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 6px rgba(0, 0, 0, .8);
}

/* card body */
.vbody {
    padding: 10px 11px 12px;
}

/* .vtitle {
    font-size: 12.5px;
    font-weight: 800;
    color: var(--white);
    line-height: 1.4;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  } */

.vtitle {
    font-size: 12.5px;
    font-weight: 800;
    color: var(--white);
    line-height: 1.4;
    margin-bottom: 7px;

    display: block;
    /* normal block element */
    overflow: hidden;
    /* extra text hide karne ke liye */
    display: -webkit-box;
    /* old WebKit fallback */
    -webkit-box-orient: vertical;
    /* old WebKit fallback */
    -webkit-line-clamp: 2;
    /* old WebKit fallback */

    line-clamp: 2;
    /* modern browsers support */
    box-orient: vertical;
    /* future-proof fallback (optional) */
    text-overflow: ellipsis;
    /* trailing dots (…) */
}

.vmeta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10.5px;
    color: var(--text-dim);
    font-weight: 600;
}

.vmeta .mdot {
    width: 3px;
    height: 3px;
    background: var(--text-dim);
    border-radius: 50%;
    flex-shrink: 0;
}

/* scroll dots */
.sdots {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 14px;
}

.sdot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    transition: all .3s ease;
    cursor: pointer;
}

.sdot.active {
    width: 22px;
    border-radius: 3px;
    background: var(--gold);
}

/* ─────────────────────────────────────────────
     CTA CARD
  ───────────────────────────────────────────── */
.yt-cta-wrap {
    position: relative;
    z-index: 2;
    margin-top: 28px;
    animation: fadeUp .7s .35s ease both;
}

.yt-cta {
    position: relative;
    background: var(--navy-card);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 24px 18px 22px;
    text-align: center;
    overflow: hidden;
}

/* gold top line accent */
.yt-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    border-radius: 1px;
}

.cta-channel-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin-bottom: 14px;
}

.yt-icon-box {
    width: 46px;
    height: 46px;
    background: var(--red);
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(230, 48, 48, 0.4);
    flex-shrink: 0;
}

/* .cta-channel-info {} */

.cta-channel-name {
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    letter-spacing: .5px;
    line-height: 1;
}

.cta-channel-name span {
    color: var(--gold);
}

.cta-verified {
    font-size: 11px;
    color: var(--text-dim);
    font-weight: 600;
    margin-top: 2px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.cta-verified svg {
    color: #4fc3f7;
}

.cta-desc {
    font-size: 13px;
    color: var(--text-dim);
    line-height: 1.65;
    margin-bottom: 18px;
}

.cta-desc strong {
    color: rgba(255, 255, 255, 0.9);
}

/* perks */
.perks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
    margin-bottom: 20px;
}

.perk {
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    padding: 5px 11px;
    font-size: 11.5px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.75);
}

.perk-em {
    font-size: 12px;
}

/* subscribe button — matches site's yellow CTA */
.sub-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    background: var(--gold);
    color: #0d1b3e;
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    font-weight: 900;
    padding: 14px 24px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(245, 197, 24, 0.35);
    transition: all .25s ease;
    position: relative;
    overflow: hidden;
}

.sub-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
    opacity: 0;
    transition: opacity .25s;
}

.sub-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(245, 197, 24, 0.5);
}

.sub-btn:hover::after {
    opacity: 1;
}

.sub-btn:active {
    transform: scale(.97);
}

.bell {
    animation: bellShake 4s 3s ease infinite;
    display: inline-block;
}

@keyframes bellShake {

    0%,
    85%,
    100% {
        transform: rotate(0);
    }

    87% {
        transform: rotate(18deg);
    }

    89% {
        transform: rotate(-18deg);
    }

    91% {
        transform: rotate(12deg);
    }

    93% {
        transform: rotate(-8deg);
    }

    95% {
        transform: rotate(0);
    }
}

.free-note {
    margin-top: 11px;
    font-size: 11px;
    color: var(--text-dim);
    font-weight: 600;
}

.free-note .free-tag {
    display: inline-block;
    background: rgba(0, 200, 90, 0.15);
    border: 1px solid rgba(0, 200, 90, 0.3);
    color: #33e87a;
    padding: 1px 8px;
    border-radius: 100px;
    font-size: 10px;
    font-weight: 800;
    margin-right: 4px;
}

/* ─────────────────────────────────────────────
     ANIMATIONS
  ───────────────────────────────────────────── */
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}