.What_Customers_Say {
  padding: 35px 0;
  background: #f5f2e9;
  overflow: hidden;
  position: relative;
}

.What_Customers_Say .testimonial_swiper {
  position: relative;
  /* padding-bottom: 60px; */
}

.What_Customers_Say .testimonial_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 30px;
  /* gap: 80px; */
  /* min-height: 650px; */
}

.What_Customers_Say .testimonial_content {
  flex: 1 1;
  max-width: 700px;
  /* margin-top: 60px; */
}

.What_Customers_Say .subtitle {
  display: inline-block;
  color: #d7a000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

.What_Customers_Say .testimonial_content h2 {
  font-size: 70px;
  line-height: 1.15;
  color: #18382d;
  font-weight: 400;
  margin-bottom: 40px;
}

.What_Customers_Say .stars {
  color: #f4b400;
  font-size: 22px;
  letter-spacing: 3px;
}

.What_Customers_Say .review_text {
  font-size: 20px;
  color: #6f756e;
  font-style: italic;
  /* margin-bottom: 40px; */
  max-width: 750px;
  height: 100px;
  overflow: auto;
  scrollbar-width:none;
}

.What_Customers_Say .testimonial_content h4 {
  font-size: 20px;
  color: #18382d;
  font-weight: 700;
  margin-bottom: 10px;
}

.What_Customers_Say .location {
  color: #2f6f55;
  font-size: 15px;
}

.What_Customers_Say .testimonial_video {
  width: 320px;
  flex-shrink: 0;
  overflow: hidden;
}

.What_Customers_Say .testimonial_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}

.What_Customers_Say .testimonial_swiper .swiper-pagination {
  position: relative;
  margin-top: 60px;
}

.What_Customers_Say .testimonial_swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}

.What_Customers_Say .testimonial_swiper .swiper-pagination-bullet-active {
  background: #d7a000;
}

.What_Customers_Say .testimonial_navigation {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 15px;
}

/* Buttons */
.What_Customers_Say .testimonial_navigation .testimonial-prev,
.What_Customers_Say .testimonial_navigation .testimonial-next {
  width: 50px;
  height: 50px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  aspect-ratio: 1/1;
}

.What_Customers_Say .testimonial_navigation .testimonial-prev:hover,
.What_Customers_Say .testimonial_navigation .testimonial-next:hover {
  transform: translateY(-3px);
  background: #000;
  color: #fff;
}

/* ==================== Media Queries ================== */

@media (min-width: 0px) and (max-width: 575px) {
  .What_Customers_Say .testimonial_swiper {
    padding-bottom: 0;
  }

  .What_Customers_Say .testimonial_wrapper {
    flex-direction: column;
    padding: 0;
    /* text-align: center; */
  }

  .What_Customers_Say .testimonial_navigation .testimonial-prev,
  .What_Customers_Say .testimonial_navigation .testimonial-next {
    width: 30px;
    height: 30px;
    font-size: 17px;
  }

  .What_Customers_Say .testimonial_section {
    padding: 70px 0;
  }

  .What_Customers_Say .testimonial_content h2 {
    font-size: 34px;
  }

  .What_Customers_Say .testimonial_content {
    margin: 0 0 30px;
  }

  .What_Customers_Say .testimonial_video {
    width: 220px;
    margin: auto;
  }

  .What_Customers_Say .testimonial_video video {
    height: 300px;
  }

  .What_Customers_Say .testimonial_swiper .swiper-pagination {
    margin-top: 30px;
  }

  .What_Customers_Say .review_text {
    font-size: 16px;
  }

  .testimonial_navigation .testimonial-prev,
  .testimonial_navigation .testimonial-next {
    width: 30px;
    height: 30px;
  }

  .What_Customers_Say .stars {
    font-size: 16px;
  }

  .What_Customers_Say .testimonial_content h4 {
    font-size: 17px;
  }

  .What_Customers_Say .location {
    font-size: 14px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .What_Customers_Say .testimonial_wrapper {
    flex-direction: column;
    text-align: center;
    min-height: auto;
  }

  .What_Customers_Say .testimonial_content h2 {
    font-size: 45px;
  }

  .What_Customers_Say .review_text {
    font-size: 17px;
  }

  .What_Customers_Say .testimonial_video {
    width: 280px;
    margin: auto;
  }

  .What_Customers_Say .testimonial_video video {
    height: 420px;
  }

  .What_Customers_Say .testimonial_content {
    margin: 0 0 40px;
  }

  .What_Customers_Say .testimonial_swiper .swiper-pagination {
    margin-top: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .What_Customers_Say .testimonial_wrapper {
    gap: 50px;
  }
}
