/*
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.9.1786035555
Updated: 2026-08-06 16:59:15

*/

.elementor-element.e-con .e-con-inner{
	width: 85%;
}
.elementor-widget-button .elementor-button{
	transition: all ease 0.4s;
}
.elementor-widget-button .elementor-button:hover{
	transform: translateY(-4px);	
}

.page-title-banner.elementor-element::before{	
	width: 320px;
    height: 320px;
	background: radial-gradient(circle at 40% 40%, rgba(201,161,90,0.18), rgba(201,161,90,0) 70%);
	border-radius: 50%;
    content: '';
    position: absolute;
	top: unset;
	left: -6%;
    bottom: -200px;  	
}
.how-it-works .elementor-element.elementor-widget.elementor-widget-icon .elementor-icon-wrapper .elementor-icon{
	border-color: var( --e-global-color-b836825 );
}
.how-it-works.elementor-element::before{
	width: auto;
	height: 1px;
	background: repeating-linear-gradient(90deg,var( --e-global-color-b836825 ) 0 8px, transparent 8px 18px);
	content: "";
	display: block;
	position: absolute;
    top: 45px;
    left: 12.5%;
    right: 12.5%;
    z-index: 0;	
	animation: divider-animate 10s infinite linear;
}
.subtypes .elementor-heading-title:not(h3){
	width: 45px;
	height: 45px;
	background: var( --e-global-color-e69a660 );
	border: 1px solid var( --e-global-color-accent );
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;	
}

.treatment-process .elementor-heading-title{
	width: 60px;
	height: 60px;
	background: var( --e-global-color-772f671 );
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;	
}
.treatment-process.elementor-element::before{
	width: 1px;
	height: auto;
	background: repeating-linear-gradient(0deg, var(--e-global-color-b836825) 0 8px, transparent 8px 18px);
	content: "";
	display: block;
	position: absolute;
    top: 0;
	bottom: 12%;
    left: 30px;    
    z-index: 0;	
	animation: divider-animate2 10s infinite linear;
}

.our-team .elementor-widget-icon-box:before{
	margin: 0 0 10px;
	padding: 5px 20px 6px;
	background: var( --e-global-color-20fdc47 );
	border-radius: 40px;
	display: inline-flex;	
	content: attr(data-label);	
	font-size: 13px;
	line-height: 22px;
	color: var( --e-global-color-b836825 );
	font-weight: 600;
	text-transform: uppercase;
}


@keyframes divider-animate {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 300px 0;
    }
}

@keyframes divider-animate2 {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 300px;
    }
}

@media(max-width: 1280px){
	
	.elementor-element.e-con .e-con-inner{
		width: 88%;
	}
	
}

@media(max-width: 1023px){
	
	.elementor-element.e-con .e-con-inner{
		width: 90%;
	}
	.elementor-element.mobile-no-padding .e-con-inner{
		width: 100%;
	}
	
}

@media(max-width: 767px){

	.how-it-works.elementor-element::before{
		display: none;	
	}
	.page-title-banner.elementor-element::before{	
		width: 150px;
		height: 150px;				
		bottom: -90px;  	
	}
	.treatment-process .elementor-heading-title{
		width: 45px;
		height: 45px;		
	}
	.treatment-process.elementor-element::before{		
		left: 22px;		
	}

}
