.testimonial-holder {
  background-position: 0% 50%, 100% 50%;
  background-repeat: no-repeat;
  background-size: 552px 298px;
}
.testimonial-section {
  background-color: #ecf1f0;
  padding: 90px 20px 45px 20px;
  max-width: 979px;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
}

.testimonial-wrapper {
  max-width: 1173px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.testimonial-bg {
  max-width: 822px;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
}

.testimonial-content {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 500px;
  background-color: #fff;
  padding: 60px 40px 40px;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.testimonial-avatar {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50% !important;
  border: 5px solid #fff;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  z-index: 3;
}

.carousel-item {
  padding-bottom: 80px; /* space for content drop */
}

.testimonial-text {
  color: #333;
  text-align: justify;
  font-family: "Montserrat";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: #c94a30;
  border-radius: 50%;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.carousel-control-prev i,
.carousel-control-next i {
  font-size: 20px;
  color: white;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: #c94a30;
}
.control-prev {
  left: -20px !important;
}
.control-next {
  right: -20px !important;
}

@media (max-width: 768px) {
  .testimonial-content {
    padding: 40px 20px 30px;
    max-width: 90%;
  }

  .testimonial-avatar {
    width: 80px;
    height: 80px;
    top: -40px;
  }

  .testimonial-bg {
    height: 400px;
  }
}

@media (max-width: 500px) {
  .testimonial-text {
    font-size: 13px;
  }
}
