/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.gallerySwiper {
  background: #000;
  padding: 20px 0;
  border-radius: 20px;
}

.gallerySwiper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.swiper-button-next,
.swiper-button-prev {
  color: #b18e4e !important ;
}

.swiper-pagination-bullet-active {
  background: #b18e4e;
}
/* Normal dots color */
.gallerySwiper .swiper-pagination-bullet {
    background: #cccccc;   /* normal dot color */
    opacity: 1;
}

/* Active dot color */
.gallerySwiper .swiper-pagination-bullet-active {
    background: #b18e4e;   /* 👈 tumhara gold theme color */
}