  /* Container styles */
.testimonials {
  padding: 80px 0;
}

/* Card style */
.shadow-effect {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border: 1px solid #e5e5e5;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05), 0 4px 6px rgba(0,0,0,0.04);
}

.shadow-effect:hover {
  box-shadow: 0 20px 40px rgba(0,0,0,0.10), 0 10px 15px rgba(0,0,0,0.08);
  transform: translateY(-5px);
}

/* Testimonial text */
#customers-testimonials .shadow-effect p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 20px;
}

/* Name tag */
.testimonial-name {
  margin: 0 auto;
  display: inline-block;
  background: #3190E7;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 4px 12px rgba(49, 144, 231, 0.3);
}

/* Owl Dots */
#customers-testimonials.owl-carousel .owl-dots {
  text-align: center;
  padding-top: 30px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #ccc;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3190E7;
  transform: scale(1.2);
}

.card{
  height: 5rem;
}
.review{
  line-height: 3rem;
}