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

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

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

.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: 6%; /* 0.84px */
	text-underline-offset: 20%; /* 4.2px */
	text-underline-position: from-font;
}

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

/* Section Title CSS */

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

.section-title h3.elementor-heading-title::before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    transform: translateY(-60%);
    background-color: var(--e-global-color-primary);
    mask-image: url("./images/icon-sub-heading.svg");
    mask-size: cover;
    width: 26px;
    height: 24px;	
}

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

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

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

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

.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: 38px !important;
}

.header-search-form .elementor-search-form .elementor-search-form__toggle {
	border-radius: 100px;
	transition: all 0.3s ease-in-out;
}

@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: 41px !important;
	}
}

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


/* 
 * Footer CSS 
 * */

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

.detailing-footer-social-media .elementor-icon-box-wrapper{
	align-items: center;
}

.years-experience{
	 animation: infiniterotate 20s infinite linear;
}

.years-experience-icon{
	height: var(--container-widget-width);
	transform: translate(-50%, -50%);
}

.years-experience-icon .elementor-widget-container{
	height: var(--container-widget-width);
	display: flex;
	align-items: center;
	justify-content: center;
}

@keyframes infiniterotate{
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}



/* Home CSS */

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

.experience-meet-img img{
	aspect-ratio: 1 / 0.88;
    object-fit: cover;
}

/* Price Listing */

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

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

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

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

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

.price-table .elementor-price-table .elementor-price-table__period{
	position: relative;
}

.price-table .elementor-price-table .elementor-price-table__period:before{
	content: '';
	position: absolute;
	top: auto;
	left: 0;
	bottom: 5px;
	background-color: var(--e-global-color-secondary);
	mask-image: url("./images/clock.svg");
	mask-position: center center;
	mask-size: contain;
	width: 16px;
	height: 16px;
}

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

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

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

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

.price-table .elementor-price-table__button{
	text-decoration-line: underline !important;
    text-decoration-style: solid !important;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 6% !important;
    text-underline-offset: 10%;
    text-underline-position: from-font;
}

.our-pricing-image img{
	aspect-ratio: 1 / 0.6;
	object-fit: cover;
}


/*  Detailing Blog */

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

.gallery-section .elementor-gallery__titles-container{
	margin-bottom: 60px !important;
    gap: 40px !important;
}

.gallery-section .elementor-gallery-title{
	padding: 0 15px !important;
    height: 35px !important;
}

.gallery-section .elementor-gallery-title:after{
	height: 2px;
}


@media only screen and (max-width: 1024px){
	
	.experience-meet-img img{
		aspect-ratio: 1 / 0.74;
	}
	
	.our-pricing-image .elementor-widget-container img{
		aspect-ratio: 1 / 0.71;
	}
	
	.gallery-section .elementor-gallery__titles-container{
		margin-bottom: 40px !important;
    	gap: 20px !important;
	}	
	
}

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

	.price-table .elementor-price-table {
		padding: 20px;
	}
	
	.our-pricing-image .elementor-widget-container img{
		aspect-ratio: 1 / 0.74;
	}
	
	.gallery-section .elementor-gallery__titles-container{
		margin-bottom: 30px !important;
    	gap: 10px !important;
	}

	.gallery-section .elementor-gallery-title{
		padding: 0 10px !important;
		height: 26px !important;
	}	
	
}


/*
 * Google Review CSS
 * */

#sb-reviews-container-1{
	filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.10));
}

.sbr-owl-stage{
	padding: calc( var(--column-gutter) / 2 ) 0 !important;
}

.sbr-owl-item{
	padding: calc( var(--column-gutter) / 2 ) !important;
}

.sb-post-item{
    padding: 30px;
}

.sb-post-item .sb-item-provider-icon{
    display: none;
}

.sb-post-item .sb-item-author-date-ctn{
	padding-right: 0 !important;
}

.sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn{
    align-items: center;
	gap: 10px;
}

.sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-author-img{
	width: 80px;
    min-width: 80px;
    height: 80px;
}

.sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-name-date .sb-item-author-name{
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight) !important;
    letter-spacing: 0px;
    margin: 0px !important;
}

.sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-name-date .sb-item-author-date{
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;    
    text-transform: none;
}

.sb-post-item .sb-item-rating{
    margin: 20px 0 !important;
}

.sb-post-item .sb-item-rating .sb-relative{
	line-height: 0;
}

.sb-post-item .sb-item-rating .sb-relative .sb-item-rating-ctn .sb-item-rating-icon svg{
    margin: 0 4px;
}

.sb-post-item .sb-item-text{
    color: var(--e-global-color-text) !important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.sb-post-item .sb-item-text a{
	color: inherit;
}

.sbr_carousel .sbr-owl-nav > div{
	--google-review-arrow: -100px;
	top: 50%;
    left: var(--google-review-arrow);
	display: flex;
    align-items: center;
    justify-content: center;
    background: var(--e-global-color-text);
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: 16px auto !important;
	color: var(--e-global-color-secondary);
    padding: 0;
    margin: 0;
	width: 50px;
    height: 50px;
    transform: translateY(-50%) !important;
	transition: all 0.3s ease-in-out;
}

.sbr_carousel .sbr-owl-nav > div:hover{
	color: var(--e-global-color-primary);
}

.sbr_carousel .sbr-owl-nav > div svg{
	width: 20px;
    height: 20px;
}

.sbr_carousel .sbr-owl-nav > .sbr-owl-next{
	left: auto;
	right: var(--google-review-arrow);
}

.sbr_carousel:hover .sbr-owl-nav > div{
	background: var(--e-global-color-text);
    box-shadow: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

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

	.sbr_carousel .sbr-owl-nav > div{
		--google-review-arrow: -50px;
	}
}

@media only screen and (max-width: 1440px){
	
	.sbr_carousel{
		padding-bottom: 80px;
	}
	
	.sbr_carousel .sbr-owl-nav > div{
		--google-review-arrow: calc(50% - 60px);
		top: auto;
		bottom: 0;
		transform: translateY(0) !important;
	}
}

@media only screen and (max-width: 1024px) {
	
	/* Google Review Testimonial CSS */
	
	.sbr_carousel{
		padding-bottom: 60px;
	}
	
	 #sb-reviews-container-1{
		--column-gutter: 20px;
	}
	
	.sb-post-item{
		padding: 15px;
	}
	
	.sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-author-img{
		width: 60px;
    	min-width: 60px;
    	height: 60px;
	}
	
	.sb-post-item .sb-item-rating{
		margin: 20px 0 !important;
	}

	.sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-name-date .sb-item-author-name{
        font-size: 18px !important;
    }

    .sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-name-date .sb-item-author-date{
        font-size: 14px !important;
	}	

	.sbr_carousel .sbr-owl-nav > div{
		--google-review-arrow: calc(50% - 60px);
	}
	
}

@media only screen and (max-width: 767px) {
	
	/* Google Review Testimonial CSS */
	
	.sbr_carousel{
		padding-bottom: 50px;
	}
	
	.sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-author-img{
		width: 50px;
    	min-width: 50px;
    	height: 50px;
	}
	
	.sb-post-item .sb-item-rating{
		margin: 15px 0 !important;
	}	

	.sbr_carousel .sbr-owl-nav > div{
		--google-review-arrow: calc(50% - 50px);
		width: 40px;
    	height: 40px;
		background-size: 14px auto !important;
	}
	
	.sbr_carousel .sbr-owl-nav > div svg{
		width: 16px;
		height: 16px;
	}
}


/*
 * Instagram CSS
 * */

#sb_instagram .sbi-header{
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-style: var(--e-global-typography-primary-font-style);
    line-height: var(--e-global-typography-primary-line-height);
    color: var(--e-global-color-primary) !important;
	text-align: center;
	padding: 0 0 40px;
}

#sb_instagram .sbi_info .sbi_caption_wrap .sbi_expand a{
	color: inherit;
}

#sb_instagram .sbi_follow_btn a{
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: 16px;
    font-weight: var(--e-global-typography-accent-font-weight);
	background-color: var(--e-global-color-accent);
	border-radius: 10px;
    padding: 15px 30px;
}

@media only screen and (max-width: 1024px){
	
	#sb_instagram .sbi-header{
		padding: 0 0 20px;
	}
	
}



