.swiper-button-next-one,
.swiper-button-prev-one {
  color: #193f6e;
}

.swiper-button-next-one,
.swiper-button-prev-one {
  @apply w-10 h-10 rounded-full flex items-center justify-center shadow-md transition-all duration-300;
}

.swiper-button-next-one::after,
.swiper-button-prev-one::after {
  font-size: 0.875rem; /* text-sm */
  font-weight: bold;
}

.swiper-button-prev-one {
  background-color: #f4f4f4;
  color: #666;
}

.swiper-button-next-one {
  background-color: #003cff; 
  color: white;
}


.transition-transform {
  transition: transform 0.3s ease-in-out;
}

.swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: width 0.3s ease;
  background-color: #fff;
}

.swiper-pagination-bullet-active {
  width: 44px;
}
