/* Custom styles for the testimonial slider */
.testimonial-slider {
  max-width: 1200px;
  margin: auto;
  padding: 2rem 1rem;
}
.swiper-slide {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  height: 100%;
  text-align: center;
}
.swiper-slide h3 {
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
}
.swiper-slide p {
  font-style: italic;
  font-size: 14px;
  margin: 10px 0;
}
.swiper-slide strong {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}
.stars {
  margin-top: 8px;
  color: #000000;
  font-size: 20px;
}

.testimonial-slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
  margin: 20px auto 0;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  width: 2px;
  height: 24px;
  color: #2e3a4e;
  margin: 0;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.swiper-pagination-bullet {
  background: #2e3a4e;
  opacity: 0.3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-button-prev, .swiper-button-next {
  margin-right: 70px;
  margin-left: 70px;
}
