.banner {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiperContainer {
  width: 100%;
  height: 100%;
}

.slide {
  width: 100%;
  height: 100%;
}

.slideImage {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Custom pagination styles */
:global(.swiper-pagination-bullet) {
  width: 8px !important;
  height: 1px !important;
  border-radius: 0 !important;
  opacity: 0.5 !important;
  background: white !important;
  margin: 0 4px !important;
  transition: all 0.3s ease !important;
}

:global(.swiper-pagination-bullet-active) {
  opacity: 1 !important;
  background: white !important;
  width: 16px !important;
}

:global(.swiper-pagination) {
  bottom: 20px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
