    .section-title {
      text-align: center;
      font-size: 2rem;
      margin-bottom: 30px;
      color: #333;
    }

    .swiper {
      width: 100%;
      max-width: 1000px;
      margin: auto;
    }

    .swiper-slide {
      background: white;
      border-radius: 10px;
      padding: 25px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      height: auto;
    }

    .testimonial {
      font-size: 1rem;
      line-height: 1.6;
      color: #333;
    }

    .testimonial::before {
      content: "\f10d";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      font-size: 1.5rem;
      color: #007bff;
      margin-right: 10px;
    }

    .author {
      margin-top: 15px;
      font-weight: bold;
      font-size: 0.9rem;
      color: #555;
    }

    .swiper-button-prev,
    .swiper-button-next {
      color: #007bff;
    }

    @media(max-width: 768px) {
      .swiper-slide {
        padding: 20px;
      }
    }
