/* 
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
 * */

body{
	--white-color: var(--e-global-color-f691eb7);
	--black-color: var(--e-global-color-76667c1);
	--light-bg: var(--e-global-color-f89dce4);
}

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

figure{
    line-height: 0;
}

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

.elementor-widget-button .elementor-button{
    transition: all 0.3s ease-in-out;
}

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

.icon-height-size.elementor-widget-icon .elementor-icon-wrapper .elementor-icon svg{
    height: auto;
}

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

.icon-box-icon-center.elementor-widget-icon-box .elementor-icon-box-wrapper{
    align-items: center;
}

/* Button CSS */

.elementor-widget-button .elementor-button{
	position: relative;
}

.elementor-widget-button .elementor-button:before{
	content: "";
	position: absolute;
	display: block;
	top: -1px;
	right: -1px;
	left: auto;
    bottom: 0;
    width: 0;
    height: calc(100% + 2px);
	background-color: var(--e-global-color-primary);
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.elementor-widget-button .elementor-button:hover:before,
.elementor-widget-button .elementor-button:focus:before{
	left: -1px;
	right: auto;
	width: calc(100% + 2px);
}

.white-btn.elementor-widget-button .elementor-button:before{
	background-color: var(--black-color);
}

.no-bg.elementor-widget-button .elementor-button:before{
	display: none;
}

.elementor-widget-button .elementor-button > *{
	position: relative;
	z-index: 1;
}

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

.underline-btn.elementor-widget-button .elementor-button .elementor-button-text{
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

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

.elementor-widget-button .elementor-button .elementor-button-icon svg{
	width: 15px;
}

.elementor-widget-button .elementor-button .elementor-button-icon svg path{
	transition: all 0.3s ease-in-out;
}

/* List Icon Style CSS */

.column-4 ul,
.column-3 ul,
.column-2 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 30px;
    padding: 0 !important;
    margin: 0 !important;
}

.column-4 ul li{
    width: calc(25% - 15px);
}

.column-3 ul{
    gap: 15px;
}

.column-3 ul li{
    width: calc(33.33% - 10px);
}

.column-2 ul li{
    width: calc(50% - 15px);
}

/* Text Editor CSS */
.elementor-widget-text-editor p a,
.elementor-widget-icon-box .elementor-icon-box-description a,
.elementor-widget-image-box .elementor-image-box-description a{
    color: inherit;
    transition: all 0.3s ease-in-out;
}

.elementor-widget-text-editor p a:hover{
    text-decoration: underline;
}

/*  Tab Widget CSS */
.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title:hover,
.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title:focus{
    border-radius: var(--n-tabs-title-border-radius);
}

.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title{
    transition: all 0.3s ease-in-out;
}

.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon svg path{
    transition: all 0.3s;
}

/* Menu Border CSS */
.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a, 
.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a:focus, 
.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a:hover{
	border-inline-start: 0 !important;
}

/* Section Title CSS */

.section-title h3.elementor-heading-title{
    display: inline-block;
    position: relative;
    padding-left: 34px;
}

.section-title h3.elementor-heading-title::before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
    background-color: var(--e-global-color-accent);
    mask-image: url(/wp-content/uploads/2025/10/freepik__water_drop_and_grass.svg);
    mask-size: cover;
    width: 24px;
	height: 24px;
}

.dark-color.section-title h3.elementor-heading-title::before{
	background-color: var(--e-global-color-secondary);
}

.no-color.section-title h3.elementor-heading-title::before{
	background-color: currentcolor;
}


@media only screen and (max-width: 991px){
	
	.br-tablet-none br{
		display: none;
	}
	
	.column-4 ul li{
		width: calc(50% - 15px);
	}
	
}

@media only screen and (max-width: 767px){
	
	.br-mobile-none br{
		display: none;
	}
	
	.column-4 ul,
	.column-3 ul,
	.column-2 ul{
		gap: 15px;
	}
	
	.column-4 ul li,
	.column-3 ul li,
	.column-2 ul li{
		width: 100%;
	}
}

/* 
 * Header CSS 
 * */

.top-bar-right-section{
	clip-path: polygon(0 0, 100% 0, 100% 100%, calc(0% + 30px) 100%);
}

.main-header.elementor-sticky,
.main-header.elementor-sticky > .e-con-inner,
.main-header.elementor-sticky.elementor-sticky--effects > .e-con-inner{
	transition: all 0.3s ease-in-out;
}

/* .main-header.elementor-sticky.elementor-sticky--effects{
	background: #00000099;
	backdrop-filter: blur(20px);
} */

.main-header.elementor-sticky.elementor-sticky--effects > .e-con-inner{
	padding-block-start: 0;
	padding-block-end: 0;
}

.header-logo img{
	transition: all 0.3s ease-in-out;
}

.main-header.elementor-sticky.elementor-sticky--effects .header-logo img{
/* 	max-width: 180px; */
}

.header-menu-wrapper:before{
	top: 0;
	right: -30px;
    left: auto;
    width: 300px;
    height: 100%;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 101%, calc(0% + 30px) 101%);
}

.header-menu-wrapper:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: calc((100vw - 1320px) / -2 + -2px);
	bottom: 0;
	width: calc((100vw - 1340px) / 2 + 12px);
	height: 100%;
	background-color: var(--e-global-color-secondary);
	z-index: 1;
}

.header-menu .mega-menu-wrap > ul >  li > a{
	font-weight: 500 !important;
	transition: all 0.3s ease-in-out !important;
}

.header-menu .mega-menu-wrap > ul > li > ul{
	margin-top: 10px !important;
}

.header-menu .mega-menu-wrap > ul > li > ul li a{
	transition: all 0.3s ease-in-out !important;
	font-weight: 500 !important;
}

/*  */

.header-menu ul.mega-menu li > ul.mega-sub-menu{
	filter: drop-shadow(0px 10px 5px rgb(from var(--e-global-color-text) r g b / 10%));
}

.header-mega-menu-list .elementor-icon-list-items{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    padding: 0 !important;
    margin: 0 !important;
}

.service-menu-list-wrapper .service-menu-list-item:after{
	content:'';
	position: absolute;
	right: -35px;
	top: 50%;
	transform: translatey(-50%);
	height: 80%;
	width: 1px;
	background: rgb(from var(--e-global-color-text) r g b / 14%);
}

.service-menu-list-wrapper .service-menu-list-item:nth-child(3n + 3):after{
	display: none;
}

.header-mega-menu-list .elementor-icon-list-items li{
	position: relative;
	width: 100%;
}

.header-mega-menu-list .elementor-icon-list-items li:before{
	content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%) rotate(270deg);
    height: 15px;
    width: 15px;
    font-family: dashicons;
	font-size: 16px;
	line-height: 1em;
    font-weight: normal;
    display: block;
    margin: 0;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 0;
}

.header-mega-menu-list .elementor-icon-list-items li .elementor-icon-list-icon{
	width: 40px;
	height: 40px;
	background-color: var(--e-global-color-secondary);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	transition: all 0.4s ease-in-out;
}

.header-mega-menu-list .elementor-icon-list-items li:hover .elementor-icon-list-icon{
	background-color: var(--e-global-color-accent);
}

.header-mega-menu-list .elementor-icon-list-items li .elementor-icon-list-icon svg{
	margin: 0 !important;
}

/* .header-mega-menu-list.header-mega-inline-list ul{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    padding: 0 !important;
    margin: 0 !important;
} */

.header-mega-menu-list.header-mega-inline-list ul li{
	width: calc(33.33% - 20px);
}

.header-mega-menu-list.header-mega-inline-list ul li:after{
	border:none !important;
}

.header-mega-menu-tab .e-n-tabs-heading{
	padding-top: 40px !important;
}

.header-mega-menu-tab .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon{
	width: 40px;
	height: 40px;
	background-color: var(--e-global-color-secondary);
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-mega-menu-tab .e-n-tabs-heading .e-n-tab-title:after{
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translatey(-50%);
	height: 12px;
	width: 6px;
	background: url('./images/right-arrow.svg') no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: -1;
}

.services-menu-list.header-mega-menu-list .elementor-icon-list-items li{
	width: calc(33.33% - 20px);
}

.services-menu-list.header-mega-menu-list .elementor-icon-list-items li .elementor-icon-list-icon{
	width: 50px;
	height: 50px;
	background-color: var(--e-global-color-primary);
}


@media only screen and (max-width: 1320px){
	
	.header-menu-wrapper:after{
		left: -10px;
		width: 20px;
	}
	
}

@media only screen and (max-width: 1024px){
	
	.header-menu .mega-menu-wrap > ul{
		margin-top: 33px !important;
	}
	
	.header-menu-wrapper{
		background: transparent !important;
	}
	
	.header-menu-wrapper:before,
	.header-menu-wrapper:after{
		display: none;
	}
	
	.header-menu #mega-menu-wrap-menu-1 .mega-menu-toggle,
	.header-menu .mega-menu-wrap .mega-menu-toggle{
		align-items: center;
		justify-content: center;
		width: 38px;
		height: 32px;
	}
	
	.header-menu .mega-menu-wrap .mega-menu-toggle .mega-toggle-block:only-child{
		margin-left: 8px !important;
	}
	
	.header-menu .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated-box .mega-toggle-animated-inner,
	.header-menu .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated-box .mega-toggle-animated-inner:before,
	.header-menu .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated-box .mega-toggle-animated-inner:after{
		width: 30px !important;
	}
	
	.header-menu .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated-box .mega-toggle-animated-inner:before{
		left: 7px;
	}
	
	.header-menu .mega-menu-wrap .mega-menu-toggle.mega-menu-open .mega-toggle-block:only-child{
		margin-left: 14px !important;
	}

	.header-menu ul.mega-menu{
		max-height: calc(100vh - 100px) !important;
		overflow: auto !important;
		filter: drop-shadow(0px 10px 5px rgb(from var(--e-global-color-text) r g b / 10%));
	}
	
	.header-menu ul.mega-menu li > ul.mega-sub-menu{
		filter: none;
	}

	.header-menu .mega-menu.max-mega-menu>.mega-menu-item.mega-menu-megamenu>.mega-sub-menu,
	.header-menu .mega-menu.max-mega-menu>.mega-menu-item.mega-menu-flyout .mega-sub-menu{
		padding: 0 !important;
		margin-top: 0 !important;
		filter: none !important;
	}
	
	.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link,
	.header-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link{
		display: flex;
		padding: 0 20px;
	}
	
	.service-menu-list-wrapper .service-menu-list-item:after{
		right: -25px;
	}
	
	.service-menu-list-wrapper .service-menu-list-item:nth-child(3n + 3):after{
		display: block;
	}
	
	.service-menu-list-wrapper .service-menu-list-item:nth-child(2n + 2):after{
		display: none;
	}
	
	.header-mega-menu-list .elementor-icon-list-items{
		gap: 20px 30px;
	}
	
	.header-mega-menu-tab .e-n-tabs-heading{
		padding-top: 0px !important;
	}
	
	.header-mega-menu-tab .e-n-tabs-heading .e-n-tab-title:after{
		right: 10px;
	}
	
	.services-menu-list.header-mega-menu-list .elementor-icon-list-items li{
		width: 100%;
	}

	.services-menu-list.header-mega-menu-list .elementor-icon-list-items li .elementor-icon-list-icon{
		width: 50px;
		height: 50px;
	}
	
	.service-menu-list-wrapper{
		background-color: var(--e-global-color-accent) !important;
	}
}

@media only screen and (max-width: 767px){
	
	.top-bar-right-section{
		clip-path: none;
	}
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-menu .mega-menu-wrap > ul{
		margin-top: 25px !important;
	}
	
	.service-menu-list-wrapper .service-menu-list-item:after,
	.service-menu-list-wrapper .service-menu-list-item:nth-child(3n + 3):after,
	.service-menu-list-wrapper .service-menu-list-item:nth-child(2n + 2):after{
		display: none;
	}
	
	.header-mega-menu-list.header-mega-inline-list ul li{
		width: 100%;
	}
	
	.services-menu-list.header-mega-menu-list .elementor-icon-list-items li .elementor-icon-list-icon{
		width: 40px;
		height: 40px;
	}
}

/* Footer CSS */

.footer-menu-logo .elementor-nav-menu .menu-item{
	position: relative;
	padding-left: 25px;
}

.footer-menu-logo .elementor-nav-menu .menu-item:before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
    background-color: var(--black-color);
    mask-image: url(/wp-content/uploads/2025/10/freepik__water_drop_and_grass.svg);
    mask-size: cover;
    width: 20px;
    height: 20px;
}

.newsletter-form .gfield_label{
	display: none !important; 
}

.newsletter-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input{
	background-color: var( --e-global-color-f691eb7 )
}

.newsletter-form .gform_wrapper form .gform-body .gfield--type-submit .gform-button:hover{
	background-color: var(--black-color) !important;
}

.newsletter-form .gform_wrapper form .gform-body .ginput_container input[aria-describedby="validation_message_2_1"]{
	border: 1px solid red !important;
}

.newsletter-form .gform_validation_errors,
.newsletter-form .gfield_validation_message{
	display: none !important;
}

.newsletter-form .gform_wrapper form .gform_footer{
	margin-top: 0 !important;
}

.newsletter-form .gform_confirmation_wrapper .gform_confirmation_message{
	background: var(--e-global-color-primary);
	font-size: 14px;
}

/* Home Page Css */

.hero-content-box:before,
.hero-content-box:after{
	top: 0;
	left: 0;
	width: 111px;
	height: 10px;
}

.hero-content-box:after{
	content: "";
	position: absolute;
	top: auto;
	bottom: 0;
	background-color: var(--border-color);
}

.hero-img img{
	aspect-ratio: 1 / 1.44;
	object-fit: contain;
}

.home-about-img img{
	aspect-ratio: 1 / 1.2;
	object-fit: cover;
}

.service-tab .e-n-tab-title:not(:first-child){
    margin-left: -1px;
}

.service-tab .e-n-tab-title::before{
	position: relative;
	transition: all 0.5s ease-in-out;
}

.service-tab .e-n-tab-title[aria-selected=true]::before{
	content: '';
	position: absolute;
	bottom: -12px;
	left: 50%;
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 12px solid var(--e-global-color-secondary);
	transform: translateX(-50%);
}

.tab-img img{
	aspect-ratio: 1 / 0.87;
	object-fit: cover;
}

.box-bg-shape:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: var(--e-global-color-secondary);
	width: 130px;
	height: 150px;
	z-index: 1;
}

.box-bg-shape > *{
	position: relative;
	z-index: 2;	
}

.what-we-offer-cta-box .elementor-cta__content .elementor-content-item .elementor-icon{
	position: absolute;
	top: 0;
	left: -50px;
	width: 30px;
	height: 30px;
}

.what-we-offer-cta-box .elementor-cta__content .elementor-cta__button-wrapper a{
	position: relative;
}

.what-we-offer-cta-box .elementor-cta__content .elementor-cta__button-wrapper a:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	mask-image: url("./images/btn-arrow.svg");
	mask-size: cover;
	background-color: currentcolor;
	width: 15px;
	height: 10px; 
	transform: translate(50px, -50%);
}

.home-counter-box .elementor-counter-title{
	text-align: center;
}

.home-counter-box .elementor-counter-number-wrapper .elementor-counter-number-suffix{
	margin-top: -5px;
	font-size: 20px;
}

.home-faq .e-n-accordion-item{
	border: 1px solid rgb(from var(--e-global-color-primary) r g b / 14%);
	overflow: hidden;
}


@media only screen and (max-width: 1024px){

	.hero-img img{
		aspect-ratio: 1 / 0.8;
		object-position: top center;
	}

	.home-about-img img{
		aspect-ratio: 1 / 0.8;	
	}

	.hero-content-box:before,
	.hero-content-box:after{
		width: 90px;
		height: 6px;
	}
	
	.service-tab .e-n-tab-title:not(:first-child){
		margin-left: 0;
	}

	.tab-img img{
		aspect-ratio: 1 / 0.65;	
	}

	.what-we-offer-cta-box .elementor-cta__content .elementor-content-item .elementor-icon{
		left: -40px;
	}
}

@media only screen and (max-width: 767px){

	.hero-img img{
		aspect-ratio: 1 / 1.2;
	}

	.tab-img img{
		aspect-ratio: 1 / 0.95;	
	}

	.what-we-offer-img img{
		aspect-ratio: 1 / 0.9;	
	}

	.what-we-offer-cta-box .elementor-cta__content .elementor-content-item .elementor-icon{
		top: -40px;
		left: 0;	
	}
}

/* About Us Page Css */

.page-header .elementor-icon-list-items .elementor-icon-list-item:after{
	transform: rotate(15deg);
}

.box-bg-shape.about-story-shape:before{
	width: 250px;
	height: 250px;
}

.about-story-img img{
	aspect-ratio: 1 / 1.11;
	object-fit: cover;
}

.why-choose-counter .elementor-counter-number-wrapper .elementor-counter-number,
.why-choose-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix{
 	--text-shadow-color: var(--e-global-color-primary);
	color: transparent;
	-webkit-text-stroke-width: 1px;
	stroke-width: 10px;
	-webkit-text-stroke-color: var(--text-shadow-color);
	stroke: var(--text-shadow-color);
}

.why-choose-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix{
	margin-top: -5px;
	font-size: 40px;
}

.about-why-choose-box{
	counter-reset: section;
}

.about-why-choose-icon-box{
	position: relative;
	counter-increment: section;
}

.about-why-choose-icon-box:before{
	content: "0" counter(section) " ";
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: var(--e-global-typography-primary-font-size);
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: var(--e-global-typography-primary-line-height);
	width: auto;
	height: auto;
}

.about-why-choose-icon-box:nth-child(odd):before{
	color: rgb(from var(--white-color) r g b / 10%);
}

.about-why-choose-icon-box:nth-child(even):before{
	color: rgb(from var(--e-global-color-primary) r g b / 10%);
}

.about-why-choose-icon-box:nth-child(odd){
	background-color: var(--e-global-color-secondary);
}

.about-why-choose-icon-box:nth-child(even){
	background-color: var(--e-global-color-accent);
}

.about-why-choose-icon-box:nth-child(odd) .elementor-icon-box-wrapper h3,
.about-why-choose-icon-box:nth-child(odd) .elementor-icon-box-wrapper p{
	color: var(--white-color) !important;
}

.about-why-choose-icon-box:nth-child(even) .elementor-icon-box-wrapper .elementor-icon-box-title span,
.about-why-choose-icon-box:nth-child(even) .elementor-icon-box-wrapper .elementor-icon-box-description{
	color: var(--e-global-color-primary) !important;
}

.team-img img{
	aspect-ratio: 1 / 1.32;
	object-fit: cover;
}

.team-content{
	clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
}

.team-content .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title,
.team-content .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description{
	transition: all 0.4s ease-in-out;
}

.team-content:hover .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title,
.team-content:hover .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description{
	color: var(--black-color);	
}

.team-social-list{
	clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
	opacity: 0;
	transform: translatey(50px);
	transition: all 0.4s ease-in-out;
}

.team-img-box:hover .team-social-list{
	opacity: 1;	
	transform: translatey(0px);
}

.team-social-icon{
	transition: all 0.4s ease-in-out;
}

.team-img-box:hover .team-social-icon{
	opacity: 0;	
}

.location-img img{
	aspect-ratio: 1 / 0.65;
	object-fit: cover;
}

.location-img .e-hotspot .e-hotspot__tooltip{
	bottom: calc(100% + 24px) !important;
    right: -100px !important;
}

.location-img .e-hotspot .e-hotspot__tooltip:before{
	content: '';
    position: absolute;
    bottom: -11px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid var(--tooltip-color);
}

@media only screen and (max-width: 1024px){
	
	.about-story-img img{
		aspect-ratio: 1 / 0.8;	
	}
}

@media only screen and (max-width: 767px){

	.box-bg-shape.about-story-shape:before{
		width: 150px;
		height: 150px;
	}
	
	.about-story-img img{
		aspect-ratio: 1 / 1.02;	
	}	
	
	.about-why-choose-icon-box:before{
		top: 10px;
		right: 10px;
	}
	
	.location-img .e-hotspot .e-hotspot__tooltip{
		bottom: calc(100% + 16px) !important;
    	right: -50px !important;
	}
}

/* Service list Page CSS  */

.service-boxes .elementor-icon{
	border-color: var(--light-bg) !important;
}

.service-img img{
	aspect-ratio: 1 / 0.75;
	object-fit: cover;
}

@media only screen and (max-width: 1024px){
	
	.service-img img{
		aspect-ratio: 1 / 0.66;
	}
	
}

/* Blog Page CSS */

.featured-blog-wrap{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: repeat(2, 1fr);
	gap: 30px;
}

.featured-blog-box{
	background: var(--white-color);
	background: rgb(from var(--e-global-color-secondary) r g b / 5%);
	box-shadow: 0px 0px 30px 0px rgb(from var(--e-global-color-primary) r g b / 10%);
}

.featured-blog-wrap .featured-blog-box:first-child{
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}

.featured-blog-wrap .featured-blog-box:nth-of-type(2){
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.featured-blog-wrap .featured-blog-box:nth-of-type(3){
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}

.featured-blog-wrap .featured-blog-box:not(:first-child){
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-img-wrap{
	width: 47%;
}

.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-body{
	width: 53%;
}

.featured-blog-wrap .featured-blog-box .featured-blog-img-wrap{
	position: relative;
}

.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-img-wrap{
	margin-bottom: 0;
}

.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-img-wrap,
.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-img-wrap .featured-blog-image,
.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-img-wrap .featured-blog-image a,
.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-img-wrap .featured-blog-image figure{
	height: 100%;
}

.featured-blog-box .featured-blog-img-wrap .featured-blog-image  a{
	display: block;
}

.featured-blog-box .featured-blog-img-wrap .featured-blog-image img{
	width: 100%;
	aspect-ratio: 1 / 0.489;
    object-fit: cover;
}

.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-img-wrap img{
	height: 100%;
}

.featured-blog-body{
	padding: 20px 30px 30px;
}

.featured-blog-body .blog-meta ul{
	list-style: none;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
	gap: 15px;
	padding: 0;
	margin-bottom: 15px;
}

.featured-blog-body .blog-meta ul li{
	position: relative;
	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);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    line-height: 1.4em;
}

.featured-blog-body .blog-meta ul li.blog-date{
	padding-left: 30px;
}

.featured-blog-body .blog-meta ul li.blog-date:after{
	content:'';
	position: absolute;
	height: 20px;
	width : 20px;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
	background-color: var(--e-global-color-text);
	mask-image: url("./images/calendar-icon.svg");
  	mask-repeat: no-repeat;
	mask-size: cover;
}

.featured-blog-body .blog-title{
	margin-bottom: 15px;
}

.featured-blog-body .blog-title h1{
	font-size: 20px;
	color: var( --e-global-color-secondary );
}

.featured-blog-body .blog-button a{
	position: relative;
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    line-height: var(--e-global-typography-accent-line-height);
	color: var(--e-global-color-secondary);
	padding-right: 28px;
	transition: all 0.3s ease-in-out;
}

.featured-blog-body .blog-button a:hover{
	color: var(--e-global-color-accent);
}

.featured-blog-body .blog-button a:after{
	content:'';
	position: absolute;
	height: 10px;
	width : 16px;
	right: 0;
	top: 50%;
	transform: translatey(-50%);
	background-color: var(--e-global-color-secondary);
	mask-image: url("./images/post-btn-arrow.svg");
  	mask-repeat: no-repeat;
	mask-size: cover;
	transition: all 0.3s ease-in-out;
}

.featured-blog-body .blog-button a:hover:after{
	background-color: var(--e-global-color-accent);
}

.blog-loop-featured-img img{
	aspect-ratio: 1 / 0.651;
	object-fit: cover;
}

.blog-readmore-btn .elementor-button:before{
	display: none;
}

.blog-loop-grid .elementor-pagination{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
}

.blog-loop-grid .elementor-pagination .page-numbers.prev,
.blog-loop-grid .elementor-pagination .page-numbers.next{
	text-indent: -9999px;
}

.blog-loop-grid .elementor-pagination .page-numbers{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 0px;
	background-color: rgb(from var(--e-global-color-secondary) r g b / 10%);
	transition: all 0.3s ease-in-out;
}

.blog-loop-grid .elementor-pagination .page-numbers:hover,
.blog-loop-grid .elementor-pagination .page-numbers:focus,
.blog-loop-grid .elementor-pagination .page-numbers.current{
	background-color: var( --e-global-color-secondary);
	color: var(--e-global-color-f691eb7) !important;
}

.blog-loop-grid .elementor-pagination .page-numbers.prev,
.blog-loop-grid .elementor-pagination .page-numbers.next{
	background-image: url("images/arrow-prev.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	transition:all 0.3s ease-in-out;
}

.blog-loop-grid .elementor-pagination .page-numbers.prev:hover{
	background-image: url("images/arrow-prev-white.svg");
}

.blog-loop-grid .elementor-pagination .page-numbers.next{
	background-image: url("images/arrow-next.svg");
}

.blog-loop-grid .elementor-pagination .page-numbers.next:hover{
	background-image: url("images/arrow-next-white.svg");
}

.blog-loop-grid .elementor-pagination span.page-numbers.prev,
.blog-loop-grid .elementor-pagination span.page-numbers.next{
	display: none;
}



@media only screen and (max-width: 1024px){
	.featured-blog-wrap{
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows:repeat(1, 1fr);
		column-gap: 0;
	}
	
	.featured-blog-wrap .featured-blog-box:first-child {
		grid-column: 1 / 1;
		grid-row: 1 / 1;
	}
	
	.featured-blog-wrap .featured-blog-box:nth-of-type(2) {
		grid-column: 1 / 3;
    	grid-row: 2 / 2;
	}
	
	.featured-blog-wrap .featured-blog-box:nth-of-type(3) {
		grid-column: 1 / 3;
		grid-row: 3 / 3;
	}
	
	.featured-blog-box .featured-blog-img-wrap .featured-blog-image img {
		aspect-ratio: 1 / 0.5;
	}
	
	.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-img-wrap .featured-blog-image img{
		aspect-ratio: 1 / 0.665;
	}
	
	.featured-blog-body {
		padding: 20px;
	}
	
	.featured-blog-body .blog-meta ul,
	.featured-blog-body .blog-title{
		margin-bottom: 12px;
	}
	
	.featured-blog-body .blog-title h1{
		font-size: 18px;
	}
}

@media only screen and (max-width: 767px){
	.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-img-wrap, 
	.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-body{
		width: 100%;
	}
	
	.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-img-wrap, 
	.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-img-wrap .featured-blog-image, 
	.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-img-wrap .featured-blog-image a, 
	.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-img-wrap .featured-blog-image figure,
	.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-img-wrap img{
		height: auto;
	}
	.featured-blog-box .featured-blog-img-wrap .featured-blog-image img,
	.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-img-wrap .featured-blog-image img {
        aspect-ratio: 1 / 0.651;
    }
}


/* Blog Single CSS */

.post-featured-img img{
	aspect-ratio: 1 / 0.424;
	object-fit: cover;
}

.post-entry .blockquote-text{
	background-color: var(--e-global-color-secondary);
	background-image: url("./images/quote.svg");
    background-repeat: no-repeat;
    background-position: top 70px left 50px;
    background-size: 60px auto;
	border-radius: 0;
    padding: 40px 40px 40px 140px;
}

.post-single-box{
	counter-reset: section;
}

.post-single-icon-box{
	counter-increment: section;
}

.post-single-icon-box:before{
	content: "0" counter(section);
    position: absolute;
    top: 50%;
    left: 0;
    font-family: var(--e-global-typography-accent-font-family);
    font-size: 30px;
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
    color: var(--e-global-color-primary);
    background-color: var(--e-global-color-accent);
    display: flex;
    border: 4px solid var(--white-color);
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
	transform: translate(-50%, -50%);
    z-index: 1;
}

.post-tag ul li .elementor-post-info__item--type-terms span{
	font-size: 0 !important;
}

.post-tag ul li .elementor-post-info__item--type-terms span a{
	display: inline-block !important;
	font-size: initial !important;
	background: var(--e-global-color-accent);
	padding: 12px 30px;
	margin-right: 10px;
	transition: all 0.4s ease-in-out;
}

.post-tag ul li .elementor-post-info__item--type-terms span a:last-child{
	margin-right: 0;
}	

.post-tag ul li .elementor-post-info__item--type-terms span a:hover{
	background: var(--e-global-color-primary);
	color: var(--white-color) !important;
}

@media only screen and (max-width: 1024px){
	
	.post-featured-img img{
		aspect-ratio: 1 / 0.7;	
	}
	
	.post-entry .blockquote-text{
        background-position: top 20px left 20px;
        background-size: 35px auto;
        padding: 20px;
        text-indent: 40px;
	}
	
	.post-single-icon-box:before{
		font-size: 26px;
		width: 60px;
		height: 60px;
	}
	
	.post-tag ul li .elementor-post-info__item--type-terms span a{
		margin-bottom: 10px;	
	}
	
	.post-tag ul li .elementor-post-info__item--type-terms span a{
		padding: 10px 20px;
	}
}

@media only screen and (max-width: 767px){
	
	.post-single-icon-box:before{
		font-size: 22px;
		border: 2px solid var(--white-color);
		width: 50px;
		height: 50px;
	}
	
	.post-entry .blockquote-text{
		background-size: 25px auto;
	}
}


/* Water Leak Detection Page Css */

.water-leak-about-img img{
	aspect-ratio: 1 / 1.2;
	object-fit: cover;
}

.water-leak-about-img-2 img{
	aspect-ratio: 1 / 0.88;
	object-fit: cover;
}

.water-leak-counter.home-counter-box .elementor-counter-number-wrapper .elementor-counter-number-suffix{
	font-size: 25px;
}

.how-it-work-box{
	counter-reset: section;
}

.how-it-work-icon-box{
	counter-increment: section;
}

.how-it-work-icon-box:before{
	content: "0" counter(section);
    position: absolute;
	top: 0;
	left: auto;
    right: 0;
    font-family: var(--e-global-typography-accent-font-family);
    font-size: 24px;
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-text-line-height);
	color: var(--e-global-color-primary);
    background-color: var(--e-global-color-accent);
	display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    z-index: 1
}

@media only screen and (max-width: 767px){
	
	.water-leak-about-img img{
		aspect-ratio: 1 / 1.4;
	}
	
	.water-leak-counter.home-counter-box{
		left: 10px !important;
		right: auto !important;
	}
	
	.how-it-work-icon-box:before{
		font-size: 20px;
		width: 50px;
		height: 50px;
	}	
}


/* Drain Cleaning Page Css */

.drain-cleaning-about-img img{
	aspect-ratio: 1 / 0.91;
	object-fit: cover;
}

.work-process-icon-box{
    counter-reset: section
}

.work-process-icon-box-content .elementor-icon-box-content{
    position: relative;
    background-color: rgb(from var(--e-global-color-primary) r g b / 10%);
    padding: 50px 30px 30px;
    border-radius: 3px
}

.work-process-icon-box-content{
	counter-increment: section;
}

.work-process-icon-box-content .elementor-icon-box-content:before{
    content: "0" counter(section);
    position: absolute;
	top: -18px;
    left: 50%;
    font-family: var(--e-global-typography-accent-font-family);
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-text-line-height);
	color: var(--e-global-color-primary);
    background-color: var(--e-global-color-accent);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    transform: translateX(-50%);
    z-index: 1
}

.work-process-icon-box-content .elementor-icon-box-content:after{
    content: '';
    position: absolute;
    top: -25px;
    left: 50%;
    background-color: var(--white-color);
    border: 1px solid var(--e-global-color-primary);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    transform: translateX(-50%)
}

.cleaning-contact-img-box{
	clip-path: polygon(100% 0, 100% 100%, 0 100%, calc(0% + 100px) 0);
}

.cleaning-why-choose-img:after{
	content: "";
	position: absolute;
	top: -25px;
	left: -25px;
	border: 6px solid var(--e-global-color-secondary);
	width: 90%;
	height: 90%;
	transform: translate(25px, 25px);
	z-index: -1;
}

.cleaning-why-choose-img img{
	aspect-ratio: 1 / 1.08;
	object-fit: cover;
}

.drain-cleaning-tab .e-n-tabs-heading{
	border: 1px solid var(--e-global-color-accent);
	overflow: hidden;
}

@media only screen and (max-width: 1024px){
	
	.work-process-icon-box-content .elementor-icon-box-content{
		padding: 40px 20px 20px;
	}
	
	.cleaning-contact-img-box{
		clip-path: none;
	}
	
	.cleaning-why-choose-img img{
		aspect-ratio: 1 / 0.75;	
	}
}

@media only screen and (max-width: 767px){
	
	.cleaning-why-choose-img img{
		aspect-ratio: 1 / 0.95;		
	}
}

/* Shower & Bathtub Repairs Page Css */

.services-about-img img{
	aspect-ratio: 1 / 2.08;
	object-fit: cover;
}

.services-about-img-2 img{
	aspect-ratio: 1 / 1.66;
	object-fit: cover;
}

.services-contact-us .elementor-widget-text-path{
	animation: infiniterotate 25s infinite linear;
}

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

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

.services-why-choose-section:before{
	z-index: -1;
}

.services-why-choose-tab.drain-cleaning-tab .e-n-tabs-heading{
	border: 1px solid var(--e-global-color-secondary);
}

.services-how-it-work-box{
	counter-reset: section;
	overflow: hidden;
}

.services-how-it-work-icon-box{
	counter-increment: section;
}

.services-how-it-work-icon-box:before{
    content: "0" counter(section);
    position: absolute;
	top: 7px;
    left: 7px;
    font-family: var(--e-global-typography-accent-font-family);
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-text-line-height);
	color: var(--e-global-color-primary);
    background-color: var(--e-global-color-accent);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    z-index: 1;
}

.services-how-it-work-icon-box:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--white-color);
    border: 1px solid var(--e-global-color-text);
    border-radius: 100%;
    width: 50px;
    height: 50px;
}

.services-how-it-work-icon-box:nth-child(odd){
	margin-top: 65px;
}

.services-how-it-work-icon-box .elementor-widget-container{
	position: relative;
}

.services-how-it-work-icon-box:nth-child(odd) .elementor-widget-container:before{
	content: "";
    position: absolute;
    top: -10px;
    left: 50px;
    border: 1px dashed var(--e-global-color-text);
    width: calc(100% + 10px);
    height: 1px;
    transform: rotate(-12deg);
}

.services-how-it-work-icon-box:nth-child(even) .elementor-widget-container:before{
	content: "";
    position: absolute;
    top: 50px;
    left: 50px;
    border: 1px dashed var(--e-global-color-text);
    width: calc(100% + 10px);
    height: 1px;
    transform: rotate(12deg);
}

.services-faq .e-n-accordion-item-title{
	transition: all 0.4s ease-in-out;
}

.services-faq .e-n-accordion .e-n-accordion-item-title-header{
	width: calc(100% - 50px);
}

.services-faq .e-n-accordion .e-n-accordion-item-title-icon{
	background: currentcolor;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 1024px){
	
	.services-about-img img{
		aspect-ratio: 1 / 1.7;
	}
	
	.services-about-img-2 img{
		aspect-ratio: 1 / 1.35;
	}
	
	.services-how-it-work-icon-box:nth-child(odd){
		margin-top: 0;	
	}
	
	.services-how-it-work-icon-box:nth-child(odd) .elementor-widget-container:before{
		border: none;	
	}
	
	.services-how-it-work-icon-box:nth-child(even) .elementor-widget-container:before{
		border: none;	
	}
	
	.services-faq .e-n-accordion .e-n-accordion-item-title-icon{
		width: 35px;
		height: 35px;
	}
}

@media only screen and (max-width: 767px){
	
	.services-about-img img{
		aspect-ratio: 1 / 1.02;	
	}
	
	.services-about-img-2 img{
		aspect-ratio: 1 / 1.01;
	}
	
	.service-about-btn .elementor-button .elementor-button-icon svg{
		width: 24px;
	}
	
	.services-faq .e-n-accordion .e-n-accordion-item-title-header{
		width: calc(100% - 40px);	
	}
	
	.services-faq .e-n-accordion .e-n-accordion-item-title-icon{
		width: 30px;
		height: 30px;
	}
}

/* Contact Us Page Css */

.contact-icon-box .elementor-icon-box-wrapper .elementor-icon{
	border-color: var(--white-color) !important;
}

/* Review Feed Css */



/* Gravity Form Css */

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

.gform_wrapper .gform_heading{
	display: none;
}

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

.gform_wrapper form .gform-body .gform_fields .gfield{
	border-radius: 0;
	box-shadow: none;
}

.gform_wrapper form .gform-body .gform_fields .gfield .gfield_label{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: 18px;
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: capitalize;
	color: var(--e-global-color-primary);
	margin-bottom: 10px;
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: 14px;
	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: rgb(from var(--black-color) r g b / 2%);
	border: none;
	border-radius: 0;
	box-shadow: none;
	height: auto;
	padding: 14px 20px;
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::placeholder,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea::placeholder{
	color: rgb(from var(--e-global-color-text) r g b / 50%);
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select{
	background-image: var(--gf-ctrl-select-icon);
	background-position: var(--gf-ctrl-select-icon-position);
	background-repeat: no-repeat;
	background-size: var(--gf-ctrl-select-icon-size);
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input:focus,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select:focus,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea:focus,
.gform_wrapper form .gform_footer .gform_button:focus{
	outline: none !important;
	box-shadow: none;
}

.gform_wrapper form .gform-body .ginput_container_date input{
	width: 100%;
}

.gform_wrapper form .gform-body .gfield_time_hour,
.gform_wrapper form .gform-body .gfield_time_minute{
	width: 50%;
}

.gform-theme--foundation .gfield textarea.large{
	min-block-size: auto;
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea{
	height: 230px;
}

.gform_wrapper form .gform_footer{
	margin-top: 40px !important;
}

.gform_wrapper form .gform_footer .gform_button,
form .gform-body .gfield--type-submit .gform-button{
	position: relative !important;
	text-align: center !important;
	font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
	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;
	text-transform: capitalize !important;
	color: var(--e-global-color-primary) !important;
	background-color: var(--e-global-color-accent) !important;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
	border-radius: 0 !important;
	padding: 12px 30px !important;
	transition: all 0.3s ease-in-out !important;
}

.gform_wrapper form .gform_footer .gform_button:focus,
form .gform-body .gfield--type-submit .gform-button:focus{
	border: none !important;
	box-shadow: none !important;
	outline: none !important;	
}

.gform_wrapper form .gform_footer .gform_button:hover{
	background-color: var(--e-global-color-primary) !important;
	color: var(--white-color) !important;
}

form .gform-body .gfield--type-submit .gform-button:hover{
	background-color: var(--e-global-color-primary) !important;
	color: var(--white-color) !important;
}

.gform_wrapper form .gform-body .gform_fields .gfield .validation_message.gfield_validation_message{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: 14px;
	font-weight: var(--e-global-typography-accent-font-weight);
	line-height: var(--e-global-typography-text-line-height);
	text-transform: capitalize;
	letter-spacing: 0.02em;
	color: #C8221E;
	margin-top: 0;
}

.gform_wrapper .gform_validation_errors{
	padding: 12px !important;
	margin-bottom: 20px !important;
	border-radius: 0px !important;
	border: 2px solid #FF0000 !important;
}

.gform_wrapper .gform_validation_errors .gform_submission_error{
	color: #FF0000 !important;
	font-size: 14px !important;
	font-weight: 600;
	font-style: normal;
}

.gform_wrapper .gform_validation_errors .gform-icon:before{
	color: #FF0000 !important;
}

.gform_wrapper .gfield_validation_message{
	color: #FF0000 !important;
	font-size: 14px;
	font-weight: 600;
}

.gform_confirmation_wrapper .gform_confirmation_message{
	font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
	font-size: 18px;
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: capitalize;
	line-height: 1.5em;
	background: var(--e-global-color-secondary);
	color: var(--white-color);
	border-radius: 0px;
	padding: 15px;
}

@media only screen and (max-width: 1024px){

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

	.gform_wrapper form .gform-body .gform_fields .gfield .gfield_label{
		font-size: 16px;
		margin-bottom: 5px;
	}

	.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input,
	.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select,
	.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea{
		padding: 12px 15px;
	}

	.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea{
		height: 140px;
	}

	.gform_wrapper form .gform_footer{
		margin-top: 30px !important;
	}

	.gform_confirmation_wrapper .gform_confirmation_message{
		font-size: 16px;
	}

}

@media only screen and (max-width: 767px){
	
	.gform_wrapper form .gform-body .gform_fields{
		column-gap: 0;
	}
	
	.gform_confirmation_wrapper .gform_confirmation_message{
		font-size: 14px;
	}
}

.free-eastimate-title{
	position: relative;
}

.free-eastimate-title:after{
	content:'';
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	right: -22px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 22px solid var(--e-global-color-secondary);
	border-bottom: 20px solid transparent;
}

.free-eastimate-title .elementor-heading-title span{
	color: var(--e-global-color-accent);
}

.free-estimate-form .gform-body .gform_fields{
	display: flex;
	flex-wrap: wrap;
	    row-gap: 20px !important;
    column-gap: 20px !important;
}


.free-estimate-form .gform-body .gform_fields .gfield {
	width: calc(20% - 16px);
}

.free-estimate-form .gform-body .gform_fields .gfield_label{
	display: none;
}

.free-estimate-form .gform_wrapper form .gform_footer{
	margin-top: 0 !important;
}

.free-estimate-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input,
.free-estimate-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select{
	color: var(--black-color);
	background-color: rgb(from var(--e-global-color-secondary) r g b / 5%);
	padding: 14px 20px 14px 55px;
}
	
.free-estimate-form .gform-body .name-field .ginput_container,
.free-estimate-form .gform-body .phone-field .ginput_container,
.free-estimate-form .gform-body .service-field .ginput_container,
.free-estimate-form .gform-body .location-field .ginput_container{
	background-image: url("images/icon-user-form.svg");
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-size: 20px auto;
}

.free-estimate-form .gform-body .phone-field .ginput_container{
	background-image: url("images/icon-phone-form.svg");
}

.free-estimate-form .gform-body .service-field .ginput_container{
	background-image: url("images/icon-service-form.svg");
}

.free-estimate-form .gform-body .location-field .ginput_container{
	background-image: url("images/icon-location-form.svg");
}

.free-estimate-form .gform_wrapper form .gform-body .gfield_error input,
.free-estimate-form .gform_wrapper form .gform-body .gfield_error select{
	border: 2px solid red !important;
}

.free-estimate-form .gform_validation_errors,
.free-estimate-form .gfield_validation_message{
	display: none !important;
}

.free-estimate-form .gform_wrapper form .gform_footer{
	margin-top: 0 !important;
}

.free-estimate-form .gform_confirmation_wrapper .gform_confirmation_message{
	background: var(--e-global-color-primary);
	font-size: 14px;
}

@media only screen and (max-width: 1024px) {

	.free-eastimate-title:after{
		display: none;
/* 		top: auto;
		bottom: -22px;
		width: 0;
		height: 0;
		border-bottom: 20px solid transparent;
		border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        border-top: 12px solid var(--e-global-color-secondary);
        position: absolute;
        top: 100%;
        right: 50%;
		transform: translate(0 , -50%); */
	}
	
	.free-estimate-form .gform-body .gform_fields .gfield {
		width: calc(50% - 10px);
	}
	
	.free-estimate-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input,
	.free-estimate-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select{
		padding: 12px 15px 12px 45px;
	}
	
	.free-estimate-form .gform-body .name-field .ginput_container,
	.free-estimate-form .gform-body .phone-field .ginput_container,
	.free-estimate-form .gform-body .service-field .ginput_container,
	.free-estimate-form .gform-body .location-field .ginput_container{
		background-position: left 15px center;
		background-size: 18px auto;
	}
}

@media only screen and (max-width: 767px) {
	.free-estimate-form .gform-body .gform_fields .gfield {
		width: 100%;
	}
}




















