.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.7;
}

.swiper-pagination-bullet-active {
    background: var(--bs-primary);
    opacity: 1;
}
.swiper-button-disabled{
    display:none;   
}
/* Featured Categories Swiper Custom Styles */
/*.featured-categories-swiper {
    position: relative;
    padding: 20px 0;
}

 .featuredCategoriesSwiper {
    padding: 20px 50px 40px;
}

.featuredCategoriesSwiper .swiper-slide {
    height: auto;
}

.featuredCategoriesSwiper .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.featuredCategoriesSwiper .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.featuredCategoriesSwiper .swiper-button-next,
.featuredCategoriesSwiper .swiper-button-prev {
    color: #333;
}

.featuredCategoriesSwiper .swiper-pagination-bullet-active {
    background: #333;
} */