/*
Theme Name: Hello Elementor Child
Theme URI: #
Description: A child theme of hello elementor
Author: Sumit Umak
Author URI: #
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.main-header.elementor-sticky--effects{
	background-color:#fff !important;
}
.main-header.elementor-sticky--effects .header-menu-list li a{
	color:#000 !important;
}
.main-header.elementor-sticky--effects .header-menu-list li a.elementor-item-active,
.main-header.elementor-sticky--effects .header-menu-list li a.elementor-item:hover{
	color:var( --e-global-color-506935b ) !important;
}
.main-header.elementor-sticky--effects .secondary-button a{
	color:#000 !important;
}
.main-header.elementor-sticky--effects .secondary-button a:hover{
		color:var( --e-global-color-506935b ) !important;
}
.elementor-sticky--effects .main-logo svg [fill="white"] {
  fill: #000000 !important;  
}

.mobile-menu a.elementor-item-active{
	font-weight:600 !important;
}

span.yellow-text{
    color:var( --e-global-color-03275f6 ) !important;
}
span.orange-text{
    color:var(--e-global-color-f76f72e) !important;
}


.main-logo svg{
	width:127px !important;
	height:50px !important;
}

/* change header Nav color */
 
.faq-accordion summary[aria-expanded="true"] {
	border-radius:8px 8px 0 0 !important;
}

.analyze-card{	 
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
}
.analyze-card:hover{
	box-shadow:0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
}

@media(max-width:540px){
	.main-header{
	background-color:#fff !important;
}
 .main-logo svg [fill="white"] {
  fill: #000000 !important;  
}
}