

: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: #f7f5f2;
    --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
}

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

}
.s15_section {
    padding: 80px 0;
    position: relative;
}

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

}


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


}

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

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

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

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

}
.s15-blob-3 { 
    top: 50%;
    left: 50%;
    width: 288px;
    height: 288px;
    background: #c4b5fd;
    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); }

}

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

.s15-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); 
    }
}


.s15-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;
}


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


.s15-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;
}

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

.s15-pricing-content-small { 
     display: flex;
    align-items: center;
    gap: 20px;
}
.s15-pricing-icon {
    font-size:32px;

}
.s15-pricing-amount { 
    font-size: 32px;
    font-weight: 900;
    line-height: 1;

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

}

.s15-pricing-per {
    font-size: 16px;
    opacity: 0.9;

}

.s15-video-card-container {
    position: relative;
    
    overflow: hidden; 
    aspect-ratio: 16/9; 
   
    
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    border-radius: 20px;

    margin-bottom: 20px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.s15-video-card-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
}
.s15-video-card-container iframe {
    width: 100% !important;
    height: 100% !important;
    border: none;
    display: block;
}

.s15-video-overlay {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 2;
    cursor: pointer;
}


.s15-red-play-btn {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
}

.s15-floating-badge {
    position: absolute;
    top: 20px; right: 20px;
    background: #f97316;
    color: white;
    padding: 8px 15px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    animation: floatRotate 2s ease-in-out infinite;
}
@keyframes floatRotate {

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

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

}

.s15-feature-bubble{
     position: absolute;
    bottom: 32px;
    left: 30px;
    background: rgba(237, 225, 236, 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;

}
.s15-bubble-label{
    font-size: 16px;
    color: #3a0577;
}
.s15-bubble-value{
    font-size: 18px;
    font-weight: 700;
     color: #19191a;
}


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

}
.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: 700px; 
    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-header {
    padding: 20px 25px;
    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: 25px;
    font-weight: 700;
    color: #1a1a1a;
}


.close-btn {
    background: none;
    border: none;
    font-size: 32px;
    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.s15-demo-btn {
    background: #ffffff;
    color : var(--color-primary);
    border: 2px solid var(--color-primary);
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    font-family: var(--font-primary);
    text-decoration: none;
    

    line-height: 40px;
    padding: 0 28px;
    margin-top: 10px;
}

.btn-secondary.s15-demo-btn:hover {
    background: var(--color-primary);
    color: #ffffff;
    transform: translateY(-2px);
    transition: all 0.3s ease;
}


@media (max-width: 992px) {
    .s15-hero-ctas {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: stretch !important;  
        width: 100% !important;
        gap: 10px !important;
    }

    .s15-hero-ctas .edu-btn,
    .s15-hero-ctas .btn-secondary.s15-demo-btn {
        flex: 1 !important;
        text-align: center !important;
        justify-content: center !important;
        font-size: 13px !important;
        padding: 0 12px !important;
        line-height: 48px !important;  
        height: 50px !important;        
        margin-top: 0 !important;
        white-space: nowrap !important;
    }
}


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

}


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


}

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

    
}
.s15-stat-item:hover {
     transform: translateY(-5px); 
}
.s15-stat-value {
    font-size: 42px; 
    font-weight: 800;
    margin-top: 4px;
    line-height: 1;

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

}

.s15-stat-label {
    font-size: 20px;
    
    font-weight: 500;

}

.s15-purple { color: #9333ea; }
.s15-blue { color: #3b82f6; }
.s15-teal { color: #14b8a6; }
.s15-orange { color: #f97316; }



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

    .s15-hero-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px !important;
        margin-top: 2px !important;
    }
    

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

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

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

    .s15-pricing-card {
        padding: 8px 16px !important;
        border-radius: 12px !important;
    }

    .s15-pricing-icon {
        font-size: 20px !important; 
    }

    .s15-pricing-label {
        font-size: 12px !important;
        letter-spacing: 0.5px !important;
    }

    .s15-pricing-amount {
        font-size: 22px !important; 
    }

    .s15-pricing-per {
        font-size: 12px !important;
    }
    
    .s15-pricing-content-small {
        gap: 12px !important; 
    }

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

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


@media (max-width: 992px) {
 
    .s15-hero-section {
        padding-top: 80px !important; 
    }

    .s15-hero-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important; 
        margin-top: 0 !important;
    }

 
    .s15-title {
        font-size: 32px !important;
        margin-bottom: 10px !important;
        line-height: 1.2 !important;
    }

    .s15-hero-left p {
        margin-bottom: 20px !important; 
        font-size: 14px !important;
        line-height: 1.4 !important;
    }
    

    .s15-pricing-card {
        margin-bottom: 15px !important;
        padding: 6px 14px !important;
    }

  
    .s15-video-card-container {
        margin: 10px auto !important;
    }

   
    .s15-hero-ctas {
        margin-top: 5px !important;
        gap: 8px !important;
    }
}
    

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



@media (max-width: 576px),(max-width: 992px) {

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

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

    .s15-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; }
}



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

.s15_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
}

.s15_section_header {
    text-align: center;
    margin-bottom: 42px;
    padding: 0 16px;
}

.s15_badge_small_wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;       
    position: relative;
    z-index: 2;
}
.s15_section_header .s15_badge_small_img {
    width: 100px;
    height: auto;
    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); }
}





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

.s15_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;
}

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

.s15_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;
}

.s15_highlight_card:hover .s15_icon_box {
    transform: rotate(360deg) scale(1.2);
}

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

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

.s15_card_content {
    display: flex;
      flex: 1;
    flex-direction: column;
}

.s15_highlight_label {
     font-size: 16px;
    color: #7c7c7c;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.s15_highlight_value {
   font-size: 18px;
    font-weight: 700;
    color: #2d2d2d;
    line-height: 1.4;
}

.s15_exclusive_banner {
    margin-top: 64px;
    padding: 60px 40px;
    border-radius: 24px;
    text-align: center;
    color: white;
    box-shadow: 0 20px 60px rgba(90, 14, 160, 0.3);
}

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

.s15_exclusive_badge {
    display: inline-block;
    padding: 8px 16px;
    font-size: 18px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    margin-bottom: 20px;
    animation: pulse 2s ease-in-out infinite;
}

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

.s15_banner_title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 16px;
    color: #ffffff;
}

.s15_banner_desc {
    font-size: 18px;
    opacity: 0.9;
    max-width: 800px;
    margin: 0 auto;
    color: #ffffff;
}


@media (max-width: 991px) {
    .s15_grid_3 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .s15_grid_3 { grid-template-columns: 1fr; }
    .s15_banner_title { font-size: 32px; }
}


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

.s15_tutor-card {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
}

.s15_tutor-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.s15_tutor-image {
    position: relative;
    height: 320px;
    overflow: hidden;
    background: linear-gradient(135deg, #dbeafe, #f3e8ff);
}

.s15_tutor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.s15_tutor-card:hover .s15_tutor-image img {
    transform: scale(1.1);
}

.s15_experience-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 8px 16px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    transition: all 0.3s;
}

.s15_tutor-card:hover .s15_experience-badge {
    transform: scale(1.1) ;
}

.s15_experience-badge svg {
    color: #fbbf24;
}

.s15_tutor-info {
    padding: 24px;
}

.s15_tutor-info h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.s15_tutor-subject {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    margin-bottom: 16px;
}

.s15_tutor-subject svg {
    color: #3b82f6;
}

.s15_tutor-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.s15_badge-sm {
    padding: 4px 12px;
    background: linear-gradient(135deg, #dbeafe, #f3e8ff);
    color: #3b82f6;
    font-size: 12px;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid #bfdbfe;
    transition: all 0.3s;
}

.s15_badge-sm:hover {
    transform: translateY(-2px) scale(1.1);
}

.s15_tutors-note {
    text-align: center;
    color: #64748b;
    margin-top: 48px;
}
.s15_badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 50px;
    font-size: 16px;
    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); }
}

.section-header .s15_badge {
    margin-bottom: 5px;
}


.s15_section-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

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

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

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

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

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

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


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



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


/* Features Section */
.s15_features-section {
    background: white;
    padding-top: 0;
}

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

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

.s15_feature-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.s15_feature-card p {
    font-size: 14px;
     font-weight: 500;
    color: #64748b;
    line-height: 1.6;
}

.s15_feature-card:hover .s15_icon-box {
    transform: translate3d(-2px, -2px, 0) scale(1.1);
}

.s15_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;
}



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

.s15_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);
}

.s15_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 ease;
    color: white;
}

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

.s15_teacher-highlight h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 0;
}

.s15_teacher-highlight p {
    font-size: 16px;
    opacity: 0.9;
    line-height: 1.6;
    margin: 0;
}


/* Features Section */
.s15_features-section {
    background: white;
}

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

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

.s15_feature-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.s15_feature-card p {
    font-size: 16px;
     font-weight: 500;
    color: #64748b;
    line-height: 1.6;
}

.s15_feature-card:hover .s15_icon-box {
    transform: translate3d(-2px, -2px, 0) scale(1.1);
}

.s15_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;
}



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

.s15_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);
}

.s15_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 ease;
    color: white;
}

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

.s15_teacher-highlight h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 0;
}

.s15_teacher-highlight p {
    font-size: 16px;
    opacity: 0.9;
    line-height: 1.6;
    margin: 0;
}

.side_buton {
    right: -20px !important;
    top: 50% !important;
    z-index: 9999 !important;
    padding: 8px 18px !important;
    transform: rotate(90deg) translateY(-50%) !important;
    transition: .3s ease-in-out !important;
    animation: 2s infinite pulse !important;
}
.pulse animation {
    transform: rotate(90deg) scale(1.04131);
}






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

.s15_syllabus-card {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}
.s15_grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

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

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

.s15_subject-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

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

.s15_subject-list li::before {
    content: '';
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    background-color: #0a6345;
  
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}

.btn-primary-large {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 20px 30px;
    background: linear-gradient(135deg, #6511b3, #3b82f6);
    color: white;
    border: none;
    border-radius: 16px;
    font-size: 20px;
    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 */
.s15_fees-section {
    background: linear-gradient(180deg, white, #dbeafe);
}

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

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

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

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

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

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


.s15_price-large {
    font-size: 100px;
    font-weight: 900;
    margin-bottom: 4px;
}

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

.s15_price-label-large {
    font-size: 32px;
    color: #141415;
    
    font-weight: 500;
}

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

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

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

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

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

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

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


 .s15_quality-box {
    background: linear-gradient(135deg, #dbeafe, #f3e8ff);
    border: 2px solid #bfdbfe;
    border-radius: 16px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;   
    text-align: center;   
    gap: 16px;
}

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

.s15_quality-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.s15_quality-box p {
    color: #64748b;
    font-size: 16px;
     font-weight: 500;
    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: 14px;
    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;
}



@media (max-width: 768px) {
    .s15_fees-section {
        padding: 40px 0 !important;
    }

    .s15_pricing-content {
        padding: 30px 15px !important;
    }

    .s15_price-large {
        font-size: 64px !important; 
        margin-bottom: 0px !important;
    }

    .s15_price-label-large {
        font-size: 24px !important;
        margin-top: -10px;
        display: block;
    }

    .s15_price-features-grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        margin-top: 25px;
    }

    .s15_price-feature-item {
        justify-content: flex-start;
        gap: 10px;
    }

    .s15_price-feature-item span {
        font-size: 15px;
    }

    
    .s15_quality-box {
        flex-direction: column !important; 
        text-align: center;
        padding: 20px !important;
        gap: 15px !important;
    }

    .s15_quality-box h4 {
        font-size: 18px !important;
        margin-bottom: 5px !important;
    }

    .s15_quality-box p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }


    .best-value-badge {
        top: -12px !important;
        right: 10px !important;
        font-size: 12px !important;
        padding: 6px 12px !important;
    }

    .s15_launch-badge {
        font-size: 14px !important;
        padding: 6px 16px !important;
    }

  
    .s15_section-header h2 {
        font-size: 24px !important;
        padding: 0 10px;
    }

    .s15_section-header p {
        font-size: 14px !important;
    }

   
    .btn-primary-large {
        width: 100% !important;
        font-size: 16px !important;
        padding: 15px 20px !important;
        justify-content: center;
    }
}




/* 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: 24px;
     font-weight: 500;
    margin-bottom: 16px;
}

.testimonial-text p {
    color: white;
    font-size: 16px;
     font-weight: 500;
    line-height: 1.7;
    margin-bottom: 24px;
}

.testimonial-author strong {
    display: block;
    font-size: 18px;
    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:50px;
    font-weight: 900;
    color: white;
    margin-bottom: 8px;
}

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




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

.S15_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: 50px;
    font-weight: 800;
    line-height: 1.2;
    color: white;
    margin-bottom: 24px;
}

.yellow-text {
    color: #fde047;
   
}

.cta-subtitle {
    font-size: 24px;
    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: 24px;
    font-weight: 800;
    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);
    cursor: pointer;
}

.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;
}



/* Registration Section */
.registration-section {
    background: linear-gradient(135deg, #faf5ff, #dbeafe, #ccfbf1);
}

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

.registration-left h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 16px;
}

.registration-left p {
    font-size: 18px ;
    color: #64748b;
    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: #475569;
    font-weight: 500;
}

.form-container {
    background: white;
    border: 2px solid #e9d5ff;
    border-radius: 20px;
    padding: 24px;
   
    box-shadow: 0 20px 60px rgba(147, 51, 234, 0.25);
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 480px) {
    .btn-submit {
        width: 90%;
        font-size: 18px;
    }
}

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





@media (max-width: 768px) {
    .s15_section {
        padding: 40px 0;
    }

    .s15_grid_3, .s15_grid-2, .s15_grid_4, .stats-grid {
        grid-template-columns: 1fr !important;
        gap: 16px;
    }

  
    .s15_teacher-highlight {
        flex-direction: column !important;
        text-align: center;
        padding: 30px 20px;
        gap: 20px;
    }

    .s15_teacher-icon {
        width: 70px;
        height: 70px;
    }

    .cta-title, .s15_banner_title, .s15-pricing-amount {
        font-size: 28px !important;
        line-height: 1.2;
    }

    .s15_price-large {
        font-size: 60px !important; 
    }

    .s15-stat-value, .stat-value-white {
        font-size: 32px !important;
    }

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

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

 

    

   
    .s15_syllabus-card {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .s15-container {
        padding: 0 15px;
    }
    
    .s15_teacher-highlight h3 {
        font-size: 20px !important;
    }
    
    .s15_teacher-highlight p {
        font-size: 14px !important;
    }
}


@media (max-width: 768px) {
   
    .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: 18px !important;
        padding: 16px 24px !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: 6px 14px !important;
        font-size: 13px !important;
    }


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

   
    .urgency-message {
        font-size: 13px !important;
        padding: 8px 12px !important;
        margin-top: 30px !important;
        width: 80%; 
    }
}


@media (max-width: 480px) {
    .cta-title {
        font-size: 24px !important;
    }
    
    .S15_cta-box {
        border-radius: 16px !important; 
    }
}


@media (max-width: 768px) {
   
    .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;
    }
}

@media (max-width: 480px) {
    .stats-grid {
        grid-template-columns: 1fr !important; 
    }
    
    .testimonial-box {
        padding: 20px 15px !important;
    }
}
@media (max-width: 768px) {

    .stats-grid {
        display: grid !important;
        
        grid-template-columns: repeat(2, 1fr) !important; 
        gap: 20px !important;
        margin-top: 40px !important;
        text-align: center !important;
    }

    .stat-box {
        padding: 10px !important;
    }

    
    .stat-value-white {
        font-size: 32px !important; 
        margin-bottom: 5px !important;
        display: block !important;
    }

    .stat-label-white {
        font-size: 14px !important;
        opacity: 0.9 !important;
        line-height: 1.2 !important;
    }
}


@media (max-width: 350px) {
    .stat-value-white {
        font-size: 26px !important;
    }
    .stat-label-white {
        font-size: 12px !important;
    }
}