.testimonial-section {
  position: relative;
  overflow: hidden;
}

.testimonial-section img.swiper-button-image {
  height: 25px;
}

.testimonial-section .quotation-icon {
  font-size: 80px;
  position: absolute;
  opacity: 0.2;
  left: -9%;
  top: -24%;
  color: white;
}

.testimonial-avatar {
  opacity: 0.3;
}

/* Swiper custom controls */
.testimonial-section .swiper-navigation {
  align-items: center;
}

.testimonial-section .swiper-button-prev-custom,
.testimonial-section .swiper-button-next-custom {
  opacity: 0.8;
  transition: opacity 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}

.testimonial-section .swiper-button-prev-custom:hover,
.testimonial-section .swiper-button-next-custom:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* Bootstrap utility classes */
.testimonial-section .text-white-25 {
  color: rgba(255, 255, 255, 0.25) !important;
}

.testimonial-section .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .testimonial-section .testimonial-content {
    padding: 2rem 0;
  }

  .testimonial-section .swiper-navigation {
    justify-content: center;
    margin-bottom: 2rem;
  }
}

@media (max-width: 767.98px) {
      .testimonial-section .quotation-icon {
        left: 4% !important;
        font-size: 60px !important;
        top: -18% !important;
    }

  .testimonial-section h2 {
    text-align: center;
  }

  .testimonial-section .testimonial-content {
    padding: 1.5rem 0;
  }

  .testimonial-section .testimonial-content .fs-5 {
    font-size: 1.1rem !important;
  }

  .testimonial-section .swiper-navigation {
    justify-content: center;
    margin-bottom: 1rem;
  }

  .testimonial-section .testimonial-avatar {
    margin-top: 1rem;
  }
}

@media (max-width: 575.98px) {
  .testimonial-section {
    padding: 3rem 0;
  }

  .testimonial-section .testimonial-content .fs-5 {
    font-size: 1rem !important;
  }
}

/* Swiper customizations */
.testimonial-section .testimonialsSwiper {
  height: auto;
}

.testimonial-section .testimonialsSwiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
}
