.swiper-container-wrapper {
    position: relative;
}
.swiper-container-wrapper .swiper-pagination {
    text-align: center !important;
    position: static !important;
}
.swiper-container-wrapper .swiper-pagination-bullet {
    width: 60px;
    height: 5px;
    border-radius: 0;
    background: var(--color-white-solid);
    opacity: 1;
    margin: 0 5px;
    background: #e0e0e0;
    opacity: 1;
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: background 0.3s, transform 0.3s;
    cursor: pointer;
}
.swiper-container-wrapper .swiper-pagination-bullet-active {
    background: var(--primary);
}


.swiper-pagination-bullet-active {
    box-shadow: 0 4px 16px rgba(169,68,66,0.15);
}

@media (max-width: 600px) {
    .swiper-pagination-bullet {
        width: 18px;
        height: 6px;
    }
}
@media (max-width: 500px) {
    .swiper-main-banner img{
        width: 100%;
    }
}