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