/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
/* Disable all Elementor entrance animations site-wide */
.elementor-invisible {
    visibility: visible !important;
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

/* Prevent any future animation from occurring */
.animated {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

/* Target specific Elementor animation classes */
.fadeIn, .fadeInUp, .fadeInDown, .fadeInLeft, .fadeInRight,
.zoomIn, .zoomInUp, .zoomInDown, .zoomInLeft, .zoomInRight,
.slideInUp, .slideInDown, .slideInLeft, .slideInRight,
.bounce, .flash, .pulse, .rubberBand, .shake, .swing,
.tada, .wobble, .jello, .heartBeat {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
}