/* Arkvision Projects Carousel Styles */

.arkvision-projects-carousel {
    position: relative;
}

.projects-swiper {
    overflow: visible;
}

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


/* Мобильная адаптация */
@media (max-width: 767px) {
    .swiper-navigation {
        display: none !important;
    }
    
    .projects-swiper {
        overflow: hidden;
    }
}