  
  /*  Swiper slider styles */
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-pagination-bullet {
    margin-top: 10px;
    background-color: #fff;
    opacity: 0.7;
  }
  .swiper-pagination-bullet-active {
    background-color: #f87171; /* Tailwind red-400 */
  }