.hero-animated {
            background: linear-gradient(135deg, #1F8FFF 0%, #0D0D0D 50%, #1F8FFF 100%);
            background-size: 300% 300%;
            animation: edvoraGradientFlow 14s ease-in-out infinite;
        }