/*
 * Neutralize Swiper's default blue theme while preserving each page's
 * project-specific navigation and pagination styles.
 */
.swiper {
    --swiper-theme-color: currentColor;
    --swiper-navigation-color: currentColor;
    --swiper-pagination-color: currentColor;
    --swiper-pagination-bullet-inactive-color: currentColor;
}

.swiper-button-next,
.swiper-button-prev {
    color: inherit;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
    color: inherit;
}

.swiper-pagination-bullet {
    background-color: currentColor;
}



.swiper-button-next svg , .swiper-button-prev svg{
display: none;
    }

