 * { margin: 0; padding: 0; box-sizing: border-box; }
    body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; padding-top: 70px; background: #e8e8e8; }
    .hero, .features, .stats, .benefits, .target-audience, .final-cta, .upcoming-courses { max-width: 1400px; margin-left: auto; margin-right: auto; box-shadow: 0 0 20px rgba(0,0,0,0.1); }
    @media (max-width: 1440px) { .hero, .features, .stats, .benefits, .target-audience, .final-cta, .upcoming-courses { max-width: 95%; } }
    @media (max-width: 1024px) { .hero, .features, .stats, .benefits, .target-audience, .final-cta, .upcoming-courses { max-width: 100%; } }
    .features, .target-audience, .upcoming-courses { background: white; }
    .footer, section:has(.downloadapp) { max-width: 100% !important; box-shadow: none !important; width: 1400px; margin: 0 auto; padding: 0; }
    @media (max-width: 1440px) { .footer, section:has(.downloadapp) { width: 95%; } }
    @media (max-width: 1024px) { .footer, section:has(.downloadapp) { width: 100%; } }
    .icon-svg { display: inline-block; width: 1em; height: 1em; fill: currentColor; vertical-align: middle; margin-right: 8px; }
    .icon-svg-lg { width: 1.2em; height: 1.2em; }
    .mui-appbar { background: #1a1a2e; padding: 0; position: fixed; top: 0; left: 50%; transform: translateX(-50%); z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.3); width: 1400px; max-width: 1400px; border-radius: .75rem .75rem 0rem 0rem; }
    .mui-appbar table { max-width: 1400px; width: 1400px; margin: 0 auto; border-collapse: collapse; border-radius: .75rem .75rem 0rem 0rem; box-shadow: 0 2px 10px rgba(0,0,0,0.3); background: #1a1a2e; }
    .mui--appbar-height { height: 70px; }
    .mui-appbar .logo { display: inline-block; padding: 10px 20px; }
    .mui-appbar .logo img { height: 45px; width: auto; vertical-align: middle; }
    .mui--text-right { text-align: right; padding-right: 20px; }
    .mui-list--inline { list-style: none; margin: 0; padding: 0; display: inline-flex; align-items: center; gap: 5px; }
    .mui-list--inline li { display: inline-block; }
    .mui-list--inline li a { color: white; text-decoration: none; padding: 10px 18px; display: flex; align-items: center; gap: 8px; font-size: 0.95em; font-weight: 500; transition: all 0.3s ease; border-radius: 5px; white-space: nowrap; }
    .mui-list--inline li a:hover { background: rgba(255,255,255,0.1); color: #FFD700; }
    .mui-list--inline li a i { font-size: 1.1em; }
    .tollfree a { background: rgba(255,215,0,0.15); color: #FFD700 !important; font-weight: 600; }
    .tollfree a:hover { background: #FFD700; color: #fff !important; }
    .mobile-menu { display: none !important; }
    .login-menu { display: none !important; }
    @media (max-width: 1440px) { .mui-appbar { width: 95% !important; max-width: 95% !important; } .mui-appbar table { width: 100%; } }
    @media (max-width: 1024px) { .mui-dropdown__menu { display: none; position: absolute; right: 10px; top: 60px; background: #1a1a2e; min-width: 150px; box-shadow: 0 8px 16px rgba(0,0,0,0.3); border-radius: 8px; padding: 10px 0; z-index: 999; } .mui-appbar { width: 100% !important; max-width: 100% !important; left: 0 !important; right: 0 !important; transform: none !important; border-radius: 0 !important; } .mui-appbar table { width: 100%; border-radius: 0; } .mui-list--inline { gap: 3px; } .mui-list--inline li a { padding: 8px 12px; font-size: 0.9em; } .mui-list--inline { display: none; } .mobile-menu { display: inline-block !important; color: white; font-size: 1.8em; padding: 15px 10px; cursor: pointer; } .mui-dropdown:hover .mui-dropdown__menu { display: block; } .mui-dropdown__menu li { display: flex !important; } .mui-dropdown__menu li a { display: block; padding: 12px 15px; } .login-menu { display: none !important; } .mui--text-right { display: flex; align-items: center; justify-content: flex-end; padding-right: 10px; } }
    @media (max-width: 768px) { .mui-appbar .logo img { height: 40px; } .mui--appbar-height { height: 70px; } body { padding-top: 70px; } }
    @media (max-width: 480px) { .mui-appbar .logo img { height: 30px; } .mui-appbar .logo { padding: 10px; } .mui--text-right { padding-right: 10px; } }
    .hero { background: linear-gradient(135deg, #1a1a2e 0%, #1a1a2e 50%, #6B4BA2 100%); color: white; padding: 40px 20px; position: relative; overflow: hidden; min-height: 100vh; display: flex; align-items: center; }
    .hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(255,255,255,0.08) 0%, transparent 50%); pointer-events: none; }
    .hero-content-wrapper { display: flex; align-items: center; max-width: 1300px; margin: 0 auto; position: relative; z-index: 1; }
    .hero-text { text-align: center; width:65%; }
    .hero h1 { font-size: 3.2em; margin-bottom: 20px; font-weight: 700; line-height: 1.2; text-shadow: 2px 4px 8px rgba(0,0,0,0.2); white-space: nowrap; text-align: center; }
    .hero h1 .emoji { display: inline-block; animation: bounce 2s infinite; }
    @keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
    .hero .subtitle { font-size: 1.4em; margin-bottom: 25px; font-weight: 400; opacity: 0.95; line-height: 1.5; text-align: center; }
    .hindi-tagline { font-size: 1.5em; font-weight: 600; color: #FFD700;  text-shadow: 2px 2px 4px rgba(0,0,0,0.3); text-align: left; margin-left: 11%;}
    .guarantee-badge { background: rgba(255,255,255,0.25); display: block; padding: 12px 28px; border-radius: 50px; font-size: 1.15em; font-weight: 600; margin: 25px auto; backdrop-filter: blur(10px); border: 2px solid rgba(255,255,255,0.3); box-shadow: 0 8px 20px rgba(0,0,0,0.15); width: fit-content; }
    .guarantee-badge .highlight { background: #FFD700; padding: 4px 12px; border-radius: 5px; color: #333; font-weight: 700; font-size: 1.2em;   }
    .batch-info { background: rgba(255,255,255,0.2); display: flex; align-items: center; gap: 12px; padding: 12px 25px; border-radius: 30px; font-size: 1.1em; font-weight: 600; margin: 20px auto 10px auto; backdrop-filter: blur(10px); border: 2px solid rgba(255,255,255,0.25); width: fit-content; }
    .batch-date { background: rgba(255,255,255,0.3); padding: 6px 18px; border-radius: 20px; font-weight: 700; }
    .warning-text { font-size: 1.05em; margin: 15px 0 25px 0; opacity: 0.95; display: flex; align-items: center; justify-content: center; gap: 8px; }
    .price-badge { background: #FFD700; color: #333; padding: 25px 35px; border-radius: 30px; display: inline-block; margin: 30px 0; box-shadow: 0 10px 35px rgba(0,0,0,0.2); transform: rotate(0deg); transition: all 0.3s ease; text-align: center; max-width: 520px; }
    .price-badge:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.25); }
    .price-badge .course-title { font-size: 1.2em; color: #555; font-weight: 600; margin-bottom: 12px; }
    .price-badge .old-price { text-decoration: line-through; font-size: 1.3em; color: #666; font-weight: 500; }
    .price-badge .new-price { font-size: 3.5em; font-weight: 800; color: #e74c3c; line-height: 1; margin: 8px 0; }
    .price-badge .offer-text { font-size: 0.95em; margin-top: 12px; font-weight: 500; color: #6B7FED; }
    .cta-button { background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%); color: white; padding: 22px 60px; font-size: 1.5em; border: none; border-radius: 50px; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-block; margin: 20px 0; font-weight: 700; box-shadow: 0 10px 35px rgba(102, 39, 174, 0.4); text-align: center; max-width: 580px; }
    .hero-image { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; }
    .hero-image img { width: 335px; max-width: 450px; height: 500px; filter: drop-shadow(0 15px 40px rgba(0,0,0,0.4)); animation: float 3s ease-in-out infinite; }
    @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } }
    .faculty-badge { margin-top: 30px; font-size: 1.3em; font-weight: 700; text-align: center; }
    @media (max-width: 1024px) { .hero{ min-height: 80vh; } .hero-content-wrapper { grid-template-columns: 1fr; gap: 50px; text-align: center; } .hero-text { padding-right: 0; width:100%; } .hero h1 { font-size: 2.5em; white-space: normal; }  .hero .subtitle { font-size: 1.2em; } .hero-image { position: absolute; right: -20px; top: 180px; } .hero-image img{width: 270px; height:360px; } .hindi-tagline{ margin-left: 9%;} }
    @media (max-width: 768px) { .hero { padding: 50px 15px; min-height: auto; } .hero h1 { font-size: 2em; white-space: normal; } .hero .subtitle { font-size: 1.1em; } .guarantee-badge { font-size: 0.95em; padding: 10px 20px; } .guarantee-badge .highlight { font-size: 1em; } .batch-info { font-size: 0.95em; padding: 10px 20px; flex-wrap: wrap; justify-content: center; } .price-badge { max-width: 90%; padding: 20px 25px; } .price-badge .new-price { font-size: 2.5em; } .price-badge .course-title { font-size: 1.1em; } .cta-button { font-size: 1.2em; padding: 16px 40px; max-width: 90%; } .hero-image img { max-width: 280px; } .hindi-tagline{font-size: 1.1em; margin-left: 15%;} }
    @media (max-width: 480px) { .hero h1 { font-size: 1.4em; } .hero .subtitle { font-size: 1em; padding:0px 20px; } .guarantee-badge { font-size: 0.85em; padding: 8px 16px; } .batch-info { font-size: 0.85em; padding: 8px 16px; } .price-badge .new-price { font-size: 2em; } .cta-button { font-size: 1em; padding: 14px 30px; } .hindi-tagline {font-size: 1em;} }
    @media (max-width: 560px) { .hero-content-wrapper{flex-direction: column;}   .hero-image{ position: relative; top:0px; right:0px; } .hero-image img{ animation: none;}   }
    .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
    .features { padding: 80px 20px; background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%); position: relative; overflow: hidden; }
    .features::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(102, 126, 234, 0.05) 0%, transparent 70%); animation: rotate 30s linear infinite; }
    @keyframes rotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
    .features h2 { text-align: center; font-size: 2.8em; margin-bottom: 20px; color: #2c3e50; font-weight: 700; position: relative; }
    .features .section-subtitle { text-align: center; font-size: 1.2em; color: #666; margin-bottom: 60px; position: relative; }
    .feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 35px; margin-top: 40px; position: relative; }
    .feature-card { background: white; padding: 40px 30px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); position: relative; overflow: hidden; border: 1px solid rgba(0, 0, 0, 0.05); }
    .feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, #667eea 0%, #764ba2 100%); transform: scaleX(0); transition: transform 0.4s ease; }
    .feature-card:hover::before { transform: scaleX(1); }
    .feature-card::after { content: ''; position: absolute; top: -50%; right: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(102, 126, 234, 0.05) 0%, transparent 70%); opacity: 0; transition: opacity 0.4s ease; pointer-events: none; }
    .feature-card:hover::after { opacity: 1; }
    .feature-card:hover { transform: translateY(-10px) scale(1.02); box-shadow: 0 20px 40px rgba(102, 126, 234, 0.15); border-color: rgba(102, 126, 234, 0.2); }
    .corner-decoration { position: absolute; width: 120px; height: 120px; border-radius: 50%; opacity: 0.15; z-index: 0; }
    .feature-card:nth-child(1) .corner-decoration { top: -30px; right: -30px; background: linear-gradient(135deg, #a8b3ff 0%, #c8b3ff 100%); }
    .feature-card:nth-child(2) .corner-decoration { bottom: -30px; left: -30px; background: linear-gradient(135deg, #ffc0cb 0%, #ffb3c6 100%); }
    .feature-card:nth-child(3) .corner-decoration { top: -30px; right: -30px; background: linear-gradient(135deg, #b3e5ff 0%, #c0f0ff 100%); }
    .feature-card:nth-child(4) .corner-decoration { bottom: -30px; right: -30px; background: linear-gradient(135deg, #fff5b3 0%, #ffe4b3 100%); }
    .feature-card:nth-child(5) .corner-decoration { bottom: -30px; left: -30px; background: linear-gradient(135deg, #b3ffb3 0%, #c0ffc0 100%); }
    .feature-card:nth-child(6) .corner-decoration { bottom: -30px; right: -30px; background: linear-gradient(135deg, #e0d4ff 0%, #d4c4ff 100%); }
    .feature-badge { position: absolute; top: 20px; right: 20px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 5px 15px; border-radius: 20px; font-size: 0.75em; font-weight: 700; letter-spacing: 1px; display: none; }
    .icon-wrapper { width: 90px; height: 90px; margin: 0 auto 25px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 20px; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3); }
    .feature-card:hover .icon-wrapper { transform: scale(1.1) rotate(5deg); }
    .icon { font-size: 2.5em; filter: brightness(2); }
    .feature-card h3 { font-size: 1.5em; margin-bottom: 15px; color: #2c3e50; font-weight: 600; }
    .feature-card p { color: #666; line-height: 1.7; font-size: 1em; }
    @media (max-width: 768px) { .features { padding: 60px 15px; } .features h2 { font-size: 2em; } .features .section-subtitle { font-size: 1em; margin-bottom: 40px; } .feature-grid { grid-template-columns: 1fr; gap: 25px; } .feature-card { padding: 30px 25px; } .icon-wrapper { width: 70px; height: 70px; } .icon { font-size: 2em; } .feature-card h3 { font-size: 1.3em; } }
    @media (max-width: 480px) { .features h2 { font-size: 1.6em; } .feature-card { padding: 25px 20px; } }
    .stats { background: #000000; color: white; padding: 80px 20px; position: relative; overflow: hidden; }
    .stats::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.05) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(255,255,255,0.03) 0%, transparent 50%); pointer-events: none; }
    .stats h2 { text-align: center; font-size: 2.8em; margin-bottom: 50px; position: relative; }
        .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px; max-width: 1000px; margin: 0 auto 50px; position: relative; }
    .stat-card { text-align: center; padding: 40px 20px; background: linear-gradient(135deg, rgba(26, 26, 46, 0.8) 0%, rgba(107, 75, 162, 0.6) 100%); border-radius: 15px; backdrop-filter: blur(10px); transition: all 0.3s ease; border: 2px solid rgba(255, 255, 255, 0.2); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); }
    .stat-card:hover { transform: translateY(-10px); background: linear-gradient(135deg, rgba(26, 26, 46, 0.9) 0%, rgba(107, 75, 162, 0.7) 100%); border-color: rgba(255, 255, 255, 0.4); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3); }
    .stat-card:nth-child(1) { background: linear-gradient(135deg, rgba(26, 26, 46, 0.85) 0%, rgba(52, 152, 219, 0.4) 100%); }
    .stat-card:nth-child(1):hover { background: linear-gradient(135deg, rgba(26, 26, 46, 0.95) 0%, rgba(52, 152, 219, 0.5) 100%); }
    .stat-card:nth-child(2) { background: linear-gradient(135deg, rgba(26, 26, 46, 0.85) 0%, rgba(155, 89, 182, 0.4) 100%); }
    .stat-card:nth-child(2):hover { background: linear-gradient(135deg, rgba(26, 26, 46, 0.95) 0%, rgba(155, 89, 182, 0.5) 100%); }
    .stat-card:nth-child(3) { background: linear-gradient(135deg, rgba(26, 26, 46, 0.85) 0%, rgba(231, 76, 60, 0.4) 100%); }
    .stat-card:nth-child(3):hover { background: linear-gradient(135deg, rgba(26, 26, 46, 0.95) 0%, rgba(231, 76, 60, 0.5) 100%); }
    .stat-card:nth-child(4) { background: linear-gradient(135deg, rgba(26, 26, 46, 0.85) 0%, rgba(46, 204, 113, 0.4) 100%); }
    .stat-card:nth-child(4):hover { background: linear-gradient(135deg, rgba(26, 26, 46, 0.95) 0%, rgba(46, 204, 113, 0.5) 100%); }
    .stat-card .number { font-size: 4em; font-weight: 700; margin-bottom: 10px; background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
    .stat-card .label { font-size: 1.2em; opacity: 0.9; }
        
        .curriculum-btn-container { text-align: center; position: relative; margin-top: 40px; }
        .curriculum-btn { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; border: none; padding: 18px 45px; font-size: 1.2em; font-weight: 600; border-radius: 8px; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4); position: relative; overflow: hidden; }
        .curriculum-btn:hover,.cta-button:hover,.final-cta-button:hover,.proceed-btn:hover { transform: translateY(-3px); box-shadow: 0 12px 35px rgba(102, 126, 234, 0.6); background: linear-gradient(135deg, #764ba2 0%, #667eea 100%); }
        .curriculum-btn:hover::before { width: 300px; height: 300px; }
        
        .modal { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.85); backdrop-filter: blur(5px); animation: fadeIn 0.3s ease; }
        .modal.show { display: flex; align-items: center; justify-content: center; }
        .modal-content { background: linear-gradient(135deg, #e0c3fc 0%, #8ec5fc 100%); margin: 20px; padding: 0; border-radius: 20px; max-width: 900px; max-height: 90vh; width: 90%; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5); animation: slideUp 0.4s ease; overflow: hidden; }
        .pop-header {background: linear-gradient(135deg, #36454f 0%, #1c1c1c 100%); padding: 10px; text-align: center; position: relative; }
        .pop-header h2 { font-size: 2.2em; margin: 0; color: white; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }
        .pop-header p { margin: 5px 0 0; opacity: 0.9; font-size: 1.1em; color: white; }
        .close { color: white; position: absolute; right: 25px; top: 25px; font-size: 35px; font-weight: bold; cursor: pointer; transition: all 0.3s; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255, 255, 255, 0.1); }
        .close:hover { background: rgba(255, 255, 255, 0.2); transform: rotate(90deg); }
        .modal-body { padding: 20px; overflow-y: auto; max-height: calc(90vh - 140px); }
        .modal-body::-webkit-scrollbar { width: 8px; }
        .modal-body::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.05); border-radius: 10px; }
        .modal-body::-webkit-scrollbar-thumb { background: linear-gradient(135deg, #36454f 0%, #1c1c1c 100%); border-radius: 10px; }
        
        .day-card { background: linear-gradient(135deg, #36454f 0%, #1c1c1c 100%); border: 2px solid rgba(255, 255, 255, 0.1); border-radius: 15px; padding: 25px; margin-bottom: 25px; transition: all 0.3s ease; }
        .day-card:hover { transform: translateX(5px); border-color: rgba(102, 126, 234, 0.5); background: linear-gradient(135deg, #495e6c 0%, #2f2d2d 100%); }
        .day-title { font-size: 1.5em; font-weight: 700; margin-bottom: 10px; color: #ffd700; display: flex; align-items: center; gap: 10px; }
        .day-number { background: linear-gradient(135deg, #36454f 0%, #1c1c1c 100%); width: 45px; height: 45px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.9em; box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4); }
        .learning-badge { display: inline-block; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 6px 12px; border-radius: 20px; font-size: 0.75em; font-weight: 600; margin-bottom: 10px; box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3); }
        .topic-list { list-style: none; padding: 0; }
        .topic-list li { padding: 5px 0 5px 30px; position: relative; color: rgba(255, 255, 255, 0.9); font-size: 1.05em; line-height: 1.6; transition: all 0.2s ease; display: flex; justify-content: space-between; align-items: center; }
        .topic-content { flex: 1;}
        .topic-time { color: #ffd700; white-space: nowrap; margin-left: 15px; font-weight: 600;}
        .topic-list li:hover { color: #ffd700; padding-left: 35px; }
        .topic-list li::before { content: '▸'; position: absolute; left: 10px; color: #667eea; font-size: 1.2em; }
        .highlight { background: linear-gradient(135deg, rgba(255, 215, 0, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%); border-left: 4px solid #ffd700; padding: 12px 15px; margin: 8px 0; border-radius: 8px; }
        
        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
        @keyframes slideUp { from { transform: translateY(50px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
        
        @media (max-width: 1024px) { .stats { padding: 60px 15px; } .stats h2 { font-size: 2.2em; margin-bottom: 40px; } .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 25px; } .stat-card { padding: 30px 15px; } .stat-card .number { font-size: 3em; } .stat-card .label { font-size: 1em; } .modal-content { width: 95%; } .modal-body { padding: 25px; } }
        @media (max-width: 768px) { .stats { padding: 50px 15px; } .stats h2 { font-size: 1.8em; } .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } .stat-card { padding: 25px 12px; } .stat-card .number { font-size: 2.5em; } .stat-card .label { font-size: 0.9em; } .curriculum-btn { padding: 15px 35px; font-size: 1.1em; } .pop-header h2 { font-size: 1.5em; padding-right: 40px; } .day-title { font-size: 1.3em; } }
        @media (max-width: 480px) { .stats h2 { font-size: 1.5em; } .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; } .stat-card { padding: 20px 10px; } .stat-card .number { font-size: 2em; } .stat-card .label { font-size: 0.85em; } .curriculum-btn { padding: 12px 28px; font-size: 1em; } .modal-content { margin: 10px; } .modal-body { padding: 20px; } .day-card { padding: 20px; } }
    .benefits { padding: 80px 20px; background: white; }
    .benefits h2 { text-align: center; font-size: 2.8em; margin-bottom: 60px; color: #2c3e50; }
    .benefit-list { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
    .benefit-item { display: flex; align-items: flex-start; padding: 30px; background: white; border-radius: 15px; border-left: 4px solid #667eea; transition: all 0.3s ease; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }
    .benefit-item:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15); border-left-color: #2ecc71; }
    .checkmark { font-size: 1.8em; color: #2ecc71; margin-right: 20px; font-weight: 700; min-width: 35px; }
    .benefit-item .text h4 { font-size: 1.3em; color: #2c3e50; margin-bottom: 8px; font-weight: 700; }
    .benefit-item .text p { color: #666; line-height: 1.6; font-size: 0.95em; }
    @media (max-width: 1024px) { .benefits { padding: 60px 15px; } .benefits h2 { font-size: 2.2em; margin-bottom: 40px; } .benefit-list { gap: 25px; } .benefit-item { padding: 25px; } }
    @media (max-width: 768px) { .benefits h2 { font-size: 2em; } .benefit-list { grid-template-columns: 1fr; gap: 20px; } .benefit-item { padding: 20px; } .checkmark { font-size: 1.5em; min-width: 30px; margin-right: 15px; } .benefit-item .text h4 { font-size: 1.1em; } .benefit-item .text p { font-size: 0.9em; } }
    @media (max-width: 480px) { .benefits { padding: 50px 15px; } .benefits h2 { font-size: 1.6em; } .benefit-item { padding: 18px; } }
    .target-audience { background: linear-gradient(135deg, #1a1a2e 0%, #1a1a2e 50%, #6B4BA2 100%); color: white; padding: 80px 20px; text-align: center; }
    .target-audience h2 { font-size: 2.8em; margin-bottom: 20px; }
    .boards { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin: 40px 0; }
    .board-badge { background: rgba(255, 255, 255, 0.2); padding: 15px 30px; border-radius: 50px; font-size: 1.2em; font-weight: 600; backdrop-filter: blur(10px); border: 2px solid rgba(255, 255, 255, 0.3); transition: all 0.3s ease; }
    .board-badge:hover { background: rgba(255, 255, 255, 0.3); transform: scale(1.05); }
    @media (max-width: 768px) { .target-audience { padding: 60px 15px; } .target-audience h2 { font-size: 2em; } .boards { gap: 15px; margin: 30px 0; } .board-badge { padding: 12px 24px; font-size: 1em; } }
    @media (max-width: 480px) { .target-audience h2 { font-size: 1.6em; } .board-badge { padding: 10px 20px; font-size: 0.9em; } }
    .final-cta { background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%); padding: 80px 20px 30px 20px; text-align: center; }
    .final-cta h2 { font-size: 2.8em; color: #2c3e50; margin-bottom: 20px; }
    .final-cta p { font-size: 1.3em; color: #666; margin-bottom: 30px; }
    .urgency { background: #e74c3c; color: white; padding: 15px 40px; border-radius: 50px; display: inline-block; margin-bottom: 30px; font-weight: 600; font-size: 1.1em; animation: pulse 2s infinite; }
    @keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } }
    .final-price-badge { background: #FFD700; color: #333; padding: 30px 50px; border-radius: 30px; display: block; margin: 30px auto; box-shadow: 0 10px 35px rgba(0,0,0,0.2); transition: all 0.3s ease; text-align: center; max-width: 600px; }
    .final-price-badge:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.25); }
    .final-price-badge .course-title { font-size: 1.3em; color: #555; font-weight: 600; margin-bottom: 15px; }
    .final-price-badge .new-price { font-size: 4em; font-weight: 800; color: #e74c3c; line-height: 1; margin: 10px 0; }
    .final-price-badge .offer-text { font-size: 1em; margin-top: 15px; font-weight: 500; color: #6B7FED; }
    .final-cta-button { background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%); color: white; padding: 22px 60px; font-size: 1.5em; border: none; border-radius: 50px; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: block; margin: 20px auto; font-weight: 700; box-shadow: 0 10px 35px rgba(102, 39, 174, 0.4); text-align: center; max-width: 600px; }
    @media (max-width: 768px) { .final-cta { padding: 60px 15px 30px 15px; } .final-cta h2 { font-size: 2em; } .final-cta p { font-size: 1.1em; } .urgency { font-size: 1em; padding: 12px 30px; } .final-price-badge { max-width: 90%; padding: 25px 30px; } .final-price-badge .new-price { font-size: 2.5em; } .final-price-badge .course-title { font-size: 1.1em; } .final-cta-button { font-size: 1.2em; padding: 16px 40px; max-width: 90%; } }
    @media (max-width: 480px) { .final-cta h2 { font-size: 1.6em; } .final-cta p { font-size: 1em; } .urgency { font-size: 0.9em; padding: 10px 25px; } .final-price-badge .new-price { font-size: 2em; } .final-cta-button { font-size: 1em; padding: 14px 30px; } }
    .upcoming-courses { background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%); padding: 40px 20px 80px 20px; text-align: center; }
    .upcoming-courses h2 { font-size: 2.8em; margin-bottom: 15px; color: #2c3e50; }
    .courses-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 25px; margin-top: 50px; max-width: 1100px; margin-left: auto; margin-right: auto; }
    .course-box { background: linear-gradient(135deg, #1a1a2e 0%, #1a1a2e 60%, #2ecc71 100%); padding: 30px 25px; border-radius: 20px; color: white; box-shadow: 0 10px 25px rgba(46, 204, 113, 0.3); transition: all 0.4s ease; position: relative; overflow: hidden; }
    .course-box::before { content: ''; position: absolute; top: -50%; right: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(46, 204, 113, 0.15) 0%, transparent 70%); opacity: 0; transition: opacity 0.4s ease; }
    .course-box:hover::before { opacity: 1; }
    .course-box:hover { transform: translateY(-8px) scale(1.02); box-shadow: 0 15px 35px rgba(46, 204, 113, 0.4); }
    .course-box h3 { font-size: 1.5em; margin-bottom: 10px; font-weight: 700; }
    .course-duration { font-size: 0.95em; opacity: 0.9; margin-bottom: 15px; }
    .course-price { font-size: 2.8em; font-weight: 800; margin: 15px 0; text-shadow: 2px 2px 4px rgba(0,0,0,0.2); }
    .course-features { font-size: 0.9em; opacity: 0.9; line-height: 1.5; }
    .coming-soon-badge { background: rgba(255, 255, 255, 0.25); padding: 6px 16px; border-radius: 20px; font-size: 0.8em; font-weight: 600; display: inline-block; margin-top: 12px; backdrop-filter: blur(10px); border: 2px solid rgba(255, 255, 255, 0.3); }
    @media (max-width: 1024px) { .upcoming-courses { padding: 40px 15px 60px 15px; } .upcoming-courses h2 { font-size: 2.2em; } }
    @media (max-width: 1024px) and (min-width: 560px) { .hero-text .guarantee-badge, .hero-text .batch-info, .hero-text .warning-text,  .hero-text .price-badge{ margin-right:40%; } }
    @media (max-width: 768px) { .upcoming-courses h2 { font-size: 2em; } .courses-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 40px; } .course-box { padding: 25px 20px; } .course-box h3 { font-size: 1.3em; } .course-price { font-size: 2.3em; } }
    @media (max-width: 480px) { .upcoming-courses { padding: 40px 15px 50px 15px; } .upcoming-courses h2 { font-size: 1.6em; } .course-box h3 { font-size: 1.2em; } .course-price { font-size: 2em; } }
    .downloadapp { background: #ffffff; padding: 80px 20px; text-align: center; color: #333; position: relative; overflow: hidden; }
    .downloadapp::before { content: '🧪'; position: absolute; top: 50px; left: 15%; font-size: 4em; opacity: 0.6; animation: float 4s ease-in-out infinite; }
    .downloadapp::after { content: '📏'; position: absolute; top: 80px; right: 15%; font-size: 3.5em; opacity: 0.6; animation: float 5s ease-in-out infinite; animation-delay: 1s; }
    .download-title { font-size: 2em; margin-bottom: 30px; color: #0077cc; font-weight: 700; }
    .heroappqr { max-width: 180px; margin: 0 auto 25px; display: block; border: 3px solid #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
    .app-buttons { display: flex; justify-content: center; gap: 15px; margin: 25px 0 40px; flex-wrap: wrap; }
    .btn-download { width: 160px; height: auto; transition: transform 0.3s ease; cursor: pointer; }
    .btn-download:hover { transform: scale(1.05); }
    .downloadapp h2 { font-size: 2.2em; margin: 30px 0 15px; color: #0077cc; font-weight: 700; }
    .downloadapp h4 { font-size: 1.1em; margin: 10px 0; color: #555; font-weight: 400; }
    .downloadapp h5 { font-size: 1.4em; margin: 30px 0 10px; font-weight: 700; color: #333; }
    .downloadapp p { font-size: 1em; line-height: 1.6; color: #666; max-width: 600px; margin: 0 auto; }
    @media (max-width: 768px) { .downloadapp { padding: 60px 15px; } .downloadapp::before, .downloadapp::after { font-size: 2.5em; } .download-title { font-size: 1.5em; } .heroappqr { max-width: 150px; } .btn-download { width: 140px; } .downloadapp h2 { font-size: 1.6em; } .downloadapp h4 { font-size: 1em; } .downloadapp h5 { font-size: 1.2em; } }
    @media (max-width: 480px) { .downloadapp { padding: 50px 15px; } .download-title { font-size: 1.3em; } .heroappqr { max-width: 130px; } .btn-download { width: 120px; } .downloadapp h2 { font-size: 1.4em; } }
    .footer { background: #3a3a3a; color: white; padding: 40px 20px 20px; }
    .mui-container { max-width: 1200px; margin: 0 auto; text-align: center; }
    .foot-logo-img { max-width: 150px; margin-bottom: 25px; }
    .ulfoot-links { list-style: none; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 8px 25px; margin: 25px 0; padding: 0; }
    .ulfoot-links li { display: inline-block; }
    .ulfoot-links li a { color: #fff; text-decoration: none; font-size: 0.95em; transition: all 0.3s ease; display: inline-flex; align-items: center; white-space: nowrap; }
    .ulfoot-links li a:hover { color: #0077cc; }
    .ulfoot-links li a i { font-size: 1em; }
    .foot-followus { display: flex; justify-content: center; gap: 12px; margin: 30px 0 25px; }
    .foot-followus a { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; background: #2a2a2a; border-radius: 50%; transition: all 0.3s ease; color: white; }
    .foot-followus a:hover { background: #0077cc; transform: translateY(-3px); }
    .fabicon { font-size: 1.2em; }
    .foot-copyright { text-align: center; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.85em; color: #ccc; margin-top: 20px; }
    .foot-followus .icon-svg { height:24px; width:36px; padding-left: 8px; }
    @media (max-width: 768px) { .footer { padding: 30px 15px 15px; } .foot-logo-img { max-width: 120px; margin-bottom: 20px; } .ulfoot-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; } .foot-followus { gap: 10px; margin: 25px 0 20px; } .foot-followus a { width: 45px; height: 45px; } .foot-copyright { font-size: 0.8em; } }
    @media (max-width: 480px) { .foot-logo-img { max-width: 100px; } .ulfoot-links li a { font-size: 0.9em; } .foot-followus a { width: 40px; height: 40px; } .fabicon { font-size: 1em; } .downloadapp .qr-img{ height: 200px; width: 300px; } }
    .wrap_loader{ background:#fffafa url(../images/uni_loader.gif) no-repeat; background-attachment:fixed; background-position:center center; width:100%; height:500vh; margin:0px auto; padding:0px 0px 0px 0px; vertical-align:center; text-align:center; position:absolute; top:0px; z-index:1000000; opacity:.8; display:none; }
    .wrap_loader img{ text-align:center; border:none; display:none; }
    .imgLoader{ position:fixed; margin:0 auto; top:50%; left:50%; }
    .imgLoader img { width: 70px; height: 70px; }
    .cta-button, .final-cta-button { display: inline-block; padding: 15px 30px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; text-decoration: none; border-radius: 8px; font-size: 18px; font-weight: bold; cursor: pointer; border: none; transition: transform 0.2s; }
    .cta-button:hover, .final-cta-button:hover,.curriculum-btn:hover { transform: scale(1.05); }
    .cta-button:disabled, .final-cta-button:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
    .modal-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); z-index: 10000; justify-content: center; align-items: center; }
    .modal-overlay.active { display: flex; }
    .user-details-modal { background: white; border-radius: 15px; padding: 40px 35px; max-width: 450px; width: 90%; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3); position: relative; animation: modalSlideIn 0.3s ease; }
    @keyframes modalSlideIn { from { transform: translateY(-50px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
    .modal-close { position: absolute; top: 15px; right: 15px; font-size: 28px; color: #999; cursor: pointer; background: none; border: none; padding: 5px 10px; transition: color 0.2s; }
    .modal-close:hover { color: #333; }
    .modal-header { text-align: left; margin-bottom: 20px; }
    .modal-header h2 { font-size: 1.8em; color: #2c3e50; margin-bottom: 10px; margin-right: 10px;}
    .modal-header p { color: #666; font-size: 0.95em; }
    .form-group { margin-bottom: 25px; }
    .form-group label { display: block; margin-bottom: 8px; color: #333; font-weight: 600; font-size: 0.95em; }
    .form-group label .required { color: #e74c3c; }
    .phone-input-wrapper { display: flex; gap: 10px; }
    .country-code-select { max-width: 125px; flex: 0 0 100px; padding: 12px 10px; border: 2px solid #ddd; border-radius: 8px; font-size: 1em; background: white; cursor: pointer; transition: border-color 0.3s; }
    .form-group input { width: 100%; padding: 12px 15px; border: 2px solid #ddd; border-radius: 8px; font-size: 1em; transition: border-color 0.3s; box-sizing: border-box; }
    .form-group input:focus, .country-code-select:focus { outline: none; border-color: #667eea; }
    .error-message { color: #e74c3c; font-size: 0.85em; margin-top: 5px; display: none; }
    .error-message.active { display: block; }
    .proceed-btn { width: 100%; padding: 15px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; border: none; border-radius: 8px; font-size: 1.1em; font-weight: 700; cursor: pointer; transition: all 0.3s ease; margin-top: 10px; }
    .proceed-btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
    @media (max-width: 480px) { .user-details-modal { padding: 30px 25px; } .modal-header h2 { font-size: 1.5em; } .phone-input-wrapper { flex-direction: column; } .country-code-select { max-width: fit-content; flex: 1; } }
