/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1770447771
Updated: 2026-02-07 07:02:51

*/


/* Hide mega menu by default */
.mega-services-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  pointer-events: none;
}

.mega-services-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/*-- Mobile Menu ---*/
.uael-nav-menu a{
	padding-left: 0 !important;
    line-height: 20px !important;
}
.uael-nav-menu .uael-has-submenu-container a{
	padding-right: 0 !important;
}
.highlight{
	color:#D5372F;
} 
.e-n-accordion-item [role="region"]{
	margin-top:-10px;
	z-index:-1;
}

.professional-slider .logo-slider .elementor-image-carousel-wrapper{
	overflow:visible;
}
.client-post .e-loop__load-more a{
	width: 100% !important;
    padding: 15px;
}
#field_submit{
	    justify-content: flex-end;
}
#field_1_11{
	color: #5a5858;
}
.pricing-text{
	font-size:22px !important;
	color:#000;
}
.gform-button{
	padding: 15px 30px;
}
.dialog-close-button{
	    background: #f8f2ea !important;
    padding: 8px;
    border-radius: 4px;
    color: #d5372f;
	border:0 !important;
		
}
.elementor-popup-modal .dialog-close-button svg {
    fill: #d5372f !important;
    height: 1em;
    width: 1em;
}
@media(max-width:767px){
	#field_submit {
    justify-content: center;
}
}