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


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

.hero-compact-banner .banner-content {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.hero-compact-banner .pre-title {
    color: #ffb400;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.hero-compact-banner .text-highlight {
    color: #ffb400;
}
.hero-compact-banner .tagline-box {
    border-left: 10px solid #ffb400;
    padding-left: 20px;
}
.hero-compact-banner .tagline-box h3 {
    font-style: italic;
    opacity: 0.9;
}


@media (max-width: 991px) {
    .hero-compact-banner {
        padding: 70px 0;
        text-align: center;
    }

    .hero-compact-banner .description {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    div.edu-breadcrumb-area.hero-compact-banner {
       padding-top: 80px !important; 
        padding-bottom: 30px !important;
        min-height: auto !important; 
        
      
        background-position: center center !important;
        background-size: cover !important;
    }

    .hero-compact-banner .description {
        display: block !important; 
        font-size: 14px !important;
        line-height: 1.5 !important;
        margin-top: 15px !important;
        margin-bottom: 20px !important;
        color: rgba(255, 255, 255, 0.9) !important;
        text-align: center !important;
        padding: 0 10px !important; 
    }


    .hero-compact-banner .title {
        font-size: 26px !important;
        margin-top: 10px !important;
    }

    .hero-compact-banner .tagline-box {
        margin: 10px 0 !important;
    }

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


    .hero-compact-banner .hero-btn-group {
        margin-top: 10px !important;
        margin-bottom: 30px !important;
        
    }

    .hero-compact-banner .edu-btn {
      
        text-align: center !important;
    }
}

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

    .hero-compact-banner .col-lg-7, 
    .hero-compact-banner.col-lg-5,
    .hero-compact-banner.col-md-6 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .hero-compact-banner .banner-content {
        padding-right: 0 !important;
        margin-bottom: 40px; 
    }

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

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

    .hero-compact-banner .tagline-box {
        margin: 20px auto !important;
        max-width: 80%;
    }
    .col-lg-5.d-none.d-md-block {
        display: block !important;
        width: 90% !important; 
    }
}


.step-number {
    background-color: #ffffff;
    color: #9923B7;
    border: 2px dashed #9923B7;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.step-wrapper:hover .step-number {
    background-color: #9923B7;
    color: #ffffff;
    border-style: solid; 
    transform: scale(1.1);
}

.categorie-grid .icon i {
    color: #7a47df; 
    transition: color 0.3s ease;
}

.categorie-grid:hover .icon i {
    color: #ffffff ;
}

/* .class-table-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
} */

.class-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    border-radius: 12px;
    background: linear-gradient(135deg, #b99df0, #ffffff);
    font-size: 16px;
    font-weight: 600;
    color: #1c1d20;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.class-box:hover {
    background: #9923B7;
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(153, 35, 183, 0.2);
}

.class-box.highlight {
    background: linear-gradient(135deg, #b512dd, #6a11cb);
    color: #ffffff;
    font-weight: 700;
}

.class-box.highlight:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .class-box {
        font-size: 14px;
        height: 70px; 
        text-align: center;
    }
}



