@import "tailwindcss";

  .testimonial-swiper {
    padding: 0 40px;
  }
  .swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    height: auto;
  }
  .swiper-button-prev,
  .swiper-button-next {
    color: #9561e2;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 18px;
    font-weight: bold;
  }
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #d1d5db;
    opacity: 1;
  }
  .swiper-pagination-bullet-active {
    background-color: #9561e2;
  }
