/* Custom Cursor for Process Steps */
.process-swiper,
.process-swiper .swiper-wrapper,
.process-swiper .swiper-slide {
    cursor: url('../img/mascot/gesta/click-to-right.webp') 21 16, pointer !important;
}

/* More refined pixel-art style cursor - override with same image just in case */
.process-swiper.cursor-custom {
    cursor: url('../img/mascot/gesta/click-to-right.webp') 21 16, pointer !important;
}

/* Applying the style directly to the swiper container */
.process-swiper {
    cursor: url('../img/mascot/gesta/click-to-right.webp') 21 16, pointer !important;
}

.process-swiper:active {
    cursor: url('../img/mascot/gesta/click-to-right.webp') 21 16, pointer !important;
}