/* Testimonial section mobile customizations */

/* Hide testimonial image on mobile devices */
@media (max-width: 767px) {
    .testimonial-left-image {
        display: none !important;
    }
    
    /* Make testimonial cards take full width on mobile */
    .testimonial-three_bg .pbmit-col_1 {
        display: none !important;
    }
    
    .testimonial-three_bg .pbmit-col_2 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    
    /* Adjust swiper autoplay speed to 1.5 seconds on mobile */
    .testimonial-three_bg .swiper-slider {
        --swiper-autoplay-delay: 1500ms !important;
    }
}
