@keyframes blink_text_color {
    0%, 100% { color: #ffffff; }
    50% { color: #000000; }
}

.button-text-blink .elementor-button-text {
    animation: blink_text_color 1s ease-in-out infinite !important;
}
