@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@600;700;800;900&display=swap');

        .special-batch-main {
            font-family: 'Inter', 'Raleway', sans-serif;
            background-color: #f5f7fb;
            color: #333;
            line-height: 1.5;
            padding-bottom: 60px;
        }

        /* --- Hero Section Luxury Redesign --- */
        .special-batch-main .hero-section {
            background-color: #060e1d;
            background-image: 
                radial-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
                radial-gradient(circle at 75% 35%, rgba(37, 99, 235, 0.35) 0%, rgba(6, 14, 29, 0) 65%),
                radial-gradient(circle at 18% 45%, rgba(245, 158, 11, 0.12) 0%, transparent 55%),
                linear-gradient(180deg, #040914 0%, #081326 100%);
            background-size: 28px 28px, 100% 100%, 100% 100%, 100% 100%;
            padding: 50px 0 90px;
            color: #ffffff;
            position: relative;
            overflow: hidden;
        }

        /* Subtle bottom wave */
        .special-batch-main .hero-wave {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            overflow: hidden;
            line-height: 0;
            z-index: 1;
        }

        .special-batch-main .hero-wave svg {
            position: relative;
            display: block;
            width: calc(100% + 1.3px);
            height: 32px;
        }

        .special-batch-main .hero-wave .shape-fill {
            fill: #f5f7fb;
        }

        /* Left Content Area */
        .special-batch-main .hero-content-col {
            padding-right: 25px;
            text-align: left;
            position: relative;
            z-index: 2;
        }

        .special-batch-main .hero-kicker-bar {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: rgba(246, 194, 62, 0.1);
            border: 1px solid rgba(246, 194, 62, 0.3);
            color: #f6c23e;
            padding: 4px 12px;
            border-radius: 30px;
            font-size: 10px;
            font-weight: 800;
            letter-spacing: 1.2px;
            text-transform: uppercase;
            margin-bottom: 13px;
            box-shadow: 0 4px 15px rgba(246, 194, 62, 0.15);
        }

        .special-batch-main .hero-kicker-bar .kicker-pulse {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #f6c23e;
            box-shadow: 0 0 8px #f6c23e;
        }

        .special-batch-main .hero-paper-title {
            font-family: 'Outfit', sans-serif;
            font-size: 55px;
            font-weight: 900;
            letter-spacing: 1.5px;
            line-height: 1.05;
            margin-bottom: 12px;
            color: #ffffff;
            text-transform: uppercase;
            filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.4));
        }

        .special-batch-main .hero-paper-title .paper-num-accent {
            background: linear-gradient(135deg, #ffffff 30%, #f6c23e 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .special-batch-main .hero-paper-subtitle {
            font-family: 'Outfit', sans-serif;
            font-size: clamp(17px, 2.2vw, 25px);
            font-weight: 800;
            background: linear-gradient(135deg, #fff385 0%, #f59e0b 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            line-height: 1.2;
            margin-bottom: 14px;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
        }

        .special-batch-main .hero-paper-subtitle .hero-sub-amp {
            color: #ffffff;
            -webkit-text-fill-color: #ffffff;
            font-weight: 500;
            opacity: 0.85;
            padding: 0 4px;
        }

        .special-batch-main .hero-tagline-card {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.12);
            backdrop-filter: blur(12px);
            padding: 6px 16px;
            border-radius: 50px;
            box-shadow: 0 8px 20px -5px rgba(0, 0, 0, 0.35);
        }

        .special-batch-main .tagline-icon-wrap {
            width: 26px;
            height: 26px;
            border-radius: 50%;
            background: linear-gradient(135deg, #22c55e, #16a34a);
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
            flex-shrink: 0;
            box-shadow: 0 0 10px rgba(34, 197, 94, 0.45);
        }

        .special-batch-main .hero-paper-desc {
            font-family: 'Inter', sans-serif;
            font-size: clamp(12px, 1.2vw, 14px);
            font-weight: 600;
            color: #f1f5f9;
            margin: 0;
            line-height: 1.35;
        }

        /* Cinema / Video Player Container */
        .special-batch-main .hero-video-wrapper {
            position: relative;
            max-width: 480px;
            margin: 0 auto;
        }

        /* Ambient Glow behind player */
        .special-batch-main .hero-video-glow {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 105%;
            height: 100%;
            background: radial-gradient(circle, rgba(37, 99, 235, 0.45) 0%, rgba(246, 194, 62, 0.15) 50%, transparent 75%);
            filter: blur(40px);
            z-index: 1;
            pointer-events: none;
        }

        .special-batch-main .hero-video-frame {
            position: relative;
            z-index: 2;
            background: #0f172a;
            border: 1px solid rgba(255, 255, 255, 0.18);
            border-radius: 18px;
            box-shadow: 0 25px 60px -12px rgba(0, 0, 0, 0.8), 0 0 35px rgba(37, 99, 235, 0.25);
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .special-batch-main .hero-video-frame:hover {
            transform: translateY(-4px);
            box-shadow: 0 30px 70px -15px rgba(0, 0, 0, 0.9), 0 0 45px rgba(246, 194, 62, 0.35);
        }

        /* Top Player Bar with Mac-style controls */
        .special-batch-main .hero-video-topbar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 9px 16px;
            background: rgba(15, 23, 42, 0.92);
            backdrop-filter: blur(8px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }

        .special-batch-main .topbar-dots {
            display: flex;
            gap: 6px;
        }

        .special-batch-main .topbar-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            display: inline-block;
        }

        .special-batch-main .topbar-dot.red { background: #ef4444; }
        .special-batch-main .topbar-dot.yellow { background: #f59e0b; }
        .special-batch-main .topbar-dot.green { background: #10b981; }

        .special-batch-main .topbar-title {
            font-size: 11px;
            font-weight: 700;
            color: #94a3b8;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .special-batch-main .topbar-title i {
            color: #ef4444;
            font-size: 9px;
        }

        .special-batch-main .hero-video-ratio {
            position: relative;
            width: 100%;
            aspect-ratio: 16 / 9;
            background: #000;
        }

        .special-batch-main .hero-video-ratio iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }

        .special-batch-main .hero-video-footer {
            padding: 9px 16px;
            background: rgba(15, 23, 42, 0.94);
            border-top: 1px solid rgba(255, 255, 255, 0.06);
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 11px;
            color: #cbd5e1;
        }

        .special-batch-main .video-footer-left {
            display: flex;
            align-items: center;
            gap: 6px;
            font-weight: 600;
        }

        .special-batch-main .video-footer-left i {
            color: #f6c23e;
            font-size: 14px;
        }

        .special-batch-main .video-footer-badge {
            background: rgba(37, 99, 235, 0.25);
            color: #60a5fa;
            border: 1px solid rgba(96, 165, 250, 0.3);
            padding: 2px 8px;
            border-radius: 10px;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 0.5px;
        }

        @media (max-width: 991px) {
            .special-batch-main .hero-section {
                padding: 40px 0 65px;
            }
            .special-batch-main .hero-content-col {
                text-align: center;
                padding-right: 0;
                margin-bottom: 25px;
            }
            .special-batch-main .hero-tagline-card {
                margin: 0 auto;
            }
            .special-batch-main .hero-video-wrapper {
                max-width: 420px;
            }
        }

        /* --- Section Containers --- */
        .special-batch-main .section-header {
            text-align: center;
            margin: 50px 0 35px;
        }

        .special-batch-main .section-title {
            font-size: 28px;
            font-weight: 800;
            color: #0b1f40;
            position: relative;
            display: inline-block;
            margin: 0;
            padding-bottom: 10px;
        }

        .special-batch-main .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background: #f6c23e;
            border-radius: 2px;
        }

        /* --- Covered Grid (Hindi & English) --- */
        .special-batch-main .subject-card {
            background: #ffffff;
            border-radius: 16px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
            height: 100%;
            position: relative;
            overflow: hidden;
            border: none;
        }

        .special-batch-main .subject-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 25px;
        }

        .special-batch-main .subject-header-left {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .special-batch-main .subject-icon {
            width: 45px;
            height: 45px;
            background: linear-gradient(135deg, #2563eb, #1e3a8a);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            font-size: 20px;
            box-shadow: 0 4px 10px rgba(37, 99, 235, 0.2);
        }

        .special-batch-main .subject-title {
            font-size: 18px;
            font-weight: 800;
            color: #0b1f40;
            margin: 0;
            letter-spacing: 0.5px;
        }

        .special-batch-main .marks-pill {
            color: #2563eb;
            font-size: 14px;
            font-weight: 800;
        }

        .special-batch-main .part-section {
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px dashed #e2e8f0;
        }

        .special-batch-main .part-section:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }

        .special-batch-main .part-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 12px;
        }

        .special-batch-main .part-title {
            font-size: 14px;
            font-weight: 800;
            color: #1e293b;
            margin: 0;
        }

        .special-batch-main .part-marks {
            color: #64748b;
            font-size: 12px;
            font-weight: 700;
            background: #f1f5f9;
            padding: 2px 8px;
            border-radius: 4px;
        }

        .special-batch-main .topic-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .special-batch-main .topic-list li {
            padding: 4px 0;
            color: #475569;
            font-size: 13px;
            font-weight: 500;
            display: flex;
            align-items: flex-start;
            gap: 10px;
        }

        .special-batch-main .topic-list li::before {
            content: '\2713'; /* checkmark */
            color: #2563eb;
            font-size: 14px;
            font-weight: bold;
        }

        /* --- Bonus Section --- */
        .special-batch-main .bonus-wrapper {
            background: linear-gradient(135deg, #09172e 0%, #0f2b5c 50%, #17387c 100%);
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 24px;
            padding: 45px 35px;
            margin-top: 50px;
            color: #ffffff;
            box-shadow: 0 20px 45px rgba(11, 31, 64, 0.2);
            position: relative;
            overflow: hidden;
        }

        .special-batch-main .bonus-wrapper::before {
            content: '';
            position: absolute;
            top: -100px;
            right: -100px;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(246, 194, 62, 0.15) 0%, transparent 70%);
            pointer-events: none;
        }
        
        .special-batch-main .bonus-header {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 30px;
            text-align: center;
            position: relative;
            z-index: 1;
        }

        .special-batch-main .bonus-icon {
            color: #f6c23e;
            font-size: 38px;
            margin-bottom: 12px;
            filter: drop-shadow(0 0 10px rgba(246, 194, 62, 0.4));
        }

        .special-batch-main .bonus-title {
            font-size: 24px;
            font-weight: 800;
            color: #ffffff;
            margin: 0 0 10px;
            letter-spacing: 0.5px;
        }

        .special-batch-main .bonus-desc {
            font-size: 14px;
            color: #cbd5e1;
            max-width: 720px;
            margin: 0 auto;
            line-height: 1.6;
        }

        .special-batch-main .themes-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 18px;
            margin-top: 32px;
            position: relative;
            z-index: 1;
        }

        .special-batch-main .theme-item {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 16px;
            padding: 18px 16px;
            display: flex;
            align-items: center;
            gap: 14px;
            text-align: left;
            transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
            backdrop-filter: blur(10px);
            min-height: 82px;
        }

        .special-batch-main .theme-item:hover {
            background: rgba(255, 255, 255, 0.1);
            border-color: rgba(246, 194, 62, 0.5);
            transform: translateY(-4px);
            box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
        }
        
        .special-batch-main .theme-item-icon {
            width: 48px;
            height: 48px;
            min-width: 48px;
            background: linear-gradient(135deg, rgba(37, 99, 235, 0.25), rgba(246, 194, 62, 0.2));
            border: 1px solid rgba(255, 255, 255, 0.18);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 0;
            color: #f6c23e;
            font-size: 22px;
            transition: all 0.3s ease;
            flex-shrink: 0;
        }

        .special-batch-main .theme-item:hover .theme-item-icon {
            background: #f6c23e;
            color: #0b1f40;
            border-color: #f6c23e;
            transform: scale(1.08);
            box-shadow: 0 6px 15px rgba(246, 194, 62, 0.4);
        }

        .special-batch-main .theme-item span {
            font-size: 14px;
            font-weight: 600;
            color: #f8fafc;
            line-height: 1.45;
            letter-spacing: 0.2px;
        }

        .special-batch-main .bonus-action {
            margin-top: 36px;
            text-align: center;
            position: relative;
            z-index: 1;
        }

        .special-batch-main .bonus-enroll-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            background: linear-gradient(135deg, #f6c23e 0%, #eab308 100%);
            color: #0b1f40;
            font-size: 16px;
            font-weight: 800;
            padding: 14px 42px;
            border-radius: 50px;
            text-decoration: none;
            box-shadow: 0 10px 25px rgba(246, 194, 62, 0.4);
            transition: all 0.3s ease;
            border: 2px solid #f6c23e;
            cursor: pointer;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .special-batch-main .bonus-enroll-btn:hover {
            background: #ffffff;
            color: #0b1f40;
            border-color: #ffffff;
            transform: translateY(-3px);
            box-shadow: 0 15px 30px rgba(255, 255, 255, 0.3);
        }

        .special-batch-main .bonus-enroll-btn i {
            font-size: 18px;
            transition: transform 0.3s ease;
        }

        .special-batch-main .bonus-enroll-btn:hover i {
            transform: translateX(4px);
        }

        /* --- Faculties Section --- */
        /* Making the faculty card flow better without internal boxes */
        .special-batch-main .faculty-card {
            background: #ffffff;
            border-radius: 20px;
            padding: 35px 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            position: relative;
            border: none;
            transition: transform 0.3s;
        }

        .special-batch-main .faculty-card:hover {
            transform: translateY(-5px);
        }

        .special-batch-main .faculty-subject-badge {
            position: absolute;
            top: 20px;
            left: 50%;
            transform: translateX(-50%);
            color: #2563eb;
            background: #eff6ff;
            font-size: 10px;
            font-weight: 800;
            padding: 5px 15px;
            border-radius: 20px;
            letter-spacing: 1px;
        }

        .special-batch-main .faculty-avatar {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            margin: 30px auto 20px;
            position: relative;
        }

        .special-batch-main .faculty-avatar::before {
            content: '';
            position: absolute;
            top: -5px; left: -5px; right: -5px; bottom: -5px;
            border-radius: 50%;
            background: linear-gradient(135deg, #2563eb, #f6c23e);
            z-index: 1;
        }

        .special-batch-main .faculty-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
            position: relative;
            z-index: 2;
            border: 4px solid #ffffff;
        }

        .special-batch-main .faculty-avatar i {
            width: 100%;
            height: 100%;
            background: #f1f5f9;
            border-radius: 50%;
            position: relative;
            z-index: 2;
            border: 4px solid #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 45px;
            color: #94a3b8;
        }

        .special-batch-main .faculty-name {
            font-size: 22px;
            font-weight: 800;
            color: #0b1f40;
            margin: 0 0 25px;
        }

        /* Removed boxes! Using a clean elegant list */
        .special-batch-main .faculty-details-list {
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 15px;
            text-align: left;
            margin-top: auto;
        }

        .special-batch-main .detail-row {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .special-batch-main .detail-icon {
            width: 44px;
            height: 44px;
            background: rgba(246, 194, 62, 0.15);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #d97706;
            font-size: 20px;
            flex-shrink: 0;
        }

        .special-batch-main .detail-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .special-batch-main .detail-label {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: #64748b;
            font-weight: 700;
            margin-bottom: 4px;
            line-height: 1;
        }

        .special-batch-main .detail-value {
            font-size: 15px;
            color: #0b1f40;
            font-weight: 700;
            line-height: 1.2;
        }

        @media (max-width: 991px) {
            .special-batch-main .themes-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        @media (max-width: 768px) {
            .special-batch-main .hero-section {
                padding: 25px 0 50px;
            }
            .special-batch-main .bonus-wrapper {
                padding: 30px 20px;
            }
        }
        @media (max-width: 600px) {
            .special-batch-main .themes-grid {
                grid-template-columns: 1fr;
            }
        }

        .special-batch-main .demo-video-card {
            background: #ffffff;
            border-radius: 20px;
            padding: 12px;
            box-shadow: 0 15px 35px rgba(11, 31, 64, 0.08);
            border: 1px solid #e2e8f0;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .special-batch-main .demo-video-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 20px 45px rgba(11, 31, 64, 0.14);
        }

        .special-batch-main .demo-video-ratio {
            position: relative;
            width: 100%;
            aspect-ratio: 16 / 9;
            border-radius: 14px;
            overflow: hidden;
            background: #000;
        }

        .special-batch-main .demo-video-ratio iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }

        .special-batch-main .hero-btn-wrap {
            margin-top: 14px;
        }

        .special-batch-main .hero-enroll-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: linear-gradient(135deg, #f6c23e 0%, #eab308 100%);
            color: #0b1f40;
            font-size: 13.5px;
            font-weight: 800;
            padding: 9px 26px;
            border-radius: 50px;
            text-decoration: none;
            box-shadow: 0 8px 20px rgba(246, 194, 62, 0.35);
            transition: all 0.3s ease;
            border: 2px solid #f6c23e;
            cursor: pointer;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .special-batch-main .hero-enroll-btn:hover {
            background: #ffffff;
            color: #0b1f40;
            border-color: #ffffff;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(255, 255, 255, 0.3);
        }

        .special-batch-main .hero-enroll-btn i {
            font-size: 16px;
            transition: transform 0.3s ease;
        }

        .special-batch-main .hero-enroll-btn:hover i {
            transform: translateX(4px);
        }

        .special-batch-main .hero-video-box {
            position: relative;
            width: 100%;
            height: 260px;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45);
            border: 2px solid rgba(255, 255, 255, 0.18);
            background: #000;
        }

        @media (max-width: 768px) {
            .special-batch-main .hero-video-box {
                aspect-ratio: 16 / 9;
                height: auto;
            }
        }

        .special-batch-main .hero-video-box iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }
