.elementor-5058 .elementor-element.elementor-element-82a8980{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-5058 .elementor-element.elementor-element-c569b42{color:var( --e-global-color-primary );font-family:"Roboto", Sans-serif;font-weight:300;}/* Start custom CSS for container, class: .elementor-element-82a8980 *//* Set up the animation */
@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Apply the animation to the title */
.scrolling-title {
  white-space: nowrap;
  overflow: hidden;
  animation: scroll-left 10s linear infinite; /* Adjust the duration as needed */
}/* End custom CSS */