/* 
 * Truck Accessories Carousel css 
 * */

.truck-accessories-carousel-wrap,
.vv-service-carousel-wrap{
	cursor: grab;	
}

.truck-accessories-carousel .slick-list{
	margin: 0 -15px;
}

.truck-accessories-carousel .slick-track{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}

.truck-accessories-carousel .slick-slide{
	margin: 0 15px;
	height: auto;
}

.truck-accessories-carousel .accessories-box{
	position: relative;
	min-height: 460px;
	clip-path: polygon(44px 0, 100% 0, 100% calc(100% - 44px), calc(100% - 44px) 100%, 0 100%, 0 44px);
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 100%;
}

.truck-accessories-carousel .accessories-box:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(181deg, rgba(20, 19, 15, 0.00) 0.92%, #14130F 109.62%);
}

.truck-accessories-carousel .accessories-box-content{
	padding: 30px;
	z-index: 1;
}

.truck-accessories-carousel .accessories-box-content .accessories-icon{
	margin-bottom: 30px;	
}

.truck-accessories-carousel .accessories-box-content .icon-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px;
	background: var(--e-global-color-accent);
}

.truck-accessories-carousel .accessories-box-content .icon-wrapper svg{
	max-width: 32px;
}

.truck-accessories-carousel .accessories-box-content h3{
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-size: var(--e-global-typography-secondary-font-size);
	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: var(--e-global-typography-secondary-line-height);
	color: var(--white-color);
	margin: 0 0 5px 0;
}

.truck-accessories-carousel .accessories-box-content .accessories-content p{
    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(--white-color);
	margin-bottom: 15px;
}


.truck-accessories-carousel .accessories-box-content .accessories-btn{
	font-family: var(--e-global-typography-accent-font-family);
	font-size: var(--e-global-typography-accent-font-size);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	font-style: var(--e-global-typography-accent-font-style);
	line-height: var(--e-global-typography-accent-line-height);
	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;
	color: var(--e-global-color-accent);
	width: 100%;
	transition: all 0.3s ease-in-out;
}

.truck-accessories-carousel .accessories-box-content .accessories-btn:hover{
	color: var(--white-color);
}

.truck-accessories-carousel .slick-arrow,
.vv-service-carousel .slick-arrow{
	--left-right-arrow: -90px;
	position: absolute;
	top: 50%;
    display: flex;
    align-items: center;
	justify-content: center;
    border: 0;
    padding: 0;
    height: 40px;
    width: 40px;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
	z-index: 10;
}

.truck-accessories-carousel .slick-arrow.prev-arrow,
.vv-service-carousel .slick-arrow.prev-arrow{
	left: var(--left-right-arrow);
}

.truck-accessories-carousel .slick-arrow.next-arrow,
.vv-service-carousel .slick-arrow.next-arrow{
	right: var(--left-right-arrow);
}

.truck-accessories-carousel .slick-arrow svg,
.vv-service-carousel .slick-arrow svg{
	width: 24px;
	transition: all 0.3s ease-in-out;
}

.truck-accessories-carousel .slick-arrow:hover,
.truck-accessories-carousel .slick-arrow:focus,
.vv-service-carousel .slick-arrow:hover,
.vv-service-carousel .slick-arrow:focus{
	background-color: var( --e-global-color-primary );
}

.truck-accessories-carousel .slick-arrow:hover svg,
.truck-accessories-carousel .slick-arrow:focus svg,
.vv-service-carousel .slick-arrow:hover svg,
.vv-service-carousel .slick-arrow:focus svg{
	color: var(--e-global-color-accent);
}

@media only screen and (max-width: 1500px) {
	
	.truck-accessories-carousel .slick-arrow,
	.vv-service-carousel .slick-arrow{
		--left-right-arrow: -60px;
	}

}

@media only screen and (max-width: 1440px) {
	
	.truck-accessories-carousel,
	.vv-service-carousel{
		padding-bottom: 80px;
	}
	
	.truck-accessories-carousel .slick-arrow,
	.vv-service-carousel .slick-arrow{
		--left-right-arrow: calc(50% - 45px);
		top: auto;
		bottom: 0;
		transform: translateY(0);
	}	
}

@media only screen and (max-width: 1024px) {
	
	.truck-accessories-carousel .slick-list{
		margin: 0 -10px;
	}

	.truck-accessories-carousel .slick-slide{
		margin: 0 10px;
	}

	.truck-accessories-carousel .accessories-box{
		min-height: 400px;
	}

	.truck-accessories-carousel .accessories-box-content{
		padding: 25px;
		z-index: 1;
	}

	.truck-accessories-carousel .accessories-box-content .accessories-icon{
		margin-bottom: 20px;	
	}

}

@media only screen and (max-width: 767px) {
	
	.truck-accessories-carousel{
		padding-bottom: 60px;
	}
	
	.truck-accessories-carousel .accessories-box{
		clip-path: polygon(40px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
	}
	
	.truck-accessories-carousel .accessories-box-content{
		padding: 20px;
	}

	.truck-accessories-carousel .accessories-box-content .icon-wrapper{
		height: 45px;
		width: 45px;
	}

	.truck-accessories-carousel .accessories-box-content .icon-wrapper svg{
		max-width: 30px;
	}

}

/* 
 * VV History css 
 * */

.vv-history-carousel-wrap{
	cursor: grab;	
	overflow-x: clip;
}

/* .vv-history-carousel{
	border-top: 1px solid rgba(51, 50, 46, 0.14);
} */

.vv-history-carousel .slick-list{
	margin: 0 -15px;
}

.vv-history-carousel .slick-track{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}

.vv-history-carousel .slick-slide{
/* 	margin: 0 15px; */
	height: auto;
	margin-bottom: 30px;
}

.vv-history-carousel .vv-history-box-wrapper{
	position: relative;
	padding: 60px 15px 0;
	margin-top: 30px;
	border-top: 1px solid rgb(from var(--e-global-color-text) r g b / 14%);
	height: 100%;
}
/* 
.vv-history-carousel .vv-history-box-wrapper:before{
	content: ""	;
	position: absolute;
	top: 0;
	right: 0;
	height: 1px;
	width: 100%;
	background-color: rgba(51, 50, 46, 0.14);
} */

.vv-history-box-wrapper .vv-history-number{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -30px);
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--e-global-color-accent);
	height: 60px;
	width: 60px;
}

.vv-history-box-wrapper .vv-history-number span{
	font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
	font-size: 30px;
	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: var( --e-global-typography-secondary-line-height );
	color: var(--e-global-color-primary);
}

.vv-history-box-wrapper .vv-history-content-box{
	padding: 30px 30px 0;
	background: var(--e-global-color-secondary);
	text-align: center;
	height: 100%;
	clip-path: polygon(35px 0%, 100% 0, 100% calc(100% - 35px), calc(100% - 35px) 100%, 0 100%, 0 35px);
}

.vv-history-content-box h3{
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    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: var(--e-global-typography-secondary-line-height);
	margin-top: 0;
    margin-bottom: 20px;
}

.vv-history-content-box p{
	font-family: var(--e-global-typography-text-font-family);
	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);
	margin: 0;
}


@media only screen and (max-width: 1024px) {
	
	.vv-history-carousel .vv-history-box-wrapper{
		padding: 50px 15px 0;
	}
	
	.vv-history-box-wrapper .vv-history-number{
		height: 50px;
		width: 50px;
	}
	
	.vv-history-box-wrapper .vv-history-number span{
		font-size: 26px;
	}
	
	.vv-history-content-box h3{
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
	
	.vv-history-box-wrapper .vv-history-number{
		height: 45px;
		width: 45px;
	}
	
	.vv-history-box-wrapper .vv-history-number span{
		font-size: 22px;
	}
	
	.vv-history-content-box h3{
		margin-bottom: 5px;
	}
}

/* 
 * Vehicle Venture Service Carousel 
 * */

.vv-service-carousel .slick-list{
	margin: 0 -15px;
}

.vv-service-carousel .slick-slide {
	margin: 0 15px;
}

.vv-service-carousel .service-box{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	min-height: 450px;
	clip-path: polygon(50px 0%, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 50px);
	padding: 30px 30px 10px;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease-in-out;
}

.vv-service-carousel .service-box:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, transparent 0%, var(--e-global-color-primary) 100%);
	width: 100%;
	height: 100%;
	z-index: -1;
}

.vv-service-carousel .service-box .service-box-content{
	position: relative;
	width: 100%;
}

.vv-service-carousel .service-box .service-box-content .service-title{
	margin-bottom: 20px;
}

.vv-service-carousel .service-box .service-box-content .service-title h3{
	font-size: var(--e-global-typography-secondary-font-size);
	color: var(--white-color);
}

.vv-service-carousel .service-box .service-box-content .service-desc{
	color: var(--white-color);
}

.vv-service-carousel .service-box .service-box-content .service-desc{
	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;
}

.vv-service-carousel .service-box:hover{
	padding-bottom: 30px;
}

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

	.vv-service-carousel .service-box:hover .service-box-content .service-desc,
	.vv-service-carousel .service-box.active .service-box-content .service-desc{
		max-height: 240px;
		opacity: 1;
		visibility: visible;		
	}
	
}

@media only screen and (max-width: 1024px) {
	
	.vv-service-carousel .service-box{
		min-height: 400px;
		padding: 20px 20px 0;
	}
	
	.vv-service-carousel .slick-slide.slick-current.slick-active .service-box .service-box-content .service-desc{
		max-height: 240px;
		opacity: 1;
		visibility: visible;
	}
	
	.vv-service-carousel .slick-slide.slick-current.slick-active .service-box{
		padding-bottom: 20px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.vv-service-carousel .service-box{
		min-height: 400px;
		padding: 20px 20px 0;
		clip-path: polygon(40px 0%, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
	}
	
	.vv-service-carousel .service-box .service-box-content .service-title{
		margin-bottom: 10px;
	}
	
	.vv-service-carousel .slick-slide.slick-current.slick-active .service-box .service-box-content .service-desc{
		max-height: 240px;
		opacity: 1;
		visibility: visible;
	}
	
	.vv-service-carousel .slick-slide.slick-current.slick-active .service-box{
		padding-bottom: 20px;
	}
	
}

/* 
 * Vehicle Venture Service Carousel 
 * */

.tr-restoration-carousel-wrap{
	overflow-x: clip;
	cursor: grab;
}

.tr-restoration-carousel .slick-list{
	margin: 0 -15px;
}

.tr-restoration-carousel .slick-slide{
	margin: 0 15px;
}

.tr-restoration-carousel .trr-box{
	background-color: var(--white-color);
	padding: 30px 50px 30px 30px;
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 0);
}

.tr-restoration-carousel .trr-box .trr-icon{
	margin-bottom: 30px;
}

.tr-restoration-carousel .trr-box .trr-icon .icon-wrapper{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: var(--e-global-color-accent);
	color: var(--e-global-color-primary);
	width: 60px;
	height: 60px;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.tr-restoration-carousel .trr-box:hover .trr-icon .icon-wrapper{
	color: var(--e-global-color-accent);
}

.tr-restoration-carousel .trr-box .trr-icon .icon-wrapper:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--e-global-color-primary);
	width: 100%;
	height: 100%;
	transform: scale(0) rotate(180deg);
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.tr-restoration-carousel .trr-box:hover .trr-icon .icon-wrapper:before{
	transform: scale(1) rotate(0deg);
}

.tr-restoration-carousel .trr-box .trr-icon svg{
	width: 36px;
}

.tr-restoration-carousel .trr-box .trr-title h3{
	font-size: 20px;
	font-weight: 500;
}

.tr-restoration-carousel .trr-box .trr-box-footer{
	border-top: 1px solid var(--divider-color);
	padding-top: 20px;
	margin-top: 25px;
}

.tr-restoration-carousel .slick-arrow{
	--trr-left-right-arrow: -110px;
	position: absolute;
	top: var(--trr-left-right-arrow);
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	transition: all 0.3s ease-in-out;
	z-index: 10;
}

.tr-restoration-carousel .slick-arrow:hover{
	background-color: var(--e-global-color-primary);
	color: var(--e-global-color-accent);
}

.tr-restoration-carousel .slick-arrow.prev-arrow{
	right: 60px;
}

.tr-restoration-carousel .slick-arrow.next-arrow{
	right: 0;
}

@media only screen and (max-width: 1024px) {
	
	.tr-restoration-carousel {
        padding-bottom: 80px;
    }
	
	.tr-restoration-carousel .trr-box{
		padding: 25px 25px 30px 25px;	
	}
	
	.tr-restoration-carousel .trr-box .trr-icon{
		margin-bottom: 20px;
	}
	
	.tr-restoration-carousel .trr-box .trr-icon .icon-wrapper{
		height: 50px;
		width: 50px;
	}
	
	.tr-restoration-carousel .trr-box .trr-box-footer{
		margin-top: 15px;
		padding-top: 15px;
		
	}
	
	.tr-restoration-carousel .slick-arrow{
		--trr-left-right-arrow: calc(50% - 45px);
		top: auto;
		bottom: 0;
		transform: translateY(0);
	}
	
	.tr-restoration-carousel .slick-arrow.prev-arrow{
		right: auto;
		left: var(--trr-left-right-arrow);
	}

	.tr-restoration-carousel .slick-arrow.next-arrow{
		right: var(--trr-left-right-arrow);
	}
	
}

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

/* 
 * Location Carousel CSS
 * */

.location-carousel-wrap,
.location-category-carousel-wrap{
	cursor: grab;
	overflow-x: clip;
}

.location-carousel .slick-list{
	margin: 0 -10px;
	padding-left: 0px !important;
}

.location-category-carousel .slick-list{
	margin: 0 -15px;
	padding-left: 0px !important;
}

.location-carousel .slick-track,
.location-category-carousel .slick-track{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}

.location-carousel .slick-slide{
	margin: 0 10px;
	height: auto;
}

.location-category-carousel .slick-slide{
	margin: 0 15px;
	height: auto;
}

.location-carousel .location-box,
.location-category-carousel .location-cat-box{
	position: relative;
	display: flex;
	flex-direction: column;
    justify-content: flex-end;
	gap: 10px;
	min-height: 460px;
	padding: 30px 50px 30px 30px;
	clip-path: polygon(45px 0%, 100% 0, 100% calc(100% - 45px), calc(100% - 45px) 100%, 0 100%, 0 45px);
	z-index: 1;
}

.location-category-carousel .location-cat-box{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.location-carousel .location-box:before,
.location-category-carousel .location-cat-box:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, var(--e-global-color-primary) 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.location-carousel .location-box .location-title,
.location-category-carousel .location-cat-box .location-cat-title{
	font-family: var(--e-global-typography-secondary-font-family);
	font-size: var(--e-global-typography-secondary-font-size);
	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: var(--e-global-typography-secondary-line-height);
	color: var(--white-color);
	margin: 0;
}

.location-carousel .location-box .location-content,
.location-category-carousel .location-cat-box .location-cat-content{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.location-carousel .location-box .location-content p,
.location-category-carousel .location-cat-box .location-cat-content{
	font-family: var(--e-global-typography-text-font-family);
	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(--white-color);
	margin: 0;
}

.location-carousel .location-box .location-btn,
.location-category-carousel .location-cat-box .location-cat-btn{
	font-family: var(--e-global-typography-accent-font-family);
	font-size: var(--e-global-typography-accent-font-size);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	font-style: var(--e-global-typography-accent-font-style);
	line-height: var(--e-global-typography-accent-line-height);
	color: var(--e-global-color-accent);
	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;
	transition: all 0.3s ease-in-out;
	margin-top: 15px;
}

.location-carousel .location-box .location-btn:hover,
.location-category-carousel .location-cat-box .location-cat-btn:hover{
	color: var(--white-color);
}


@media only screen and (max-width: 1024px) {
	
	.location-carousel,
	.location-category-carousel{
		padding-bottom: 80px;
	}
	
	.location-carousel .slick-list,
	.location-category-carousel .slick-list{
		padding-left: 20% !important;
	}

	.location-carousel .location-box,
	.location-category-carousel .location-cat-box{
		padding: 20px;
		min-height: 400px;
		clip-path: polygon(40px 0%, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
	}

	.location-carousel .location-box .location-btn,
	.location-category-carousel .location-cat-box .location-cat-btn{
		margin-top: 10px;
	}
	
	.location-carousel .slick-arrow,
	.location-category-carousel .slick-arrow{
		position: absolute;
		top: auto;
		bottom: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 0;
		padding: 0;
		width: 40px;
		height: 40px;
		transition: all 0.3s ease-in-out;
		z-index: 10;
	}
	
	.location-carousel .slick-arrow:hover,
	.location-category-carousel .slick-arrow:hover{
		color: var(--e-global-color-primary);
		background-color: var(--white-color);
	}
	
	.location-carousel .slick-arrow.next-arrow,
	.location-category-carousel .slick-arrow.next-arrow{
		right: calc(50% - 45px);
	}
	
	.location-carousel .slick-arrow.prev-arrow,
	.location-category-carousel .slick-arrow.prev-arrow{
		left: calc(50% - 45px);
	}
	
}

@media only screen and (max-width: 767px) {
	
	.location-carousel .slick-list,
	.location-category-carousel .slick-list{
		padding-left: 10% !important;
	}

	.location-carousel .location-box,
	.location-category-carousel .location-cat-box{
		min-height: 350px;
	}

	.location-carousel .location-box .location-btn,
	.location-category-carousel .location-cat-box .location-btn{
		margin-top: 10px;
	}
	
}

































