.swiper {
    width: 100%;
  }

  .swiper-slide {
    opacity: 0.5;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .swiper-slide-active {
    opacity: 1;
  }

  .swiper-pagination-bullet {
    background-color: #007bff;
  }

  .swiper-pagination-bullet-active {
    background-color: #0056b3;
  }
  .lightboxOverlay {
    background-color: rgba(0, 0, 0, 0.9);
}