/************* CAROUSELS *************/
body:not(.finetune) .content-carousel-element{
    position: absolute!important;
    top: 0;
    left: 0;
    opacity: 0;
}

body:not(.finetune) .content-carousel-element:first-child{
    position: relative!important;
}

body:not(.finetune) .content-carousel-container{
    transition: 1s ease transform;
}

.manual-carousel {
    counter-reset: section;
}
.each-slide:before {
    counter-increment: section;
    content: counter(section);
}

.disabled {
    opacity: 0.5;
    pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {  
    .creative-scroll {  
        transition: none !important; /* Disable transitions */  
        animation: none !important;  /* Disable animations */  
    } 
}
