/**
 * EAA Frontend Styles
 * @package AnimationsKit_For_Elementor
 */

/* ── Animate.css v4 base ─────────────────────────────────────────── */
.animate__animated {
    animation-fill-mode: both;
}

/* ── Hide WOW elements until they fire ───────────────────────────── */
/* Only hide wow elements that haven't animated yet */
.eaa-wow-el:not( .animate__animated ) {
    visibility: hidden;
}

/* ── Show after animation fires ──────────────────────────────────── */
.eaa-wow-el.animate__animated {
    visibility: visible !important;
}
