.testimonials-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 40px 40px 50px 40px;
  margin-left: -40px; /* sola 40px taş */
  margin-right: -40px; /* sola 40px taş */
}

.testimonials-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.testimonials-header img {
  position: relative;
  top: -120px;
  margin-bottom: -120px;
}

.testimonials-title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.testimonials-title-original {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 100px;
  margin-bottom: 15px;
}

.testimonials-desc {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.testimonial-box {
  flex: 1 1 calc(25% - 50px);
  /* 4 sütun + gap toleransı */
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  color: #333;
  padding: 15px;
  font-family: sans-serif;
  min-width: 250px;
}

.testimonial-box .name {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 4px;
  color: #314d75;
  letter-spacing: 1px;
}

.testimonial-box .title {
  color: #a6a6a6;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.testimonial-box .message {
  font-size: 13px;
  color: #3d3d3d;
  font-weight: 400;
  margin-bottom: 0;
}

.testimonial-box .stars {
  text-align: end;
  font-size: 24px;
  color: #ffc107;
}

@media (max-width: 1200px) {
  .testimonials-header img {
    display: none;
  }

  .testimonials-container {
    display: flex;
    overflow: auto;
    gap: 20px;
  }

  .testimonials-title-original {
    margin-top: 50px;
  }
}

.testimonials-container {
  overflow: hidden;
}

.testimonial-box {
  height: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.swiper-slide {
  height: 100% !important;
  transition: opacity 0.5s ease;
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -40px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: '';
}

.swiper-button-next::before {
  content: '\EA6E';
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
}

.swiper-button-prev::before {
  content: '\EA64';
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
}

.swiper-button-next,
.swiper-button-prev {
  background: white;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  border-radius: 3px;
}

.swiper-slide.swiper-visible {
  opacity: 1;
}

.swiper-slide {
  opacity: 0;
  transition: opacity 0.35s ease;
}

@media (max-width: 992px) {
  .testimonials-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 40px 14px 55px 14px !important;
    margin-left: 0px;
    margin-right: 0px;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-next,
  .swiper-button-next:after {
    left: 58% !important;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-prev,
  .swiper-button-prev:after {
    left: 42% !important;
  }
}
