/* Scroll Animation Styles - DISABLED */
/* The user requested to revert animations and fixed layout shifts. */
/* We define these classes as empty to prevent errors but enable normal layout behavior. */

.animate-on-scroll {
    /* No opacity or transform to prevent conflicts */
}

.animate-on-scroll.visible {
    /* No changes */
}

/* Attributes do nothing */
.animate-on-scroll[data-animation="fade-up"] {}
.animate-on-scroll[data-animation="fade-down"] {}
.animate-on-scroll[data-animation="fade-left"] {}
.animate-on-scroll[data-animation="fade-right"] {}
.animate-on-scroll[data-animation="zoom-in"] {}
.animate-on-scroll[data-animation="flip-up"] {}

.animate-on-scroll[data-delay="100"] {}
.animate-on-scroll[data-delay="200"] {}
.animate-on-scroll[data-delay="300"] {}
.animate-on-scroll[data-delay="400"] {}
.animate-on-scroll[data-delay="500"] {}
.animate-on-scroll[data-delay="600"] {}
.animate-on-scroll[data-delay="800"] {}
.animate-on-scroll[data-delay="1000"] {}
