/*
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.4.1753165750
Updated: 2025-07-22 06:29:10

*/

/*---- Common Css ----*/
.elementor-kit-6 p:not(:last-child) {
    margin-bottom: 18px;
}
.elementor-kit-6 p:last-child {
    margin-bottom: 0;
}


[data-elementor-type="header"] [id^="menu-"].elementor-nav-menu li:last-child a.elementor-item{
	padding: 12px 20px; 
	background: #333;
	border-radius: 8px;
	color: #fff;
}
[data-elementor-type="header"] [id^="menu-"].elementor-nav-menu li:last-child a.elementor-item:hover{
	background: #fff;
	color: var( --e-global-color-accent );
}
[data-elementor-type="header"] [id^="menu-"].elementor-nav-menu li:last-child a.elementor-item:after{
	display: none;
}


/*---- Gradient shapes ----*/
.our-services:before,
.our-services:after{
	width: 50% !important;
	height: 70% !important;
	border-radius: 50%;
	background: radial-gradient(50% 50% at 50% 50%, rgba(253, 85, 35, 0.62) 0%, rgba(6, 47, 58, 0) 100%);
	filter: blur(120px);
	display: block !important;
	content: "" !important;
	position: absolute;
	opacity: 0.3 !important;		
	z-index: 1;
}
.our-services:before{
	top: -100px !important;
	left: -70px !important;
}
.our-services:after{	
	bottom: -255px !important;
	right: -70px !important;
}
.home-form{
	backdrop-filter: blur(5px);
}
.home-from1 {
    backdrop-filter: blur(5px);
}
.elementor-widget-icon-box .elementor-icon-box-icon {

    transform: translateY(10px);

}