.hero-swiper .swiper-pagination-bullets {
    bottom: 16px !important;
}
.hero-swiper .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    width: 8px;
    height: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.hero-swiper .swiper-pagination-bullet-active {
    background: var(--color-primary, #2563eb) !important;
    width: 22px;
    border-radius: 4px;
    box-shadow: 0 0 10px var(--color-primary, #2563eb);
}
.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
    color: #ffffff !important;
    background: rgba(0, 0, 0, 0.45);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}
.hero-swiper .swiper-button-prev:hover,
.hero-swiper .swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.65);
    transform: scale(1.05);
}
.hero-swiper .swiper-button-prev:after,
.hero-swiper .swiper-button-next:after {
    font-size: 14px !important;
    font-weight: 900;
}
.hero-swiper .swiper-button-prev {
    left: 20px;
}
.hero-swiper .swiper-button-next {
    right: 20px;
}
