/* Bootstrap 5 Carousel */
#eventGalleryCarousel .carousel-indicators {
  z-index: 15;
  margin-bottom: 35px;
}

#eventGalleryCarousel .carousel-indicators button {
  background-color: #ffffff !important;
  height: 5px;
  opacity: 0.5;
  border-radius: 2px;
}

#eventGalleryCarousel .carousel-indicators button.active {
  opacity: 1;
  background-color: #457F82 !important; /* Warna biru Bootstrap (bisa diganti) */
}