.elementor .hero-title{color:#000000;.hero-title {
font-size: 72px;
font-weight: 800;
line-height: 1.1;
background: linear-gradient(90deg, #ff3c00, #ff9a00, #ff3c00);
background-size: 200% auto;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: textFlow 4s linear infinite;
}

@keyframes textFlow {
to {
  background-position: 200% center;
}
}\n}