.swiper-pagination {
    bottom: 40px;
    left: 0;
    right: 0;
}

    .swiper-pagination .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        margin: 4px;
        background: var(--light-gray-color);
        opacity: 1;
        transition: background 0.3s ease-out;
    }

    .swiper-pagination .swiper-pagination-bullet {
        background: white;
    }

        .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #FFC43F;
        }

.swiper-button-next, .swiper-button-prev {
    background-color: #017960 !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}

    .swiper-button-next:hover, .swiper-button-prev:hover {
        background-color: #015f48 !important;
    }

    .swiper-button-next::after, .swiper-button-prev::after {
        font-size: 20px;
        color: white;
    }
