/**
 * Testimonial Element Styles
 * ACF Page Sections - Testimonial Carousel
 */
.carousel-wrapper .testimonial-caption {
  padding: 2rem;
  text-align: center;
}
.carousel-wrapper .testimonial-caption .testimonial-content {
  font-size: 1.1rem;
  line-height: 1.6;
  font-style: italic;
  margin: 0;
}
.carousel-wrapper .testimonial-caption .testimonial-content p {
  margin-bottom: 1rem;
}
.carousel-wrapper .testimonial-caption .testimonial-content p:last-child {
  margin-bottom: 0;
}
.carousel-wrapper .testimonial .carousel-control-prev,
.carousel-wrapper .testimonial .carousel-control-next {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.carousel-wrapper .testimonial .carousel-control-prev:hover,
.carousel-wrapper .testimonial .carousel-control-next:hover {
  opacity: 1;
}
.carousel-wrapper .testimonial .carousel-indicators {
  bottom: -2.5rem;
}
.carousel-wrapper .testimonial .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #007bff;
  background-color: transparent;
  transition: all 0.3s ease;
}
.carousel-wrapper .testimonial .carousel-indicators button.active {
  background-color: #007bff;
}
.carousel-wrapper.carousel-theme-default .testimonial .testimonial-caption, .carousel-wrapper.carousel-theme-light .testimonial .testimonial-caption {
  background-color: transparent;
  color: inherit;
}
.carousel-wrapper.carousel-theme-dark .testimonial .testimonial-caption {
  background-color: #333;
  color: #fff;
}
.carousel-wrapper.carousel-theme-bar .testimonial .testimonial-caption {
  background-color: #f8f9fa;
  border-left: 4px solid #007bff;
  padding-left: 2rem;
}
.carousel-wrapper.carousel-theme-custom .testimonial .testimonial-caption {
  padding: 0;
  text-align: inherit;
}
.carousel-wrapper.carousel-theme-custom .testimonial .testimonial-caption .testimonial-content {
  font-size: 1.1rem;
  font-style: initial;
  line-height: 1.6;
  margin: 0;
}
.carousel-wrapper.carousel-theme-custom .testimonial .testimonial-caption .testimonial-content p {
  margin-bottom: 1rem;
}
.carousel-wrapper.carousel-theme-custom .testimonial .testimonial-caption .testimonial-content p:last-child {
  margin-bottom: 0;
}
.carousel-wrapper.carousel-theme-custom .testimonial .carousel-control-prev,
.carousel-wrapper.carousel-theme-custom .testimonial .carousel-control-next {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.carousel-wrapper.carousel-theme-custom .testimonial .carousel-control-prev:hover,
.carousel-wrapper.carousel-theme-custom .testimonial .carousel-control-next:hover {
  opacity: 1;
}
.carousel-wrapper.carousel-theme-custom .testimonial .carousel-control-next-icon,
.carousel-wrapper.carousel-theme-custom .testimonial .carousel-control-prev-icon {
  filter: invert(80%);
}
.carousel-wrapper.carousel-theme-custom .testimonial .carousel-indicators {
  bottom: -2.5rem;
}
.carousel-wrapper.carousel-theme-custom .testimonial .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #666;
  background-color: transparent;
  transition: all 0.3s ease;
}
.carousel-wrapper.carousel-theme-custom .testimonial .carousel-indicators button.active {
  background-color: #666;
}/*# sourceMappingURL=testimonials.css.map */