html, body {
    overflow-x: hidden !important;
}
.banner {
    height: 500px;
    margin-bottom: -190px;
}

.company-title-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.company-card {
    display: flex; 
    flex-direction: row; 
    align-items: center;
    margin-bottom: 50px;
    padding: 50px 0;
}

.map {
    width: 100vw;
    min-height: 300px;
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    border: 0;
}

@media screen and (max-width: 1000px) {
    .tp-banner, .c-layout-revo-slider-4 {
        height: calc(100vh - 65px) !important;
        max-height: calc(100vh - 65px) !important;
    }
    .home-sectors .c-title {
        font-size: 40px !important;
    }
    
    .home-sectors .c-content-product-5 .c-detail .btn  {
        float: none;
    }
    .c-content-overlay .c-overlay-wrapper {
        top: 0;
        background: rgba(0, 0, 0, 0.4);
        opacity: 1;
    }
    .c-content-client-logos-slider-1 .item a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .company-card {
        display: flex; 
        flex-direction: column; 
        align-items: center;
        margin: 10px 0;
    }
    #filters-container {
        flex-direction: column;
        height: fit-content !important;
        padding: 20px 0;
    }
    .c-shop-product-details-2 .btn {
        position: relative !important;
    }
    .service-container {
        flex-direction: column !important;
        height: auto !important;
        max-height: 90vh !important;
        overflow-y: auto;
        margin: 0 20px;
    }
    .map {
        position: relative;
    }
}