/* Customer Banner Widget Styles */
.customer-banner-container {
    text-align: center;
}




.customer-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.customer-logo-item img {
    height: auto;
    transition: opacity 0.3s ease;
    max-width: 150px;
    max-height: 90px;
}
.customer-logos-grid .swiper-slide{
    max-width: 150px;
}
.customer-logos-grid .swiper-wrapper{
    gap: 60px;
}
@media screen and (max-width:1300px){
    .customer-logos-grid{
        overflow: hidden;
    }
    .customer-logos-grid .swiper-wrapper{
        gap: unset;
    }
}
@media screen and (max-width:700px) {
    .customer-logos-grid .swiper-slide{
        max-width: 70px;
        max-height: 50px;
    }
    
    
}
@media screen and (max-width:500px){
    .customer-logos-grid  .swiper-slide{
        max-width: 50px;
        max-height: 30px;
    }
    .elementor-68 .elementor-element.elementor-element-9f85bff .customer-banner-title{
        font-size: 11px !important;
        margin-bottom: 15px !important;
    }
    .customer-banner{
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    
}