@media screen and (max-width: 992px) {
    
    .heroSectionWrap{
        height: 70vh !important;
    }

    .floating-btn{
        display: none;
    }

    .bannerImage img{
        opacity: 0.5;
    }
}

@media screen and (max-width: 768px) {
    .tabsContentView{
        flex-direction: column-reverse;
        gap: 20px;
    }

    .bannerSectionWrap{
        padding-top: 90px !important;
        padding-bottom: 0;
    }

    .aboutUsContainer{
        margin-top: 0 !important;
    }

    .featureGridSection{
        padding-top: 0 !important;
    }

    .infrastructure-section{
        padding-top: 0 !important;
    }
    
    .infrastructure-section img{
        height: 300px !important;
        object-fit: cover !important;
    }
    
    .contactUsInfo{
        flex-direction: column;
        gap: 0 !important;
    }

    .contactUsInfo .infoItem{
        width: 100%;
    }

    .productCategory{
        width: 40%;
    }

    .productListWrap{
        width: 60%;
        padding-top: 42px;
    }


    .menu-header{
        font-size: var(--FontSmall);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .submenu li::before{
        top: 14px !important;
    }

    .menu-header svg{
        width: 16px !important;
        height: 16px !important;
    }

    .bannerBreadCumbs{
        flex-wrap: wrap;
    }

    .xg93k8s{
        padding-top: 0 !important;
    }

    .pq7jwd2 img{
        height: 200px;
    }

    .skq81v3 img{
        width: 70px;
        height: 50px;
    }

    .k0p2qaz, .q9plme3{
        font-size: var(--fontLarge);
    }

    .us4bs87I .explore-btn{
        white-space: nowrap;
        margin-top: 0 !important;
    }

    .p9mlv3e{
        font-size: var(--fontSml);
    }

    .contentb0zImagesWrap87c img{
        width: 100% !important;
    }

}

@media screen and (max-width: 600px) {

    .custom-header .headerContainer{
        margin: 20px 2%;
    }

    .heroSectionWrap{
        height: 90vh !important;
    }

    .whyUsTabsContainer .nav-pills li a svg{
        display: none;
    }

    .whatWeDoSectionSide{
        padding: 20px ;
    }

    .testimonial-section{
        padding: 50px 20px;
    }

    .productContainer{
        margin: 0 auto;
    }

}

@media screen and (max-width: 568px) {

    .ourApprochContainer{
        display: block;
    }

    .ourApprochContainer div {
        width: 100%;
    }

    .whyChooseUsSection {
        padding: 0 !important;
    }

    .productSectionWrapp{
        flex-direction: column-reverse;
    }

    .productSectionWrapp .productCategory,
    .productSectionWrapp .productListWrap{
        width: 100% !important;
    }

    .us4bs87I{
        flex-direction: column;
        justify-content: start;
        align-items: center;
        gap: 0 !important;
        margin-bottom: 20px;
    }

    .k0p2qaz , .us4bs87I .explore-btn{
        width: 100%;
    }

}

@media screen and (max-width: 400px) {

    .featureBox{
        flex-direction: column;
        text-align: center;
    }
}