/*============================================================================================
	Start Testimonial Area
==============================================================================================*/
.testimonial-slider-wrap {
  overflow: hidden;
}
.testimonial-slider {
  height: auto;
  background-color: var(--transparent);
}
.testimonial-mask {
  max-width: 1116px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.testimonial-slide-nav {
  display: none;
}
.testimonial-left-arrow,
.testimonial-right-arrow {
  width: 72px;
  height: 72px;
  border: 2px solid var(--secondary-color);
  border-radius: var(--radius-100px);
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-arrow-wrap {
  width: 60px;
  height: 60px;
  border-radius: var(--radius-100px);
  background-color: var(--secondary-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-wrap {
  display: flex;
  justify-content: center;
}

.testimonial-image-wrap {
  width: 100%;
  max-width: 400px;
  position: relative;
}

.testimonial-frame {
  width: 100%;
  max-width: 400px;
}

.testimonial-image {
  width: 100%;
  max-width: 280px;
  position: absolute;
  top: 60px;
  bottom: auto;
  left: 60px;
  right: auto;
}

.testimonial-details-wrap {
  width: 100%;
  max-width: 758px;
  padding-top: 38px;
}

.testimonial-user-name-position-wrap {
  padding-left: 38px;
}

.testimonial-comment-wrap {
  background-image: url("https://assets-global.website-files.com/655350c9872aa0d9c03e9e26/65560ad350511e7b6aef1a2f_Testimonial%20Details%20Bg%20Img.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -42px;
  padding: 90px 90px 90px 80px;
}

.testimonial-name {
  margin-bottom: 8px;
  font-style: italic;
  font-weight: 700;
}

.testimonial-position {
  color: rgba(19, 17, 38, 0.8);
}
.testimonial-details {
  color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial-user-name-position-counter-wrap {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 30px;
  display: flex;
}

/* Slider Controls */
.owl-carousel.testimonial-slider .owl-nav [class*="owl-"] {
  margin: 0px;
  padding: 0 !important;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  border: 2px solid var(--primary-color) !important;
  background: var(--primary-color);
  transition: all 0.4s ease;
  font-size: 30px;
  color: var(--white-color);
  line-height: 68px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.owl-carousel.testimonial-slider .owl-prev:hover,
.owl-carousel.testimonial-slider .owl-next:hover {
  background: var(--secondary-color);
  color: var(--white-color);
  border: 2px solid transparent !important;
}
.owl-carousel.testimonial-slider .owl-nav .owl-next {
  right: 0;
}
.owl-carousel.testimonial-slider .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel.testimonial-slider .owl-controls {
  position: absolute;
  width: 100%;
  bottom: 16px;
}
.owl-carousel.testimonial-slider .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 40px;
  line-height: 0;
  transform: translate(-50%);
  border-radius: 100%;
}
.owl-carousel.testimonial-slider .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background: var(--primary-color);
  opacity: 0.5;
  display: block;
  border-radius: 100%;
}
.owl-carousel.testimonial-slider .owl-dot.active span,
.owl-carousel.testimonial-slider .owl-dot:hover span {
  background: var(--primary-color);
  opacity: 1;
}

@media only screen and (max-width: 767.99px) {
  .testimonial-wrap {
    display: block;
  }
  .testimonial-image {
    max-width: 180px;
    position: initial;
  }
  .testimonial-frame {
    display: none !important;
  }
  .testimonial-details-wrap {
    padding-top: 0;
  }
  .testimonial-user-name-position-counter-wrap {
    justify-content: center;
    margin-top: 16px;
    text-align: center;
    padding: 0px 32px;
  }
  .testimonial-comment-wrap {
    background-position: center;
    margin-left: 0;
    padding: 24px;
    margin-top: 12px;
  }
  .testimonial-image-wrap {
    max-width: 180px;
    text-align: center;
    justify-content: center;
    margin: auto;
  }
  .testimonial-name {
    line-height: 120%;
    font-size: 22px;
  }
  .testimonial-user-name-position-wrap {
    padding-left: 0;
  }
  .owl-carousel.testimonial-slider .owl-nav [class*="owl-"] {
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 55px;
  }
  .owl-carousel.testimonial-slider .owl-nav .owl-prev {
    left: -16px;
  }
  .owl-carousel.testimonial-slider .owl-nav .owl-next {
    right: -16px;
  }
}

/*============================================================================================
	End Testimonial Area
==============================================================================================*/
