/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-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: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.m-0,
p.m-0 {
	margin: 0;
}

p:last-child {
	margin: 0;
}

.elementor-field-type-select option {
    color: var( --e-global-color-ef6ab25 );
}

.elementor-form input,
.elementor-form textarea,
.elementor-form label {
    font-size: 1.2rem;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-1-20 15:4:48
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

details.e-n-accordion-item:nth-child(1) .e-n-accordion-item-title {
	-webkit-animation: pulsate-fwd 4s ease-in-out 1.1s infinite both;
			animation: pulsate-fwd 4s ease-in-out 1.1s infinite both;
}

details.e-n-accordion-item:nth-child(2) .e-n-accordion-item-title {
	-webkit-animation: pulsate-fwd 4s ease-in-out 2.2s infinite both;
			animation: pulsate-fwd 4s ease-in-out 2.2s infinite both;
}

details.e-n-accordion-item:nth-child(3) .e-n-accordion-item-title {
	-webkit-animation: pulsate-fwd 4s ease-in-out 3.3s infinite both;
			animation: pulsate-fwd 4s ease-in-out 3.3s infinite both;
}

details.e-n-accordion-item:nth-child(4) .e-n-accordion-item-title {
	-webkit-animation: pulsate-fwd 4s ease-in-out 4.4s infinite both;
			animation: pulsate-fwd 4s ease-in-out 4.4s infinite both;
}

details.e-n-accordion-item:nth-child(5) .e-n-accordion-item-title {
	-webkit-animation: pulsate-fwd 4s ease-in-out 5.5s infinite both;
			animation: pulsate-fwd 4s ease-in-out 5.5s infinite both;
}