.comment {
  font-size: 16px;
  line-height: 1.5;
  max-height: 168px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: max-height 0.3s ease;
  position: relative;
}

.testimonial.expanded .comment {
  max-height: initial !important;
  overflow: visible;
}

.ellipsis {
  font-weight: bold;
  display: inline;
}

.toggle-btn {
  color: #5d99d2;
  cursor: pointer;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

.slider-testimonials-wrapper {
  background: #fafafa;
  padding: 100px 0;
}

.slide-about-us .testimonials .testimonial .comment {
  font-size: 16px;
  height: initial;
}

.slide-about-us .testimonials .testimonial .client-info-row img {
  width: 50px;
  height: 50px;
}

.slide-about-us .testimonials .testimonial .client-info-row {
  justify-content: flex-start;
}

.slide-about-us .testimonials .testimonial .client-info-row > .flex {
  align-items: flex-start;
}

.slide-about-us .vvt-slider .slick-slide img {
  margin: 0;
}

.slide-about-us .testimonials .testimonial .client-info {
  margin-left: 0;
}
.slide-about-us .testimonial-wrap {
  border: 1px solid #e2e2e2;
  background: #fff;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.partners-container .partner-logo img {
  filter: none !important;
  opacity: 1 !important;
}

.testimonials .testimonial .comment {
  text-align: left;
}

.comment {
  margin-bottom: 0;
}

.client-info-wrapper {
  gap: 20px;
  flex-wrap: nowrap;
}

.author-avatar {
  width: 50px;
}

.client-info .author.h4 {
  font-size: 19px;
}

.client-info .company {
  font-size: 14px;
}

.testimonial .testimonial-content {
  min-height: 260px;
}

.testimonial.expanded .testimonial-content {
  min-height: initial;
}

.author-avatar img.lazy {
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.author-avatar img.lazy.loaded {
  opacity: 1;
}

.testimonials .testimonial .client-info .author {
  text-transform: capitalize;
}

.testimonials .testimonial {
  padding-left: 15px;
  padding-right: 15px;
}

.vvt-slider.inside-arrows .slick-next {
  right: -30px;
}

.vvt-slider.inside-arrows .slick-prev {
  left: -30px;
}

@media screen and (max-width: 1199px) {
  .testimonial.expanded .client-info-row {
    margin-top: 40px;
  }

  .client-info .company {
    font-size: 13px;
  }

  .vvt-slider.inside-arrows .slick-next {
    right: -20px;
  }

  .vvt-slider.inside-arrows .slick-prev {
    left: -20px;
  }
}

@media screen and (max-width: 991px) {
  .slider-testimonials-wrapper {
    padding: 60px 20px;
  }

  .client-info .author.h4 {
    font-size: 18px;
  }

  .client-info .company {
    font-size: 13px;
  }

  .testimonials .testimonial {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media screen and (max-width: 767px) {
  .client-info-wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 650px) and (min-width: 523px) {
  .testimonial .testimonial-content {
    min-height: 250px;
  }
}

@media screen and (max-width: 450px) {
  .slider-testimonials-wrapper {
    padding: 40px 0;
  }
}

@media screen and (max-width: 543px) {
  .client-info-row {
    margin-top: 20px;
  }

  .testimonial .testimonial-content {
    min-height: 240px;
  }
}

@media screen and (min-width: 1200px) {
  .client-info-row {
    margin-top: 0;
  }

  .testimonial.expanded .client-info-row {
    margin-top: 40px;
  }
}
