/* 
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-330beae);
	--green-color: var(--e-global-color-2f31f64);
	--purple-color: var(--e-global-color-e7a97dc);
	--red-color: var(--e-global-color-a5f1589);
	--black-color: var(--e-global-color-secondary);
	--dark-color: var(--e-global-color-e40ff02);
}

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

figure,
.elementor-widget-image-carousel .swiper .swiper-slide 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 */

.btn-underline .elementor-button{
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: 6%;
	text-underline-offset: 30%;
	text-underline-position: from-font;
	background-image: none;
}

.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;
}

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

/* Icon & Images Box CSS */
.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;
}

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

@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;
	}
}

/* 
 * Header CSS 
 * */

body .site-header,
body.hello-elementor-default .elementor-location-header,
body.elementor-editor-active .elementor-location-header,
body.elementor-template-full-width .elementor-location-header{
	background-color: var(--e-global-color-secondary);
}

.main-header.elementor-sticky{
	transition: all 0.3s ease-in-out
}

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

.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;
}

.detailing-header-menu .elementor-nav-menu--layout-horizontal > ul > li > a:hover,
.detailing-header-menu .elementor-nav-menu--layout-horizontal > ul > li > a:focus{
	font-weight: 600 !important;
}

.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: 150px;
	}
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
		margin-top: 23px !important;
	}	
	
	.header-search-btn .e-font-icon-svg-container{
		width: 30px !important;
		height: 30px !important;
	}
}


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

.detailing-footer-social-media:hover .elementor-icon-box-icon a{
	border-color: #000 !important;
}

.footer-get-started-circle{
	max-width: 120px;
	animation: infiniterotate 25s infinite linear;
}

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

/* Home CSS */

.home-service-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title{
/* 	padding-left: 20px !important; */
/* 	border-left: 1px solid rgb(from var(--white-color) r g b / 24%); */
}

.detailing-service-img .elementor-widget-container img {
	aspect-ratio: 1 / 1.1;
	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;
}

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

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

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

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

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

/* Price Listing */

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

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

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

.home-price-table .elementor-price-table__period {
	position: relative;
	padding-top: 25px;
	padding-left: 30px;
}

.home-price-table .elementor-price-table__period:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: auto;
	bottom: auto;
	background: var(--white-color);
	mask-image: url("./images/icon-hours.svg");
	mask-repeat: no-repeat;
	mask-size: cover;
	width: 20px;
	height: 20px;
	transform: translate(0px, 3px);
}

.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: var(--e-global-color-secondary);
	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-color: var(--e-global-color-accent);
	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-color: var(--e-global-color-secondary);
}

.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;
}

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

.faq-img-2 img{
	aspect-ratio: 1 / 1.05;
	object-fit: cover;
	transform: rotate(-13deg);
}

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

.blog-post-img img{
	aspect-ratio: 1 / 0.7;
	object-fit: cover;
}

/* Gravity Form */
#gform_submit_button_1 {
  background-color: var(--e-global-color-accent) !important; 
  border: 2px solid #000 !important;    
  border-radius: 8px !important;      
  color: #fff !important;              
  padding: 12px 28px !important;        
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer;
  transition: all 0.3s ease !important;
}

/* Hover effect */
#gform_submit_button_1:hover {
  background-color: #b00014 !important; /* darker hover */
  border-color: #000 !important;
  transform: translateY(-1px);
}

/* Optional - center the button if needed */
#gform_wrapper_1 .gform_footer {
  text-align: center;
}

/* company-logo */
.company-logo .swiper-slide{
	background: var(--white-color);
    padding: 10px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}

.company-logo .swiper .swiper-wrapper{
	-webkit-transition-timing-function:linear!important;
	transition-timing-function:linear!important; 
}

.company-logo .swiper-slide img{
	width: 100%;
	height: 90px;
	object-fit: contain;
}

@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){
	
	.home-about-img{
		height: 100%;
	}
	
	.hero-section .elementor-background-video-hosted {
		-o-object-fit: contain;
		object-fit: contain;
		-o-object-position: top center;
		object-position: top center;
	}
	
	
	.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;
	}
	
	.faq-img img{
		aspect-ratio: 1 / 0.85;
	}
	
	.faq-img-2 img{
		transform: rotate(-10deg);
	}
	
	.company-logo .swiper-slide{
		height: 120px;
	}

	.company-logo .swiper-slide img{		
		height: 90px;	
	}
}

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

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

@media only screen and (max-width: 767px) {
	
	.hero-section .elementor-background-video-hosted {
		-o-object-fit: contain;
		object-fit: fill;
		-o-object-position: top center;
		object-position: top center;
		object-view-box: inset(12% 25% 0% 25%);
	}
	
	.home-service-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title{
/* 		padding-left: 10px !important; */
	}
	
	.detailing-service-img .elementor-widget-container img {
		aspect-ratio: 1 / 0.8;
	}

	.home-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;
	}
	
	.faq-img img{
		aspect-ratio: 1 / 1.05;
	}
	
	.company-logo .swiper-slide{
		height: 90px;
	}

	.company-logo .swiper-slide img{		
		height: 60px;	
	}
}