/*============================================================================================
   Start Testimonial CSS
==============================================================================================*/

.testimonial-style-3 .testimonial-card {
	padding: 20px 24px;
	min-height: 224px;
	margin-top: 1px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05),
              0 -4px 8px rgba(0, 0, 0, 0.03);
    background: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    border-radius: 10px;
}
.testimonial-style-3 .testimonial-author {
  display: flex;
  align-items: center;
  gap: 8px;
}
.testimonial-style-3 .testimonial-text,
.testimonial-style-3 .testimonial-author-thumbnail{
    position: relative;
    z-index: 100;
}
.testimonial-style-3 .testimonial-author-thumbnail img {
 aspect-ratio: 1 / 1;
  width:80px;
  height: 80px;
  object-fit: cover;
  border-radius: 100%;
}
.testimonial-style-3 .testimonial-info {
  margin: 0;
}
.testimonial-style-3 .testimonial-info h5 {
  margin: 0;
  line-height: 120%;
 font-size: 15px;
  font-weight: 500;
  color: var(--primary-color);
}
.testimonial-style-3 .testimonial-info {
  display: block;
}
.testimonial-style-3 .testimonial-info span {
  margin: 0;
  font-size: 12px;
  line-height: 26px;
  font-weight: 500;
  color: #575757;
}
.testimonial-style-3 .testimonial-text {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
  color: var(--paragraph-color);
  line-height: 130%;
}

.testimonial-style-3 .testimonial-quotes{
  position: absolute;
  top: 10px;
  right: 24px;

  z-index:10;
}

.testimonial-style-3 .testimonial-quotes i{
   color: var(--primary-color);
  font-size: 90px;
   line-height: 10px !important;
   opacity: 0.3;
}


@media only screen and (max-width: 767px) {
.testimonial-style-3 .testimonial-info h5 {
  font-size: 14px;
}


.testimonial-style-3 .testimonial-quotes i{
  font-size: 70px;
}

}


/*============================================================================================
   End Testimonial CSS
==============================================================================================*/
