/*
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.3.0.1742362650
Updated: 2025-03-19 05:37:30

*/

/* .absolute {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:99
} */
.elementor-button{box-shadow: 0px 4px 4px 0px #00000040 inset !important;
}
.service-card .elementor-image-box-img img{
height: 340px;
border-radius: 20px;
	object-fit:cover;
box-shadow: 0px 10px 15px 0px #0000001F;
}
.why-card .elementor-widget-image-box{
	position:relative;
}
.why-card .elementor-widget-image-box:after{
	content:"";
	position:absolute;
	bottom:-20px;
	right:0;
	left:auto;
	width: 20px;
height: 20px;
	background:url(https://aaronwebtechnology.com/eswar/wp-content/uploads/2025/03/Rectangle-4.png);
	
}
@media (max-width:1024px){
.whychoose-sec{
	background:#fff !important;
}
	.why-card .elementor-widget-image-box:after{display:none;}
	}
/* .why-card  figure.elementor-image-box-img {
    background: #FFEFD8;
    border-radius: 100%;
    height: 82px !important;
    width: 82px !important;
    display: flex;
    justify-content: center;
}
.why-card img{
	width:65px !important;
	height:65px !important;
} */
.header-rt-side{position:relative}
.header-rt-side:after{
	content:"";
	position:absolute;
	top:50%;
	left:0;
	transform:translatey(-50%);
	width:100%;
	height:5px;
	right:10px;
	z-index:0;
	background:#fff;
}
@media(min-width:1024px){
	.shiv-img{
		position:absolute !important;
		left: 50%;
    transform: translateX(-50%);
		z-index:4
	}
}
.relative {
	position:relative;
}