.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  bottom: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(229, 165, 13, 0.45); 
  border: none;
  border-radius: 50%;
  cursor: pointer;
  backdrop-filter: blur(1px);
  transition: background 0.2s ease, transform 0.2s ease;
}

.swiper-button-prev {
  bottom: 80px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #e5a50d;
  color: #000;
}

.swiper-pagination-bullet {
  background: rgba(229, 165, 13, 0.45);
  width: 10px !important;
  height: 10px !important;
  margin: 10px !important;
}

.swiper-pagination-bullet-active {
  background: #e5a50d;
  width: 12px !important;
  height: 12px !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px !important; 

}

@tailwind base;
@tailwind components;
@tailwind utilities;