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

body, p, body a, h1, h2, h3, h4, h5, h6, span, div {

	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, "Helvetica Neue", Arial,
		"Noto Sans", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji",
		"Segoe UI Symbol" !important;

}
p:last-child {
	margin-bottom: 0 !important;
}

.site-header-new.elementor-sticky--effects {
    background: #fffffff2;
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
.site-header-new.elementor-sticky--effects > .e-con-inner {
    padding: 12px 0 !important;
}
.site-header-new.elementor-sticky--effects .menu-item a {
	color: #475569;
}
.site-header-new.elementor-sticky--effects .menu-item a.elementor-item-active,
.site-header-new.elementor-sticky--effects .menu-item a:hover {
	color: #0a0f5c !important;
}
.site-header-new.elementor-sticky--effects .menu-item a.elementor-item-active::before,
.site-header-new.elementor-sticky--effects .menu-item a:hover::before {
    background-color: #f1f5f9 !important;
}
.site-header-new.elementor-sticky--effects .normal-logo,
.site-header-new .sticky-logo {
	display: none;
}
.site-header-new .normal-logo,
.site-header-new.elementor-sticky--effects .sticky-logo {
	display: block;
}