/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* 
 * Global CSS 
 * */

.br-desktop-none br{
	display: none;
}

.elementor-widget-text-editor p:last-child{
	margin-bottom: 0;
}

.copyright-text p a{
	color: var(--e-global-color-secondary);
	transition: all 0.3s ease-in-out;
}

.copyright-text p a:hover{
	text-decoration: underline;
}

figure{
	line-height: 0;
}

.elementor-widget-icon .elementor-icon,
.elementor-icon,
.elementor-button-icon{
	line-height: 0;
}

.elementor-widget-icon-box .elementor-icon-box-title,
.elementor-widget-image-box .elementor-image-box-title{
	margin-top: 0;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper{
	align-items: center;
}

.section-shape{
	position: relative;
	z-index: 1;
}

.section-shape:before,
.section-shape:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	background: url("./images/section-top-shape.svg") no-repeat top center;
	background-size: 100% auto;
	width: 1020px;
	height: 30px;
	transform: translateX(-50%);
	z-index: 1;
}

.section-shape:after{
	top: auto;
	bottom: 0;
	left: 50%;
	background: url("./images/section-bottom-shape.svg") no-repeat bottom center;
	background-size: 100% auto;
}

@media only screen and (max-width: 1024px) {
	
	.br-tablet-none br{
		display: none;
	}
	
	.section-shape:before,
	.section-shape:after{
		display: none;
	}
	
}

@media only screen and (max-width: 991px) {
	 	
	.header-nav-menu .elementor-nav-menu > .menu-item:before{
		display: none;
	}	
		
}

@media only screen and (max-width: 767px) {
	 
	.br-mobile-none br{
		display: none;
	}

}


/* Header CSS */

.header-main-section{
	transition: all 0.3s ease-in-out;
}

.header-main-section.elementor-sticky--effects{
	background-color: #46954A80;
	backdrop-filter: blur(30px) !important;
}


.header-nav-menu .elementor-nav-menu > .menu-item{
	position: relative;
}

.header-nav-menu .elementor-nav-menu > .menu-item:before{
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--e-global-color-secondary);
    transform: translateY(-50%);
}

.header-nav-menu .elementor-nav-menu > .menu-item:last-child:before{
	display: none;
}

/* Footer Css */

.elementor-widget-social-icons .elementor-icon svg path{
	fill: inherit;
}

.footer-menu .elementor-nav-menu--main ul li{
	padding-left: 30px;
}

.footer-menu .elementor-nav-menu--main ul li::before{
	content: '';
	position: absolute;
	display: block;
	top: 3px;
	left: 0;
	background: url("./images/right-arrow.svg") no-repeat center center;
	background-size: 14px auto;
	width: 16px;
	height: 16px;	
}

.contact-box .elementor-icon-box-description a{
	word-break: break-all;
	color: inherit;
}

.footer-gallery-img img{
	aspect-ratio: 1 / 0.84;
    object-fit: cover;
}

/* 
 * Home CSS 
 * */

.hero-logo-icon{
	backdrop-filter: blur(3.950000047683716px);
}

.hero-logo-icon .elementor-widget-text-path{
	animation: industryrotate 30s infinite linear;
}

@keyframes industryrotate{
	from{
		transform: rotate(0deg);
	  }
	to{
		transform: rotate(360deg);
	}
}

.about-section.section-shape:before,
.about-section.section-shape:after{
	width: 672px;
	height: 29px;
}

.about-us-btn .elementor-button{
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-us-btn .elementor-button .elementor-button-icon svg{
	width: 30px;
}

.professional-interior-img-1 img{
	aspect-ratio: 1 / 1.88;
    object-fit: cover;
}

.professional-interior-img-2 img{
	aspect-ratio: 1 / 1.665;
    object-fit: cover;
}

.professional-icon-box .elementor-icon-box-wrapper{
	align-items: unset !important;
}

.professional-icon-box .elementor-icon-box-icon{
	margin: 0 !important;
}

.professional-icon-box .elementor-icon-box-icon .elementor-icon{
    display: flex;
    justify-content: center;
    align-items: center;
	width: 126px;
	height: 100%;
}

.professional-icon-box .elementor-icon-box-content{
	padding: var(--icon-box-icon-margin);
}

.wgc-difference-img-1:before{
	content: '';
	position: absolute;
	top: 0;
	left: 70px;
	background-color: var(--e-global-color-accent);
	opacity: 0.2;
	width: 20px;
	height: 300px;
}

.wgc-difference-img-1 img{
	aspect-ratio: 1 / 0.98;
    object-fit: cover;
}

.wgc-difference-img-2 img{
	aspect-ratio: 1 / 1.2;
    object-fit: cover;
}

.property-tab .e-n-tabs-heading{
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.property-tab .e-n-tabs-heading .e-n-tab-title{
	position: relative;
}

.property-tab .e-n-tabs-heading .e-n-tab-title:before{
	content: '';
	position: absolute;
	top: auto;
	left: 50%;
	bottom: 0;
	background-color: transparent;
	width: 34px;
	height: 20px;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	transition: all 0.3s ease-in-out;
	transform: translate(-50%, 20px);
}

.property-tab .e-n-tabs-heading .e-n-tab-title:hover:before,
.property-tab .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]:before{
	background-color: var(--n-tabs-title-background-color-active);
}

.spotless-process-wrapper{
	counter-reset: my-counter;
}

.spotless-process-wrapper .spotless-process-item{
	counter-increment: auto;
	position: relative;
	transition: all 0.5s ease-in-out;
}

.spotless-process-wrapper .spotless-process-item:before{
	counter-increment: my-counter;
    content: "0" counter(my-counter);
    position: absolute;
    top: -12px;
    right: auto;
    left: 30px;
    bottom: auto;
    color: var(--e-global-color-accent);
	opacity: 0.2;
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: 50px;
    font-weight: var(--e-global-typography-secondary-font-weight);
    width: auto;
    height: auto;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.spotless-process-wrapper .spotless-process-item:hover:before,
.spotless-process-wrapper .spotless-process-item.active:before{
	color: var(--e-global-color-primary);
	opacity: 0.5;
}

.spotless-process-wrapper .spotless-process-item:after{
	content: '';
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translatey(-50%);
	background-color: var(--e-global-color-accent); 
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	width: 20px;
	height: 34px;
	transition: all 0.4s ease-in-out;
}

.spotless-process-wrapper .spotless-process-item:last-child:after,
.spotless-process-wrapper .spotless-process-item:nth-of-type(4n + 4):after{
	display: none;
}

.spotless-process-item .elementor-widget-container{
	position: relative;
	overflow: hidden;
}

.spotless-process-item .elementor-widget-container:after{
	content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--e-global-color-accent);
    height: 100%;
    width: 100%;
    z-index: 0;
    transition: all 0.4s ease-in-out;
}

.spotless-process-item .elementor-widget-container:hover:after,
.spotless-process-item.active .elementor-widget-container:after{
	top: 0;
}

.spotless-process-item .elementor-widget-container .elementor-icon-box-wrapper{
	position: relative;
	z-index: 1;
}

.spotless-process-item .elementor-icon-box-icon svg path,
.spotless-process-item .elementor-icon-box-content h3,
.spotless-process-item .elementor-icon-box-content p{
	transition: all 0.3s ease-in-out;
}

.spotless-process-item:hover .elementor-icon-box-icon svg,
.spotless-process-item:hover .elementor-icon-box-content h3,
.spotless-process-item:hover .elementor-icon-box-content p,
.spotless-process-item.active .elementor-icon-box-icon svg,
.spotless-process-item.active .elementor-icon-box-content h3,
.spotless-process-item.active .elementor-icon-box-content p{
	color: #FFF;
}

@media only screen and (max-width: 991px) {
	
	.about-us-btn .elementor-button{
		height: 60px;
	}
	
	.about-us-btn .elementor-button .elementor-button-icon svg{
		width: 26px;
	}
	
	.about-section.section-shape:before,
	.about-section.section-shape:after{
		display: block;
	}
	
	.professional-interior-img-1 img{
		aspect-ratio: 1 / 1.7;
	}

	.professional-interior-img-2 img{
		aspect-ratio: 1 / 1.5;
	}

	.wgc-difference-img-2 img{
		aspect-ratio: 1 / 1.1;
	}
	
	.spotless-process-wrapper .spotless-process-item:nth-of-type(2n + 2):after{
		display: none;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.about-section.section-shape:before, 
	.about-section.section-shape:after{
		width: 90%;
	}
	
	.about-section.section-shape:before{
		top: 10px;
	}
	
	.about-us-btn .elementor-button {
        height: 40px;
    }
	
	.about-us-btn .elementor-button .elementor-button-icon svg{
		width: 16px;
	}
	
	.hero-icon-list ul {
		gap: 5px;
	}
	
	.professional-interior-img-1 img{
		aspect-ratio: 1 / 1.6;
	}
	
	.professional-icon-box .elementor-icon-box-icon .elementor-icon{
		width: 100%;
    	height: 90px;
	}
	
	.wgc-difference-img-1:before{
		left: 0;
		height: 100%;
	}
	
	.wgc-difference-img-1 img,
	.wgc-difference-img-2 img{
		aspect-ratio: 1 / 1.2;
	}

	.spotless-process-wrapper .spotless-process-item:before{
		left: 20px;
		font-size: 40px;
	}
	
	.spotless-process-wrapper .spotless-process-item:after{
		top: auto;
		bottom: 0;
		left: 50%;
		right: auto;
		width: 30px;
    	height: 15px;
		transform: translate(-50%, 15px);
		clip-path: polygon(50% 100%, 0 0, 100% 0);
	}
	
	.spotless-process-wrapper .spotless-process-item:nth-of-type(2n + 2):after,
	.spotless-process-wrapper .spotless-process-item:nth-of-type(4n + 4):after{
		display: block;
	}
	
	.spotless-process-wrapper .spotless-process-item:last-child:after{
		display: none;
	}
	
	
}

/* Form CSS */

form .gform-loader{
    display: none !important;
}

form .gform-body .gform_fields{
    row-gap: 25px;
	column-gap: 25px;
}

.get-in-touch-form form .gform-body .gform_fields .gform-grid-row{
	margin-inline: 0px !important;
/* 	column-gap: 25px !important; */
}

.get-in-touch-form form .gform-body .gform_fields .gform-grid-row .gform-grid-col{
	padding-inline: 0px !important;
}

.get-in-touch-form form .gform-body .gfield .ginput_container input,
.get-in-touch-form form .gform-body .gfield .ginput_container select,
.get-in-touch-form form .gform-body .gfield .ginput_container textarea{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
	color: var( --e-global-color-text );
	background-color: #FFF;
	border: 1px solid rgba(7, 89, 66, 0.20);
	padding: 16.5px 20px;
	height: auto;
	border-radius: 0;
	outline: none;
	box-shadow: none;
}

.get-in-touch-form .gform_footer{
	margin-top: 60px !important;
	justify-content: center;
}

.get-in-touch-form .gform_footer input{
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size) !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
    line-height: var(--e-global-typography-accent-line-height) !important;
    background-color: var(--e-global-color-accent) !important;
	color: var(--e-global-color-8bc36c3) !important;
    padding: 14px 30px !important;
	border: none !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0 !important;
    transition: all 0.3s ease-in-out !important;
}

.get-in-touch-form .gform_footer input:hover{
	background-color: var(--e-global-color-secondary) !important;
}

.gform_confirmation_wrapper .gform_confirmation_message{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
	background-color: #46954AE6;
	color: var(--e-global-color-8bc36c3);
	border: 2px solid var(--e-global-color-primary);
    border-radius: 0px;
    padding: 15px;
}

@media only screen and (max-width: 991px) {
	
	.get-in-touch-form .gform_footer {
		margin-top: 40px !important;
	}
	
	.gform_confirmation_wrapper .gform_confirmation_message {
		padding: 12px;
	}
}

@media only screen and (max-width: 767px){
	
	form .gform-body .gform_fields{
		column-gap: 0;
		column-gap: 20px;
	}
	
	.get-in-touch-form form .gform-body .gfield .ginput_container input, 
	.get-in-touch-form form .gform-body .gfield .ginput_container select, 
	.get-in-touch-form form .gform-body .gfield .ginput_container textarea{
		padding: 12.5px 20px;
	}
	
	.get-in-touch-form .gform_footer {
		margin-top: 30px !important;
	}
	
	
}