@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;family=Spartan:wght@400;500;600;700;800&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Anek+Malayalam:wght@100..800&display=swap);
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 18px !important;
    overflow-x: hidden !important; 
    width: 100%;
}

body {

    overflow-x: hidden !important; 
    overflow-y: auto !important; 
    font-family: "Anek Malayalam", sans-serif !important;
    font-size: 18px;
    color: #515151;
    width: 100%;
    position: relative;
}

h1 {
    font-size: 60px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    color: #181818 !important;
}

h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
   
}

h3 {
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
}

h4 {
    font-size: 18px !important;
    font-weight: 600 !important;
}

p {
    font-size: 16px !important;
    line-height: 1.75 !important;
}

.hero-left h1 {
    font-size: 50px !important;
    font-weight: 800 !important;
}

.hero-subtitle {
    font-size: 18px !important;
}

.section-header h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
}

.section-header p {
    font-size: 18px !important;
}

.stat-value {
    font-size: 49px !important;
    font-weight: 800 !important;
}

.stat-label {
    font-size: 18px !important;
}

.highlight-value {
    font-size: 18px !important;
    font-weight: 700 !important;
}

.highlight-label {
    font-size: 13px !important;
}

.price-large {
    font-size: 80px !important;
    font-weight: 900 !important;
}

.price-label-large {
    font-size: 24px !important;
}

.btn-primary, .btn-secondary {
    font-size: 15px !important;
    font-weight: 600 !important;
}

.btn-primary-large, .btn-cta-large {
    font-size: 17px !important;
    font-weight: 700 !important;
}

.feature-card h3 {
    font-size: 17px !important;
}

.feature-card p {
    font-size: 14px !important;
}

.tutor-info h3 {
    font-size: 20px !important;
}

.badge-sm {
    font-size: 12px !important;
}

.exclusive-banner h3 {
    font-size: 28px !important;
    font-weight: 800 !important;
}

.cta-title {
    font-size: 40px !important;
    font-weight: 800 !important;
}

.cta-subtitle {
    font-size: 18px !important;
}
:root {
    --color-primary: #A125C2;
    --color-secondary: #ee4a62;
    --color-textSecondary: #ff5b5c;
    --color-tertiary: #f8b81f;
    --color-dark: #111212;
    --color-heading: #181818;
    --dark-color-heading: #fff;
    --color-border: #e5e5e5;
    --dark-color-border: #282f3a;
    --color-body: #515151;
    --gradient-primary: linear-gradient(-90deg, #0089D0 0%, #A125C2 100%);
    --bg-color: #EAF0F2;
    --dark-bg-color: #020b17;
    --cta-color-bg: #F0F4F5;
    --color-bg-body: #fff;
    --dark-color-bg-body: #111822;
    --bg-color-2: #1c242f;
    --color-white: #fff;
    --color-black: #000;
    --footer-text: #181818;
    --dark-footer-text: #515151;
    --edu-btn-color: #fff;
    --color-title: #bababa;
    --color-lighten01: #f0f4f5;
    --color-lighten02: #edf5f8;
    --color-lighten03: #f5f1eb;
    --color-lighten04: #9da4c9;
    --color-extra01: #0ecd73;
    --color-extra02: #8e56ff;
    --color-extra03: #f92596;
    --color-extra04: #5866eb;
    --color-extra05: #f8941f;
    --color-extra06: #39c0fa;
    --color-extra07: #da04f8;
    --color-extra08: #4664e4;
    --color-extra09: #525151;
    --color-extra10: #404040;
    --color-extra11: #22272e;
    --color-success: #3EB75E;
    --color-danger: #FF0003;
    --color-warning: #FF8F3C;
    --color-info: #1BA2DB;
    --color-placeholder: gray;
    --color-facebook: #1877f2;
    --color-twitter: #1da1f2;
    --color-youtube: #cd201f;
    --color-linkedin: #0a66c2;
    --color-pinterest: #E60022;
    --color-instagram: #C231A1;
    --color-vimeo: #00ADEF;
    --color-twitch: #6441A3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 4px;
    --radius: 10px;
    --radius-big: 16px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --shadow-darker: 0 10px 50px 0 rgba(26, 46, 85, .1);
    --shadow-darker2: 0 20px 50px 0 rgba(26, 46, 85, .1);
    --shadow-dark: 0 10px 30px 0 rgba(20, 36, 66, .15);
    --shadow-darkest: 0 10px 30px 0 rgba(0, 0, 0, .05);
    --shadow-darker3: 0 4px 50px 0 rgba(0, 0, 0, .1);
    --shadow-darker4: 0 20px 70px 0 rgba(15, 107, 92, .2);
    --transition: .3s;
    --transition-2: .5s;
    --transition-transform: transform .65s cubic-bezier(.23, 1, .32, 1);
    --font-primary: "Anek Malayalam", sans-serif;
    --font-secondary: "Anek Malayalam", sans-serif;
    --font-icomoon: 'icomoon';
    --font-size-b1: 16px;
    --font-size-b2: 13px;
    --line-height-b1: 1.73;
    --line-height-b2: 1.85;
    --h1: 50px;
    --h2: 36px;
    --h3: 28px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --h1-lineHeight: 1.2;
    --h2-lineHeight: 1.39;
    --h3-lineHeight: 1.43;
    --h4-lineHeight: 1.4;
    --h5-lineHeight: 1.45;
    --h6-lineHeight: 1.62

}

.color-secondary {
    color: var(--color-primary);
    font-weight: 700;
}
.bg-lighten01,
.thanks-area
html[dir=rtl] select {
    background-color: var(--color-lighten01)
}

.bg-lighten02 {
    background-color: var(--color-lighten02)
}

.bg-lighten03 {
    background-color: var(--color-lighten03)
}


.section-gap-equal {
    padding: 120px 0;
}
[data-sal] {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: var(--sal-duration, .2s);
    transition-duration: var(--sal-duration, .2s);
    -webkit-transition-delay: var(--sal-delay, 0s);
    transition-delay: var(--sal-delay, 0s);
    -webkit-transition-timing-function: var(--sal-easing, ease);
    transition-timing-function: var(--sal-easing, ease)
}

[data-sal][data-sal-duration='200'] {
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

[data-sal][data-sal-duration='250'] {
    -webkit-transition-duration: .25s;
    transition-duration: .25s
}

[data-sal][data-sal-duration='300'] {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

[data-sal][data-sal-duration='350'] {
    -webkit-transition-duration: .35s;
    transition-duration: .35s
}

[data-sal][data-sal-duration='400'] {
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

[data-sal][data-sal-duration='450'] {
    -webkit-transition-duration: .45s;
    transition-duration: .45s
}

[data-sal][data-sal-duration='500'] {
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

[data-sal][data-sal-duration='550'] {
    -webkit-transition-duration: .55s;
    transition-duration: .55s
}

[data-sal][data-sal-duration='600'] {
    -webkit-transition-duration: .6s;
    transition-duration: .6s
}

[data-sal][data-sal-duration='650'] {
    -webkit-transition-duration: .65s;
    transition-duration: .65s
}

[data-sal][data-sal-duration='700'] {
    -webkit-transition-duration: .7s;
    transition-duration: .7s
}

[data-sal][data-sal-duration='750'] {
    -webkit-transition-duration: .75s;
    transition-duration: .75s
}

[data-sal][data-sal-duration='800'] {
    -webkit-transition-duration: .8s;
    transition-duration: .8s
}

[data-sal][data-sal-duration='850'] {
    -webkit-transition-duration: .85s;
    transition-duration: .85s
}

[data-sal][data-sal-duration='900'] {
    -webkit-transition-duration: .9s;
    transition-duration: .9s
}

[data-sal][data-sal-duration='950'] {
    -webkit-transition-duration: .95s;
    transition-duration: .95s
}

[data-sal][data-sal-duration='1000'] {
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

[data-sal][data-sal-duration='1050'] {
    -webkit-transition-duration: 1.05s;
    transition-duration: 1.05s
}

[data-sal][data-sal-duration='1100'] {
    -webkit-transition-duration: 1.1s;
    transition-duration: 1.1s
}

[data-sal][data-sal-duration='1150'] {
    -webkit-transition-duration: 1.15s;
    transition-duration: 1.15s
}

[data-sal][data-sal-duration='1200'] {
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s
}

[data-sal][data-sal-duration='1250'] {
    -webkit-transition-duration: 1.25s;
    transition-duration: 1.25s
}

[data-sal][data-sal-duration='1300'] {
    -webkit-transition-duration: 1.3s;
    transition-duration: 1.3s
}

[data-sal][data-sal-duration='1350'] {
    -webkit-transition-duration: 1.35s;
    transition-duration: 1.35s
}

[data-sal][data-sal-duration='1400'] {
    -webkit-transition-duration: 1.4s;
    transition-duration: 1.4s
}

[data-sal][data-sal-duration='1450'] {
    -webkit-transition-duration: 1.45s;
    transition-duration: 1.45s
}

[data-sal][data-sal-duration='1500'] {
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s
}

[data-sal][data-sal-duration='1550'] {
    -webkit-transition-duration: 1.55s;
    transition-duration: 1.55s
}

[data-sal][data-sal-duration='1600'] {
    -webkit-transition-duration: 1.6s;
    transition-duration: 1.6s
}

[data-sal][data-sal-duration='1650'] {
    -webkit-transition-duration: 1.65s;
    transition-duration: 1.65s
}

[data-sal][data-sal-duration='1700'] {
    -webkit-transition-duration: 1.7s;
    transition-duration: 1.7s
}

[data-sal][data-sal-duration='1750'] {
    -webkit-transition-duration: 1.75s;
    transition-duration: 1.75s
}

[data-sal][data-sal-duration='1800'] {
    -webkit-transition-duration: 1.8s;
    transition-duration: 1.8s
}

[data-sal][data-sal-duration='1850'] {
    -webkit-transition-duration: 1.85s;
    transition-duration: 1.85s
}

[data-sal][data-sal-duration='1900'] {
    -webkit-transition-duration: 1.9s;
    transition-duration: 1.9s
}

[data-sal][data-sal-duration='1950'] {
    -webkit-transition-duration: 1.95s;
    transition-duration: 1.95s
}

[data-sal][data-sal-duration='2000'] {
    -webkit-transition-duration: 2s;
    transition-duration: 2s
}

[data-sal][data-sal-delay='50'] {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

[data-sal][data-sal-delay='100'] {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

[data-sal][data-sal-delay='150'] {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

[data-sal][data-sal-delay='200'] {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

[data-sal][data-sal-delay='250'] {
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

[data-sal][data-sal-delay='300'] {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

[data-sal][data-sal-delay='350'] {
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

[data-sal][data-sal-delay='400'] {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

[data-sal][data-sal-delay='450'] {
    -webkit-transition-delay: .45s;
    transition-delay: .45s
}

[data-sal][data-sal-delay='500'] {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

[data-sal][data-sal-delay='550'] {
    -webkit-transition-delay: .55s;
    transition-delay: .55s
}

[data-sal][data-sal-delay='600'] {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

[data-sal][data-sal-delay='650'] {
    -webkit-transition-delay: .65s;
    transition-delay: .65s
}

[data-sal][data-sal-delay='700'] {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

[data-sal][data-sal-delay='750'] {
    -webkit-transition-delay: .75s;
    transition-delay: .75s
}

[data-sal][data-sal-delay='800'] {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

[data-sal][data-sal-delay='850'] {
    -webkit-transition-delay: .85s;
    transition-delay: .85s
}

[data-sal][data-sal-delay='900'] {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

[data-sal][data-sal-delay='950'] {
    -webkit-transition-delay: .95s;
    transition-delay: .95s
}

[data-sal][data-sal-delay='1000'] {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}


[data-sal|=fade] {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

[data-sal|=slide],
[data-sal|=zoom] {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform, -webkit-transform
}

[data-sal=slide-up] {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%)
}

[data-sal=slide-down] {
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%)
}

[data-sal=slide-left] {
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%)
}

[data-sal=slide-right] {
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%)
}

[data-sal|=slide].sal-animate,
[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=slide],
body.sal-disabled [data-sal|=zoom] {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

[data-sal=zoom-in] {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}


[data-sal|=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform, -webkit-transform
}

[data-sal=flip-left] {
    -webkit-transform: perspective(2000px) rotateY(-91deg);
    transform: perspective(2000px) rotateY(-91deg)
}

[data-sal=flip-right] {
    -webkit-transform: perspective(2000px) rotateY(91deg);
    transform: perspective(2000px) rotateY(91deg)
}

[data-sal=flip-up] {
    -webkit-transform: perspective(2000px) rotateX(-91deg);
    transform: perspective(2000px) rotateX(-91deg)
}

[data-sal=flip-down] {
    -webkit-transform: perspective(2000px) rotateX(91deg);
    transform: perspective(2000px) rotateX(91deg)
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;

}

/* Hero Section */

.hero-section {
    padding-top: 0;
    position: relative;
    min-height: auto;
    background: linear-gradient(135deg, #e0f2fe 0%, #f0fdfa 100%);
    overflow: hidden;

}

.bg-effects {
    position: absolute;
    inset: 0;
    pointer-events: none;

}
.bg-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.3;

}


.blob-1 {
    top: 80px;
    left: 40px;
    width: 384px;
    height: 384px;
    background: #6a93c1;
    animation: float1 8s ease-in-out infinite;

}

.blob-2 {
    bottom: 80px;
    right: 40px;
    width: 500px;
    height: 500px;
    background: #50bcac;
    animation: float2 10s ease-in-out infinite;

}

.blob-3 {
    top: 50%;
    left: 50%;
    width: 288px;
    height: 288px;
    background: #9f8ee3;
    animation: rotate 15s linear infinite;

}



@keyframes float1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(50px, 30px) scale(1.1); }

}

@keyframes float2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-50px, -30px) scale(1.2); }

}



@keyframes rotate {
    from { transform: translate(-50%, -50%) rotate(0deg) scale(1); }
    to { transform: translate(-50%, -50%) rotate(360deg) scale(1.3); }

}

.edu-header.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #ffffff;
    padding: 12px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.header-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
    margin: 0 40px;
    padding: 0 ;
}

.logo-main {
    height: 40px;
    width: auto;
}


.btn-join {
    background: linear-gradient(90deg, #A125C2 0%, #0089D0 100%);
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: transform 0.3s ease;
}

.btn-join:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(161, 37, 194, 0.3);
}

body {
    padding-top: 102px;
}

@media (max-width: 768px) {
    .header-navbar { padding: 0 20px; }
    .logo-main { height: 32px; }
}

.interval-logo {
    height: 40px;
    animation: fadeIn 0.6s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateX(-20px); }
    to { opacity: 1; transform: translateX(0); }

}


.offer-banner {
    position: fixed;
    top: 70px; 
    left: 0;
    width: 100%;
    z-index: 999; 
    height: 32px;
}



.banner-slide {
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;

    padding: 10px 15px;
    color: white;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;

    animation: slideIn 0.5s ease;
}

.banner-slide.active {
    display: flex;
}

@media (max-width: 576px) {
    .banner-slide {
        font-size: 12px;
        padding: 8px 10px;
    }
}
@media (max-width: 768px) {

    .edu-header.sticky-header {
        height: 60px;
    }

    .offer-banner {
        top: 60px;
    }

    body {
        padding-top: 90px;
    }
}

@keyframes slideIn {
    from { transform: translateX(100%); }
    to { transform: translateX(0); }
}

.gradient-orange { background: linear-gradient(135deg, #f97316, #ec4899); }
.gradient-purple { background: linear-gradient(135deg, #a855f7, #3b82f6); }
.gradient-green { background: linear-gradient(135deg, #10b981, #14b8a6); }

.hero-grid {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 80px;
    align-items: flex-start;
    z-index: 5;

}
.hero-left {
    position: relative;
    z-index: 10;

}

.super15-badge-bg {
    position: fixed !important;     
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    max-width: 800px;
    z-index: -1;      
    opacity: 0.4;
    pointer-events: none;
}


.super15-logo-bg { 
     width: 100%;
    height: auto;
    display: block;
    animation: simpleFloat 6s ease-in-out infinite; 
}

@keyframes simpleFloat {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px); 
    }
    100% {
        transform: translateY(0px); 
    }
}



.hero-section {
    position: relative;
    z-index: 1;           
    background: transparent; 
}

.hero-section ~ section, 
       
.footer {
    position: relative;
    z-index: 1;   
    background-color:transparent
}

@keyframes simpleFloat {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px); 
    }
    100% {
        transform: translateY(0px); 
    }
}

.gradient-text {

    background: linear-gradient(135deg, #9333ea, #3b82f6, #14b8a6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

}



.highlight-15 {
    font-size: 10px;
    font-weight: 700;
    color: #9333ea;

}


@keyframes scale {
    from { transform: scale(0); }
    to { transform: scale(1); }

}



.pricing-card {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    padding: 16px 24px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.3);
    margin-bottom: 24px;
    animation: scale 1s ease 0.9s both;
    transition: transform 0.3s;
    display: inline-block;

}

.pricing-card:hover {
    transform: scale(1.05);
    cursor: pointer;
    background: linear-gradient(135deg, #400c8e, #4E59CA);
    color: white;
    transform: translateY(-2px) scale(1.05);

}

.pricing-content-small {
    display: flex;
    align-items: center;
    gap: 16px;

}
.pricing-icon {
    font-size: 2rem;

}

.pricing-label {
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;

}

.pricing-amount {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;

}

.pricing-per {
    font-size: 0.875rem;
    opacity: 0.9;

}



.hero-ctas {
    display: flex;
    gap: 16px;
    animation: fadeInUp 1s ease 1.1s both;
    justify-content: start;
    width: 100%; 

}



@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }

}
.btn-primary, .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s;

}

.btn-primary {
    background: linear-gradient(135deg, #9333ea, #3b82f6);
    color: white;
    box-shadow: 0 10px 30px rgba(147, 51, 234, 0.3);

}

.btn-primary:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 15px 40px rgba(147, 51, 234, 0.4);

}

.video-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px); 
}


.video-modal-overlay.active {
    display: flex;
    animation: fadeIn 0.3s ease-out;
}

.video-modal-content {
    background: white;
    width: 90%;
    max-width: 400px; 
    max-height: 85vh; 
    border-radius: 20px;
    overflow: hidden; 
    display: flex;
    flex-direction: column;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* --- modal Section --- */
.modal-header {
    padding: 18px 24px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    z-index: 10;
}

.modal-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
}
.close-btn {
    background: none;
    border: none;
    font-size: 2rem;
    line-height: 1;
    color: #666;
    cursor: pointer;
    padding: 0 5px;
}
.close-btn:hover { color: #000; }


.modal-body {
    overflow-y: auto; 
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 30px; 
}


.video-section h4 {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 600;
    color: #444;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

.btn-secondary {
    background: white;
    color: #3b82f6;
    border: 2px solid #3b82f6;

}
.btn-secondary:hover {
    background: #3b82f6;
    color: white;
    transform: translateY(-2px) scale(1.05);

}
.hero-stats-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 25px;
    width: 100%;
    animation: fadeInUp 1s ease 1.3s both;

}


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

}



.stat-value {
    font-size: 2.5rem; 
    font-weight: 800;
    margin-bottom: 4px;
    line-height: 1;

}



.stat-value.purple { color: #9333ea; }
.stat-value.blue { color: #3b82f6; }
.stat-value.teal { color: #14b8a6; }
.stat-value.orange { 
    color: #f97316;
    background: linear-gradient(135deg, #f59e0b, #f97316);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.stat-item:hover {
    transform: translateY(-5px); 

}

.stat-item:hover .stat-value {
    filter: drop-shadow(0 0 8px rgba(71, 9, 9, 0.1)); 
    transform: scale(1.1); 

}



.stat-label {
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 500;

}


@media (max-width: 992px) {

    .hero-grid {
        grid-template-columns: 1fr;
        text-align: center;

    }

    .hero-left {
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .hero-stats-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

.hero-right {
   display: flex;
    flex-direction: column;
    align-items: center; 
    gap: 24px;
    animation: fadeInRight 0.8s ease 0.4s both;

}



@keyframes fadeInRight {
    from { opacity: 0; transform: translateX(50px); }
    to { opacity: 1; transform: translateX(0); }
}

.video-card-container {
    position: relative;
    width: 100%;
    border: none;
    aspect-ratio: 16/9;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
   
    cursor: pointer;
    transition: transform 0.3s ease;
}

.video-card-container:hover {
    transform: scale(1.02);
}

.video-overlay {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 2;
    cursor: pointer;
}
.video-card-container iframe {
    width: 100% !important;
    height: 100% !important;
    border: none;
    display: block;
}



.video-tint {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.1); 
}


.red-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 60px;  
    height: 42px;
    z-index: 10;
    transition: transform 0.2s;
}

.video-card-container:hover .red-play-btn {
    transform: translate(-50%, -50%) scale(1.1);
}



.floating-badge {
    position: absolute;
    top: 32px;
    right: 32px;
    background: linear-gradient(135deg, #fbbf24, #f97316);
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(251, 191, 36, 0.4);
    animation: floatRotate 2s ease-in-out infinite;

}



@keyframes floatRotate {

    0%, 100% { transform: rotate(12deg) translateY(0); }

    50% { transform: rotate(8deg) translateY(-5px); }

}
.feature-bubble {
    position: absolute;
    bottom: 32px;
    left: 30px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 12px 18px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation: scale 1s ease 1.5s both;
}

.bubble-label {
    font-size: 0.875rem;
    color: #64748b;
}

.bubble-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: #9333ea;
}




@media (max-width: 992px) {
    
    .hero-section .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

   body {
        padding-top: 100px; 
    }

    .hero-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
        margin-top: 10px !important;
        text-align: center;
    }
    .hero-left h1 {
        font-size: 40px !important; 
        line-height: 1.2 !important;
        margin-bottom: 5px !important;
    }
    

    .hero-subtitle {
        font-size: 15px !important;
        margin-bottom: 10px !important;
        padding: 0 10px;
    }

    .hero-left {
        width: 100% !important;
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important; 
    }

    .hero-title {
        font-size: 28px !important; 
        line-height: 1.3 !important;
        width: 100% !important;
        word-wrap: break-word !important;
        margin-bottom: 3px;
    }

    .hero-subtitle {
        font-size: 16px !important;
        margin-bottom: 20px !important;
    }

     .pricing-card {
        padding: 8px 16px !important;
        margin: 10px auto !important;
        transform: scale(0.9);
    }

    .pricing-amount {
        font-size: 1.5rem !important;
    }

    .hero-right {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        margin-top: 0 !important;
    }

    .video-card-container {
        width: 100% !important;
        max-width: 100% !important; 
        aspect-ratio: 16/9 !important;
        margin-bottom: 20px !important;
    }

   
    .hero-ctas {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        width: 100% !important;
        gap: 10px !important;
    }

    .btn-primary, .btn-secondary {
        font-size: 13px !important; 
        padding: 10px 12px !important;
        white-space: nowrap !important; 
        flex: 1; 
        justify-content: center;
    }

    .hero-stats-row {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important; 
        gap: 20px !important;
        margin-top: 40px !important;
    }
    
    .stat-value { font-size: 24px !important; }
}

@media (max-width: 576px) {

    .floating-badge, 
    .feature-bubble {
        width: max-content ;
        max-width: 60% ;
        white-space: nowrap ;
        position: absolute ; 
    }

    .floating-badge {
        top: 10px;
        right: 10px !important;
        
        left: auto !important;   
        bottom: auto !important;
        
        font-size: 10px !important;
        padding: 5px 10px !important;
    }

    .feature-bubble {
        bottom: 10px !important;
        left: 10px !important;
        
      
        top: auto !important;
        right: auto !important;
        
        padding: 5px 10px !important;
        flex-direction: column !important;
        gap: 0 !important;
    }


    .bubble-label { font-size: 8px !important; }
    .bubble-value { font-size: 11px !important; }
    
}
@media (max-width: 768px) {
    .hero-subtitle {
        display: none;
    }
}

/* Section */
.section {
    padding: 80px 0;
    position: relative;
    background-color: #ffffff !important;
    z-index: 10;
}


.program-highlight{
    background: linear-gradient(180deg, #f8fafc, white);
}

.section-header {
    text-align: center;
    margin-bottom: 64px;
    margin-top: 5px;
}



.program-highlight {
    padding-top: 0 !important;  
}




.super15-badge-small {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;        
    position: relative;
    z-index: 2;
}

.super15-badge-small img {
    height: 280px;              
    width: auto;

    filter: drop-shadow(0 0 15px rgba(255, 223, 0, 1)) 
            drop-shadow(0 0 60px rgba(255, 230, 0, 0.895));
            
    animation: floatBadge 3s ease-in-out infinite;
    transition: all 0.3s ease;
}


.super15-badge-small img:hover {
    transform: scale(1.05) rotate(2deg);
    filter: drop-shadow(0 0 25px rgba(255, 223, 0, 1)) 
            drop-shadow(0 0 80px rgba(255, 217, 0, 0.9)); 
}


@keyframes floatBadge {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}



.highlight-15-large {
    font-size: 3rem;
    color: #9333ea;
}

.section-header p {
    font-size: 1.25rem;
    color: #64748b;
    max-width: 800px;
    margin: 0 auto;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 16px;
}
.section-header .badge {
    margin-bottom: 5px;
}


.section-header h2 {
    margin-top: 16px;
}

.badge.purple {
    background: #f3e8ff;
    color: #9333ea;
}

.badge.teal {
    background: #ccfbf1;
    color: #14b8a6;
}

.badge.blue {
    background: #dbeafe;
    color: #3b82f6;
}

.badge.green {
    background: #d1fae5;
    color: #10b981;
}

.badge.white {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: white;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.highlight-card {
    background: white;
    border: 1px solid #f1f5f9;
    border-radius: 14px;
    padding: 24px 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    
    display: flex; 
    align-items: center;
    gap: 16px;
    
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.highlight-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: #dbeafe;
}

.icon-box {
   width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s;
}

.highlight-card:hover .icon-box {
    transform: rotate(360deg) scale(1.2);
}

.gradient-purple {
    background: linear-gradient(135deg, #3b82f6, #9333ea);
}

.card-content {
    display: flex;
    flex-direction: column;
    text-align: left; 
}
.highlight-label {
    font-size: 0.7rem; 
    color: #64748b;
    font-weight: 500;
}

.highlight-value {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
}
.exclusive-banner {
    margin-top: 64px;
    padding: 48px;
    border-radius: 24px;
    text-align: center;
    color: white;
    box-shadow: 0 20px 60px rgba(90, 14, 160, 0.3);
}

.gradient-purple-blue {
    background: linear-gradient(135deg, #4b1e74, #144ba4, #093c36);
}

.exclusive-badge {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 16px;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.exclusive-banner h3 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 16px;
}

.exclusive-banner p {
    font-size: 1.125rem;
    opacity: 0.9;
    max-width: 800px;
    margin: 0 auto;
}

.tutors-section {
    background: linear-gradient(180deg, white, #f8fafc);
    overflow: hidden;
    padding: 80px 0;
}
.infinite-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 40px 0;
    width: 100%;
    cursor: grab;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.infinite-scroll-wrapper::-webkit-scrollbar { display: none; }
.infinite-scroll-wrapper:active { cursor: grabbing; }

.tutor-track {
    display: flex;
    width: max-content;
}

.tutor-group {
    display: flex;
    gap: 30px;
    padding: 0 12px;
}

.tutor-item {
    width: 300px;
    flex-shrink: 0;
}

.expert-tutor-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.section-center { text-align: center; }
.expert-tutor-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px -10px rgba(161, 37, 194, 0.25);
}

.tutor-image-wrap {
    position: relative;
    height: 380px;
}

.tutor-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.experience-floating-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(6px);
    padding: 6px 14px;
    border-radius: 99px;
    font-weight: 700;
    font-size: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.tutor-info { padding: 20px 24px 24px; }

.tutor-info .name {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #1e293b;
}

.tutor-info .subject {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 14px;
}

.p-badge {
    padding: 4px 12px;
    background: #f5f3ff;
    color: var(--color-primary);
    font-size: 11px;
    font-weight: 600;
    border-radius: 99px;
    border: 1px solid #ddd6fe;
}

/* Features Section */

.features-section {
    background: linear-gradient(180deg, #f8fafc, white);
}

.feature-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s;
}

.feature-card:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: #bfdbfe;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.feature-card h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.feature-card p {
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.6;
}


.feature-card:hover .icon-box {
    transform: translate3d(-2px, -2px, 0) scale(1.1);
}
.teacher-highlight {
    margin-top: 64px;
    padding: 48px;
    border-radius: 24px;
    color: white;
    display: flex;
    align-items: center;
    gap: 32px;
    box-shadow: 0 20px 60px rgba(59, 130, 246, 0.3);
}

.teacher-icon {
    width: 96px;
    height: 96px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s;
}

.teacher-highlight:hover .teacher-icon {
    transform: rotate(360deg) scale(1.1);
}

.teacher-highlight h3 {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.teacher-highlight p {
    font-size: 1.125rem;
    opacity: 0.9;
}

/* Syllabus Section */
.syllabus-section {
    background: linear-gradient(180deg, #f8fafc, white);
}

.syllabus-card {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}


.syllabus-card:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: lightpurple;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.syllabus-card h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f1f5f9;
}

.subject-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.subject-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #475569;
    font-size: 14px;
}

.subject-list li::before {
    content: ' ✔';
    color: #0a6345;
    font-weight: 700;
    font-size: 16px;
}

.btn-primary-large {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 14px;
    background: linear-gradient(135deg, #6511b3, #3b82f6);
    color: white;
    border: none;
    border-radius: 16px;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 10px 40px rgba(147, 51, 234, 0.3);
    transition: all 0.3s;
}

.btn-primary-large:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 50px rgba(147, 51, 234, 0.4);
}

.btn-primary-large svg {
    transition: transform 0.3s;
}

.btn-primary-large:hover svg {
    transform: rotate(12deg);
}

.mt-40 {
    margin-top: 40px;
}

.text-center {
    text-align: center;
}

.note-box {
    margin-top: 32px;
    background: #fffbeb;
    border: 2px solid #fbbf24;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
}

.note-box strong {
    font-weight: 700;
    color: #92400e;
}

/* Fees Section */
.fees-section {
    background: linear-gradient(180deg, white, #dbeafe);
}

.pricing-main {
    max-width: 800px;
    margin: 0 auto;
}

.pricing-border {
    padding: 4px;
    border-radius: 24px;
    position: relative;
}

.gradient-green {
    background: linear-gradient(135deg, #10b981, #059669, #14b8a6);
}

.pricing-content {
    background: white;
    border-radius: 20px;
    padding: 48px;
}
.pricing-header-centered {
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center;
    margin-bottom: 24px;
}

.launch-badge {
    display: inline-block;
    background: linear-gradient(135deg, #fbbf24, #f97316);
    color: white;
    padding: 8px 24px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.875rem;
    margin-bottom: 12px; 
    animation: pulse 2s ease-in-out infinite;
    box-shadow: 0 4px 15px rgba(251, 152, 0, 0.3);
}

.price-display {
    text-align: center;
    margin-bottom: 16px;
    animation: pulse 2s ease-in-out infinite;
}


.price-large {
    font-size: 5rem;
    font-weight: 900;
    margin-bottom: 8px;
}

.gradient-green-text {
    background: linear-gradient(135deg, #016b48, #059669);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.price-label-large {
    font-size: 1.875rem;
    color: #64748b;
    font-weight: 500;
}

.price-desc {
    text-align: center;
    font-size: 1.125rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto 32px;
}

.price-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 32px;
}

.price-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    transition: transform 0.3s;
}

.price-feature-item:hover {
    transform: translateX(5px) scale(1.05);
}

.feature-check {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.feature-check.green { background: #10b981; }
.feature-check.blue { background: #3b82f6; }
.feature-check.purple { background: #9333ea; }
.feature-check.teal { background: #14b8a6; }
.feature-check.orange { background: #f97316; }
.feature-check.pink { background: #ec4899; }
.feature-check.indigo { background: #6366f1; }
.feature-check.cyan { background: #06b6d4; }

.price-feature-item span {
    color: #475569;
    font-weight: 500;
}

.quality-box {
    background: linear-gradient(135deg, #dbeafe, #f3e8ff);
    border: 2px solid #bfdbfe;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: start;
    gap: 16px;
}

.quality-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #9333ea, #3b82f6);
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.quality-box h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.quality-box p {
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.6;
}

.best-value-badge {
    position: absolute;
    top: -16px;
    right: -16px;
    background: linear-gradient(135deg, #fbbf24, #f97316);
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.875rem;
    box-shadow: 0 10px 30px rgba(251, 191, 36, 0.4);
    display: flex;
    align-items: center;
    gap: 4px;
    animation: floatRotate 2s ease-in-out infinite;
}

/* Registration Section */
.registration-section {
    background: linear-gradient(-180deg, #055881 0%, #b40ee2 100%);
}

.registration-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 30px;
    align-items: center;
}

.registration-left h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 16px;
    color:white;
}

.registration-left p {
    font-size: 1.25rem;
    color:white;
    margin-bottom: 32px;
}

.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.benefit-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    flex-shrink: 0;
}

.benefit-icon.green {
    background: linear-gradient(135deg, #10b981, #059669);
}

.benefit-item span {
    color: white;
    font-weight: 500;
}

.form-container {
    padding: 0 !important; 
    overflow: hidden;
    background: white;
    
    border-radius: 20px;
}

.form-header {
    background: linear-gradient(135deg, #9333ea, #3b82f6); /* Matches your button */
    padding: 20px 15px;
    text-align: center;
}

.form-header h3 {
    color: white !important; /* Force white text */
    margin: 0 !important;
    font-size: 1.25rem;
}

.form-header .form-subtitle {
    color: rgba(255, 255, 255, 0.9) !important; /* Soft white */
    margin: 5px 0 0 0 !important;
    font-size: 0.9rem;
}

.form-body {
    padding: 24px; /* Move the internal spacing here */
}


.compact-grid-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    align-items: start;
}

@media (max-width: 576px) {
    .compact-grid-form {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    /* Pop-up form — widen the fields */
    #formPopup.modal {
        padding: 10px;
    }

    #formPopup .form-popup-content {
        max-width: 100%;
        width: 100%;
    }

    #formPopup .form-body {
        padding: 14px !important;
    }

    #formPopup .form-header {
        padding: 14px 12px !important;
    }

    #formPopup .form-header h3 {
        font-size: 1.1rem;
    }

    #formPopup .form-header .form-subtitle {
        font-size: 0.78rem;
    }

    /* Bottom embedded form — give it the full mobile width */
    #registrationSection .container {
        padding: 0 10px;
    }

    #registrationSection.section {
        padding: 30px 0 !important;
    }

    #registrationSection .registration-grid {
        gap: 24px !important;
    }

    #registrationSection .registration-right {
        padding: 0;
    }

    #registrationSection .form-container {
        max-width: 100% !important;
        width: 100%;
    }

    #registrationSection .form-body {
        padding: 14px !important;
    }

    #registrationSection .form-header {
        padding: 14px 12px !important;
    }

    #registrationSection .form-header h3 {
        font-size: 1.1rem;
    }

    #registrationSection .form-header .form-subtitle {
        font-size: 0.78rem;
    }
}

.form-group {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}




.form-group label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #475569;
    min-height: 28px;
}

.form-group label svg {
    color: #9333ea;
    width: 14px;
    height: 14px;
}


.form-group input,
.form-group select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 0.9rem;
    background-color: #f8fafc;
    transition: all 0.2s;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #9333ea;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(147, 51, 234, 0.1);
}


.checkbox-group {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    min-height: 20px; 
}

.checkbox-group input {
    width: auto;
    margin: 0;
}

.checkbox-group label {
    font-size: 0.75rem;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;

    white-space: nowrap; 
}


.submit-group {
    grid-column: 1 / -1;      
    width: 100%;            
    display: flex;             
    justify-content: center;  
    align-items: center;       
    margin-top: 20px;
}


.btn-submit {
    width: 60%;                
    max-width: 450px;        
    padding: 14px 26px;
    background: linear-gradient(135deg, #9333ea, #3b82f6);
    color: white;
    border: none;
    border-radius: 8px;      
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    
    box-shadow: 0 10px 20px rgba(147, 51, 234, 0.2);
    transition: transform 0.2s;
    
    white-space: nowrap; 
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(147, 51, 234, 0.3);
}



.form-note {
    text-align: center;
    font-size: 0.75rem;
    color: #64748b;
    margin-top: 12px;
}


.form-container .iti__country,
        .form-container .iti--allow-dropdown .iti__selected-country-primary:hover,
        .form-container .iti--allow-dropdown .iti__selected-country {
            background-color: var(--iti-hover-color);
            border-radius: 0;
        }

        .form-container .iti__selected-country {
            align-items: baseline;
        }

/* Testimonials Section */
.testimonials-section {
    background: linear-gradient(135deg, #4157FC, #0077D6, #118BC4);
    color: white;
}

.testimonials-section .section-header h2,
.testimonials-section .section-header p {
    color: white;
}

.white {
    color: white;
}

.testimonial-carousel {
    max-width: 1024px;
    margin: 0 auto;
}

.testimonial-box {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    padding: 48px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.quote-icon {
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 24px;
}

.testimonial-flex {
    display: flex;
    gap: 32px;
    align-items: center;
    margin-bottom: 32px;
}

.testimonial-image {
    flex-shrink: 0;
}

.testimonial-image img {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.stars {
    color: #fbbf24;
    font-size: 1.25rem;
    margin-bottom: 16px;
}

.testimonial-text p {
    font-size: 1.125rem;
    line-height: 1.7;
    margin-bottom: 24px;
}

.testimonial-author strong {
    display: block;
    font-size: 1.125rem;
    margin-bottom: 4px;
}

.testimonial-author span {
    color: #bfdbfe;
}

.testimonial-dots {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.dot.active {
    width: 32px;
    background: white;
    border-radius: 6px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 64px;
}

.stat-box {
    text-align: center;
}

.stat-value-white {
    font-size: 2.5rem;
    font-weight: 900;
    color: white;
    margin-bottom: 8px;
}

.stat-label-white {
    color: #bfdbfe;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #9A38FA, #1D5AF6);
}

.cta-box {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(75, 25, 128, 0.3);
}

.cta-content {
    padding: 96px 64px;
    text-align: center;
}

.limited-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    color: white;
    font-weight: 500;
    margin-bottom: 32px;
}

.cta-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    color: white;
    margin-bottom: 24px;
}

.yellow-text {
    color: #fde047;
   
}

.cta-subtitle {
    font-size: 1.5rem;
    color: #bfdbfe;
    max-width: 800px;
    margin: 0 auto 48px;
}

.btn-cta-large {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 20px 28px;
    background: linear-gradient(135deg,#FFBF00, #FF7C00);
    color: white;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    font-size: 1.25rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 20px 60px rgba(251, 191, 36, 0.4);
    transition: all 0.3s;
}

.btn-cta-large:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 25px 70px rgba(251, 191, 36, 0.5);
}

.btn-cta-large svg {
    transition: transform 0.3s;
}

.btn-cta-large:hover svg {
    transform: rotate(12deg);
}

.trust-signals {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-top: 48px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    color: white;
    font-weight: 500;
    transition: all 0.3s;
}

.trust-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.trust-item svg {
    color: #05DF72;
}

.urgency-message {
    display: inline-block;
    background: #EB2F4B;
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 600;
    margin-top: 48px;
    animation: pulse 1.5s ease-in-out infinite;
}

.footer {
    background: #000; 
    color: #94a3b8;  
    padding: 80px 0 0;
    padding-left: 0;
    padding-right: 0;
    font-family: inherit;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; 
    gap: 40px;
    margin-bottom: 60px;
}

.footer-widget h4.widget-title {
    color: white;
    font-size: 20px; 
    font-weight: 600;
    margin-bottom: 30px;
}

.footer-logo {
    height: 50px;
    width: auto;
    margin-bottom: 24px;
}

.footer-desc {
    font-size: 15px; 
    line-height: 1.7;
    color: #94a3b8;
    max-width: 350px;
}


.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-list li {
    margin-bottom: 14px;
}

.footer-links-list a {
    color: #94a3b8;
    font-size: 16px; 
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links-list a:hover {
    color: white;
    transform: translateX(5px);
}

.contact-list {
    margin-bottom: 30px;
}

.contact-item {
    display: flex;
    align-items: center; 
    gap: 15px;
    font-size: 16px; 
    margin-bottom: 20px;
}

.contact-item svg {
    color: #9333ea; 
    flex-shrink: 0;
    margin-top: 3px;
}

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

.contact-text a, .contact-link {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s;
}

.contact-text a:hover, .contact-link:hover {
    color: white;
}
.location-link {
    color:  #94a3b8;
    text-decoration: none;
}

.location-link:hover {
    color: #9333ea;
}
.social-links {
    display: flex;
    gap: 12px;
}

.social-links a {
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s;
}

.social-links a:hover {
    background: #9333ea;
    border-color: #9333ea;
    transform: translateY(-3px);
}

.footer-bottom-wrapper {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 24px 0;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px; 
}



.copyright-text {
    color: white;
    font-size: 16px;
    margin: 0;
}

.footer-bottom-links {
    display: flex;
    gap: 24px;
}

.footer-bottom-links a {
    color: #a855f7; 
    text-decoration: none;
     font-size: 16px;
    transition: color 0.3s;
}

.footer-bottom-links a:hover {
    color: white;
}

@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: 1fr; 
        gap: 40px;
    }
    
    .footer-desc {
        max-width: 100%;
    }
}

@media (max-width: 768px) {

    .footer-bottom-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .copyright-text {
        white-space: nowrap;   
        font-size: 13px;
    }

    .footer-bottom-links {
        display: flex;
        gap: 16px;
        justify-content: center;
        flex-wrap: nowrap;   
    }

    .footer-bottom-links a {
        white-space: nowrap;   
        font-size: 13px;
    }
}

/* Video Modal */
.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.modal.active {
    display: flex;
}

.modal-content {
    background: white;
    border-radius: 24px;
    padding: 32px;
    max-width: 900px;
    width: 100%;
    position: relative;
    animation: scaleIn 0.3s ease;
    max-height: 90vh;
    overflow-y: auto;
}

@keyframes scaleIn {
    from { opacity: 0; transform: scale(0.8); }
    to { opacity: 1; transform: scale(1); }
}

.modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    background: #f1f5f9;
    border: none;
    border-radius: 50%;
    font-size: 1.5rem;
    color: #64748b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    z-index: 10;
}

.modal-close:hover {
    background: #e2e8f0;
    color: #1e293b;
}

#formPopup .form-popup-content {
    padding: 0 !important; 
    overflow: hidden; 
    border: none !important;
    background: white; 
}

#formPopup .modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 100;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 32px;
    height: 32px;
}

#formPopup .modal-close:hover {
    background: rgba(255, 255, 255, 0.4);
    color: white;
}

#formPopup .form-container {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
#formPopup .modal-content .form-container {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}


.form-popup-content {
    max-width: 720px;
}



.video-modal-content {
    padding: 0;
    overflow: hidden;
    max-width: 1000px;
}

.video-modal-content .modal-close {
    top: 8px;
    right: 8px;
    background: rgba(255, 255, 255, 0.95);
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


@media (max-width: 1024px) {
    .hero-grid,
    .registration-grid {
        grid-template-columns: 1fr;
    }

    .hero-left {
        text-align: center;
    }

    .hero-stats {
        justify-content: center;
    }

    .grid-3,
    .grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .super15-logo {
        height: 300px;
    }

    .hero-ctas {
        flex-direction: column;
    }

    .hero-stats {
        flex-wrap: wrap;
        gap: 16px;
    }

    .grid-2,
    .grid-3,
    .grid-4 {
        grid-template-columns: 1fr;
    }

    .section-header h2 {
        font-size: 2rem;
    }
}

.rn-progress-parent {
    position: fixed;
    right: 30px;          
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1); 
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.2s linear;
    background: transparent;
}

.rn-progress-parent.rn-backto-top-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.rn-progress-parent svg path {
    fill: none
}

.rn-progress-parent svg.rn-back-circle path {
    stroke: var(--color-secondary);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: .2s linear;
    transition: .2s linear
}


.chevron_up {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    fill:var(--color-secondary);        
    pointer-events: none; 
}
.rn-progress-parent:hover {
    transform: translateY(-5px); 
}

@media (max-width: 992px) {
    .hero-grid {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        margin-top: 10px !important;
    }

    .hero-left { 
        order: 1 !important; 
    }
    .hero-right { 
        order: 2 !important; 
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    .hero-stats-row { 
        order: 3 !important; 
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }

    .video-card-container {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    
}

.subject-list li::before {
    content: "" !important; 
    display: inline-block !important;
    height: 10px !important;
    width: 5px !important;
    border-bottom: 3px solid #0a6345 !important;
    border-right: 3px solid #0a6345 !important;
    transform: rotate(45deg) !important;
    margin-right: 10px !important;
    margin-bottom: 4px !important;
}


/* --- Tablet & Large Screen Adjustments (Max 1024px) --- */
@media (max-width: 1024px) {
    .grid-3 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
    
    .grid-4 {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .registration-grid {
        grid-template-columns: 1fr !important;
        text-align: center;
        gap: 40px;
    }

    .registration-left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .btn-submit {
        width: 100% !important;
        font-size: 14px !important;
        padding: 15px !important;
    }

    .benefits-list {
        align-items: flex-start;
        display: inline-flex;
        text-align: left;
    }
}

@media (max-width: 768px) {

    .section {
        padding: 50px 0 !important;
    }

    .section-header {
        margin-bottom: 35px !important;
    }
     .section-header h2 {
        font-size: 30px !important;
        padding: 0 10px;
    }

    .section-header p {
        font-size: 16px !important;
    }
    .grid-2, .grid-3, .grid-4 {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }

    .highlight-card {
        padding: 15px 20px !important;
    }

    .super15-badge-small img {
        height: 180px !important; 
    }
    .feature-card {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .syllabus-card {
        padding: 15px !important;
    }

    .subject-list {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important; 
        text-align: left;
        gap: 10px;
    }
    .teacher-highlight {
        flex-direction: column;
        text-align: center;
    }
    .pricing-content {
        padding: 25px 15px !important;
    }

    .price-large {
        font-size: 3.5rem !important;
    }

    .price-features-grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .quality-box {
        flex-direction: column !important;
        text-align: center;
        align-items: center;
    }
    
   
    .testimonials-section {
        padding: 40px 0 !important;
    }

   
    .testimonial-box {
        padding: 30px 20px !important;
        border-radius: 16px !important;
    }

  
    .testimonial-flex {
        flex-direction: column !important;
        text-align: center;
        gap: 20px !important;
    }

    .testimonial-image img {
        width: 100px !important; 
        height: 100px !important;
    }

    
    .testimonial-text p {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }

    .testimonial-author strong {
        font-size: 16px !important;
    }

    
   
    .quote-icon {
        width: 32px !important;
        height: 32px !important;
        margin-bottom: 15px !important;
    }


    .stats-grid {
        grid-template-columns: 1fr 1fr !important;
        margin-top: 30px !important;
    }
    
    .cta-content {
        padding: 50px 20px !important;
    }

  
    .cta-title {
        font-size: 28px !important;
        line-height: 1.3 !important;
        margin-bottom: 15px !important;
    }

   
    .cta-subtitle {
        font-size: 16px !important;
        margin-bottom: 30px !important;
        line-height: 1.5 !important;
    }

    .btn-cta-large {
        font-size: 14px !important;
        padding: 14px 22px !important;
        width: 100% !important; 
        justify-content: center;
    }

    .btn-cta-large svg {
        width: 24px;
        height: 24px;
    }


    .trust-signals {
        flex-direction: column !important; 
        align-items: center !important;
        gap: 12px !important;
        margin-top: 30px !important;
    }

    .trust-item {
        width: fit-content;
        padding: 4px 12px !important;
        font-size: 11px !important;
    }


    .limited-badge {
        font-size: 12px !important;
        padding: 6px 16px !important;
        margin-bottom: 20px !important;
    }

   
    .urgency-message {
        font-size: 12px !important;
        padding: 8px 12px !important;
        margin-top: 30px !important;
        width: 80%; 
    }
    
}
@media (max-width: 992px) {
    .registration-grid {
        grid-template-columns: 1fr !important;
        gap: 40px;
    }

    .registration-left {
        order: 1 !important;
        text-align: center;
    }

    .registration-right {
        order: 2 !important;
        display: flex;
        justify-content: center;
    }

    .form-container {
        max-width: 100%; 
        margin: 0 auto;
    }

    
    .benefits-list {
        display: inline-flex;
        text-align: left;
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .registration-left h2 {
        font-size: 1.8rem !important;
    }
    @media (max-width: 576px) {
    #registrationSection .form-container {
        padding: 0 !important;
       
        overflow: hidden;
        border-radius: 18px;
        background: white;
    }

    #registrationSection .form-header {
        width: 100%;
        margin: 0 !important;
        padding: 15px 10px !important;
        border-radius: 17px 17px 0 0;
        display: block ;
    }

    #registrationSection .form-body {
        padding: 15px 12px !important; 
    }  
}

    .form-group {
        margin-bottom: 2px; 
    }

    .form-group label {
        font-size: 13px;
        margin-bottom: 3px;
        min-height: 22px;
    }

    .form-group input,
    .form-group select {
        padding: 6px 10px;
        font-size: 13px;
        border-radius: 6px;
    }
    .form-group input::placeholder {
        font-size: 12px;
    }

    .checkbox-group {
        margin-top: 2px;
        gap: 4px !important;
    }

    .checkbox-group label {
        font-size: 0.65rem;
    }

    .submit-group {
        margin-top: 8px;
    }

    .btn-submit {
        padding: 10px !important; 
        font-size: 0.8rem;
        width: 100% !important;
    }

    .form-note {
        margin-top: 6px !important;
        font-size: 0.65rem;
    }
}


@media (max-width: 480px) {
    .subject-list {
        grid-template-columns: 1fr !important; 
    }

    .stat-value-white {
        font-size: 1.8rem !important;
    }

    .exclusive-banner h3 {
        font-size: 20px !important;
    }
}