html {
  font-size: 16px;
}

/* Swiper Navigation Customization */
.swiper-button-next,
.swiper-button-prev {
  width: 40px !important;
  height: 40px !important;
  padding: 12px !important;
  background-color: #ffffff !important;
  color: transparent !important;
  border-radius: 0;
  margin-top: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.swiper-button-next::before,
.swiper-button-prev::before {
  display: none !important;
  content: '' !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 0 !important;
  font-family: '' !important;
  line-height: 0 !important;
  content: '' !important;
  margin: 0 !important;
  width: 20px !important;
  height: 20px !important;
  display: block !important;
  text-indent: 0 !important;
  letter-spacing: 0 !important;
  opacity: 1 !important;
}

.swiper-button-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpolyline points='15 18 9 12 15 6' fill='none' stroke='%23191A1F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  background-color: transparent !important;
}

.swiper-button-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpolyline points='9 18 15 12 9 6' fill='none' stroke='%23191A1F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  background-color: transparent !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #ffffff !important;
  opacity: 0.8;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* Ensure Swiper spacing is visible */
.swiper-slide {
  box-sizing: border-box;
  height: auto;
}

.swiper-wrapper {
  display: flex;
  align-items: stretch;
}
