/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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;
}

.text-editor-link-color.elementor-widget-text-editor p a,
.light-text-editor-link-color.elementor-widget-text-editor p a{
	font-weight: 600;
	color: inherit;
	transition: all 0.3s ease-out;	
}

.text-editor-link-color.elementor-widget-text-editor p a:hover{
	color: var(--e-global-color-secondary);
}

.light-text-editor-link-color.elementor-widget-text-editor p a:hover{
	color: var(--e-global-color-accent);
}

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

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

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

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

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

.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon{
	line-height: 0;
	background: #0475f1;
	position: relative;
	width: 26px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	transition: all 0.2s ease-in-out;
}

.elementor-widget-button .elementor-button:hover .elementor-button-content-wrapper .elementor-button-icon{
	background: #004db3;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg{
	height: 1em;
}

/* Responsive Global CSS */
@media only screen and (max-width: 991px){
	
	.br-tablet-none br{
		display: none;
	}
}

@media only screen and (max-width: 767px){
	
	.br-mobile-none br{
		display: none;
	}
	
	.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon{
		width: 24px;
		height: 24px;
	}
	
	.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg{
		width: 0.95em;
		height: 0.95em;
	}
}

/* Header CSS */
.header-menu nav ul li.highlighted-menu{
	display: none;
}

.main-header{
	filter: drop-shadow(0px 0px 10px #0000000D);
}

.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 .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, 
.header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
	transition: all 0.3s ease-in-out;
}

.main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, 
.main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
	margin-top: 39px !important;
}

@media only screen and (max-width: 1024px) {
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
		margin-top: 28px !important;
	}
}

@media only screen and (max-width: 767px){
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-logo img{
		max-width: 95%;
	}
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
		margin-top: 27px !important;
	}
	
	.header-btn.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon{
		display: none;
	}
}

/* Footer CSS */
.footer-menu nav ul li.menu-item{
	position: relative;
	padding-left: 20px;
}

.footer-menu nav ul li.menu-item:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background: var(--e-global-color-accent);
	border-radius: 50%;
	width: 6px;
	height: 6px;
	transform: translateY(-50%);
}

.footer-social-media ul li a .elementor-icon-list-icon{}

.footer-contact-info p a{
	color: inherit;
	transition: all 0.3s ease-in-out;
	word-break: break-all;
}

.footer-contact-info p a:hover{
	text-decoration: underline;
}
.footer-icon-box .elementor-icon-box-wrapper .elementor-icon{
	position: relative;
	border-color: rgb(from var(--divider-color) r g b / 20%) !important;
	overflow: hidden;
}

.footer-icon-box .elementor-icon-box-wrapper .elementor-icon:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--e-global-color-accent);
	width: 100%;
	height: 100%;
	transition: all 0.4s ease-in-out;
	transform: scale(0);
}

.footer-icon-box .elementor-icon-box-wrapper .elementor-icon svg{
	transition: all 0.4s ease-in-out;
}

.footer-icon-box:hover .elementor-icon-box-wrapper .elementor-icon svg{
	color: var(--e-global-color-primary);	
}

.footer-icon-box:hover .elementor-icon-box-wrapper .elementor-icon:before{
	transform: scale(1);
}

.footer-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description span{
	color: var(--e-global-color-accent);
	font-weight: 500;
}

@media only screen and (max-width: 1024px){
	
	.footer-privacy-menu .elementor-nav-menu--main{
		align-self: center !important;
	}
}

@media only screen and (max-width: 767px){
	
	.header-btn.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon{
		display: none;
	}
	
	.footer-icon-box .elementor-icon-box-wrapper{
		align-items: center;
	}
}



/* Home CSS */

.home-contact-information #gform_wrapper_2 .gform_heading h2{
	color: #FFF;
	font-family: "Hanken Grotesk", Sans-serif;
	font-size: 34px;
	font-style: normal;
	font-weight: 800;
	line-height: 1.2em;
	margin: 0 0 20px;
}

.home-contact-information #gform_wrapper_2 .gform_description{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 14px;
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    line-height: var(--e-global-typography-text-line-height);
	color: #FFF;
}

.home-contact-information #gform_2 .gform-body .gform_fields{
	row-gap: 20px;
	column-gap: 20px;
}

.home-contact-information #gform_2 .gform-body .gform_fields .gfield{
	border-radius: 0;
    box-shadow: none;
	
}

.home-contact-information #gform_2 .gform-body .gform_fields .gfield .ginput_container input,
.home-contact-information #gform_2 .gform-body .gform_fields .gfield .ginput_container textarea{
	font-family: "Hanken Grotesk", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
	color: #AFAFAF;
	background: #272828;
	border: 0;
	border-radius: 5px;
    box-shadow: none;
	padding: 15px 20px;
	height: auto;
}

.home-contact-information #gform_2 .gform-body .gform_fields .gfield .ginput_container input::placeholder,
.home-contact-information #gform_2 .gform-body .gform_fields .gfield .ginput_container textarea::placeholder{
	color: #AFAFAF;
}

.home-contact-information #gform_2 .gform-body .gform_fields .gfield .ginput_container input:focus,
.home-contact-information #gform_2 .gform-body .gform_fields .gfield .ginput_container textarea:focus,
.home-contact-information #gform_2 .gform_footer input[type="submit"]:focus{
	outline: none;
	box-shadow: none;
}

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

.home-contact-information #gform_2 .gform-body .gform_fields .gfield .ginput_container textarea{
	height: 100px;
}

.home-contact-information #gform_2 .gform-body .gform_fields .gfield .validation_message.gfield_validation_message{
	margin-top: 0;
	font-family: "Hanken Grotesk", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.02em;
	color: #C8221E;
}

.home-contact-information .gform_validation_errors{
	padding: 10px;
	margin-bottom: 20px;	
}

.home-contact-information #gform_2 .gform_footer{
	justify-content: center;
}

.home-contact-information #gform_2 .gform_footer input[type="submit"]{
	font-family: "Hanken Grotesk", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em;
	text-align: center;
	text-transform: capitalize;
	background-color: var(--e-global-color-accent);	
	border: none;
	border-radius: 10px;
	padding: 12px;
	transition: all 0.3s ease-in-out;
	width: 100%;
}

.home-contact-information #gform_2 .gform_footer input[type="submit"]:hover{
	background: #003678;
	color: #FFF;
}

.home-contact-information #gform_2 .gform_footer .gform-loader{
	display: none;
}

.home-contact-information #gform_wrapper_2 .gfield--type-captcha label{
	display: none;
}

.home-contact-information #gform_wrapper_2 .gform-footer{

}

.home-contact-information #gform_confirmation_message_2{
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 40px;
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: var(--e-global-typography-primary-line-height);
    color: var(--e-global-color-primary);
}


@media only screen and (max-width: 1024px){
	
	.header-menu nav ul li.highlighted-menu{
		display: block;
	}
	
	.home-contact-information #gform_confirmation_message_2{
		font-size: 30px;
	}
}

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

	
	.home-contact-information #gform_wrapper_2 .gform_heading h2{
		font-size: 30px;
	}
}

@media only screen and (max-width: 767px){
	
	.home-contact-information #gform_wrapper_2 .gform_heading h2{
		text-align: center;
		font-size: 28px;
	}
	
	.home-contact-information #gform_wrapper_2 .gform_description{
		text-align: center;
	}
	
	.home-contact-information #gform_2 .gform-body .gform_fields .gfield .validation_message.gfield_validation_message{
		font-size: 12px;
	}
	
	.home-contact-information #gform_confirmation_message_2{
		font-size: 26px;
	}
	
}

.about-center-image img{
	aspect-ratio: 1 / 0.778;
    object-fit: cover;
    object-position: 50% 30%;
}

.accounting-right-column{
	overflow: hidden !important;
}

.bold-text p strong{
	font-weight: 800;
}

.accounting-right-column .elementor-widget-image{
/* 	transform: rotate(18.4deg); */
}

.accounting-long-arrow .elementor-icon svg{
	height: auto !important;
}

.accounting-review-testimonial .elementor-main-swiper{
	width: 100% !important;
}

.accounting-review-testimonial .swiper-wrapper .swiper-slide{
	padding: 30px;
}

.accounting-review-testimonial .elementor-testimonial .elementor-testimonial__header{
	align-items: center;
}

.accounting-review-testimonial .elementor-swiper-button{
	background: var(--e-global-color-accent);
	border-radius: 10px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.accounting-review-testimonial .elementor-swiper-button:hover{
	background: #5DBA4A;
}

.accounting-review-testimonial .elementor-swiper-button:focus{
	outline: none;
	box-shadow: none;
}

.accounting-review-testimonial .elementor-swiper-button-prev{
	left: -100px !important;
}

.accounting-review-testimonial .elementor-swiper-button-prev i:before{
  	content: "\e8bf";
}

.accounting-review-testimonial .elementor-swiper-button-next{
	right: -100px !important;
}

.accounting-review-testimonial .elementor-swiper-button-next i:before{
  	content: "\e8c0";
}

.about-img1{
	position: relative;
}

.about-img1:before{
	content: '';
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	background: var(--e-global-color-accent);
	border-radius: 50%;
	width: 110px;
	height: 110px;
	transform: translate(-40px , 36px);
	z-index: 0;
}

.about-img1 .elementor-widget-container{
	position: relative;
	z-index: 1;
}

.about-img1 img{
	aspect-ratio: 1 / 1.5;
	object-fit: cover;
}

.about-img2 img{
	aspect-ratio: 1 / 1.5;
	object-fit: cover;
}

.about-img2:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
	background: url("./images/dots.svg") no-repeat center center;
	background-size: cover;
	width: 96px;
	height: 84px;
	transform: translate(0 , -84px);
	z-index: -1;
	opacity: 30%;
}

.executive-agents-image-box .elementor-image-box-wrapper{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}

.half-white-box-wrapper{
	position: relative;
	overflow: hidden !important;
}

.half-white-box-img{
/* 	height: 100%; */
}

.real-estate-img img{
	aspect-ratio: 1 / 1.05;
    object-fit: fill;
}

.estate-matters-img img{
	aspect-ratio: 1 / 1.25;
    object-fit: cover;
}

.half-white-box-img img{
	aspect-ratio: 1 / 1.425;
    object-fit: cover;
}

.services-image-box .elementor-image-box-wrapper figure img{
	aspect-ratio: 1 / 0.7;
    object-fit: cover;
}

.logo-image-box .elementor-image-box-content,
.logo-image-box .elementor-icon-box-content{
	border-top: 1px solid var(--e-global-color-accent);
	padding-top: 30px;
}

.client-icon-box .elementor-icon-box-icon{
	line-height: 0;
}

.support-icon-box .elementor-cta__content .elementor-cta__icon .elementor-icon{
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.faq-style .elementor-accordion .elementor-accordion-item{
	margin-bottom: 30px;
}

.faq-style .elementor-accordion .elementor-accordion-item:last-child,
.faq-style .elementor-accordion .elementor-accordion-item .elementor-tab-content p:last-child{
	margin-bottom: 0;
}

.faq-style .elementor-accordion .elementor-accordion-item .elementor-tab-title{
	border-radius: 10px;
	background-color: var(--e-global-color-1bee327);
	transition: all 0.3s ease-out;	
}

.faq-style .elementor-accordion .elementor-accordion-item .elementor-tab-title:hover,
.faq-style .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active{
	background-color: var(--e-global-color-accent);
}

.faq-style .elementor-accordion .elementor-accordion-item .elementor-tab-title,
.faq-style .elementor-accordion .elementor-accordion-item .elementor-tab-title a,
.faq-style .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon span i{
	transition: all 0.3s ease-out;	
}

.faq-style .elementor-accordion .elementor-accordion-item .elementor-tab-title:hover a,
.faq-style .elementor-accordion .elementor-accordion-item .elementor-tab-title:hover .elementor-accordion-icon span i:before{
	color: var(--e-global-color-primary);
}

.elementor-lightbox .swiper .swiper-wrapper .swiper-slide .elementor-video-wrapper iframe{
	width: auto;
}

.follow-us-carousel .swiper-wrapper .swiper-slide a .elementor-carousel-image{
    width: 100%;
}

.follow-us-carousel .swiper-wrapper .swiper-slide a .elementor-carousel-image:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.follow-us-carousel .swiper-wrapper .swiper-slide a:hover .elementor-carousel-image:before{
	opacity: 0.3;
}

.follow-us-carousel .swiper-wrapper .swiper-slide a .elementor-carousel-image .elementor-custom-embed-play i{
	opacity: 1;
	box-shadow: none;
	text-shadow: none;
}

.follow-us-carousel .swiper-wrapper .swiper-slide a .elementor-carousel-image .elementor-custom-embed-play{
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.follow-us-carousel .swiper-wrapper .swiper-slide a:hover .elementor-carousel-image .elementor-custom-embed-play{
	opacity: 1;
	visibility: visible;
}


@media only screen and (max-width: 1510px){
	
	.accounting-review-testimonial .elementor-swiper-button-prev{
		left: -60px !important;
	}
	
	.accounting-review-testimonial .elementor-swiper-button-next{
		right: -60px !important;
	}


}

@media only screen and (max-width: 1440px){
	
	.accounting-review-testimonial .elementor-swiper-button-prev{
		left: -50px !important;
	}
	
	.accounting-review-testimonial .elementor-swiper-button-next{
		right: -50px !important;
	}
}

@media only screen and (max-width: 1400px){
	
	.accounting-review-testimonial .elementor-swiper{
		padding-bottom: 80px;
	}
	
	.accounting-review-testimonial .elementor-swiper-button{
		top: auto !important;
		bottom: -20px;
	}
	
	.accounting-review-testimonial .elementor-swiper-button-prev{
		left: calc(50% - 50px) !important;
	}
	
	.accounting-review-testimonial .elementor-swiper-button-next{
		right: calc(50% - 50px) !important;
	}
}

@media only screen and (max-width: 1024px){
	
	.accounting-right-column .elementor-widget-image{
		transform: rotate(0deg);
	}
	
	.real-estate-img img{
		aspect-ratio: 1 / 0.67;
		object-fit: contain;
	}
	
	.estate-matters-img img{
		aspect-ratio: 1 / 0.66;
	}

	
}

@media only screen and (max-width: 991px){
	
	.logo-image-box .elementor-image-box-content,
	.logo-image-box .elementor-icon-box-content{
		padding-top: 20px;
	}
	
	.support-icon-box .elementor-cta__content .elementor-cta__title br{
		display: none;
	}
	
	.support-icon-box .elementor-cta__content .elementor-cta__icon{
		margin-bottom: 25px !important;
	}
}

@media only screen and (max-width: 767px){
	
	
	.about-center-image img {
		aspect-ratio: 1 / 1.2;
		object-position: UNSET;
	}
	
	.accounting-first-box{
		background-position: top -30px center !important;
	}
	
	.accounting-review-testimonial .elementor-swiper{
		padding-bottom: 60px;
	}
	
	.accounting-review-testimonial .elementor-swiper-button{
		width: 36px;
		height: 36px;
	}
	
	.accounting-review-testimonial .elementor-swiper-button-prev{
		left: calc(50% - 46px) !important;
	}
	
	.accounting-review-testimonial .elementor-swiper-button-next{
		right: calc(50% - 46px) !important;
	}
	
	.about-img1:before {
		width: 70px;
		height: 70px;
		transform: translate(-18px, 18px);
	}
	
	.about-img2:before{
		top: 5px;
		left: calc(100% - 90px);
		width: 86px;
		height: 74px;
	}
	
	.services-image-box .elementor-image-box-wrapper figure img{
		aspect-ratio: 1 / 0.66;	
	}
	
	.support-icon-box .elementor-cta__content .elementor-cta__icon{
		margin-bottom: 20px !important;
	}
	
	.support-icon-box .elementor-cta__content .elementor-cta__icon .elementor-icon{
		width: 70px;
    	height: 70px;	
	}
	
	.faq-style .elementor-accordion .elementor-accordion-item{
		margin-bottom: 20px;
	}
	
}

/* -------------------------------------------------------------------------------------------------------------------  */

/*  Green Lands Page  */
/* Home 2 Page CSS */

/* Global CSS */

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

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

.home2-btn.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon{
	line-height: 0;
	background: #F4AC16;
	position: relative;
	width: 26px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
}

.home2-btn.elementor-widget-button .elementor-button:hover .elementor-button-content-wrapper .elementor-button-icon{
	background: #3F7B50;
}

.home2-btn.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg{
	width: 8px;
    height: auto;
}


/* Header CSS */
/* Footer CSS */
/* Home CSS */

.home2-our-client-carousel .swiper-wrapper{
	width: calc(100% - 1px);
}

.home2-our-client-carousel .swiper-wrapper .swiper-slide{
	padding-right: 25px !important;
}

.home2-our-client-carousel .swiper-wrapper .swiper-slide:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	background: #E0E0E0;
	width: 1px;
	height: 80%;
	transform: translateY(-50%);
}

.home2-our-client-carousel .swiper-wrapper .swiper-slide .elementor-carousel-image{
	background-size: auto 40px !important;
}

.gardening-services-image .elementor-widget-container,
.gardening-services-counter .elementor-counter .elementor-counter-title{
	position: relative;
}


.gardening-services-image .elementor-widget-container:before{
	content: '';
	position: absolute;
	top: auto;
	right: -1px;
	bottom: -1px;
	background: url("/wp-content/uploads/2024/05/services-img-bg.svg")no-repeat center center;
	background-size: cover;
	width: 210px;
	height: 150px;
}

.gardening-services-counter .elementor-counter .elementor-counter-title:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	background-color: #487455;
	width: 100%;
	height: 1px;
	transform: translateY(-10px);
}

.column-2 ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 20px;
	column-gap: 30px;
}

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


.what-we-do-image-box,
.what-we-do-image-box .elementor-cta .elementor-cta__bg-wrapper,
.what-we-do-image-box .elementor-cta .elementor-cta__content .elementor-cta__button{
	position: relative;
}

.what-we-do-image-box .elementor-cta .elementor-cta__bg-wrapper{
	margin-bottom: 20px;
}

.what-we-do-image-box .elementor-cta .elementor-cta__bg-wrapper:after{
	content: '';
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: auto;
	background: url("/wp-content/uploads/2024/05/what-we-do-img-bg.svg")no-repeat center center;
	background-size: cover;
	width: 82px;
	height: 74px;
	z-index: 1;
}

.what-we-do-image-box .elementor-cta .elementor-cta__bg-wrapper .elementor-cta__bg{
	border-radius: 20px;
}

.what-we-do-image-box .elementor-cta .elementor-cta__bg-wrapper .elementor-cta__bg-overlay{
	z-index: 0;
}

.what-we-do-image-box .elementor-cta .elementor-cta__content{
	position: initial;
}

.what-we-do-image-box .elementor-cta .elementor-cta__content .elementor-cta__icon{
	position: absolute;
    top: 0;
    right: 5px;
    display: inline-block;
    width: auto;
    line-height: 0;
}

.what-we-do-image-box .elementor-cta .elementor-cta__content .elementor-cta__button:before{
	content: '';
	position: absolute;
	top: 50%;
	right: -25px;
	background: #3F7B50 url("/wp-content/uploads/2024/05/home2-btn-arrow.svg") no-repeat center center;
	background-size: auto;
    width: 26px;
    height: 26px;
    border-radius: 50%;
	transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
}

.what-we-do-image-box .elementor-cta .elementor-cta__content .elementor-cta__button:hover:before{
	background-color: #F4AC16;
}

.green-why-choose-us-icon .elementor-icon{
	position: relative;
	background: #FFF;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #F3F4EC !important;
    border-radius: 100%;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}

.green-why-choose-us-icon .elementor-icon:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #D79407;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: all 0.3s ease-in-out;
}

.green-why-choose-us-icon-wrap:hover .green-why-choose-us-icon .elementor-icon:before{
	transform: scale(1);
}

.green-why-choose-us-icon .elementor-icon svg path{
	transition: all 0.2s ease-in-out;
}

.green-why-choose-us-icon-wrap:hover .green-why-choose-us-icon .elementor-icon svg path{
	fill: #FFF !important;
}

.why-choose-us-icon-box .elementor-cta__content{
	border-radius: 20px;
}

.why-choose-us-icon-box .elementor-cta .elementor-cta__icon{
	position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: auto;
    line-height: 0;
	transform: translate(30px , -40px);
}

.why-choose-us-icon-box .elementor-cta .elementor-cta__content .elementor-cta__button{
	transform: rotate(-30deg);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 22px;
    margin: 0;
    line-height: 0;
    padding: 15px 6.5px 20px;
}

.home2-testimonials .swiper-wrapper .elementor-testimonial{
	position: relative;
	padding: 80px 30px 30px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}

.home2-testimonials .swiper-wrapper .elementor-testimonial .elementor-testimonial__header{
	padding-top: 30px;
	padding-bottom: 0;
	align-items: center;
}

.home2-testimonials .swiper-wrapper .elementor-testimonial .elementor-testimonial__name{
	margin-bottom: 10px;
}

.home2-testimonials .swiper-wrapper .elementor-testimonial .elementor-star-rating{
	position: absolute;
	top: 30px;
	left: 30px;
}

.home2-testimonials .elementor-swiper-button{
	background: #F4AC16;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	transition: all 0.3s ease-in-out;
}

.home2-testimonials .elementor-swiper-button:hover{
	color: #284A32 !important;
	background: #FFF;
}

.home2-testimonials .elementor-swiper-button.elementor-swiper-button-prev{
	left: -90px !important;
}

.home2-testimonials .elementor-swiper-button.elementor-swiper-button-next{
	right: -90px !important;
}

.home2-blog-layout1{
	background-position: bottom -1px right -1px !important;
}

.home2-blog-layout1-img{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.home2-blog-layout-2 .elementor-post{
	align-items: center;
	padding-bottom: 30px !important;
	border-bottom: 1px solid #F3F4EC !important; 
}

.home2-blog-layout-2 .elementor-post:last-child{
	padding-bottom: 0 !important;
	border-bottom: 0 !important; 
}

.home2-blog-layout-2 .elementor-post .elementor-post__text {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	row-gap: 10px;
}

.home2-blog-layout-2 .elementor-post__text .elementor-post__meta-data {
	display: inline-flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: flex-end;
	column-gap: 20px;
}

.home2-blog-layout-2 .elementor-post__text .elementor-post__meta-data .elementor-post-author,
.home2-blog-layout-2 .elementor-post__text .elementor-post__meta-data .elementor-post-date{
	position: relative;
	padding-left: 30px;
}

.home2-blog-layout-2 .elementor-post__text .elementor-post__meta-data .elementor-post-author:before,
.home2-blog-layout-2 .elementor-post__text .elementor-post__meta-data .elementor-post-date:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background: url("/wp-content/uploads/2024/05/home-2-author-icon.svg")no-repeat center center;
	background-size: cover;
	width: 18px;
	height: 20px;
	transform: translateY(-50%);
}

.home2-blog-layout-2 .elementor-post__text .elementor-post__meta-data .elementor-post-date:before{
	background: url("/wp-content/uploads/2024/05/home2-date-icon.svg")no-repeat center center;
	width: 20px;
	height: 20px;
}

.image-height{
	height: 100%;
}

.home2-get-in-touch-form #gform_wrapper_1 .gform_heading{
	display: none;
}

.home2-get-in-touch-form #gform_1 .gform-body .gform_fields{
	row-gap: 20px;
	column-gap: 20px;
}

.home2-get-in-touch-form #gform_1 .gform-body .gform_fields .gfield{
	border-radius: 0;
    box-shadow: none;	
}

.home2-get-in-touch-form #gform_1 .gform-body .gform_fields .gfield.home2-name .ginput_container{
	background: url("/wp-content/uploads/2024/05/home2-form-name-icon.svg")no-repeat center left;
	background-size: 20px auto;
}

.home2-get-in-touch-form #gform_1 .gform-body .gform_fields .gfield.home2-email .ginput_container{
	background: url("/wp-content/uploads/2024/05/home2-form-email-icon.svg")no-repeat center left;
	background-size: 20px auto;
}

.home2-get-in-touch-form #gform_1 .gform-body .gform_fields .gfield.home2-text-area .ginput_container{
	background: url("/wp-content/uploads/2024/05/home2-form-textarea-icon.svg")no-repeat top 21px left;
	background-size: 20px auto;
}

.home2-get-in-touch-form #gform_1 .gform-body .gform_fields .gfield .ginput_container input[type="text"],
.home2-get-in-touch-form #gform_1 .gform-body .gform_fields .gfield .ginput_container input[type="email"],
.home2-get-in-touch-form #gform_1 .gform-body .gform_fields .gfield .ginput_container textarea{
	font-family: "Golos Text", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
	color: #284A32;
	background: transparent;
	border: 0 ;
	border-bottom: 1px solid #C8C8C8;
	border-radius: 0;
    box-shadow: none;
	padding: 20px 20px 20px 30px;
	height: auto;
}

.home2-get-in-touch-form #gform_1 .gform-body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice_1_5_1{
	align-items: center;
}

.home2-get-in-touch-form #gform_1 .gform-body .gform_fields .gfield .ginput_container .gfield_checkbox label{
	font-family: "Golos Text", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
	color: #284A32;
}

.home2-get-in-touch-form #gform_1 .gform-body .gform_fields .gfield .ginput_container input[type="checkbox"]{
	border-color: #C8C8C8;
}

.home2-get-in-touch-form #gform_1 .gform-body .gform_fields .gfield .ginput_container input[type="checkbox"]::before{
	color: #D79407;
}

.home2-get-in-touch-form #gform_1 .gform-body .gform_fields .gfield .ginput_container input::placeholder,
.home2-get-in-touch-form #gform_1 .gform-body .gform_fields .gfield .ginput_container textarea::placeholder{
	color: #284A32;
}

.home2-get-in-touch-form #gform_1 .gform-body .gform_fields .gfield .ginput_container input:focus,
.home2-get-in-touch-form #gform_1 .gform-body .gform_fields .gfield .ginput_container textarea:focus,
.home2-get-in-touch-form #gform_1 .gform_footer input[type="submit"]:focus{
	outline: none;
	box-shadow: none;
}

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

.home2-get-in-touch-form #gform_1 .gform-body .gform_fields .gfield .ginput_container textarea{
	height: 100px;
}

.home2-get-in-touch-form #gform_1 .gform-body .gform_fields .gfield .validation_message.gfield_validation_message{
	margin-top: 0;
	font-family: "Golos Text";
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.02em;
	color: #C8221E;
}

.home2-get-in-touch-form .gform_validation_errors{
	padding: 10px;
	margin-bottom: 20px;	
}

.home2-get-in-touch-form #gform_1 .gform_footer{
	display: inline-flex;
	justify-content: flex-start;
	position: relative;
	margin-top: 40px;
}

.home2-get-in-touch-form #gform_1 .gform_footer:before{
	content: '\f054';
	position: absolute;
	top: 50%;
	right: 25px;
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	font-weight: 900;
	color: #FFF;
	background: #F4AC16;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
	transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.home2-get-in-touch-form #gform_1 .gform_footer:hover:before{
	background: #3F7B50;
}

.home2-get-in-touch-form form .gform_footer .gform-loader{
	display: none !important;
}

.home2-get-in-touch-form #gform_1 .gform_footer input[type="submit"]{
	font-family: "Golos Text";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
	text-align: left;
	text-transform: capitalize;
	background-color: #D79407;	
	border: none;
	border-radius: 100px;
	padding: 20px 65px 20px 30px;
	transition: all 0.3s ease-in-out;
}

.home2-get-in-touch-form #gform_1 .gform_footer input[type="submit"]:hover{
	background: #284A32;
	color: #FFF;
}

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

	.home2-testimonials .elementor-swiper-button.elementor-swiper-button-prev{
		left: -60px !important;
	}

	.home2-testimonials .elementor-swiper-button.elementor-swiper-button-next{
		right: -60px !important;
	}
}


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

	.home2-testimonials .elementor-swiper-button.elementor-swiper-button-prev{
		left: -50px !important;
	}

	.home2-testimonials .elementor-swiper-button.elementor-swiper-button-next{
		right: -50px !important;
	}
}

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

	.home2-testimonials .elementor-swiper-button.elementor-swiper-button-prev{
		left: -35px !important;
	}

	.home2-testimonials .elementor-swiper-button.elementor-swiper-button-next{
		right: -35px !important;
	}
}


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

	.home2-testimonials .elementor-swiper-button.elementor-swiper-button-prev{
		left: -25px !important;
	}

	.home2-testimonials .elementor-swiper-button.elementor-swiper-button-next{
		right: -25px !important;
	}
}

@media only screen and (max-width: 1350px){
	
	.home2-testimonials .elementor-main-swiper{
		width: 100% !important;
		margin-bottom: 80px;
	}
	
	.home2-testimonials .elementor-swiper-button{
		top: calc(100% + 40px) !important;
		transform: initial !important;
	}

	.home2-testimonials .elementor-swiper-button.elementor-swiper-button-prev{
		left: calc(50% - 50px) !important;
	}

	.home2-testimonials .elementor-swiper-button.elementor-swiper-button-next{
		right: calc(50% - 50px) !important;
	}
}

@media only screen and (max-width: 991px){
	
	.home2-our-client-carousel .swiper-wrapper .swiper-slide{
		padding-right: 20px;
	}
	
	.home2-testimonials .elementor-main-swiper{
		margin-bottom: 70px;
	}
	
	.home2-testimonials .elementor-swiper-button{
		top: calc(100% + 30px) !important;
	}
	
	.home2-get-in-touch-form #gform_1 .gform_footer{
		margin-top: 30x;
	}
}

@media only screen and (max-width: 767px){
	
	.home2-our-client-carousel .swiper-wrapper .swiper-slide{
		padding-right: 15px;
	}
	
	.home2-our-client-carousel .swiper-wrapper .swiper-slide .elementor-carousel-image{
		background-size: auto 25px !important;
	}
	
	.gardening-services-image .elementor-widget-container:before{	
		width: 165px;
		height: 120px;
	}
	
	.column-2 ul li{
		width: 100%;
	}
	
	.home2-testimonials .elementor-swiper-button.elementor-swiper-button-prev{
		left: calc(50% - 45px) !important;
	}

	.home2-testimonials .elementor-swiper-button.elementor-swiper-button-next{
		right: calc(50% - 45px) !important;
	}
	
	.home2-get-in-touch-form #gform_1 .gform-body .gform_fields .gfield .validation_message.gfield_validation_message{
		font-size: 12px;
	}
	
	.home2-get-in-touch-form #gform_1 .gform_footer:before{
		right: 18px;
	}

	.home2-get-in-touch-form #gform_1 .gform_footer input[type="submit"]{
		padding: 15px 55px 15px 20px;
		
	}
	
	.home2-blog-btn .elementor-icon{
		padding: 14px !important;
	}
	
}


/* ---------------------------------------------------------------------------------------------------------- */

/* Resto Cafe Page CSS */

/* header  css */
.resto-nav-menu .elementor-nav-menu li .sub-menu li a{
		border: none;
}

.resto-cafe-btn .elementor-button .elementor-button-icon{
		width: 26px !important;
    height: 26px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #FFFFFF !important;
    border-radius: 0px !important;
		transition: all 0.3s ease-in-out !important;
}

.resto-cafe-btn .elementor-button:hover .elementor-button-icon{
	  background: #2D4B49 !important;
}

.resto-cafe-btn .elementor-button .elementor-button-icon i{
	  color: #C49871;
	transition: all 0.3s ease-in-out !important;
}

.resto-cafe-btn .elementor-button:hover .elementor-button-icon i{
	  color:#FFFFFF;
  	border-radius: 0px !important;
}

/* Find best vineyards around the globe css */
.resto-cafe-cta .elementor-icon-box-icon{
  	background: rgba(206, 216, 216, 1);
	padding:15px;
}

/* popular menu */

.icon-line button[aria-selected="true"] .e-n-tab-title-text{
	border-bottom: 2px solid #C49871;
}

/* popular dieses */

.img-box .elementor-image-box-img{
	text-align:center;
}

.img-box .elementor-image-box-content{
	position: absolute;
}

.img-box .elementor-heading-title{
	position: relative;
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: flex-end;
  	margin-top: -22px;
}

/* testimonial */

.testimonial .elementor-testimonial__footer:after{
	content: url('https://yqgonepage.wpenginepowered.com/wp-content/uploads/2024/05/home4-quote.png');
}

.testimonial .elementor-testimonial__cite{
	margin-right:28px !important;
}

.testimonial .elementor-testimonial__content:before{
	content:url('https://yqgonepage.wpenginepowered.com/wp-content/uploads/2024/05/home4-rating.svg');
}
	
.testimonial .elementor-testimonial__text{
	padding-top:15px;	
}

/* contact form */

.btn .elementor-align-icon-right{
	background: #FFFFFF;
 	padding: 4px 8px;
  	color: #C49871;
}

.btn .elementor-button:hover .elementor-align-icon-right {
    background: #2D4B49;
    color: #FFFFFF;
}

/* Get In Touch CSS */
.resto-cafe-getintouch-form #gform_wrapper_1 .gform_heading{
	display: none;
}

.resto-cafe-getintouch-form #gform_1 .gform-body .gform_fields{
	row-gap: 20px;
	column-gap: 20px;
}

.resto-cafe-getintouch-form #gform_1 .gform-body .gform_fields .gfield{
	border-radius: 0;
    box-shadow: none;	
}

.resto-cafe-getintouch-form #gform_1 .gform-body .gform_fields .gfield.home2-name .ginput_container{
	background: url("/wp-content/uploads/2024/05/restaurant-form-name-icon.svg")no-repeat center left;
	background-size: 20px auto;
}

.resto-cafe-getintouch-form #gform_1 .gform-body .gform_fields .gfield.home2-email .ginput_container{
	background: url("/wp-content/uploads/2024/05/restaurant-form-email-icon.svg")no-repeat center left;
	background-size: 20px auto;
}

.resto-cafe-getintouch-form #gform_1 .gform-body .gform_fields .gfield.home2-text-area .ginput_container{
	background: url("/wp-content/uploads/2024/05/restaurant-form-text-area-icon.svg")no-repeat top 21px left;
	background-size: 20px auto;
}

.resto-cafe-getintouch-form #gform_1 .gform-body .gform_fields .gfield .ginput_container input[type="text"],
.resto-cafe-getintouch-form #gform_1 .gform-body .gform_fields .gfield .ginput_container input[type="email"],
.resto-cafe-getintouch-form #gform_1 .gform-body .gform_fields .gfield .ginput_container textarea{
	font-family: "Jost", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
	color: #CED8D8;
	background: transparent;
	border: 0 ;
	border-bottom: 1px solid #252525;
	border-radius: 0;
    box-shadow: none;
	padding: 20px 20px 20px 30px;
	height: auto;
}

.resto-cafe-getintouch-form #gform_1 .gform-body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice_1_5_1{
	align-items: center;
}

.resto-cafe-getintouch-form #gform_1 .gform-body .gform_fields .gfield .ginput_container .gfield_checkbox label{
	font-family: "Jost", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
	color: #CED8D8;
}

.resto-cafe-getintouch-form #gform_1 .gform-body .gform_fields .gfield .ginput_container input[type="checkbox"]{
	border-color: #C8C8C8;
	background: #CED8D8;
}

.resto-cafe-getintouch-form #gform_1 .gform-body .gform_fields .gfield .ginput_container input[type="checkbox"]::before{
	color: #C49871;
}

.resto-cafe-getintouch-form #gform_1 .gform-body .gform_fields .gfield .ginput_container input::placeholder,
.resto-cafe-getintouch-form #gform_1 .gform-body .gform_fields .gfield .ginput_container textarea::placeholder{
	color: #CED8D8;
}

.resto-cafe-getintouch-form #gform_1 .gform-body .gform_fields .gfield .ginput_container input:focus,
.resto-cafe-getintouch-form #gform_1 .gform-body .gform_fields .gfield .ginput_container textarea:focus,
.resto-cafe-getintouch-form #gform_1 .gform_footer input[type="submit"]:focus{
	outline: none;
	box-shadow: none;
}

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

.resto-cafe-getintouch-form #gform_1 .gform-body .gform_fields .gfield .ginput_container textarea{
	height: 100px;
}

.resto-cafe-getintouch-form #gform_1 .gform-body .gform_fields .gfield .validation_message.gfield_validation_message{
	margin-top: 0;
	font-family: "Jost", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.02em;
	color: #FFF;
}

.resto-cafe-getintouch-form .gform_validation_errors{
	padding: 10px;
	margin-bottom: 20px;
	background: transparent;
	border-color: #FFF;
}

.resto-cafe-getintouch-form .gform_validation_errors h2,
.resto-cafe-getintouch-form .gform_validation_errors h2 span{
	color: #FFF !important;
	border-color: #FFF;
}

.resto-cafe-getintouch-form #gform_1 .gform_footer{
	display: inline-flex;
	justify-content: flex-start;
	position: relative;
	margin-top: 40px;
}

.resto-cafe-getintouch-form #gform_1 .gform_footer:before{
	content: '\f054';
	position: absolute;
	top: 50%;
	right: 25px;
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	font-weight: 900;
	color: #C49871;
	background: #FFF;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
	transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.resto-cafe-getintouch-form #gform_1 .gform_footer:hover:before{
	background: #C49871;
	color: #FFF;
}

.resto-cafe-getintouch-form form .gform_footer .gform-loader{
	display: none !important;
}

.resto-cafe-getintouch-form #gform_1 .gform_footer input[type="submit"]{
	font-family: "Jost", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
	text-align: left;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	background-color: #C49871;	
	border: none;
	border-radius: 0;
	padding: 20px 65px 20px 30px;
	transition: all 0.3s ease-in-out;
}

.resto-cafe-getintouch-form #gform_1 .gform_footer input[type="submit"]:hover{
	background: #FFF;
	color: #203634;
}

/* Follow Us CSS  */


/* Footer CSS */
.resto-cafe-footer-form #gform_wrapper_3 .gform_heading{
	display: none;
}

.resto-cafe-footer-form #gform_3 .gform-body .gform_fields{
	row-gap: 20px;
	column-gap: 20px;
}

.resto-cafe-footer-form #gform_3 .gform-body .gform_fields .gfield{
	border-radius: 0;
    box-shadow: none;	
}

.resto-cafe-footer-form #gform_3 .gform-body .gform_fields .gfield .ginput_container input[type="text"],
.resto-cafe-footer-form #gform_3 .gform-body .gform_fields .gfield .ginput_container input[type="email"]{
	font-family: "Jost", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
	color: #CED8D8;
	background: #203634;
	border: 0 ;
	border: 0;
	border-radius: 0;
    box-shadow: none;
	padding: 18px;
	height: auto;
}

.resto-cafe-footer-form #gform_3 .gform-body .gform_fields .gfield .ginput_container input::placeholder{
	text-transform: uppercase;
	text-align: center;
	color: #CED8D8;
}

.resto-cafe-footer-form #gform_3 .gform-body .gform_fields .gfield .ginput_container input:focus,
.resto-cafe-footer-form #gform_3 .gform_footer input[type="submit"]:focus{
	outline: none;
	box-shadow: none;
}

.resto-cafe-footer-form #gform_3 .gform-body .gform_fields .gfield .validation_message.gfield_validation_message{
	margin-top: 0;
	font-family: "Jost", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.02em;
	color: #C8221E;
}

.resto-cafe-footer-form .gform_validation_errors{
	padding: 10px;
	margin-bottom: 20px;	
}

.resto-cafe-footer-form #gform_3 .gform_footer{
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
}

.resto-cafe-footer-form #gform_3 .gform_footer input[type="submit"]{
	font-family: "Jost", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
	letter-spacing: 0.8px;
	text-align: left;
	text-transform: uppercase;
	background-color: #C49871;
	border: none;
	border-radius: 0px;
	padding: 20px;
	transition: all 0.3s ease-in-out;
	width: 100%;
}

.resto-cafe-footer-form #gform_3 .gform_footer input[type="submit"]:hover{
	background: #FFF;
	color: #203634;
}

@media only screen and (max-width: 991px){
		
	.resto-cafe-btn .elementor-button .elementor-button-icon{
		width: 20px !important;
		height: 20px !important;
	}
	.resto-cafe-cta .elementor-icon-box-icon{
		padding: 12px;
		line-height: 0;
	}
	
}

@media only screen and (max-width: 767px){
	.testimonial .elementor-testimonial__footer:after{
		content: url('https://yqgonepage.wpenginepowered.com/wp-content/uploads/2024/05/home4-quote.png');
	}

	.testimonial .elementor-testimonial__cite{
		margin-right:22px !important;
	  }
	
	.resto-cafe-getintouch-form #gform_1 .gform_footer:before{
		right: 18px;
		width: 24px;
		height: 24px;
	}

	.resto-cafe-getintouch-form #gform_1 .gform_footer input[type="submit"]{
		padding: 15px 50px 15px 20px;
	}

}


/* ---------------------------------------------------------------------------------------------------------- */

/* Roofing Experts Page CSS */
.mobile-menu a{
	display: none;
}

/* Roofing Header CSS */
.roofing-header-menu .menu-item .elementor-sub-item {
	border: 0;
}

/* Roofing Footer CSS */
.roofing-footer-contact-link .elementor-icon-box-description a{
	color: inherit;
}
	
.roofing-footer-contact-link .elementor-icon-box-description a:hover{
	color: #FFDF76;
}

/* Roofing Button CSS */
.roofing-btn .elementor-button .elementor-button-content-wrapper .elementor-button-icon{
	background-color: #FFFFFF;
	transition: all 0.4s ease-in-out;
}

.roofing-btn .elementor-button-wrapper .elementor-button-icon .fas{
	transition: all 0.3s ease-in-out;
}
	
.roofing-btn .elementor-button-wrapper .elementor-button:hover .elementor-button-icon .fas{
	color: #FFFFFF;
}

/* Roofing Home Page CSS */
.roofing-google-review .elementor-icon-box-title span{
	display: flex;
	align-items: center;
}	
	
.roofing-google-review .elementor-icon-box-title span img{
	margin-right:8px;
}

.roofing-heading .elementor-heading-title:before{
	content: "/";
	color: #FFDF76;
	padding-right: 30px;
	font-size: 50px;
}

.roofing-why-choose-us-item .roofing-btn{
	opacity:0;
	visibility: hidden;
	transform: translateY(60px);
	transition:all 0.4s ease-in-out;
}
	
.roofing-why-choose-us-item:hover .roofing-btn{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
	
.why-choose-us-icon .elementor-icon svg{
	margin-left: 15px;
}
	
.why-choose-us-icon .elementor-icon{
	position: relative;
}	
	
.why-choose-us-icon .elementor-icon:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 50px;
	width: 50px;
	background-color: #FFDF76;
	border-radius: 50%;
	transform: translate(0px, -14px);
}
	
.roofing-testimonial .swiper-slide{
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
} 
	
.roofing-testimonial .swiper-wrapper{
	margin-bottom:30px;
}

.roofing-testimonial .elementor-testimonial__content{
	background: url('/wp-content/uploads/2024/05/roofing-testimonials-rating.svg') no-repeat top 30px left;
}

.roofing-tab .e-n-tab-title:hover .e-n-tab-icon svg path,
.roofing-tab .e-n-tab-title[aria-selected="true"] .e-n-tab-icon svg path{
	fill: #FFFFFF !important;
}

.roofing-post-img img{
	width: 100%;
    aspect-ratio: 1 / 0.73;
    object-fit: cover;
}
	
.roofing-blog-btn .elementor-button .elementor-button-content-wrapper .elementor-button-icon{
	height: 20px;
	width: 20px;
	background-color:#3F7B50;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}
	
.roofing-blog-btn .elementor-button-wrapper .elementor-button .elementor-button-icon .fas{
	color:white;
}
	
.roofing-blog-btn .elementor-button-wrapper .elementor-button:hover .elementor-button-icon .fas{
	color:#3F7B50;
}
	
.roofing-blog-btn .elementor-button-wrapper .elementor-button:hover .elementor-button-icon{
	background-color:#FFDF76;
}
	
@media only screen and (max-width: 1366px){
	
	.about-roofing-img{
		right: -30px !important;
	}
}

@media only screen and (max-width: 991px){
	
	.mobile-menu a{
		display: block;
	}
	
	/* Roofing Home Page CSS */

	.roofing-heading .elementor-heading-title:before{
		padding-right: 20px;
		font-size: 38px;
	}
	
	.roofing-why-choose-us-item .roofing-btn{
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.about-roofing-img{
		right: 10px !important;
	}

	.roofing-testimonial .elementor-testimonial__content{
		background-position: top 20px left;
	}

	.roofing-tab .e-n-tab-title .e-n-tab-icon svg{
		width: 28px;
		height: 28px;
		transform: initial !important;
	}

	.roofing-tab .e-n-tab-title .e-n-tab-icon svg:last-child{
		display: none;
	}

	.roofing-tab .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] .e-n-tab-icon svg:first-child{
		height: 28px;
		opacity: 1;
	}

	.roofing-tab .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:first-child{
		height: 28px !important;
		opacity: 1 !important;
	}
}

@media only screen and (max-width: 767px){
	
	.mobile-menu a{
		display: block;
	}
	
	/* Roofing Footer CSS */
	.roofing-footer-menu .elementor-nav-menu--main ul{
		justify-content:center;
	}

	/* Roofing Home Page CSS */
	.roofing-heading .elementor-heading-title:before{
		padding-right: 10px;
		font-size: 30px;
	}
}

/* ---------------------------------------------------------------------------------------------------------- */

/* Detailing Page CSS */

/* Header CSS */
.header-search-form .elementor-search-form .elementor-search-form__toggle {
	background: linear-gradient(90deg, #2979C0 0%, #34C2F8 100%);
	border-radius: 100px;
	transition: all 0.3s ease-in-out;
}

.header-search-form .elementor-search-form .elementor-search-form__toggle:hover {
	background: linear-gradient(90deg, #34C2F8 0%, #2979C0 100%);
	border-radius: 100px;
}

.detailing-header-menu .elementor-menu-toggle {
	background: linear-gradient(90deg, #2979C0 0%, #34C2F8 100%);
}

/* Footer CSS */
.detailing-footer-social-media .elementor-icon-box-icon a {
	border-color: #393939 !important;
}

.detailing-footer-contact ul li span.elementor-icon-list-text{
	background: linear-gradient(90deg, #2979C0 0%, #34C2F8 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Home CSS */

.detailing-explore-btn .elementor-button .elementor-button-text{
	position: relative;
}

.detailing-explore-btn .elementor-button .elementor-button-text:before,
.car-wash-price-table .elementor-price-table .elementor-price-table__footer a:before{
	content: '';	
	position: absolute;
	top: auto;
	left: 0;
	bottom: 3px;
	background: #FFF;
	width: 100%;
	height: 1px;
	transition: all 0.3s ease-in-out;
}

.detailing-explore-btn .elementor-button:hover .elementor-button-text:before{
	background: #000;
}

.detailing-service-img .elementor-widget-container img {
	aspect-ratio: 1 / 0.5;
	object-fit: cover;
}

.workshop-gallery-img1 a img{
	aspect-ratio: 1 / 0.6;
    object-fit: cover;
}

.workshop-gallery-img2 a img{
	aspect-ratio: 1 / 1.08;
    object-fit: cover;
}

.car-wash-price-table .elementor-price-table .elementor-price-table__feature-inner{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.car-wash-price-table .elementor-price-table .elementor-price-table__feature-inner svg{
	margin-right: 0;
	margin-left: 10px;
}

.car-wash-price-table .elementor-price-table .elementor-price-table__footer a{
	position: relative;
}

.car-wash-price-table .elementor-price-table .elementor-price-table__footer a:before{
	bottom: 2px;
}

.car-wash-price-table .elementor-price-table .elementor-price-table__footer a:hover:before{
	background: #34C2F8;
	
}


/* Price Listing */

.car-wash-price-table .elementor-price-table {
	padding: 30px;
}

.car-wash-price-table .elementor-price-table__price {
	justify-content: start;
}

.car-wash-price-table .elementor-price-table {
	text-align: left;
}

.car-wash-price-table .elementor-price-table__period {
	padding-top: 25px;
}

.car-wash-price-table .elementor-price-table__period img {
	padding-right: 10px;
}

.our-pricing-image .elementor-widget-container img{
	aspect-ratio: 1 / 0.5;
	object-fit: cover;
}

/* What Say Testimonial */

.what-say-testimonial .swiper-slide .elementor-testimonial__image{
	position: relative;
}

.what-say-testimonial .swiper-slide .elementor-testimonial__image:before{
	content: '';
	position: absolute;
	top: 6px;
	right: -6px;
	background: url("/wp-content/uploads/2024/05/car-quota-icon.svg")no-repeat center center;
	background-size: cover;
	width: 31px;
	height: 31px;
}

.what-say-testimonial .swiper-slide .elementor-testimonial__content .elementor-testimonial__text{
	background-color: #000;
	border-radius: 20px;
	padding: 80px 80px 40px;
	margin-top: -50px;
	position: relative;
    z-index: -1;
}

.what-say-testimonial .elementor-swiper-button {
	background-color: transparent;
	background-image: linear-gradient(90deg, #2979C0 0%, #34C2F8 100%);
	border-radius: 10px;
	align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
	transition: all 0.3s ease-in-out;
}

.what-say-testimonial .elementor-swiper-button:hover{
	background-image: linear-gradient(90deg, #34C2F8 0%, #2979C0 100%);
}

.what-say-testimonial .elementor-swiper-button.elementor-swiper-button-prev{
	left: -55px !important;
}

.what-say-testimonial .elementor-swiper-button.elementor-swiper-button-next{
	right: -55px !important;
}

.detailing-faq-style .e-n-accordion-item .e-n-accordion-item-title-icon span i{
	background: linear-gradient(90deg, #2979C0 0%, #34C2F8 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*  Detailing Blog */

.detailing-featured-img .elementor-widget-container img{
	aspect-ratio: 1 / 0.7;
	object-fit: cover;
}	

.detailing-featured-btn .elementor-button .elementor-button-text{
	background: linear-gradient(90deg, #2979C0 0%, #34C2F8 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.3s ease-in-out;
}

.detailing-featured-btn .elementor-button:hover .elementor-button-text{
	background: linear-gradient(90deg, #34C2F8 0%, #2979C0 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1420px){
	
	.what-say-testimonial .elementor-swiper-button.elementor-swiper-button-prev{
		left: -45px !important;
	}

	.what-say-testimonial .elementor-swiper-button.elementor-swiper-button-next{
		right: -45px !important;
	}
}

@media only screen and (max-width: 1380px){
	
	.what-say-testimonial .elementor-swiper-button.elementor-swiper-button-prev{
		left: -15px !important;
	}

	.what-say-testimonial .elementor-swiper-button.elementor-swiper-button-next{
		right: -15px !important;
	}
}

@media only screen and (max-width: 1024px){
	
	.what-say-testimonial .elementor-main-swiper{
		padding-bottom: 80px;
	}
	
	.what-say-testimonial .swiper-slide .elementor-testimonial__content .elementor-testimonial__text{
		padding: 70px 40px 40px;
	}
	
	.what-say-testimonial .elementor-swiper-button {
		top: calc(100% - 25px) !important;
	}
	
	.what-say-testimonial .elementor-swiper-button.elementor-swiper-button-prev{
		left: calc(50% - 65px) !important;
	}
	
	.what-say-testimonial .elementor-swiper-button.elementor-swiper-button-next{
		right: calc(50% - 65px) !important;
	}
}

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

	.testimonial-content .elementor-testimonial__content {
		padding: 60px 20px 30px;
	}
	
}

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

	.car-wash-price-table .elementor-price-table {
		padding: 20px;
	}
	
	.what-say-testimonial .elementor-main-swiper{
 		padding-bottom: 60px; 
	}
	
	.what-say-testimonial .swiper-slide .elementor-testimonial__image:before{
		width: 25px;
    	height: 25px;
	}
	
	.what-say-testimonial .swiper-slide .elementor-testimonial__content .elementor-testimonial__text{
		padding: 60px 20px 30px;
		margin-top: -40px;
	}
	
	.what-say-testimonial .elementor-swiper-button {
 		top: calc(100% - 20px) !important; 
		width: 40px;
		height: 40px;
	}
	
	.what-say-testimonial .elementor-swiper-button.elementor-swiper-button-prev{
 		left: calc(50% - 50px) !important; 
	}
	
	.what-say-testimonial .elementor-swiper-button.elementor-swiper-button-next{
		right: calc(50% - 50px) !important;
	}

}