.clients-slider-wrap,
.clients-slider-wrap *,
#tie-block_1853,
#tie-block_1853 .container-wrapper,
#tie-block_1853 .mag-box-container,
#tie-block_1853 .entry {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    box-sizing: border-box !important;
}

.clients-swiper {
    height: 120px !important;
}

.swiper-slide.client {
    height: 120px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide.client img {
    max-height: 120px !important;
    width: auto !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
}

/* تجاوب الموبايل */
@media screen and (max-width: 768px) {
    .clients-swiper {
        height: 80px !important;
    }

    .swiper-slide.client {
        height: 80px !important;
    }

    .swiper-slide.client img {
        max-height: 80px !important;
    }
}

@media screen and (max-width: 480px) {
    .clients-swiper {
        height: 60px !important;
    }

    .swiper-slide.client {
        height: 60px !important;
    }

    .swiper-slide.client img {
        max-height: 60px !important;
    }
}