.testimonial-slide {
    opacity: 0.1;
    transition: opacity 0.3s ease;
  }
  
  .testimonial-slide.swiper-slide-active {
    opacity: 1 !important; /* Make active slide brighter */
  }