/* Prevent flash before animation */
.gsap-fade-up,
.gsap-fade-in {
  opacity: 0;
}
.newyear-header_h1 > span,
.leftanimation > span {
  display: inline-block;
  will-change: transform, opacity;
}
/* This makes the container a single long line that never wraps */
.gsap-seamless-loop {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: max-content !important;
    gap: 20px; /* Space between boxes */
    align-items: center;
}

/* This hides the "white gap" on the right side of your screen */
.elementor-widget-container, .wp-block-group, .entry-content {
    overflow: hidden !important;
}
