/* CSS Document */

/* Images as Background Images */

.octane-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.octane-background img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.octane-content {
    position: relative;
    height: 100%;
}

.octane-position {
    position: relative;
}

.page-template-alt-home-template .site-inner>.wrap {
	max-width: 100%;
}

.page-template-alt-home-template .sub-header {
	display: none;
}


/* hero */

:root {
    --h-size: 220px;
}

.site-header {
    position: relative;
    z-index: 50;
}

.hero-content {
    padding: calc(var(--h-size) + 250px) 0 250px; 
    background: rgba(255,255,255,.3);
    min-height: 1000px;
}

#hero .octane-background img {
    object-position: top;
}

#hero {
    margin-top: calc(var(--h-size) * -1);
}

.hero-subtitle {
    font-size: 25px;
    color: var(--style-main);
    margin: 0px;
    font-weight: 700;
    text-shadow: #ffffff59 1px 0 10px;
	text-wrap: pretty;
	text-align: center;
}

.hero-title {
    font-size: 88px;
    color: var(--style-tri);
    font-weight: 900;
    text-shadow: #ffffff59 1px 0 10px;
	text-align: center;
}

.hero-logos-container {
	position: relative;
	background: rgba(255,255,255,.3);
}

.hero-logos {
	display: flex;
	align-items: center;
	gap: 10px;
	background: var(--style-main);
	width: fit-content;
	justify-content: center;
	padding: 10px;
	padding-bottom: 0px;
	margin-bottom: -2px;
}

.hero-logos::before, .hero-logos::after {
	content: none;
}

.hero-logos img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background: white!important;
	max-width: 150px;
	width: 50%;
	flex-grow: 1;
	padding: 10px;
	box-shadow: var(--shadow);
}

/* stats */

.pad {
    padding: 120px 0;
}

#stats {
    background: var(--style-main);
    border-top: 2px solid #fff;
}

.stats {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.stat {
    display: flex;
    flex-direction:column;
    align-items: center;
}

.stat-num {
    font-size: 96px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    margin: 0px;

    display: flex;
    align-items: flex-end;
}

.suffix {
    line-height: 1;
    font-size: 64px;
    margin-bottom: 10px;
}

.suffix-icon, .suffix-icon image {
    height: 50px;
    width: 50px;
    object-fit: contain;
    margin-bottom: 20px;
}

.stat-text {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
    text-align: center;
    line-height: 1;
}

/* about */

.abt-flex {
    display: flex;
    gap: 50px;
    align-items: center;
}

.abt-flex::before, .abt-flex::after {
	content: none;
}

.abt-text, .abt-image {
    position: relative;
    width: 50%;
}

.abt-image img {
    border: 10px solid #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.bf-subtitle {
    font-size: 24px;
    text-transform: uppercase;
    color: var(--style-main);
    font-weight: 600;
}

.bf-title {
    font-size: 32px;
    font-weight: 900;
    color: black;
	text-wrap: balance;
}

.abt-text p {
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.bf-link {
    background: var(--style-main);
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
    display:block;
    width: fit-content;
    transition: .3s;
}

.bf-link:hover {
    transform: scale(1.1);
    color: #fff;
}

/* services / tabs */

.texture-bg {
    background-image: var(--wpr-bg-617133dd-f229-4070-94e5-61c397d59aa0);
	background-position: center;
	background-size: cover;
	pointer-events: none;
}

.texture-bg-dark {
	background-image: var(--wpr-bg-99b5204d-6e5d-4109-94e6-f148d4bd31dd)!important;
}

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

.red-title {
    color: var(--style-main);
}

#services {
	background: var(--style-sec);
	border-block: 3px solid var(--style-tri);
}

.grid-bg {
	opacity: .3;
    background-image: var(--wpr-bg-54ae71ff-cd2c-4bc0-a9d1-292820730e1c);
	background-position: center;
	background-size: 500px;
}

.grid-bg img {
	display: none;
}

#services .em-title {
	color: var(--white);
	text-align: center;
}

.ui-tabs-nav {
	display: flex;
	gap: 1px;
	max-width: 90%;
	margin-inline: auto;
}

.ui-tabs-tab {
	background: var(--white);
	flex-grow: 1;
	width: 25%;
	transition: .3s;
}

.tab-link {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	text-align: center;
	font-weight: bold;
    transition: .3s;
    font-size: 18px;
}

.tab-link:hover {
    color: #fff;
    background: color-mix(in srgb, var(--style-main), transparent 50%);
}

.ui-tabs-active {
	background: var(--style-main);
}

.ui-tabs-active .tab-link {
    color: #fff;
}

.ui-tabs-active:hover .tab-link, .ui-tabs-active:active .tab-link, 
.ui-tabs-active:focus .tab-link, .ui-tabs-active:focus-within .tab-link {
	color: var(--white);
}

/* tab cards  */

.tab-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
	justify-content: center;
}

.tab-card {
	background: var(--white);
	display: block;
	padding: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	
	width: 15%;

	transform: scale(.5);
	opacity: 0;
	transition: .5s;
	position: relative;
	overflow: hidden;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

[aria-hidden="false"] .tab-card {
	transform: scale(1);
	opacity: 1;
	transition: .5s;
}



.tab-card:after {
	content:'\f08e';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #fff;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	line-height: 1;
	padding: 10px;
	font-size: 30px;
	height: 100%;
	width: 100%;
	position: absolute;
	background: linear-gradient(145deg, rgba(255,255,255,0) 50%, rgba(190,30,45,1) 100%);
	bottom: 0px;
	left: 0px;
	opacity: 0;
	transition: .3s;
}

.tab-card:hover:after {
	opacity: 1;
}


.tab-card svg, .tab-card svg image {
	height: 70px;
	width: 70px;
}

.tab-card-title {
	font-size: 20px;
	font-weight: 600;
	color: var(--style-main);
	margin-block: 20px;
	/* flex-grow: 1; */
}

.tab-card p {
	font-size: 16px;
	color: var(--black);
	line-height: 1.1;
	margin: 0px;
	flex-grow: 1;
}

/* reviews */

#reviews {
	border-bottom: 3px solid #000;
}

/* discount */

#discount {
	/* overflow: hidden; */
	background: var(--style-main);
	border-block: 3px solid var(--style-tri);
	border-top: 0;
}

.discount-image {
	position: absolute;
	bottom: 0;
	left: 10%;
	height: 500px;
	width: 800px;
	pointer-events: none;
}

.discount-image img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: bottom;
}

#discount .octane-background {
	mask-image: linear-gradient(90deg, #000 10%, transparent 50%);
}

#discount .wrap {
	display: flex;
	justify-content: center;
}

.discount-title {
	font-size: 48px;
	margin: 0;
	text-shadow: 0 0 50px rgba(0,0,0,.8);
}

.discount-btn-flex {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
}

.discount-text p {
	color: white;
	font-weight: bold;
	font-size: 20px;
	margin: 0;
	line-height: 1;
	text-shadow: 0 0 20px rgba(0,0,0,.9);
	max-width: 600px;
}

.discount-text .main-link {
	background: white;
	padding: 5px 60px;
	border-radius: 6px;
	font-weight: 600;
}

.discount-text .main-link:hover {
	transform: scale(1.1);
	color: var(--style-main);
}

/* service areas  */

#areas .abt-flex {
	flex-direction: row-reverse;
}

.abt-image p {
	width: 100%;
	height: 100%;
	margin: 0px;
}

.abt-image iframe {
	width: 100%;
	border: 10px solid #fff!important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.city-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.city-list li {
	width: 30%;
	font-size: 18px;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-weight: 500;
	color: black;
}

.city-list li::before {
	content: "\f124";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
	font-size: 15px;
	color: var(--white);
	background: var(--style-main);
	border-radius: 100%;
	display: Flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
}

.city-list li span {
	width: 30%;
	flex-grow: 1;
}

/* brands */

#brands {
	background: var(--style-main);
}

.white-title {
	color: #fff;
}

#brands .bf-title {
	text-transform: uppercase;
}

.l-slider .wpcp-carousel-wrapper,.l-slider .wpcp-carousel-preloader,.l-slider .sp-wpcp-wrapper {
    max-width: 2560px!important;
    width: 100%;
}

.l-slider {
    mask-image: linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(0,0,0,1) 15%,rgba(0,0,0,1) 85%,rgba(255,255,255,0) 100%);
}

/* financing */
#financing .abt-flex {
	flex-direction: row-reverse;
}

#financing img {
	box-shadow: none;
}

.abt-flex li {
	font-weight:bold;
	color: black;
	list-style-type: disc;
	font-size: 16px;
}

.abt-flex ul {
	padding-left: 30px;
	margin-bottom: 20px;
}

.green-subtitle {
	color: #4c9e45;
}

#financing .bf-link {
	background: #4c9e45;
}



/* emergency */

#emergency {
	background: var(--style-main);
}

#emergency p {
	color: #fff;
	max-width: 1200px;
	margin-inline: auto;
	text-align: center;
	font-size: 20px;
}

.em-link {
	color: #fff;
	font-weight: 900;
	text-align: center;
	display: block;
	font-size: 40px;
	line-height: 1;
	width: fit-content;
	margin-inline: auto;
}

.em-link::before {
	content: "\f2a0";
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	margin-right: 10px;
}

.em-link:hover {
	color: var(--style-sec);
}



/* faq */

.faq-flex {
    display: flex;
    gap: 20px;
}

#faq .bf-title {
	text-align: center;
	text-transform: uppercase;
}

.faq-flex::before, .faq-flex::after {
    content: none;
}

.faq-accord, .faq-form {
    width: 50%;
}

.faq-form {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    border: 5px solid var(--style-main);
    height: fit-content;
}

.cform-title {
    color: var(--style-main);
    text-align: center;
    font-weight: 900;
    font-size: 40px;
}

.cform-title::after {
    content: "Complete the form below to get assistance";
    font-size: .8rem;
    font-weight: 500;
    display: block;
    margin-top: 5px;
}

.faq-form input:not([type="submit"]), 
.faq-form select, 
.faq-form textarea {
    padding: 15px !important;
	background: var(--style-sec);
	border: 0px;
	border-radius: 10px;
}


/* blog */

.blog-section {
    background-color: var(--style-main);
    border-block: 5px solid var(--style-sec);
}

.blog-posts {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 20px;
}

.blog-post {
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: calc((100% / 3) - 10%);
    flex-grow: 1;

    display: flex;
    flex-direction: column;
}

.blog-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-text-flex {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-post-title {
    font-size: 20px;
    font-weight: 900;
    color: var(--style-main);
}

.blog-excerpt {
    font-size: 16px;
    color: black;
    line-height: 1.2;
    flex-grow: 1;
}

.blog-link {
    font-size: 18px;
    font-weight: 900;
    color: var(--style-main);
}

.blog-link:hover {
	color: var(--style-tri)
}

.blog-section .v-link {
    display: block;
    width: fit-content;
    margin-inline: auto;
}











@media(max-width: 1920px) {
    :root {
        --h-size: 282px;
    }

    .hero-content {
        min-height: 600px;
		padding: calc(var(--h-size) + 160px) 0 250px;
    }

    .hero-subtitle {
        font-size: 20px; 
    }

    .hero-title {
        font-size: 70px;
    }
}

@media(max-width: 1650px) {
    .tab-card {
        width: 30%;
    }

	/* service areas */
	
	.city-list li {
		width: 48%;
		font-size: 18px;
	}
}

@media(max-width: 1550px) {
    /* stats */
    
    .stat-num {
        font-size: 70px;
    }

    .stat-text {
        font-size: 20px;
    }

    .suffix {
        font-size: 45px;
    }
    
    .suffix-icon, .suffix-icon image {
        height: 40px;
        width: 40px;
        margin-bottom: 10px;
    }
}

@media(max-width: 1250px) {
    .hero-subtitle {
        font-size: 20px;
		max-width: 800px;
    }

    .hero-title {
        font-size: 60px;
    }

    .pad {
        padding: 100px 0;
    }

    /* about */

    .abt-flex, #areas .abt-flex, #financing .abt-flex {
        flex-direction: column;
    }

    .abt-text, .abt-image {
        width: 100%;
    }

    /* services */

    .ui-tabs-nav {
        flex-wrap: wrap;
    }
    
}

@media(max-width: 1024px) {
    :root {
        --h-size: 0px;
    }

    .hero-content {
        padding: 200px 0; 
        min-height: auto;
    }

    .hero-subtitle {
        text-align: center;
        text-wrap: balance;
        font-size: 18px;
		margin-inline: auto;
		max-width: 700px;
    }

    .hero-title {
        text-align: center;
        text-wrap: balance;
        font-size: 45px;
        line-height: 1;
    }

    .pad {
        padding: 70px 0;
    }

	.hero-logos {
		justify-content: center;
	}

    /* services */

    .tab-card {
        width: 48%;
    }

	/* emergency */

	#emergency p {
		font-size: 18px;
	}

	.em-link {
		font-size: 30px;
	}

	/* discount */

	.discount-image {
		position: absolute;
		left: 0%;
		height: 300px;
		width: 500px;
	}

	.discount-title {
		font-size: 40px;
	}

	.discount-text p {
		font-size: 25px;
	}

	.discount-text .main-link:hover {
		transform: scale(1.05)
	}

	/* faq */

	.faq-flex {
		flex-direction: column;
	}

	.faq-accord, .faq-form {
		width: 100%;
	}

	.cform-title {
		font-size: 30px;
	}

	/* blog */

	.blog-post {
	    width: calc((100% / 2) - 10%);
	}
    
}

@media(max-width: 768px) {
    .hero-content {
        padding: 150px 0;
    }

    .hero-subtitle, .hero-title {
        max-width: 500px;
        margin-inline: auto;
    }

    .pad {
        padding: 40px 0;
    }

    /* stats */

    .stats {
        flex-wrap: wrap;
        gap: 20px;
    }

    .stat {
        width: 43%;
        flex-grow: 1;
    }

    /* about */

    .bf-link {
        margin-inline: auto;
    }

    /* services */

    .tab-link {
        font-size: 16px;
        line-height: 1;

        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .tab-card {
        padding: 15px 7px;
    }

    .tab-card-title {
        font-size: 16px;
    }

    .tab-card p {
        font-size: 14px;
    }

    .tab-card svg, .tab-card svg image {
    	height: 50px;
    	width: 50px;
    }


	/* discount */

	#discount {
		padding-bottom: 280px;
	}

	.discount-title {
		line-height: 1;
	}

	.discount-image {
		left: 50%;
		transform: translateX(-50%);
	}

	.discount-btn-flex {
		flex-direction: column;
	}

	/* areas */

	li {
		text-align: left;
	}

	.city-list li {
		font-size: 16px;
	}

	.city-list li::before {
		height: 25px;
		width: 25px;
	}

	#areas iframe {
		aspect-ratio: 1 / 1;
		width: 100%;
		height: auto;
		border-width: 5px!important;
	}

	/* emergency */

	#emergency p {
		font-size: 16px;
		line-height: 1.3;
	}

	.em-link {
		font-size: 25px;
	}

	/* faq */

	.faq-form input:not([type="submit"]), 
	.faq-form select, 
	.faq-form textarea {
	    padding: 5px !important;
		background: var(--style-sec);
		border: 0px;
		border-radius: 10px;
	}

	/* blog */

	.blog-post {
		width: 100%;
	}
    
}

@media(max-width: 550px) {
    .stat-num {
        font-size: 45px;
    }

    .suffix {
        font-size: 30px;
    }

    .suffix-icon, .suffix-icon image {
        height: 30px;
        width: 30px;
        margin-bottom: 10px;
    }

    /* services */

    .tab-card {
        width: 100%;
    }

    .ui-tabs-tab {
        width: 48%;
    }

	/* areas */

	.city-list li {
		width: 100%;
	}
    
}