/* 
Theme Name: Hello Elementor Child
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: 
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

h1,h2,h3,h4,h5,h6,p{margin:0px;padding:0px;}

.green-animated-arrow .elementor-icon {
    font-size: unset;
    width: unset;
    height: unset;
}

.green-animated-arrow .elementor-icon svg {
    height: 100%;
    width: 100%;
}

.green-animated-arrow path {
    opacity: 0;
}

.grecaptcha-badge {
    display: none;
    opacity: 0;
    visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
    .green-animated-arrow path { opacity: 1; }
}

/* ---- HOME BEGIN ---- */

.home-banner-right-img .e-lottie__animation {
    min-height: 835px; 
}

@media only screen and (max-width: 1440px) {
    .home-banner-right-img .e-lottie__animation {
        min-height: 620px;
    }
}

@media only screen and (max-width: 1200px) {
    .home-banner-right-img .e-lottie__animation {
        min-height: 560px;
    }
}

@media only screen and (max-width: 991px) {
    .home-banner-right-img .e-lottie__animation {
        min-height: 58vw;
    }
}

@media only screen and (max-width: 767px) {
    .home-banner-right-img .e-lottie__animation {
        min-height: unset;
    }
}

/* ---- HOME END ---- */