/* Linear transition for seamless continuous scrolling */
.smooth-marquee .swiper-wrapper {
    transition-timing-function: linear !important;
}
