.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  padding: 10px;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 22px;
  color: #fff;
}

:root {
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 0.5);
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
}

.swiper-pagination {
  bottom: 12px !important;
}
.swiper-pagination-bullet {
  opacity: 0.7;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #ffd700;
}
