/* 
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 */
:root{
	--e-a-border-color-accent:#e8f0f4;

}

.text-blue{
	color: #2984bb !important
}

.wp-gr .grw-review-inner {
  	box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24) !important;
	border-radius: 8px !important;
}

.text-description ul {
    margin: 0;
	list-style: disc;
	padding-left:0 !important
}

.text-description li{
	position: relative;
    list-style: none;
    padding-left: 25px;
    line-height: 30px;
}

.text-description.desc-blue li:before {
    content: "\2022";
    color: var( --e-global-color-primary );
    font-size: 32px;
    position: absolute;
    left: 0;
    top: -2px;
}

.text-description.desc-white li:before {
    content: "\2022";
    color: #fff;
    font-size: 32px;
    position: absolute;
    left: 0;
    top: -2px;
}

p a, .elementor-widget-text-editor a {
	color: currentcolor !important;
	text-decoration: underline !important;
}

.step-form .e-form__indicators__indicator{
	min-width: 84px;
}

.step-form select option {
  margin: 40px;
  background: #f0f0f0;
  color: #333333;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.rank-math-breadcrumb p{
	margin-bottom: 0;
}

.rank-math-breadcrumb a{
   	color: var( --e-global-color-primary ) !important;
	text-decoration: none !important;	
}

.mm-header .logo img {
	transition: width 0.3s ease-in-out;
}

.mm-header.elementor-sticky--effects .logo img {
    width: 140px;
}

.mm-header > .e-con-inner{
	transition: padding 0.3s ease-in-out;
}

.mm-header.elementor-sticky--effects > .e-con-inner{
	padding-top: 8px;
    padding-bottom: 8px;
}

.elementor-nav-menu .col-3 ul.sub-menu {
	column-count: 3;
	column-gap: 0;
}

.elementor-nav-menu a {
	border-radius: 10px;
}

.elementor-nav-menu a svg {
	color: currentColor;
  	fill: currentColor;
}

@media (max-width: 767px) {
	.mm-header.elementor-sticky--effects .logo img {
    	width: 118px;
	}
	
	.mm-header.elementor-sticky--effects .logo img {
    	width: 100px;
	}

}

.wp-google-list {
  display: flex;
  gap: 10px;
}

.wp-google-list .grw-header .grw-header-inner {
  margin: 0px !important;
  padding: 0px !important;
}

.wp-google-badge-btn {
	display: flex;
	gap: 10px;
	align-items: center;
}

div.wp-google-badge {
	background: white;
    border: 1px solid #ddd;
    border-radius: 10px;
	padding: 10px;
}

.elementor-menu-toggle {
	background: unset !important;
}

.scroll-mouse {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    width: fit-content;
}

.scroll-mouse-wrapper{
	right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}

.mouse {
    width: 28px;
    height: 46px;
    border: 2px solid #fff;
    border-radius: 20px;
    position: relative;
    box-sizing: border-box;
}

.mouse-wheel {
    position: absolute;
    width: 4px;
    height: 8px;
    background: #fff;
    border-radius: 4px;
    left: 50%;
    top: 8px;
    transform: translateX(-50%);
    animation: mouseScroll 1.8s ease-in-out infinite;
}

@keyframes mouseScroll {
    0% {
        opacity: 0;
        transform: translate(-50%, 0);
    }

    20% {
        opacity: 1;
    }

    70% {
        opacity: 1;
        transform: translate(-50%, 18px);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, 18px);
    }
}

.scroll-text {
    font-size: 9px;
    letter-spacing: 3px;
    font-weight: 500;
    color: #fff;
}

