/*===========================================================================================
    Start Testimonial Area
=============================================================================================*/
.testimonial-area.style1 .testimonial-slider {
  margin-top: 16px;
  padding-bottom: 32px;
}
.testimonial-area.style1 .testimonial-card {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1),
    0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  padding: 32px;
  margin: 8px 0px;
  border: 1px solid var(--border-color);
  border-top: 0;
  border-bottom: 0;
}
.testimonial-area.style1 .testimonial-head {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonial-area.style1 .testimonial-img img {
  width: 48px;
  max-width: 48px;
  height: 48px;
  border-radius: 100%;
  object-fit: contain;
}

.testimonial-area.style1 .testimonial-info h5 {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
.testimonial-area.style1 .testimonial-info span {
  color: var(--paragraph-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial-area.style1 .testimonial-bottom {
  margin-top: 24px;
}
.testimonial-area.style1 .testimonial-text {
  line-height: 24px;
  min-height: 164px;
  overflow: hidden;
}
.testimonial-area.style1 .testimonial-rattings {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 1px;
}
.testimonial-area.style1 .testimonial-area .swiper-pagination {
  bottom: 0 !important;
}

/*===========================================================================================
    End Testimonial Area
=============================================================================================*/
