
html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden !important; 
    position: relative;
    touch-action: pan-y; 
}



.hero-banner .pre-title {
    color: #ffb400;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 20px !important; 
    display: block;
}
.hero-banner .text-highlight {
    color: #ffb400;
}
.hero-banner .tagline-box {
    border-left: 10px solid #ffb400;
    padding-left: 20px;
}
.hero-banner .tagline-box h3 {
    font-style: italic;
    opacity: 0.9;
}

@media (max-width: 991px) {
    .hero-banner {
        padding: 70px 0;
        text-align: center;
    }
    .hero-banner .description {
        font-size: 15px;
    }
}
@media (max-width: 576px) {
    div.edu-breadcrumb-area.hero-banner {
        padding-top: 50px !important; 
        padding-bottom: 30px !important;
        min-height: auto !important;
        background-position: 80% center !important; 
    }

    .hero-banner .banner-content .title {
        font-size: 32px !important; 
        line-height: 1.2 !important;
        margin-top: 5px !important;
    }

    .hero-banner .tagline-box {
        margin: 10px 0 !important;
        padding-left: 10px !important;
        border-left: 4px solid #ffb400 !important;
    }

    .hero-banner .tagline-box h3 {
        font-size: 14px !important;
    }

    .hero-banner .description {
        display: none !important; 
    }


    .hero-badge-flex {
        gap: 5px !important;
        margin-top: 10px !important;
        justify-content: center !important;
    }

    .glass-badge {
        padding: 4px 10px !important;
        font-size: 10px !important;
    }

 
   
    
}


@media (min-width: 768px) and (max-width: 1024px) {
  
    .hero-banner .row {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hero-banner .col-lg-7, 
    .hero-banner .col-lg-5,
    .hero-banner .col-md-6 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    .hero-banner .banner-content {
        padding-right: 0 !important;
        margin-bottom: 40px; 
    }

    .hero-banner .title {
        font-size: 40px !important;
        line-height: 1.2;
    }


    .hero-badge-flex {
        justify-content: center !important;
    }

    .hero-banner .tagline-box {
        margin: 20px auto !important;
        max-width: 80%;
    }

  
    .col-lg-5.d-none.d-md-block {
        display: block !important;
        width: 90% !important; 
    }
}



.hero-badge-flex {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    margin-top: 20px;
}
.glass-badge {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 8px 18px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    transition: all 0.3s ease;
    cursor: pointer;
}
.glass-badge .check { color: #00ff88; margin-right: 8px; font-weight: bold; }
.glass-badge:hover {
    background: #ffffff;
    color: #000;
    transform: translateY(-3px);
}


@media (min-width: 768px) and (max-width: 991px) {

    .hero-badge-flex-container {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .hero-badge-flex {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 12px;
        padding: 10px 0;
        justify-content: flex-start; 
        -webkit-overflow-scrolling: touch;

        scrollbar-width: none; 
    }

    .hero-badge-flex::-webkit-scrollbar {
        display: none; 
    }

    .glass-badge {
        flex: 0 0 auto;
        white-space: nowrap;
    }
}
@media (max-width: 767px) {
    .hero-badge-flex {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        padding: 10px 5px;
        margin-left: -15px;
        margin-right: -15px;
        justify-content: flex-start;
    }
}



.page_section_gap {
    margin-top: 45px !important;
}

.edu-event .content {
    padding-top: 20px;  
}


.edu-event .content .title {
    text-align: center;
    margin-bottom: 5px;
}




.contact-area-section {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.contact-banner-full {
    position: relative;
    width: 100%;
  
    padding: 100px 0; 
    background: linear-gradient(to right, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.1) 100%), 
                url('/static/web/images/online_tuition/contact-banner.webp') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
}


.cta-banner-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff !important;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.7);
    margin-bottom: 20px;
}

.highlight-yellow { color: #ffcc00; }

.cta-banner-desc {
    font-size: 18px;
    color: #ffffff !important;
    margin-bottom: 25px;
}

.highlight-purple-box {
    background-color: #9b26b6;
    padding: 10px 20px;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
}

@media (max-width: 991px) {
    .contact-banner-full {
        padding: 60px 0; 
        
        text-align: center;
        background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), 
                    url('/static/web/images/online_tuition/contact-banner.webp') !important;
        background-size: cover !important;
    }

    .cta-banner-title {
        font-size: 32px !important;
    }

    .cta-banner-desc {
        font-size: 15px !important;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .contact-banner-full {
        padding: 50px 0;
    }

    .cta-banner-title {
        font-size: 28px !important;
    }
}


/* Extra Academic Support Section */
.extra-support-area {
    background: linear-gradient(135deg, #f8f4ff 0%, #fff7fb 100%);
}
.extra-support-intro {
    font-size: 17px;
    max-width: 850px;
    margin: 0 auto;
    line-height: 1.7;
}
.support-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(155, 38, 182, 0.08);
    border: 1px solid rgba(155, 38, 182, 0.08);
    transition: all 0.35s ease;
    height: 100%;
}
.support-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(155, 38, 182, 0.18);
    border-color: #9b26b6;
}
.support-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #9b26b6 0%, #c44dd4 100%);
    color: #ffffff;
    font-size: 24px;
    transition: all 0.35s ease;
}
.support-card:hover .support-icon {
    transform: rotate(8deg) scale(1.08);
}
.support-card h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}


/* Our Online Tuition Includes Section */
.include-item {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    font-size: 16px;
    color: #2c2c2c;
    border-left: 3px solid #9b26b6;
    background: #fafafa;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.include-item:hover {
    background: #f3e8f8;
    transform: translateX(4px);
}
.include-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 14px;
    border-radius: 50%;
    background: #9b26b6;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
}
.includes-footnote {
    font-size: 16px;
    font-style: italic;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
}


/* Benefits of One-on-One Online Tuition Section */
.benefits-subheading {
    color: #9b26b6;
    font-weight: 700;
}
.benefit-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 22px;
    background: #ffffff;
    border: 1px solid #efe5f4;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    transition: all 0.35s ease;
    height: 100%;
}
.benefit-item:hover {
    border-color: #9b26b6;
    box-shadow: 0 10px 24px rgba(155, 38, 182, 0.15);
    transform: translateY(-4px);
}
.benefit-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #9b26b6 0%, #c44dd4 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(155, 38, 182, 0.25);
    transition: all 0.35s ease;
}
.benefit-item:hover .benefit-num {
    transform: scale(1.08);
    box-shadow: 0 6px 16px rgba(155, 38, 182, 0.4);
}
.benefit-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #2c2c2c;
    font-weight: 500;
}


/* Location Wise Online Tuition Section */
.location-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    background: #ffffff;
    border: 1px solid #ece2f1;
    border-radius: 10px;
    text-decoration: none;
    color: #2c2c2c;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    height: 100%;
}
.location-card:hover {
    background: #9b26b6;
    border-color: #9b26b6;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(155, 38, 182, 0.25);
}
.location-card:hover .location-text {
    color: #ffffff;
}
.location-pin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #f3e8f8;
    color: #9b26b6;
    font-size: 16px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}
.location-card:hover .location-pin {
    background: #ffffff;
    color: #9b26b6;
}
.location-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}


/* Compare Tuition (Online vs Home vs Centres) Section */
.compare-tuition-table {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 0;
}
.compare-tuition-table thead th {
    background: linear-gradient(135deg, #9b26b6 0%, #c44dd4 100%);
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    padding: 16px 14px;
    border: none;
    font-size: 16px;
}
.compare-tuition-table tbody td {
    padding: 16px 14px;
    text-align: center;
    vertical-align: middle;
    border-color: #efe5f4;
    font-size: 15px;
}
.compare-tuition-table tbody tr:nth-child(odd) {
    background: #fbf7fd;
}
.compare-tuition-table tbody tr:hover {
    background: #f3e8f8;
}
.compare-tuition-table .feature-name {
    text-align: left;
    font-weight: 600;
    color: #2c2c2c;
}
.compare-tuition-table span[class^="badge-"] {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    min-width: 80px;
}
.badge-high,
.badge-yes {
    background: #e6f7ec;
    color: #1f9d54;
}
.badge-medium,
.badge-limited {
    background: #fff5e0;
    color: #d98e00;
}
.badge-low,
.badge-no {
    background: #fdecec;
    color: #c0392b;
}
.badge-yes-warn {
    background: #fdecec;
    color: #c0392b;
}
@media (max-width: 576px) {
    .compare-tuition-table thead th,
    .compare-tuition-table tbody td {
        padding: 12px 8px;
        font-size: 13px;
    }
    .compare-tuition-table span[class^="badge-"] {
        padding: 4px 10px;
        font-size: 12px;
        min-width: 60px;
    }
}


/* Tuition Fees Factors Section - dashed bordered tiles */
.fee-factor {
    padding: 16px 20px;
    background: #ffffff;
    border: 2px dashed #d8b8e3;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #2c2c2c;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fee-factor:hover {
    border-style: solid;
    border-color: #9b26b6;
    background: #fbf7fd;
    color: #9b26b6;
}
.fee-contact-cta {
    font-weight: 600;
    color: #9b26b6;
}


/* Experienced Teachers Section - simple bullet list */
.teacher-focus-list {
    list-style: disc;
    padding-left: 22px;
    margin: 0;
}
.teacher-focus-list li {
    font-size: 15px;
    color: #2c2c2c;
    line-height: 1.7;
    padding: 4px 0;
}
.teacher-focus-list li::marker {
    color: #9b26b6;
}


/* Why Parents Choose Interval Learning Section - editorial numbered list */
.parent-choice-row {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    padding: 22px 4px;
    border-bottom: 1px dashed #e3d3eb;
    transition: padding 0.3s ease;
}
.parent-choice-row:last-child {
    border-bottom: none;
}
.parent-choice-row:hover {
    padding-left: 12px;
}
.parent-choice-row:hover .parent-choice-num {
    color: #c44dd4;
}
.parent-choice-num {
    color: #9b26b6;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
    min-width: 44px;
    transition: color 0.3s ease;
}
.parent-choice-row h5 {
    color: #2c2c2c;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 6px;
}
.parent-choice-row p {
    margin: 0;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}
.parent-cta-line {
    font-size: 16px;
    font-weight: 500;
    color: #2c2c2c;
    margin-bottom: 18px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}


/* Student Improvement Outcomes Section - arrow rows */
.outcome-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 8px;
    font-size: 15px;
    color: #2c2c2c;
    font-weight: 500;
    border-bottom: 1px solid #efe5f4;
    transition: all 0.3s ease;
}
.outcome-row:hover {
    color: #9b26b6;
    padding-left: 14px;
}
.outcome-arrow {
    color: #9b26b6;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
}

.landing_hero_offer_btn {
    position: relative;
    overflow: visible;
    box-shadow: 0 6px 20px rgba(161, 37, 194, 0.45);
    animation: landing_hero_offer_btnPulse 2s ease-in-out infinite;
}

.landing_hero_offer_btn .pct {
    display: inline-block;
    font-size: 22px;
    font-weight: 900;
    color: #FFD700;
    margin: 0 4px;
    letter-spacing: 0.3px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 10px rgba(255, 215, 0, 0.45);
    line-height: 1;
}

@keyframes landing_hero_offer_btnPulse {
    0%, 100% { box-shadow: 0 6px 20px rgba(161, 37, 194, 0.45), 0 0 0 0 rgba(255, 215, 0, 0.55); }
    50% { box-shadow: 0 6px 20px rgba(161, 37, 194, 0.45), 0 0 0 8px rgba(255, 215, 0, 0); }
}


@media (max-width: 767px) {
    .hero-btn-group {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        align-items: center;
        justify-content: center;
    }
    .hero-btn-group .edu-btn {
        height: auto;
        line-height: 1.3;
        padding: 8px 12px;
        font-size: 12px;
        white-space: nowrap;
        margin: 0 !important;
    }
    .hero-btn-group .landing_hero_offer_btn .pct {
        font-size: 15px;
    }
}

@media (max-width: 380px) {
    .hero-btn-group .edu-btn {
        font-size: 11px;
        padding: 7px 10px;
    }
    .hero-btn-group .landing_hero_offer_btn .pct {
        font-size: 13px;
    }
}
