/**
 * GSAP Animations Styles
 * Supporting styles for GSAP animations
 */

/* Infinite Text Scroll */
.gsap-infinite-scroll {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

.gsap-scroll-wrapper {
    display: inline-flex;
    white-space: nowrap;
    will-change: transform;
}

.gsap-scroll-text {
    display: inline-block;
    padding-right: 0.3em; /* Space between repeating text */
    white-space: nowrap;
}