/* 
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 */

b, strong {
    font-weight: bold;
}

.green {
	color:#6DEBBB;
}


/* 4) SVG rotation (you’ve got this working already) */
.reveal_icon svg {
  transform-origin: center center !important;
  transition: transform 0.3s ease-in-out !important;
	font-size: 20px;
    margin-top: -2px;
}

.reveal_icon:hover svg {
  transform: rotate(45deg) !important; /* arrow down */
}

.rotate_icon_down:hover svg {
	transform: rotate(-45deg) !important; /* arrow down */
}
.rotate_icon_down-left:hover svg {
	transform: rotate(45deg) !important; /* arrow down */
}

/* 5) Ensure pointer-cursor on the icon */
.reveal_icon,
.reveal_icon * {
  cursor: pointer !important;
}

.elementor-button:hover #Group_19 #Line_6, .elementor-button:hover #Group_19 #Line_7, .elementor-button:hover #Group_19 #Line_8 {
	stroke:#6DEBBB;
}

.elementor-button:hover #Ellipse_12 {
    fill: #035E35 !important;
}

.elementor-button:hover #Ellipse_5 {
    stroke: #6DEBBB !important;
}



/* Outline Dark Green*/
.outline_green:hover #Group_19 #Line_6, .outline_green:hover #Group_19 #Line_7, .outline_green:hover #Group_19 #Line_8 {
	stroke:#035E35;
}
.outline_green circle#Ellipse_12 {
    fill: transparent;
}
.outline_green:hover circle#Ellipse_12 {
    fill: transparent !important;
}
.outline_green:hover #Ellipse_5 {
	stroke: #035E35 !important;
}
.outline_green {
	stroke: #035E35 !important;
}

/*Outline Light Green*/
.light_green #Group_19 #Line_6, .light_green #Group_19 #Line_7, .light_green #Group_19 #Line_8 {
	stroke:#6DEBBB;
}
.light_green:hover #Group_19 #Line_6, .light_green:hover #Group_19 #Line_7, .light_green:hover #Group_19 #Line_8 {
	stroke:#035E35;
}
.light_green circle#Ellipse_12 {
    fill: transparent;
}
.light_green:hover circle#Ellipse_12 {
    fill: transparent !important;
}
.light_green #Ellipse_5 {
	stroke:#6DEBBB;
}
.light_green:hover #Ellipse_5 {
	stroke: #035E35 !important;
}
.light_green {
	stroke: #6DEBBB !important;
}