#testimonials-carousel .carousel-inner .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px; /* Fixed height */
}
#testimonials-carousel .carousel-inner .carousel-item .fas {
  color: #9b7c7c;
}
#testimonials-carousel .carousel-inner .carousel-item .content {
  font-weight: 800;
}
#testimonials-carousel .carousel-indicators [data-bs-target] {
  background-color: #9b7c7c;
  border-radius: 50%;
  opacity: 1;
  width: 3px;
}
#testimonials-carousel .carousel-indicators [data-bs-target].active {
  background-color: #ffffff !important;
}

#testimonials-carousel-glide {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#testimonials-carousel-glide .dl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#testimonials-carousel-glide .dl .flexe {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#testimonials-carousel-glide .dl .flexe [data-class=glide-controls] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#testimonials-carousel-glide .glide__arrow {
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: 0;
}
#testimonials-carousel-glide .slider__arrow {
  z-index: 1;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#testimonials-carousel-glide .slider__arrow--prev {
  left: 1.5rem;
  left: 0;
}
#testimonials-carousel-glide .slider__arrow--next {
  right: 1.5rem;
  right: 0;
}
#testimonials-carousel-glide .glide__bullets .slider__bullet {
  background-color: hsla(0, 0%, 100%, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  line-height: 0;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
#testimonials-carousel-glide .glide__bullets .glide__bullet {
  background-color: #9b7c7c;
  opacity: 1;
  position: relative;
  width: 5px;
  height: 5px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  line-height: 0;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
  z-index: 2;
}
#testimonials-carousel-glide .glide__bullets .glide__bullet.glide__bullet--active {
  background-color: #ffffff !important;
}
#testimonials-carousel-glide .fa-lg {
  font-size: 1.5em;
}
#testimonials-carousel-glide .quotes {
  width: 24px;
}

/*# sourceMappingURL=styles.css.map */
