/* Swiper Pagination */

.swiper-pagination-style {
  /* rounded */
  border-radius: 5px;

  /* Transparent */
  /* border: 1px solid var(--color-white);
    background-color: transparent !important;
    border-radius: 0; */

  /* Transparent & rounded */
  /* border: 1px solid var(--color-white);
    background-color: transparent !important;
    border-radius: 5px; */

  /* Rectangle */
  /* border-radius: 0; */
}

.hero-slider .swiper-pagination-bullet {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-slider .swiper-pagination-vertical.swiper-pagination-bullets,
.hero-slider .swiper-vertical > .swiper-pagination-bullets {
  transform: none;
}
