/* 
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-0306297);
	--accent-color: var(--e-global-color-556ea82);
	--divider-color: var(--e-global-color-7f3afbe);
	overflow-x: clip;
}

body.elementor-editor-active .elementor-element.top-bottom-shape ul.elementor-editor-container-settings,
body.elementor-editor-active .elementor-element.financing-form-tab .e-n-tabs-content > div.e-con .elementor-element-overlay ul{
	left: auto;
    right: 0;
}

.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,
.elementor-widget-woocommerce-breadcrumb nav.woocommerce-breadcrumb{
    margin-bottom: 0;
}

.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{
	clip-path: polygon(calc(0% + 22px) 0%, 100% 0%, calc(100% - 22px) 100%, 0% 100%);
    transition: all 0.3s ease-in-out;
}

.elementor-widget-button .elementor-button:hover,
.elementor-widget-button .elementor-button:focus{
	background-color: transparent;
}

.no-bg.elementor-widget-button .elementor-button{
	clip-path: unset;
}

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

.elementor-widget-button .elementor-button:before,
.elementor-widget-button .elementor-button:after{
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	background-color: var(--e-global-color-primary);
	transform: skew(20deg);
	transition: all 0.5s;
	overflow: hidden;
	z-index: -1;
}

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

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

.elementor-widget-button .elementor-button:before{
	left: -10px;
	right: auto;
}

.elementor-widget-button .elementor-button:after{
	right: -10px;
	left: auto;
}

.elementor-widget-button .elementor-button:hover:before,
.elementor-widget-button .elementor-button:hover:after,
.elementor-widget-button .elementor-button:focus:before,
.elementor-widget-button .elementor-button:focus:after{
	width: 58%;	
}

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

.underline-btn .elementor-button .elementor-button-content-wrapper .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;
}

/* 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 p.elementor-heading-title {
    display: inline-block;
    position: relative;
    padding: 7px 30px;
	clip-path: polygon(calc(0% + 10px) 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
}

.section-title p.elementor-heading-title:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, var(--e-global-color-accent) 0%, transparent 80%);
	width: 100%;
	height: 100%;
	z-index: -1;
}

.white-title.section-title p.elementor-heading-title:before{
	background: linear-gradient(90deg, var(--white-color) 0%, transparent 80%);
}

/* h3 version */
.section-title h3.elementor-heading-title {
    display: inline-block;
    position: relative;
    padding: 7px 30px;
	clip-path: polygon(calc(0% + 10px) 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
}

.section-title h3.elementor-heading-title:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, var(--e-global-color-accent) 0%, transparent 80%);
	width: 100%;
	height: 100%;
	z-index: -1;
}

.white-title.section-title h3.elementor-heading-title:before{
	background: linear-gradient(90deg, var(--white-color) 0%, transparent 80%);
}



/* Top-Bottom Shape */
.top-bottom-shape{
	clip-path: polygon(65px 0%, 100% 0, 100% calc(100% - 65px), calc(100% - 65px) 100%, 0 100%, 0 65px);
}

/* Page Header Breadcrumbs CSS */
.page-breadcrumbs ul li:after{
	transform: rotate(15deg);
}

/* Icon Box Hover CSS */
.icon-box-hover .elementor-icon-box-wrapper .elementor-icon{
	position: relative;
}

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

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

/* Column CSS */

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

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

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

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
	color: var(--e-global-color-primary);
}

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

@media only screen and (max-width: 767px) {
	
	.br-mobile-none br{
		display: none;
	}
	
	.elementor-widget-button .elementor-button{
		clip-path: polygon(calc(0% + 20px) 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
		transition: all 0.3s ease-in-out;
	}
	
	.top-bottom-shape{
		clip-path: polygon(40px 0%, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
	}
	
	.column-2 ul li,
	.column-3 ul li{
		width: 100%;
	}
}

/* 
 * Header CSS 
 * */

.header-top-bar:before{
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	clip-path: polygon(0 0, 100% 0, 100% 100%, calc(0% + 30px) 100%);
	width: 31.771vw;
	height: 50px;
}

.header-menu-container{
	overflow-x: clip;
}

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

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

.main-header.elementor-sticky.elementor-sticky--effects .header-logo-container{
	--padding-top: 0;
	--padding-bottom: 0;
}

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

/* Mega Menu */
.header-menu ul.mega-menu:before{
	content: '';
	position: absolute;
	display: block !important;
	top: 0;
	right: calc((100vw - 1320px) / -2 + -2px);
	bottom: 0;
	width: calc((100vw - 1340px) / 2 + 12px);
	background-color: var(--e-global-color-accent);
	clip-path: polygon(0 0, 100% 0, 100% 100%, calc(0% + 30px) 100%);
	height: 100%;
}

.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mobile-menu{
	display: none !important;
}

.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li,
.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li a{
	position: relative;
}

.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li:not(:last-child):before{
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: auto;
	right: 0;
	background-color: #41403E;
	width: 1px;
	height: 14px;
	transform: translateY(-50%);
}

/* .header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li > a:after{
	content: '';
	position: absolute;
	display: block;
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	background-color: var(--white-color);
	width: 0;
	height: 1px;
	transform: translateY(-8px);
	transition: all 0.3s ease-in-out;
} */

.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-current-menu-item a:after,
.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li a:hover:after{
/* 	left: 0;
	width: 100%; */
}

/* Menu Visiable Css */
.header-menu ul li.mega-menu-visiable ul{
    opacity: 1 !important;
	visibility: visible !important;
}

.header-menu .mega-menu-wrap > ul > li > ul{
/* 	margin-top: 28px !important; */
	box-shadow: 0px 0px 5px 2px rgb(from var(--e-global-color-primary) r g b / 5%) !important;
}

.header-menu .mega-menu-wrap > ul > li.mega-menu-flyout > ul li.mega-current-menu-item a{
	background-color: var(--e-global-color-accent) !important;
}

.header-menu .mega-menu-wrap > ul > li.mega-current-menu-item > a{
	mix-blend-mode: difference;
}

/* Mega Menu Templated CSS */
.mega-menu-img-container .elementor-widget-image-box .elementor-image-box-img img{
	height: 66px;
	object-fit: contain;
}

.mega-menu-img-container .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title{
	margin-bottom: 0;
	transition: all 0.1s ease-in-out;
}

.mega-menu-img-container .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title a{
	text-decoration: none !important;
	transition: all 0.3s ease-in-out;
}

.mega-menu-img-container .elementor-widget-image-box:hover .elementor-image-box-content .elementor-image-box-title{
	color: var(--e-global-color-accent) !important;
}

.mega-menu-img-container .elementor-widget-image-box:has(.elementor-image-box-img a:hover) .elementor-image-box-content .elementor-image-box-title a,
.mega-menu-img-container .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title a:hover{
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: 15%;
	text-underline-offset: 20%;
	text-underline-position: from-font;
}

@media only screen and (max-width: 1321px) {
	
	.header-menu ul.mega-menu:before{
		right: calc((100vw - 1250px) / -2 + -2px);
		width: calc((100vw - 1250px) / 2 + 12px);
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
		font-size: 15px;
	}
	
}

@media only screen and (max-width: 1240px) {
	
	.header-menu ul.mega-menu:before{
		display: none !important;
		right: 0;
		width: 0;
	}
	
	.header-menu .mega-menu-wrap > ul > li.mega-menu-flyout > ul{
		left: auto;
		right: 0;
	}
}

@media only screen and (max-width: 1024px) {
	
	/* Elementor Menu CSS */
	.main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
		margin-top: 28px !important;
	}
	
	/* Mega Menu CSS */
	.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mobile-menu{
		display: block !important;
	}
	
	/* Mega Menu Toggle CSS */
	.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;
	}
	
	/* Mega Menu Menu CSS */
	.header-menu #mega-menu-wrap-menu-1{
		float: right;
	}
	
	.header-menu ul.mega-menu{
		margin-top: 35px !important;
		max-height: calc(100vh - 200px) !important;
		overflow: auto !important;
		filter: drop-shadow(0px 10px 5px rgb(from var(--e-global-color-text) r g b / 10%));
	}
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-menu ul.mega-menu{
		margin-top: 21px !important;
	}
	
	.header-menu .mega-menu-wrap > ul > li > ul{
		margin-top: 0 !important;
		box-shadow: none !important;
		filter: none !important;	
	}	
	
	.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li:not(:last-child):before{
		display: none;
	}
	
	.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover,
	.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus{
		color: var(--e-global-color-primary);
		background: var(--e-global-color-accent);
	}
	
	.header-menu .mega-menu-wrap > ul > li.mega-current-menu-item > a{
		mix-blend-mode: initial;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
		font-size: 16px;
	}
	
	.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link{
		display: flex;
		padding: 0 20px;
	}
	
	.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item> ul li a.mega-menu-link{
		padding: 0 30px !important;
	}
	
	/* Template CSS */
	.header-menu ul.mega-menu li > ul.mega-sub-menu .service-menu-list-wrapper{
		box-shadow: none;
	}

}

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

/*
 * 	Footer CSS
 * */

.footer-menu ul li{
	position: relative;
	padding-left: 20px;
}

.footer-menu ul li:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: auto;
	bottom: auto;
	background: var(--e-global-color-accent);
	border-radius: 50%;
	width: 6px;
	height: 6px;
	transform: translate(0, -50%);
}

.working-hours-list ul li span{
	display: flex !important;
	gap: 10px;
}

.working-hours-list ul li .elementor-icon-list-text span{
	color: var(--e-global-color-accent);
}

.working-hours-list ul li span cite{
	font-style: normal;
	width: 90px;
	display: flex;
}

@media only screen and (max-width: 1024px) {
	
	.footer-contact-info ul li span br{
		display: none;
	}
}

/*
 * 	Home Page CSS
 * */

.product-cta .elementor-button{
	position: relative;
	clip-path: polygon(calc(0% + 30px) 0%, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
    transition: all 0.3s ease-in-out;
}

.product-cta .elementor-button:hover,
.product-cta .elementor-button:focus{
	background-color: transparent;
}

.product-cta .elementor-button:before,
.product-cta .elementor-button:after{
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	background-color: var(--white-color);
	transform: skew(20deg);
	transition: all 0.5s;
	overflow: hidden;
	z-index: -1;
}

.product-cta .elementor-button:before{
	left: -10px;
	right: auto;
}

.product-cta .elementor-button:after{
	right: -10px;
	left: auto;
}

.product-cta .elementor-button:hover:before,
.product-cta .elementor-button:hover:after,
.product-cta .elementor-button:focus:before,
.product-cta .elementor-button:focus:after{
	width: 58%;	
}

@media only screen and (min-width: 1025px){

	.product-cta .elementor-cta .elementor-cta__description,
	.product-cta .elementor-cta .elementor-cta__button-wrapper{
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		visibility: hidden;
		transition: max-height 0.6s ease-in-out, visibility 0.8s, opacity 0.8s ease-in-out;
	}
	
	.product-cta .elementor-cta .elementor-cta__description{
		padding-bottom: 20px;
	}

	.product-cta .elementor-cta:hover .elementor-cta__description,
	.product-cta .elementor-cta:hover .elementor-cta__button-wrapper,
	.product-cta.active .elementor-cta .elementor-cta__description,
	.product-cta.active .elementor-cta .elementor-cta__button-wrapper{
		max-height: 110px;
		opacity: 1;
		visibility: visible;
	}

	.product-cta .elementor-cta:hover .elementor-cta__content{
		padding-bottom: 30px;
	}
	
}

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

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

.about-img-heading .elementor-widget-container{
	clip-path: polygon(calc(0% + 20px) 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
}

.home-categories-box .elementor-widget-container{
	position: relative;
	clip-path: polygon(calc(100% - 40px) 0, 100% calc(0% + 40px), 100% 100%, 0 100%, 0 0);
}

.home-categories-box .elementor-widget-container:before{
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--e-global-color-accent);
	width: 100%;
	height: 0%;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.home-categories-box:hover .elementor-widget-container:before{
	height: 100%;
}

.home-categories-img-1 img{
	aspect-ratio: 1 / 0.585;
	object-fit: cover;
}

.home-categories-img-2{
	clip-path: polygon(30px 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
}

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

.benefits-img-box .elementor-icon-box-wrapper{
	align-items: center;
    justify-content: center;
}

.benefits-img-box .elementor-icon-box-icon .elementor-icon svg{
	height: auto;
}

.benefits-img-box .elementor-icon-box-wrapper .elementor-icon-box-content{
	flex-grow: 0;
}

.home-blog-loop .blog-loop-item .blog-loop-date{
	display: none;
	opacity: 0;
	visibility: hidden;
}

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

	.home-about-img img{
		aspect-ratio: 1 / 1.05;
	}
	
	.home-categories-img-1 img{
		aspect-ratio: 1 / 0.5;
	}
	
	.home-categories-img-2 img{
		aspect-ratio: 1 / 1.1;
	}

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

@media only screen and (max-width: 767px){
	
	.home-about-img img,
	.home-about-img-2 img{
		aspect-ratio: 1 / 1.35;
	}
	
	.about-img-heading{
		position: initial !important;
	}
	
	.product-cta .elementor-button{
		clip-path: polygon(calc(0% + 20px) 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
	}
}

/*
 * About Us CSS
 * */

.about-img-box:before{
	clip-path: polygon(85px 0%, 100% 0, 100% calc(100% - 85px), calc(100% - 85px) 100%, 0 100%, 0 85px);
}

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

.about-img .elementor-widget-container:after{
	content: "";
    position: absolute;
    top: -8px;
    right: 0;
    left: 12px;
    bottom: 0;
    background: var(--white-color);
    clip-path: polygon(63px 0%, 100% 0, 100% calc(100% - 63px), calc(100% - 63px) 100%, 0 100%, 0 63px);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    z-index: -1;
}

.about-img img{
	aspect-ratio: 1 / 1.08;
	object-fit: cover;
	object-position: right;
	clip-path: polygon(65px 0%, 100% 0, 100% calc(100% - 65px), calc(100% - 65px) 100%, 0 100%, 0 65px);
}

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

.about-our-story-box .elementor-widget-container{
	position: relative;
	z-index: 1;
}

.about-our-story-box .elementor-widget-container:before{
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--e-global-color-accent);
	width: 100%;
	height: 0;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.about-our-story-box:hover .elementor-widget-container:before{
	height: 100%;
}

.about-story-tab .e-n-tabs .e-n-tabs-heading{
	padding-top: 250px;
}

.about-story-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title{
	clip-path: polygon(25px 0%, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
	width: 80%;
}

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

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

@media only screen and (max-width: 1024px) {
	
	.home-tab-content-section{
		position: initial;
	}
	
	.about-achievement-section{
		background: linear-gradient(180deg, var( --e-global-color-primary ) 30%, var( --e-global-color-a0cb6fd ) 0%) !important;
	}
}

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

	.about-img-box:before{
		clip-path: polygon(60px 0%, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%, 0 60px);
	}
	
	.about-img img{
		clip-path: polygon(40px 0%, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);	
	}
	
	.about-img .elementor-widget-container:after{
		top: -8px;
		left: 8px;
		clip-path: polygon(43px 0%, 100% 0, 100% calc(100% - 43px), calc(100% - 43px) 100%, 0 100%, 0 43px);	
		width: 100%;
		height: 100%;
	}
	
	.counter-text .elementor-counter-number-wrapper{
		flex: 0.5;
	}
	
	.about-img-box .elementor-image-box-wrapper{
		display: flex;
	}
	
	.about-img-box .elementor-image-box-wrapper figure{
		margin-right: 20px !important;
	}
	
	.about-achievement-section{
		background: linear-gradient(180deg, var( --e-global-color-primary ) 9%, var( --e-global-color-a0cb6fd ) 0%) !important;
	}
}


/*
 * Service Department CSS
 * */

.service-about-img{
	clip-path: polygon(40px 0%, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
}

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

.service-installation{
	z-index: 1;
}

.service-installation:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	backdrop-filter: blur(10px);
	width: 100%;
	height: 100%;
	z-index: -1;
}

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

.service-maintenance-box{
	clip-path: polygon(40px 0%, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 40px);
}

.service-maintenance-box .elementor-widget-container{
	position: relative;
	z-index: 1;
}

.service-maintenance-box .elementor-widget-container:before{
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--e-global-color-accent);
	width: 100%;
	height: 0;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.service-maintenance-box:hover .elementor-widget-container:before{
	height: 100%;
}

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

@media only screen and (max-width: 767px) {
	
	.service-about-img img{
		aspect-ratio: 1 / 1.05;
	}
	
	.service-maintenance-img img{
		aspect-ratio: 1 / 1.05;
	}	
}

/*
 * Parts Department CSS
 * */

.part-department-about-img img{
	aspect-ratio: 1 / 1.23;
	object-fit: cover;
}

.part-department-about-img-2 img{
	aspect-ratio: 1 / 1.39;
	object-fit: cover;
}

@media only screen and (max-width: 767px) {
	
	.part-department-about-img-2 img{
		aspect-ratio: 1 / 1.2;
	}	
	
	.part-department-about-img img{
		aspect-ratio: 1 / 1.1;
	}
}


/*
 * Financing CSS
 * */

.financing-apply-today{
	clip-path: polygon(0 0%, 100% 0, 100% calc(100% - 65px), calc(100% - 65px) 100%, 0 100%, 0 0);
}

.financing-faq .e-n-accordion-item{
	clip-path: polygon(25px 0%, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
}

.rental-requirements-section{
	counter-reset: section;
}

.rental-requirements-box{
	counter-increment: section;
}

.rental-requirements-box .elementor-icon-box-wrapper{
	position: relative;
	padding-left: 70px;
}

.rental-requirements-box .elementor-icon-box-wrapper:before{
	content: "0" counter(section) " ";
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	font-family: var(--e-global-typography-secondary-font-family);
	font-size: 25px;
	font-weight: var(--e-global-typography-primary-font-weight);\
	line-height: var(--e-global-typography-primary-line-height);
	color: var(--e-global-color-primary);
	background: var(--e-global-color-accent);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
}

.rental-accessory-list ul li .elementor-icon-list-text{
	display: flex;
	justify-content: space-between;
	width: 100%;
	gap: 10px;
}

.rental-accessory-list ul li .elementor-icon-list-text strong,
.rental-accessory-list ul li .elementor-icon-list-text b{
	font-weight: 600;
}

.financing-form-tab .e-n-tabs-heading .e-n-tab-title{
	position: relative;
	min-height: 60px;
}

.financing-form-tab .e-n-tabs-heading .e-n-tab-title:before{
	content: '';
	position: absolute;
	top: auto;
	left: 50%;
	bottom: -11.5px;
	background-color: transparent;
	width: 26px;
	height: 12px;
	clip-path: path('M0 0H26L12.9998 12L0 0Z');
	transition: all 0.3s ease-in-out;
	transform: translateX(-50%);
}

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

.financing-form-tab .e-n-tabs-content{
	clip-path: polygon(40px 0%, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
}


@media only screen and (max-width: 1024px) {
	
	.rental-requirements-box .elementor-icon-box-wrapper{
		padding-top: 70px;
		padding-left: 0;
	}
	
	.financing-form-tab .e-n-tabs-heading .e-n-tab-title{
		min-height: 50px;
	}
	
}

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

	.financing-form-tab .e-n-tabs-content{
		clip-path: polygon(30px 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
	}
	
}

/*
 * Trailer Rentals CSS
 * */



/*
 * 	Location Page CSS
 * */

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

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

.location-features-img img{
	aspect-ratio: 1 / 0.84;
}

.location-features-cta .elementor-cta__content .elementor-cta__button-wrapper .elementor-cta__button{
	position: relative;
	clip-path: polygon(calc(0% + 30px) 0%, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
}

.location-features-cta .elementor-cta__content .elementor-cta__button-wrapper .elementor-cta__button:before,
.location-features-cta .elementor-cta__content .elementor-cta__button-wrapper .elementor-cta__button:after{
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	background-color: var(--e-global-color-primary);
	transform: skew(20deg);
	transition: all 0.5s;
	overflow: hidden;
	z-index: -1;
}

.location-features-cta .elementor-cta__content .elementor-cta__button-wrapper .elementor-cta__button:before{
	left: -10px;
	right: auto;
}

.location-features-cta .elementor-cta__content .elementor-cta__button-wrapper .elementor-cta__button:after{
	right: -10px;
	left: auto;
}

.location-features-cta .elementor-cta__content .elementor-cta__button-wrapper .elementor-cta__button:hover:before,
.location-features-cta .elementor-cta__content .elementor-cta__button-wrapper .elementor-cta__button:hover:after,
.location-features-cta .elementor-cta__content .elementor-cta__button-wrapper .elementor-cta__button:focus:before,
.location-features-cta .elementor-cta__content .elementor-cta__button-wrapper .elementor-cta__button:focus:after{
	width: 58%;	
}

.location-features-cta-box{
	clip-path: polygon(0 0%, 100% 0, 100% calc(100% - 65px), calc(100% - 65px) 100%, 0 100%, 0 0);
}

.location-delivery-circle .elementor-widget-container{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: var(--container-widget-width) !important;
}

.location-delivery-circle .elementor-widget-container:before{
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: 1px dashed var(--white-color);
	border-radius: 50%;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}

.location-our-story-box .elementor-icon-box-wrapper .elementor-icon-box-icon{
	position: absolute;
}

.location-our-story-box .elementor-icon-box-content .elementor-icon-box-title{
	padding-left: 55px;
}

.location-our-story-img img{
	aspect-ratio: 1 / 1.46;
	object-fit: cover;
}

.location-our-story-counter .elementor-widget-container{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: var(--container-widget-width) !important;
	z-index: 1;
}

.location-our-story-counter .elementor-widget-container:before{
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: 2px dashed var(--white-color);
	border-radius: 50%;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	z-index: -1;
}

.location-our-story-counter-white.location-our-story-counter .elementor-widget-container:before{
	border-color: var(--e-global-color-accent);
}

.location-our-story-counter .elementor-counter-title{
    text-align: center;
}

.location-work-process{
	counter-reset: section;
}

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

.location-work-process-box:before{
	content: "";
    position: absolute;
    right: 0;
    left: auto;
    bottom: auto;
    background: var(--e-global-color-accent);
    mask-image: url(./images/location-work-process-arrow.svg);
    mask-size: 100%;
    mask-repeat: no-repeat;
    width: 140px;
    height: 40px;
    transform: translate(75px, 125px);
    z-index: 1;
}

.location-work-process-box:last-child:before{
	display: none;
}

.location-work-process-box .elementor-widget-container{
	position: relative;
	display: flex;
	align-items: end;
	min-height: 385px;
	clip-path: polygon(40px 0%, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
}

.location-work-process-box .elementor-widget-container:before{
	content: "0" counter(section) " ";
	position: absolute;
	top: 30px;
	left: 30px;
	right: auto;
	bottom: auto;
	font-size: 80px;
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: var(--e-global-typography-primary-font-weight);
	line-height: var(--e-global-typography-primary-line-height);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgb(from var(--e-global-color-primary) r g b / 30%);
	background: transparent;
	color: transparent;
	width: auto;
	height: auto;
}

.location-free-quote-box{
	clip-path: polygon(40px 0%, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
}

.location-free-quote-img{
	clip-path: polygon(40px 0%, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
}

.location-free-quote-img img{
	aspect-ratio: 1 / 0.63;
	object-fit: cover;
}

@media only screen and (max-width: 1024px) {
	
	.location-about-img img{
		aspect-ratio: 1 / 0.75;
	}
	
	.location-about-img-2 img{
		aspect-ratio: 1 / 0.75;
	}
	
	.location-our-story-box .elementor-icon-box-content .elementor-icon-box-title{
		margin-top: 10px;	
	}
	
	.location-our-story-img img{
		aspect-ratio: 1 / 0.95;
		object-position: top;
	}
	
	.location-work-process-box:before{
		display: none;	
	}
	
	.location-work-process-box .elementor-widget-container{
		min-height: auto;
	}
	
	.location-work-process-box .elementor-widget-container:before{
		top: 20px;
		left: auto;
		right: 20px;
		font-size: 60px;
	}
}

@media only screen and (max-width: 767px) {
	
	.location-about-img img{
		aspect-ratio: 1 / 0.95;
	}
	
	.location-about-img-2 img{
		aspect-ratio: 1 / 0.95;
	}
	
	.location-our-story-img img{
		aspect-ratio: 1 / 1.05;	
	}
}

/*
 * Blog List(Archive) CSS
 * */

/* Blog Loop Item CSS */
.blog-loop-item .blog-feature-image img{
    aspect-ratio: 1 / 0.78;
	object-fit: cover;	
}

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

.blog-loop-grid .elementor-pagination .page-numbers.prev{
	background-image: url("./images/arrow-prev.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
}

.blog-loop-grid .elementor-pagination .page-numbers.next{
	background-image: url("./images/arrow-next.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
}

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

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

@media only screen and (max-width: 767px) {
	
	.blog-loop-grid .elementor-pagination .page-numbers{
		width: 35px;
   		height: 35px;
	}
	
	.blog-loop-grid .elementor-pagination .page-numbers.next{
		background-size: 16px auto;
	}
	
}

/*
 * Author Archive CSS
 * */

/* Author Info CSS */

.author-avatar img{
	width: 100%;
	aspect-ratio: 1 / 0.66;
    object-fit: cover;
    object-position: center;
	clip-path: polygon(45px 0%, 100% 0, 100% calc(100% - 45px), calc(100% - 45px) 100%, 0 100%, 0 45px);
}

.author-social-media{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 30px;
	padding: 0;
    margin: 0;
}

.author-social-media li{
	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: var(--e-global-typography-text-line-height);
    color: var(--e-global-color-text);
}

.author-social-media li a{
	display: block;
	position: relative;
	padding-left: 35px;
	color: inherit;
}

.author-social-media li a:before{
	content: '\f39e';
	position: absolute;
	top: 50%;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
    font-family: 'Font Awesome 5 Brands';
    font-size: 14px;
    font-weight: 400;
	line-height: 1em;
	background-color: var(--e-global-color-accent);
	color: var(--e-global-color-primary);
	width: 25px;
	height: 25px;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}

.author-social-media li a:hover:before{
	color: var(--e-global-color-accent);
	background-color: var(--e-global-color-primary);
}

.author-social-media li.instagram a:before{
	content: '\f16d';
}

.author-social-media li.linkedin a:before{
	content: '\f0e1';
}

.author-social-media li.youtube a:before{
	content: '\f167';
}

/* Author Featured Post CSS */
.featured-blog-wrap .featured-blog-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

.featured-blog-box .featured-blog-img-wrap{
	width: calc(49% - 15px);
}

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

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

.featured-blog-box .featured-blog-body{
	width: calc(51% - 15px);
}

.featured-blog-body .blog-meta{
	margin-bottom: 20px;
}

.featured-blog-body .blog-meta ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.featured-blog-body .blog-meta ul li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	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: uppercase;
    font-style: var(--e-global-typography-text-font-style);
    line-height: var(--e-global-typography-text-line-height);
	color: var(--e-global-color-text);
}

.featured-blog-body .blog-meta ul li .date-icon{
	line-height: 0;
}

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

.featured-blog-body .blog-title h1{
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: 25px;
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    line-height: 1.2em;
    color: var(--e-global-color-primary);
}

.featured-blog-body .blog-title {
	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: var(--e-global-typography-text-line-height);
}

/* Author Post Loop CSS */ 
.author-blog-loop.blog-loop-grid .blog-loop-item .blog-loop-excerpt{
	display: none;
	opacity: 0;
	visibility: hidden;
}

@media only screen and (max-width: 1024px) {
	
	.featured-blog-box .featured-blog-img-wrap,
	.featured-blog-box .featured-blog-body{
		width: 100%;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.featured-blog-wrap .featured-blog-box{
		gap: 20px;
	}
	
	.author-social-media li{
		width: calc(50% - 5px);
	}
	
	.featured-blog-box .featured-blog-image img{
		aspect-ratio: 1 / 0.8;
	}
	
	.featured-blog-body .blog-meta{
		margin-bottom: 10px;
	}
	
	.author-social-media{
		gap: 10px;
	}	
	
}

/*
 * Blog Single CSS
 * */

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

.post-entry p b,
.post-entry p strong,
.post-entry ul li strong{
	color: var(--e-global-color-primary);
}

.post-entry p a,
.post-entry li a,
.post-entry li a{
	color: var(--e-global-color-primary);
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: 6%; /* 0.84px */
	text-underline-offset: 10%; /* 4.2px */
	text-underline-position: from-font;
	transition: all 0.3s ease-in-out;
}

.post-entry p a:hover,
.post-entry li a:hover{
	color: var(--e-global-color-accent);
}

.post-entry blockquote{
	position: relative;
	background: var(--e-global-color-secondary);
	background-image: url("./images/quote-icon.svg");
    background-repeat: no-repeat;
    background-position: top 30px left 40px;
    background-size: 50px auto;
    padding: 30px 60px 30px 120px;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
	border-left: 4px solid var(--e-global-color-accent);
}

.post-entry blockquote p{
	font-weight: 600;
}

.post-entry ul{
	list-style: none;
}

.post-entry ul, 
.post-entry ol{
	padding: 0;
    margin: 20px 0;
}

.post-entry ol{
	padding-left: 20px;
}

.post-entry ul li{
	position: relative;
	padding-left: 25px;
}

.post-entry ul li:before{
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--e-global-color-accent);
    mask-image: url("./images/icon-sub-heading.svg");
    mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: top left;
	width: 16px;
	height: 16px;
}

.post-entry ul li:not(:last-child), 
.post-entry ol li:not(:last-child){
	position: relative;
	margin-bottom: 15px;
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6{
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: var(--e-global-typography-primary-font-weight);
	line-height: var(--e-global-typography-primary-line-height);
	text-transform: var(--e-global-typography-primary-text-transform);
	color: var(--e-global-color-primary);
}

.post-entry h1{
	font-size: 64px;
}

.post-entry h2{
	font-size: 58px;
}

.post-entry h3{
	font-size: 40px;
}

.post-entry h4{
	font-size: 35px;
}

.post-entry h5{
	font-size: 30px;
}

.post-entry h6{
	font-size: 24px;
}

.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{
	position: relative;
	display: inline-block !important;
	font-size: initial !important;
	background: var(--e-global-color-accent);
	padding: 15px 40px;
	margin-right: 5px;
	color: var(--e-global-color-primary);
	clip-path: polygon(calc(0% + 30px) 0%, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
    transition: all 0.3s 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-color: transparent;
	color: var(--e-global-color-accent) !important;
}

.post-tag ul li .elementor-post-info__item--type-terms span a:before,
.post-tag ul li .elementor-post-info__item--type-terms span a:after{
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	background-color: var(--e-global-color-primary);
	transform: skew(20deg);
	transition: all 0.5s;
	overflow: hidden;
	z-index: -1;
}

.post-tag ul li .elementor-post-info__item--type-terms span a:before{
	left: -10px;
	right: auto;
}

.post-tag ul li .elementor-post-info__item--type-terms span a:after{
	right: -10px;
	left: auto;
}

.post-tag ul li .elementor-post-info__item--type-terms span a:hover:before,
.post-tag ul li .elementor-post-info__item--type-terms span a:hover:after,
.post-tag ul li .elementor-post-info__item--type-terms span a:focus:before,
.post-tag ul li .elementor-post-info__item--type-terms span a:focus:after{
	width: 58%;	
}

@media only screen and (max-width: 1024px) {
	
	.post-featured-img img {
		aspect-ratio: 1 / 0.6;
	}	
	
	.post-entry h1{
		font-size: 48px;
	}

	.post-entry h2{
		font-size: 40px;
	}

	.post-entry h3{
		font-size: 32px;
	}

	.post-entry h4{
		font-size: 28px;
	}

	.post-entry h5{
		font-size: 26px;
	}

	.post-entry h6{
		font-size: 22px;
	}
	
	.post-entry blockquote{
		padding: 20px 20px 20px 80px;
        background-position: top 25px left 20px;
        background-size: 40px auto;
        margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	
	.post-featured-img img{
		aspect-ratio: 1 / 0.8;
	}
	
	.post-entry h1{
		font-size: 36px;
	}

	.post-entry h2{
		font-size: 32px;
	}

	.post-entry h3{
		font-size: 28px;
	}

	.post-entry h4{
		font-size: 24px;
	}

	.post-entry h5{
		font-size: 22px;
	}

	.post-entry h6{
		font-size: 20px;
	}

	.post-entry blockquote{
		background-position: top 15px left 20px;
        background-size: 30px;
        text-indent: 40px;
        padding: 20px;
	}
	
	.post-tag ul li .elementor-post-info__item--type-terms span a{
		margin-bottom: 15px;
		margin-right: 0px;
		clip-path: polygon(calc(0% + 20px) 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
		padding: 11px 26px;
		font-size: 14px !important;
	}
	
}

/*
 * Contact Us CSS
 * */

.contact-info-box{
	clip-path: polygon(25px 0%, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
}

/*
 * Category Archive Page Static Section CSS
 * */

.category-key-benefits-icon-box .elementor-widget-container {
    position: relative;
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
}

.category-key-benefits-icon-box .elementor-widget-container:before {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--e-global-color-accent);
    width: 100%;
    height: 0%;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.category-key-benefits-icon-box:hover .elementor-widget-container:before {
    height: 100%;
}

.category-personal-use-icon-box .elementor-widget-container{
	clip-path: polygon(43px 0%, 100% 0, 100% calc(100% - 43px), calc(100% - 43px) 100%, 0 100%, 0 43px);
}

.category-key-feature-box{
	clip-path: polygon(40px 0%, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
}

.cat-single-cargo-trailer-img{
	clip-path: polygon(65px 0%, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 65px);
}

.cat-single-cargo-trailer img{
	aspect-ratio: 1 / 0.51;
    object-fit: cover;
}

.cat-single-operating-icon-box-wrapper{
	clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 65px), calc(100% - 65px) 100%, 0 100%, 0 65px);
}

.cat-single-operating-icon-box-wrapper .elementor-icon-box-wrapper .elementor-icon{
	position: relative;
}

.cat-single-operating-icon-box-wrapper .elementor-icon-box-wrapper .elementor-icon:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	background: var(--white-color);
    transform: scale(0) rotate(180deg);
    transition: all 0.4s ease-in-out;	
}

.cat-single-operating-icon-box-wrapper:hover .elementor-icon-box-wrapper .elementor-icon:before{
	transform: scale(1) rotate(0deg);
}

.cat-single-operating-icon-box-wrapper:hover .elementor-icon-box-wrapper .elementor-icon svg{
	fill: var(--e-global-color-primary);
	color: var(--e-global-color-primary);
}

.cat-single-financing-dark-box{
	clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 65px), calc(100% - 65px) 100%, 0 100%, 0 65px);
}

.cat-single-financing-img{
	height: 100%;
}

.cat-single-financing-img img{
	aspect-ratio: 1 / 0.577;
    object-fit: cover;
	height: calc(100% - 64px);
	clip-path: polygon(87px 0%, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 87px);
}


@media only screen and (max-width: 1024px) {
	
	.cat-single-financing-img,
	.cat-single-financing-img img{
		height: auto;
	}
	
	.cat-single-financing-img img{
		clip-path: polygon(60px 0%, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 60px);
	}
	
}

@media only screen and (max-width: 767px) {
	
	.cat-single-cargo-trailer{
		clip-path: polygon(40px 0%, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 40px);
	}
	
	.cat-single-cargo-trailer-img{
		clip-path: polygon(35px 0%, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 35px);
	}
	
	.cat-single-cargo-trailer img{
		aspect-ratio: 1 / 0.75;
	}
	
	.cat-single-operating-icon-box-wrapper{
		clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
	}
	
	.cat-single-financing-dark-box{
		clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
	}
	
	.cat-single-financing-img img{
		aspect-ratio: 1 / 0.75;
		clip-path: polygon(40px 0%, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 40px);
	}

}

/*
 * WooCommerce CSS
 * */

/*
 * Shop CSS
 * */

/* Filter CSS */



/* 
 * Single Product Map CSS
 * */

.product-single-form-map,
.product-single-form-map .elementor-custom-embed{
	height: 100% !important;
}

@media only screen and (max-width: 1024px) {
	
	.product-single-form-map,
	.product-single-form-map .elementor-custom-embed{
		height: auto;
	}
	
}

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

	
}

/******* START Product Image Box ********/
.product-image-box{
  width: 413px;
  height: 466px;
  padding: 20px;
  overflow: hidden;
  text-align: left;
  background: var(--e-global-color-secondary);
  position: relative;
  transform: translateZ(0);

  clip-path: polygon(
    40px 0,
    100% 0,
    100% calc(100% - 40px),
    calc(100% - 40px) 100%,
    0 100%,
    0 40px
  );

  transition:
    transform 0.55s cubic-bezier(.25,.8,.25,1),
    box-shadow 0.75s cubic-bezier(.25,.8,.25,1);
}

/* Dual diagonal sweeps (start in cut corners, meet on diagonal) */
.product-image-box::before,
.product-image-box::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: var(--e-global-color-accent);
  opacity: 1;

  transition: clip-path 1.15s cubic-bezier(.25,.8,.25,1);
  will-change: clip-path;
}

/* Start: small wedges aligned to the 40px cut corners */
.product-image-box::before{
  clip-path: polygon(
    0 0,
    40px 0,
    0 40px,
    0 0
  );
}

.product-image-box::after{
  clip-path: polygon(
    100% 100%,
    calc(100% - 40px) 100%,
    100% calc(100% - 40px),
    100% 100%
  );
}

/* Hover */
.product-image-box:hover{
  transform: translateY(-6px);
  cursor: pointer;

  box-shadow:
    0 18px 45px rgba(0,0,0,0.18),
    0 0 0 2px color-mix(in srgb, var(--e-global-color-accent) 60%, transparent);
}

/* Hover: expand into two triangles that meet on the main diagonal */
.product-image-box:hover::before{
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    0 0
  );
}

.product-image-box:hover::after{
  clip-path: polygon(
    0 0,
    0 100%,
    100% 100%,
    0 0
  );
}

/* Layout */
.product-image-box .elementor-image-box-wrapper{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

/* Image */
.product-image-box .elementor-image-box-img{
  height: 237px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 32px;
  transition: transform 0.7s cubic-bezier(.25,.8,.25,1);
}

.product-image-box .elementor-image-box-img img{
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.85s cubic-bezier(.25,.8,.25,1);
}

.product-image-box:hover .elementor-image-box-img{
  transform: translateY(-6px);
}

.product-image-box:hover .elementor-image-box-img img{
  transform: scale(1.04);
}

/* Content */
.product-image-box .elementor-image-box-content{
  text-align: left;
}

/* Title */
.product-image-box .elementor-image-box-title{
  min-width: 134px;
  position: relative;
  display: inline-block;
  padding: 10px 22px 10px 28px;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  z-index: 1;

  transition:
    color 0.45s ease,
    transform 0.55s cubic-bezier(.25,.8,.25,1);
}

.product-image-box:hover .elementor-image-box-title{
  color: #fff;
  transform: translateX(4px);
}

/* Title background */
.product-image-box .elementor-image-box-title::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;

  background: linear-gradient(
    90deg,
    var(--e-global-color-accent) 0%,
    var(--e-global-color-accent) 1%,
    rgba(0,0,0,0) 80%
  );

  clip-path: polygon(
    18px 0,
    100% 0,
    calc(100% - 18px) 100%,
    0 100%
  );

  transition: background 0.6s cubic-bezier(.25,.8,.25,1);
}

/* Title background (hover) */
.product-image-box:hover .elementor-image-box-title::before{
  background: linear-gradient(
    90deg,
    var(--e-global-color-primary) 0%,
    var(--e-global-color-primary) 1%,
    color-mix(in srgb, var(--e-global-color-primary) 1%, transparent) 90%
  );
}
/******* END Product Image Box ********/

/******* START Categories Carousel ********/
/* Categories Carousel */
.categories-carousel{
  position: relative !important;
}

/* Viewport: exactly 4 slides visible, no partials */
.categories-carousel .swiper,
.categories-carousel .elementor-swiper .swiper{
  width: 1287px !important;        /* 4*303 + 3*25 */
  max-width: 1287px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: hidden !important;
}

/* Slides (DO NOT override margin-right, Swiper needs it for spaceBetween) */
.categories-carousel .swiper-slide,
.categories-carousel .elementor-swiper .swiper-slide{
  width: 303px !important;
  min-width: 303px !important;
  max-width: 303px !important;

  height: 90px !important;
  min-height: 90px !important;
  max-height: 90px !important;

  box-sizing: border-box !important;
  padding: 0 !important;

  /* IMPORTANT: do not use margin:0 !important; it kills Swiper spacing */
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;

  background: var(--e-global-color-secondary);
  overflow: hidden;
  position: relative;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  clip-path: polygon(
    40px 0,
    100% 0,
    100% calc(100% - 40px),
    calc(100% - 40px) 100%,
    0 100%,
    0 40px
  );

  transition:
    background-color 0.35s cubic-bezier(.25,.8,.25,1),
    transform 0.3s cubic-bezier(.25,.8,.25,1);
}

/* Slide Inner Container */
.categories-carousel .swiper-slide .elementor-container,
.categories-carousel .swiper-slide .e-con{
  width: 248px !important;
  min-width: 248px !important;
  max-width: 248px !important;

  height: 60px !important;
  min-height: 60px !important;
  max-height: 60px !important;

  box-sizing: border-box !important;
  padding: 0 !important;
  margin: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px;
}

/* Inner Wrappers */
.categories-carousel .swiper-slide .e-con-inner,
.categories-carousel .swiper-slide .elementor-row,
.categories-carousel .swiper-slide .elementor-widget,
.categories-carousel .swiper-slide .elementor-widget-wrap,
.categories-carousel .swiper-slide .elementor-widget-container{
  height: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Image */
.categories-carousel .swiper-slide img{
  height: 60px !important;
  width: auto !important;
  max-width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 !important;
}

/* Title */
.categories-carousel .swiper-slide .elementor-heading-title,
.categories-carousel .swiper-slide .elementor-image-box-title,
.categories-carousel .swiper-slide h1,
.categories-carousel .swiper-slide h2,
.categories-carousel .swiper-slide h3{
  font-size: 22px !important;
  line-height: 1.2;
  margin: 0 !important;
}

/* Hover & Active */
.categories-carousel .swiper-slide:hover{
  background: var(--e-global-color-accent);
  cursor: pointer;
  transform: translateY(-2px);
}

.categories-carousel .swiper-slide.swiper-slide-active,
.categories-carousel .swiper-slide.is-active,
.categories-carousel .swiper-slide[aria-current="true"]{
  background: var(--e-global-color-accent);
}

/* Carousel Navigation */
.categories-carousel-nav{
  margin-top: 20px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
}

/* Arrow buttons */
.categories-carousel-prev,
.categories-carousel-next{
  width: 40px !important;
  height: 40px !important;

  background: var(--e-global-color-accent) !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  cursor: pointer;

  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
  appearance: none !important;

  transition: background-color 0.25s ease;
}

/* Hover state */
.categories-carousel-prev:hover,
.categories-carousel-next:hover{
  background: var(--e-global-color-secondary) !important;
}

/* Active state — DO NOT override hover */
.categories-carousel-prev:active,
.categories-carousel-next:active{
  background: inherit !important;
}

/* Focus state (keyboard navigation) */
.categories-carousel-prev:focus-visible,
.categories-carousel-next:focus-visible{
  background: var(--e-global-color-accent) !important;
  outline: none !important;
  box-shadow: none !important;
}
/******* END Categories Carousel ********/

/*
 * My Account CSS
 * */

/*
 * Cart CSS
 * */

/*
 * Checkout CSS
 * */

