/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 29 2025 | 21:56:00 */
.testimonial-slider .swiper-slide .elementor-testimonial {
    padding: 50px;
    box-shadow: 0 8px 15px #00000012;
}

@media all and (min-width: 1024px) {
.testimonial-slider .swiper-slide {
	opacity: 0.3;
	transition: 0.3s;
}
.testimonial-slider .swiper-slide.swiper-slide-next {
	opacity: 1;
}
	
	
}

@media all and (max-width: 767px) {
.testimonial-slider .swiper-slide .elementor-testimonial {
    padding: 20px;
}
	
}
