.testimonials .card {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
}

.testimonials .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

.testimonials .stars {
  font-size: 1.2rem;
  color: #ffc107;
}

.testimonials h6 {
  font-size: 1rem;
}

.testimonials .text-muted {
  font-size: 0.95rem;
  line-height: 1.6;
}
