<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.custom-block-11 {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
  color: #ffffff;
  text-align: center;
}
.custom-block-11 .container{
  position: relative;
  z-index: 1;
}
.custom-block-11 .carousel {
  width: 70%;
  padding-left: 100px;
  padding-right: 100px;
  margin-left: auto;
  margin-right: auto;
}

.custom-block-11 .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}

.custom-block-11 .section-title span {
  color: #fff;
}

.custom-block-11 .section-title h2 {
  color: #fff;
}

.custom-block-11 .stars {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #b99476;
}
.custom-block-11 .section-title:before {
    content: '';
    background: url(../../../wp-content/uploads/2024/10/review-icon.svg) center center no-repeat;
    display: block;
    width: 136px;
    height: 116px;
    position: absolute;
    left: 50%;
    margin-left: -68px;
    margin-top: -34px;
}
.testimonial .author{
  font-family:'Cinzel', serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 600;
  margin: 0;
}
.testimonial i{
  font-size: 40px;
  margin-right: 15px;
}
.carousel-control-next,
.carousel-control-prev{
  font-size: 42px;
  width: auto;
  opacity: 1;
}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
  .custom-block-11 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .custom-block-11 .carousel {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

}

@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) {
  .custom-block-11 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .testimonial i{
    font-size: 30px;
  }
}
</pre></body></html>