<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&amp;family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&amp;family=Playfair+Display:ital,wght@0,400..900;1,400..900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

.customer-review .chead h1 {
  text-align: center;
  font-size: 66px;
  font-weight: 600;
}

.customer-review {
  margin: 180px 0;
}

.quotation-box .quote {
  background: #ff0000;
  height: 55px;
  width: 100%;
  max-width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quotation-box .quote img {
  width: 60%;
}

.slide-contents .writeup p {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

.customer {
  display: flex;
  align-items: center;
  gap: 18px;
}

.reviewscli h6:first-child {
  font-weight: bold;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
}
.reviewscli h6:nth-child(2) {
  font-size: 14px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.slide-contents {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  min-height: 230px;
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0px 26px 20px;
}

.slide-contents .quotation-box {
  display: flex;
  justify-content: end;
  margin-right: -54px;
}

.testimonial-slides .owl-stage {
  display: flex; /* Aligns slides horizontally */
}

.testimonial-slides .owl-item {
  flex: 0 0 auto; /* Prevents items from stretching or stacking */
  width: auto; /* Ensures each item gets its calculated width */
}

/* .testimonial-slides {
  max-width: 1350px;
  width: 100%;
} */

.slide-contents .writeup {
  margin-top: -100px;
}

.testimonial-slides .owl-dots {
  display: none;
}

/* .testimonial-slides .owl-nav {
  margin-top: 30px;
} */

.testimonial-slides .owl-nav button {
  border: none;
  background: #ffff;
  display: flex;
  flex-direction: column;
}
.testimonial-slides .owl-nav button span {
  font-size: 69px;
}

.testimonial-slides .owl-nav {
  display: flex;
  gap: 37px;
}

.testimonial-slides .owl-nav button span:hover {
  color: #ff0000;
}
.testimonial-slides {
  margin-top: 50px;
}
@media only screen and (max-width: 767.5px) {
    .customer-review {
        margin: 155px 0 38px;
    }
}</pre></body></html>