.testimonial-card {
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    padding: 1.5rem;
    height: 100%;
    transition: transform 0.3s ease;
  }
  .testimonial-card:hover {
    transform: translateY(-5px);
  }
  .star-rating {
    color: #f1c40f;
  }
  .swiper {
    padding: 20px 0;
  }