/* menu responsive */
@media (max-width: 568px) {
    .overlay-left {
        display: none !important;
    }

    .overlay-right {
        width: 100% !important;
        right: 0;
        transform: translateX(100%);
    }

    .overlay-menu.active .overlay-right {
        transform: translateX(0);
        padding: 14px 27px;
    }

    .overlay-close {
        right: 20px;
    }

    .mobile-overlay-image {
        display: block;
        margin-bottom: 1rem;
        border-bottom: 1px solid #ffffff57;
        padding: 7px 0;
    }

    .mobile-overlay-image img {
        max-width: 200px;
        height: auto;
    }
}

@media (max-width: 325px) {
    .logo_cust img {
        width: 204px;
    }
}


@media (max-width: 991px) {
    .banner_page_cust {
        height: auto;
        padding: 30px 20px;
        flex-direction: column;
    }

    .banner_container_info {
        margin-top: 27%;
    }

    .content_animator {
        text-align: center;
    }

    .content_animator h2,
    .content_animator h5,
    .content_animator p {
        text-align: center;
    }

    .highlight_text,
    #typewriter_text {
        font-size: 2rem;
        white-space: normal;
    }

    .buton_cust_banner {
        justify-content: center;
        display: flex;
        margin-bottom: 20px;
    }

    .counter_container {
        justify-content: center;
        padding-top: 10px;
    }

    .stat-box {
        border-right: none !important;
        border-bottom: 1px solid #ffffff4d;
        margin-bottom: 15px;
    }

    .right_column_cust {
        padding: 20px 0;
        justify-content: start !important;
        align-items: flex-start !important;
    }

    .ai_card {
        max-width: 100%;
        width: 100%;
    }
}



@media (max-width: 576px) {

    .highlight_text,
    #typewriter_text {
        font-size: 1.7rem;
    }

    .gradient-number {
        font-size: 1.6rem !important;
    }

    .stat-label {
        font-size: 1rem !important;
    }

    .content_animator h2 {
        font-size: 2rem;
    }

    .content_animator p {
        font-size: 0.95rem;
    }

    .btn_cust {
        padding: 10px 18px !important;
        font-size: 0.95rem !important;
    }

    .ai_card img {
        height: 180px;
    }

    .counter_container {
        padding-bottom: 0;
    }
}




/* new */


@media screen and (max-width: 767px) {
    .banner_page_cust {
        height: auto !important;
        padding: 30px 20px;
        flex-direction: column;
    }

    .right_column_cust {
        min-height: auto !important;
        margin-top: 20px;
    }

    .banner_container_info {
        margin-top: 48px;
    }

    .logo_slider_wrapper {
        padding: 0;
    }

    .growth_img {
        width: 53%;
    }

    .promo_card {
        height: 100vh;
    }

    .card_r_cust {
        margin-bottom: 0;
    }

    .card_r_cust_m {
        margin-bottom: 25px;
    }

    .card_re_cust {
        margin-top: 0;
    }

    .download_class_bg_gradient {
        margin: 0;
        margin-bottom: 10px !important;
    }

    .list_type_service {
        gap: 0;
    }



    .faq_r {
        margin-top: 37px;
        margin-bottom: 0 !important;
    }

    .text_class_title {
        text-align: left !important;
    }

    .text_n {
        display: none;
    }
}