.testimonials-section {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

.testimonial-quotes {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.testimonial-quotes li.testimonial-item {
  margin: 0 15px;
  position: relative;
  outline: none !important;
  border: unset !important;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  padding: 0 80px;
}

.testimonial-thumbnail img {
  width: 172px;
  height: 172px;
  border-radius: 50%;
  object-fit: cover;
  min-width: 172px;
  border: 1px solid rgb(214, 214, 214);
}

.testimonial-info {
  text-align: left;
  padding: 20px 20px 0;
}

h2.testimonial-name {
  margin: 0px 0 20px 0;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: bold;
}

.testimonial-quote {
  padding: 0 0 0 0;
}

.testimonial-quote p {
  margin-bottom: 10px;
}

.testimonial-quote p:last-child {
  margin-bottom: 0;
}

.testimonial-position {
  margin-top: 25px;
  color: var(--accent);
}

/* Star rating */
.testimonial-rating {
  display: flex;
  gap: 2px;
  margin-bottom: 12px;
}

.testimonial-rating .star {
  font-size: 22px;
  line-height: 1;
}

.testimonial-rating .star.filled {
  color: #FFD726;
}

.testimonial-rating .star.empty {
  color: #ddd;
}

.testimonial-rating {
  justify-content: center;
}

.testimonial-quote {
  text-align: center;
}

.testimonials-section h2,
.testimonials-section .testimonial-quote span,
.testimonials-section p {
  text-align: center;
  color: #fff !important;
}
.testimonials-section {
  border-radius: 8px;
  background: #14aab6;
  color: #fff;
  margin-bottom: 50px !important;
}

/* Slick slider custom styles */
.testimonials-section .slick-track {
  display: flex !important;
  align-items: center !important;
}

.testimonials-section .slick-prev,
.testimonials-section .slick-next {
  z-index: 1;
  width: 30px;
  height: 30px;
}

.testimonials-section .slick-prev:before,
.testimonials-section .slick-next:before {
  font-size: 35px;
  color:#fff !important;
}

.testimonials-section .slick-prev {
  left: 20px;
}

.testimonials-section .slick-next {
  right: 20px;
}

.testimonials-section .slick-dots {
  bottom: -50px;
  display: none !important;
  justify-content: center;
}

.is-editor.no__slides {
  background-color: gray;
  text-align: center;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .slider-repeater li {
    margin: 0 5px;
  }

  .testimonial-quotes li.testimonial-item {
    padding: 0 40px;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .testimonial-quotes li.testimonial-item {
    flex-direction: column;
    padding: 0 20px;
  }

  .testimonial-info {
    text-align: center;
    padding: 0px 20px;
  }

  h2.testimonial-name {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .testimonial-position {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {

}
