/*
Theme Name: Dongfeng Lietuva Theme
Text Domain: dongfeng
Version: 1.0
Description: Dongfeng Lietuva Theme
Author: Digitema MB


*/


html,
body {
	border: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
span,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: none;
}

ul,
ul li {
	list-style-type: disc;
	text-align: left;
}

ul {
	margin: 2rem auto 5rem;
	padding-left: 2rem;
}

ul li::marker {
	content: auto;
}

ul li {
	margin: 0 0 1rem 0;
}

strong {
	font-weight: 600;
}

/* -------------------------------------------------------------------------- */

/*	1. Document Setup
/* -------------------------------------------------------------------------- */


html {
	font-size: 62.5%; /* 1rem = 10px */
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	box-sizing: border-box;
	color: #000;
	font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: 1.8rem;
	text-align: left;
}

*,
*::before,
*::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}

/* -------------------------------------------------------------------------- */
/*	2. Homepage Layout
/* -------------------------------------------------------------------------- */

:root {
	--df-dark: #0b1217;
	--df-mid: #1f2a33;
	--df-light: #f8f5ef;
	--df-accent: #b9f400;
	--df-teal: #18c3b8;
	--df-orange: #ff7a1a;
	--df-slate: #546270;
}

h1 {font-size: 5rem; line-height: 5rem; }
h2 {font-size: 4rem; line-height: 4rem; }
h3 {font-size: 3rem; line-height: 3rem; }
h4 {font-size: 2rem; line-height: 2rem; }

h1,h2,h3,h4 {
	font-weight: 200;
}

hr {
	border-top: 1px solid #494949;
	width: 80%;
}

a {
	text-decoration: none;
    color: #05374c;
    font-weight: 600;
}

.flex {
	display: flex;
}

.flex-row {
	flex-direction: row;
}

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

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-center {
	align-items: center;
	justify-content: center;
}

.container {
	max-width: 1100px;
	margin: 0 auto;
}

.centered {
	text-align: center;
}

.site-header {
	background: rgb(6 24 45 / 90%);
    position: fixed;
    top: 45px;
    left: 0;
    width: 100%;
	height: 55px;
    z-index: 10;
    padding: 0 6vw;
    color: #fff;
	transition: top 0.25s ease;
}

.site-header.scrolled {
    top: 0;
}

.site-header__upper {
	justify-content: space-between;
    align-items: center;
	background: #082232;
	height: 45px;
}

.site-header__upper-left .textwidget {
	display: flex;
    flex-direction: row;
}

.site-header__upper-left .textwidget p {
	margin-right: 3rem;
}

.site-header__upper-left .textwidget a {
	color: #cecece;
    font-weight: 300;
}

.site-header__upper-left .textwidget a:hover {
	color: #fff;
}

.site-header__upper-right .textwidget p {
	display: flex;
    flex-direction: row;
	margin-right: 5px;
}

.site-header__upper-right .textwidget a {
	margin-left: 2rem;
	display: flex;
}

.site-header__upper-right .textwidget a:hover svg {
	fill: #ffffff;
}

.site-header__upper-right .textwidget svg {
	width: 23px;
    fill: #cecece;
}

.mobile-menu-button {
	display: none;
	position: relative;
}

.mobile-menu-button .line {
	width: 26px;
    height: 1px;
    background-color: #ecf0f1;
    display: block;
    margin: 0.4rem auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.is-active .line:nth-child(2){
  opacity: 0;
}

.is-active .line:nth-child(1){
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.is-active .line:nth-child(3){
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 3rem;
}

.site-header__brand {
	display: flex;
	align-items: center;
}

.site-header__logo {
	display: flex;
	align-items: baseline;
	gap: 0.6rem;
	color: inherit;
	text-decoration: none;
}

.site-header__logo-brand {
	display: flex;
    flex-direction: row;
    align-items: center;	
	font-weight: 700;
    color: white;
    font-size: 20px;
    opacity: 1;
    letter-spacing: 0;
    border-left: 1px solid white;
    padding-left: 1rem;
    margin-left: 1rem;
}

.site-header__logo-brand-img {
	width: 25px;
    margin-right: 6px;
}

.site-header__logo-text {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.site-header__logo-sub {
	font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-left: 0.5rem;
}

.site-header__nav {
    display: flex;
    align-items: baseline;
}

.site-header__nav-mobile {
	width: 100%;
    padding: 5rem 2rem 0rem;
	margin-top: auto;
    align-self: flex-end;
    margin-bottom: 3rem;
}

.menu-item {
	position: relative;
    cursor: pointer;
    margin-right: 3rem;
    padding: 16px 20px 16px 10px;
}

.menu-item_link {
	text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 14px;
	cursor: pointer;
	position: relative;
}

.menu-item_link::after {
	content: "";
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    top: calc(50% - 0.5rem);
    right: -12px;
    width: 0.7rem;
    height: 0.7rem;
    border-right: 0.1rem solid #fff;
    border-top: 0.1rem solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.custom-logo-link {
	display: flex;
}

.custom-logo {
	width: 170px;
    height: auto;
}

.site-header__menu {
	display: flex;
	gap: 5rem;
	list-style: none;
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.site-header__menu a {
	color: inherit;
	text-decoration: none;
}

.sub-menu {
	position: absolute;
    top: 100%;
    left: 50%;
    width: max-content;
    border: 1px solid #0C2814;
    background-color: #FFF;
    padding: 20px 25px 20px 20px;
    height: 0;
    opacity: 0;
    transform: translateX(-55%) scaleY(0);
    transform-origin: top;
	list-style: none;
}

.sub-menu .menu-item {
	margin: 0;
    padding: 0;
	display: flex;
}

.sub-menu a {
	color: #363636;
    text-decoration: none;
	padding: 12px 20px;
	transition: background-color 0.3s ease;
	width: 100%;
	font-weight: 400;
}

.sub-menus__models.sub-menu a {
	padding: 0;
	margin: 10px 15px;
}

.sub-menu a:hover {
	background: #082232;
    color: #dfdfdf;
}

.sub-menus__models {
	left: 100%;
}

.sub-menus__models .swiper-slide {
	display: flex;
}

.sub-menus__models .brand {
	background: #394b5b;
	width: 275px;
}

.sub-menus__models .brand-content {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #6f6f6f;
    border-top: 1px solid #c7c7c7;
}

.sub-menus__models .menu-item:first-child .brand-content{
	border-top: none;
}

.sub-menus__models .menu-item:last-child .brand-content {
	border-bottom: none;
}

.sub-menus__models .brand-content .title {
	color: white;
    border: none;
    font-size: 18px;
}

.sub-menus__models .brand-content .sub-title {
	color: #fff;
}

.sub-menus__models .brand-content .brand-name {
	display: none;
}

.sub-menus__models .fuel-types {
	display: flex;
    flex-direction: column;
}

.sub-menus__models .fuel-types img {
	width: 30px;
	margin-bottom: 10px;
}

.sub-menus__models .labels {
	position: absolute;
    top: 0;
    left: 43px;
}
.sub-menus__models .red,
.sub-menus__models .grey {
	border-radius: 5px;
    padding: 4px 8px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

.sub-menus__models .red {
	background-color: red;
}
.sub-menus__models .grey {
	background-color: grey;
}

.sub-menus__models .model {
	display: flex;
    flex-direction: row;
	position: relative;
}

.sub-menus__models .car {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.sub-menus__models .car img {
	width: 190px;
}

.sub-menus__models .title {
	color: black;
    font-size: 22px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
}

.sub-menus__models .sub-title {
	color: black;
	font-size: 1.6rem;
    font-weight: 600;
    margin-top: 5px;
}

.sub-menus__models a:hover {
	background: none;
}

.sub-menus__models .menu-item {
	cursor: default;
	background: white;
}

.sub-menus__models .swiper-wrapper {
	display: flex;
    flex-direction: row;
	margin: 0;
}

.homepage {
	background: #f3efe6;
}

.hero {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.hero__slider {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	touch-action: pan-y pinch-zoom;
	cursor: grab;
	user-select: none;
}

.hero__slider.is-dragging {
	cursor: grabbing;
}

.hero__track {
	display: flex;
	height: 100%;
	will-change: transform;
}

@keyframes smoothMotion {
    0% {
        transform: scale(1) translateX(0);
    }
    25% {
        transform: scale(1.08) translateX(-20px);
    }
    50% {
        transform: scale(1.12) translateX(0);
    }
    75% {
        transform: scale(1.08) translateX(20px);
    }
    100% {
        transform: scale(1) translateX(0);
    }
}

.hero__slide-image img,
.generic-hero__image img {
    animation: smoothMotion 20s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

.hero__slide {
	position: relative;
	overflow: hidden;
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	background-size: cover;
	background-position: center;
}

.hero__slide-image,
.hero__slide-video {
	position: absolute;
    width: 100%;
    height: 100%;
	z-index: 1;
}

.hero__slide-video video,
.hero__slide-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero__slide--one {
	background: linear-gradient(120deg, rgba(8, 18, 26, 0.9), rgba(21, 44, 60, 0.5)),
		linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 600'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23243b55'/%3E%3Cstop offset='1' stop-color='%23141e30'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1200' height='600' fill='url(%23g)'/%3E%3Cpath d='M0 420 L220 360 L560 380 L900 330 L1200 350 L1200 600 L0 600Z' fill='%233a4b5b' opacity='0.6'/%3E%3Cpath d='M0 440 L240 400 L560 420 L900 380 L1200 400 L1200 600 L0 600Z' fill='%23213240' opacity='0.7'/%3E%3C/svg%3E");
}

.hero__slide--two {
	background: linear-gradient(120deg, rgba(4, 36, 44, 0.9), rgba(22, 80, 90, 0.5)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 600'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%2311343f'/%3E%3Cstop offset='1' stop-color='%230b1f2a'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1200' height='600' fill='url(%23g)'/%3E%3Cpath d='M0 430 L260 370 L520 390 L840 350 L1200 380 L1200 600 L0 600Z' fill='%23273d4a' opacity='0.7'/%3E%3C/svg%3E");
}

.hero__slide--three {
	background: linear-gradient(120deg, rgba(22, 20, 28, 0.9), rgba(52, 36, 48, 0.5)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 600'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%2328222c'/%3E%3Cstop offset='1' stop-color='%231e1c28'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1200' height='600' fill='url(%23g)'/%3E%3Cpath d='M0 420 L280 360 L560 380 L900 330 L1200 360 L1200 600 L0 600Z' fill='%233b2d3c' opacity='0.7'/%3E%3C/svg%3E");
}

.hero__slide--four {
	background: linear-gradient(120deg, rgba(10, 34, 26, 0.9), rgba(30, 70, 40, 0.5)),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 600'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%231c3a33'/%3E%3Cstop offset='1' stop-color='%23122420'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1200' height='600' fill='url(%23g)'/%3E%3Cpath d='M0 440 L240 380 L560 400 L900 360 L1200 390 L1200 600 L0 600Z' fill='%23284b3e' opacity='0.7'/%3E%3C/svg%3E");
}

.hero__overlay {
	position: absolute;
	inset: 0;
	background: rgb(25 28 39 / 50%);
	z-index: 2;
	width: 100%;
    height: 100%;
}

.hero__content {
	position: relative;
    max-width: 118rem;
    padding: 0 6vw;
    z-index: 3;
    margin-top: auto;
    margin-bottom: 13rem;
}

.hero__content p {
	font-size: 1.4rem;
	letter-spacing: 0.14em;
	line-height: 2.4rem;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 500;
}

.hero h1 {
	font-size: clamp(3.6rem, 5vw, 6.4rem);
	margin-bottom: 3rem;
	font-weight: 700;
	line-height: 6rem;
}

.hero__actions {
	display: flex;
	justify-content: center;
}

.hero__content a,
.button,
.wpcf7-submit {
	border: none;
	background: #0b1c26;
	color: #fff;
	padding: 1.8rem 4rem;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 1.2rem;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	line-height: 2rem;
}

.hero__content a {
	font-size: 1.5rem;
    font-weight: 500;
    padding: 2rem 4rem;
	margin-top: 2rem;
}

.hero__content a,
.button--light {
	background: #fff;
	color: #0b1c26;
	transition: background-color 0.2s, color 0.2s;
}

.hero__content a:hover,
.button--light:hover {
	color: #fff;
	background: #0b1c26;
}

.button--dark,
.wpcf7-submit {
	background: #0b1c26;
	color: #fff;
	transition: background-color 0.2s, color 0.2s;
	border: none;
	box-shadow: 0px 1px 3px #253654;
}

.button--dark:hover,
.wpcf7-submit:hover {
	background: #e1e1e1;
    color: black;
    box-shadow: 0px 1px 5px 2px #939393;
}

.hero__meta {
	position: absolute;
    right: 4vw;
    top: 0;
    z-index: 1;
    height: 100vh;
    align-items: center;
    display: flex;
}

.hero__indicator {
	display: grid;
	gap: 0.8rem;
}

.hero__dot {
	width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    border: 5px solid black;
    display: block;
    box-sizing: content-box;
}

.hero__dot.is-active {
	background: black;
	border: 5px solid white;
}

.tabs {
	display: flex;
	justify-content: center;
	padding: 0;
	background: #f2f2f2;
	border-bottom: 1px solid #e0e0e0;
}

.tabs__item {
	background: transparent;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 1.6rem;
	font-weight: 600;
    padding: 25px 0;
    cursor: pointer;
    width: 25%;
    text-align: center;
}

.tabs__item.is-active {
	background: #0b1c26;
	color: #fff;
}

.car-showcase {
	/* display: none; */
	position: relative;
	padding: 3rem 0 5rem;
	background: #f2f2f2;
}

.car-showcase.is-active {
	display: flex;
	align-items: center;
}

.car-showcase__viewport {
	flex: 1;
	overflow: hidden;
	margin: 0 6rem;
}

.car-showcase__track {
	display: flex;
	gap: 2rem;
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.car-showcase__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 5rem;
	height: 5rem;
	border: none;
	background: #0b1c26;
	color: #fff;
	font-size: 2.4rem;
	border-radius: 50%;
	cursor: pointer;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s, opacity 0.2s;
}

.car-showcase__arrow:hover {
	background: #1a2c38;
}

.car-showcase__arrow:disabled {
	opacity: 0.3;
	cursor: not-allowed;
}

.car-showcase__arrow--prev {
	left: 1rem;
}

.car-showcase__arrow--next {
	right: 1rem;
}

.car-card {
	background: #fff;
	border-radius: 2rem;
	padding: 2rem;
	box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.08);
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	flex-shrink: 0;
	/* Default: 2 cards visible (mobile) */
	width: calc((100% - 2rem) / 2);
}

@media (min-width: 768px) {
	.car-card {
		/* 3 cards visible */
		width: calc((100% - 4rem) / 3);
	}
}

@media (min-width: 1500px) {
	.car-card {
		/* 4 cards visible */
		width: calc((100% - 6rem) / 4);
	}
}

.car-card__badge,
.car-card__tag {
	position: absolute;
	top: 1.6rem;
	left: 1.6rem;
	font-size: 1.1rem;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	background: var(--df-accent);
	color: #0b1c26;
	padding: 0.4rem 0.8rem;
	border-radius: 999px;
}

.car-card__tag {
	background: #f1f3f6;
	color: #51606f;
}

.car-card__image {
	height: 12rem;
	border-radius: 1.4rem;
	background: linear-gradient(120deg, #e1e6ea, #c7d2dc);
}

.car-card__image--lime {
	background: linear-gradient(120deg, #d8f86e, #6acb3d);
}

.car-card__image--teal {
	background: linear-gradient(120deg, #59dbc7, #127f80);
}

.car-card__image--charcoal {
	background: linear-gradient(120deg, #3b4855, #161c22);
}

.car-card__image--silver {
	background: linear-gradient(120deg, #d2d6db, #8f98a1);
}

.car-card__spec {
	color: #6c7a87;
	font-size: 1.3rem;
}

.car-card__price {
	font-weight: 600;
}

.car-card__actions {
	display: flex;
	gap: 1rem;
	margin-top: 0.6rem;
}


.split-section__wrap {
    gap: 2rem;
    padding: 3rem 0;
}

.split-section__media,
.split-section__content {
	width: 50%;
}

.split-section__content {
	justify-content: center;
}

.split-section__media {
	border-radius: 5px;
	max-height: 320px;
    overflow: hidden;
}

.split-section__media img {
	width: 100%;
}

.split-section__media--light {
	background: linear-gradient(140deg, #eef1f6, #cdd5df);
}


.split-section__content h2 {
	margin-bottom: 1.4rem;
}

.split-section__content p {
	color: #3c4a55;
	margin-bottom: 1.2rem;
}

.info-map {
	display: grid;
	grid-template-columns: minmax(20rem, 32rem) 1fr;
}

.info-map__stats {
	display: grid;
}

.stat-card {
	background: #0b1c26;
	color: #fff;
	padding: 2rem;
	text-align: center;
}

.stat-card:nth-child(2) {
	background: #fff;
	color: #0b1c26;
	border: 1px solid #e3e8ee;
}

.stat-card:nth-child(3) {
	background: #1a2c38;
}

.stat-card__title {
	margin-bottom: 1.8rem;
}

.info-map__map {
	min-height: 32rem;
	background: linear-gradient(140deg, #eaf2fa, #cfddeb);
	position: relative;
	display: flex;
	align-items: flex-end;
	padding: 2rem;
	color: #2a3a4a;
}

.info-map__map-pin {
	position: absolute;
	top: 30%;
	left: 40%;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 50%;
	background: #0b1c26;
	color: #fff;
	display: grid;
	place-items: center;
	font-size: 1.2rem;
}

.info-map__map-pin:nth-child(2) {
	top: 55%;
	left: 60%;
}

.info-map__map-pin:nth-child(3) {
	top: 40%;
	left: 75%;
}

.info-map__caption {
	font-size: 1.3rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.site-footer {
	background: #082232;
	color: #fff;
	padding: 5rem 6vw;
}

.site-footer__top .widget-content {
	text-align: center;
}

.site-footer__top .widget-title {
	text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-weight: 400;
    color: white;
	line-height: 2rem;
}

.site-footer a {
	color: white;
    font-weight: 300;
}

.site-footer a:hover {
	text-decoration: underline;
}

.site-footer__bottom .textwidget ,
.site-footer p {
	margin-bottom: 5px;
	line-height: 2.2rem;
	color: #dddddd;
    font-size: 1.6rem;
}

.site-footer__top {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 1rem;
    margin-bottom: 5rem;
    border-bottom: 1px solid #42494d;
    padding-bottom: 5rem;
}

.site-footer__top-block {
	color: #dddddd;
	font-size: 1.6rem;
}

.site-footer__top ul.site-footer__menu {
	margin: 0 0 2rem 0;
    padding: 0;
}

.site-footer__menu-models {
	grid-template-columns: 1fr 1fr;
}

.site-footer__top ul.site-footer__menu .menu-item {
	padding: 0;
    margin: 5px 0 0;
}

.site-footer__top ul.site-footer__menu .menu-item a:hover {
	text-decoration: underline;
}

.site-footer__top ul.site-footer__menu li::marker {
	content: none;
}

.site-footer__title {
	text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-weight: 400;
    color: white;
}

.site-footer__top ul {
	list-style: none;
	display: grid;
	gap: 0.6rem;
}

.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	font-size: 1.2rem;
	opacity: 0.7;
	flex-wrap: wrap;
}

.site-footer__social {
	display: flex;
	gap: 1rem;
}

.site-footer__social a {
	color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
	border-radius: 52%;
    padding: 5px;
	transition: background-color 0.3s ease, fill 0.3s ease;
}

.site-footer__social .textwidget p {
	display: flex;
    flex-direction: row;
}

.site-footer__social a:hover {
	background-color: white;
}

.site-footer__social a:hover svg {
	fill: #082232;
}

.site-footer__social a svg {
	width: 30px;
}



@media (min-width: 1350px) and (max-width: 1500px) {
	.menu-item .sub-menu  {
		transform: translateX(-51%) scaleY(0);
	}
	.menu-item:hover .sub-menu  {
    	transform: translateX(-51%) scaleY(1);
	}
}

@media (min-width: 1200px) and (max-width: 1350px) {
	.menu-item .sub-menu  {
		transform: translateX(-45%) scaleY(0);
	}
	.menu-item:hover .sub-menu  {
    	transform: translateX(-45%) scaleY(1);
	}
	.sub-menus__models .brand {
		width: 220px;
	}
	.sub-menus__models .car img {
		width: 180px;
	}
	.sub-menus__models .brand-content img {
		height: 60px;
	}
}

@media (min-width: 1000px) and (max-width: 1200px) {
	.sub-menus__models .car img {
		width: 160px;
	}
	.sub-menus__models .brand {
		width: 200px;
	}
	.menu-item .sub-menu  {
		transform: translateX(-43%) scaleY(0);
	}
	.menu-item:hover .sub-menu  {
    	transform: translateX(-43%) scaleY(1);
	}
}

@media (max-width: 1200px) {
	.menu-item_link {
		font-size: 13px;
	}
}

@media (max-width: 1000px) {
	.custom-logo {
		width: 130px;
	}

	.split-section__wrap {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	
	.site-header__upper {
		display: none;
	}
	.site-header__logo-brand {
		font-size: 16px;
		padding-left: 0.7rem;
		margin-left: 0.7rem;
	}
	.site-header__inner {
		flex-direction: row;
	}
	.mobile-menu-button {
		display: flex;
		flex-direction: column;
	}
	.site-header {
		padding: 16px;
		top: 0;
	}
	.site-header__nav {
		background: white;
		left: 100%;
		top: 55px;
        width: 100vw;
        overflow-y: scroll;
		position: fixed;
		bottom: 0;
		display: flex;
        flex-direction: column;
		padding-top: 20px;
		transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94)
	}
	.menu-item {
		padding: 0 20px;
        margin: 0;
        width: 100%;
	}
	.menu-item:last-child {
		margin-bottom: 80px;
	}
	.menu-item_link {
		color: #000;
		font-size: 1.7rem;
		margin: 15px 0;
        display: inline-block;
	}

	.menu-item_link::after {
		border-color: black;
		right: -17px;
		transition: .45s ease-in-out;
		width: 8px;
        height: 8px;
        top: calc(50% - 0.8rem);
	}
	.menu-open .menu-item_link::after {
		transform: rotate(315deg);
		-webkit-transform: rotate(315deg);
		top: calc(50% - 0.4rem);
	}
	.is-active .site-header__nav {
		left: 0%;
	}
	.sub-menu .menu-item:last-child {
		margin-bottom: 20px;
	}
	.menu-item .sub-menu {
		position: relative;
		top: 0;
		height: auto;
        transform: none;
        max-height: 0;
		opacity: 1;
		padding: 0;
        border: 0;
		overflow: hidden;
		width: 100%;
        left: 0;
		transition: max-height 0.3s ease-out;
		margin: 0;
	}
	.menu-item:first-child.menu-open .sub-menu {
		max-height: 830px;
	}
	.menu-item.menu-open .sub-menu {
		max-height: 300px;
	}
	.sub-menus__models .brand {
		display: none;
	}

	/* Mobile menu swipers */
	.sub-menus__models .swiper {
		position: relative;
		overflow: hidden;
		width: 100%;
	}

	.sub-menus__models a {
		padding: 0;
	}

	.sub-menus__models .swiper-wrapper {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
	}

	.sub-menus__models .swiper-slide {
		flex-shrink: 0;
		width: 230px;
	}

	.sub-menus__models .swiper {
		cursor: grab;
	}

	.sub-menus__models .swiper.is-dragging {
		cursor: grabbing;
	}

	.sub-menus__models .swiper-button-prev,
	.sub-menus__models .swiper-button-next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 30px;
		height: 30px;
		background: #0b1c26;
		border-radius: 50%;
		cursor: pointer;
		z-index: 10;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.sub-menus__models .swiper-button-prev::after,
	.sub-menus__models .swiper-button-next::after {
		content: '';
		width: 8px;
		height: 8px;
		border-right: 2px solid #fff;
		border-top: 2px solid #fff;
	}

	.sub-menus__models .swiper-button-prev::after {
		transform: rotate(-135deg);
		margin-left: 3px;
	}

	.sub-menus__models .swiper-button-next::after {
		transform: rotate(45deg);
		margin-right: 3px;
	}

	.sub-menus__models .swiper-button-prev {
		left: 0;
	}

	.sub-menus__models .swiper-button-next {
		right: 0;
	}

	.sub-menus__models .swiper-button-disabled {
		opacity: 0.3;
		cursor: not-allowed;
	}

	.sub-menus__models .car img {
		width: 185px;
	}

	.sub-menus__models .model {
		flex-direction: column;
	}

	.sub-menus__models .fuel-types {
		flex-direction: row;
		gap: 5px;
	}

	.sub-menus__models .fuel-types img {
		width: 20px;
		margin-bottom: 5px;
	}

	.sub-menus__models .labels {
		position: relative;
		top: auto;
		left: auto;
	}

	.sub-menus__models .red,
	.sub-menus__models .grey {
		font-size: 10px;
		padding: 2px 5px;
	}
}

@media (max-width: 900px) {
	.hero {
		height: 100vh;
	}

	.info-map {
		grid-template-columns: 1fr;
	}

	.site-header__menu {
		flex-wrap: wrap;
		row-gap: 1rem;
	}

	.car-showcase__viewport {
		margin: 0 5rem;
	}

	.car-showcase__arrow {
		width: 4rem;
		height: 4rem;
		font-size: 2rem;
	}
}

@media (max-width: 600px) {
	.car-showcase__viewport {
		margin: 0 4rem;
	}

	.car-showcase__arrow {
		width: 3.2rem;
		height: 3.2rem;
		font-size: 1.6rem;
	}

	.car-showcase__arrow--prev {
		left: 0.5rem;
	}

	.car-showcase__arrow--next {
		right: 0.5rem;
	}
}

@media (min-width: 1000px) {
	.desktop-hide {
		display: none;
	}
	.site-header {
		padding: 0 1rem;
    }
	.site-header__upper {
		padding: 1rem;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 4;
    }
	.menu-item {
        margin-right: 1rem;
    }
	.menu-item:hover .menu-item_link::after {
		top: calc(50% - 0.3rem);
	}

	.menu-item:hover .sub-menu {
		margin: 0;
		height: auto;
		opacity: 1;
		transition: height 0.15s ease, opacity 0.15s ease, transform 0.15s ease;
		display: flex;
		flex-direction: column;
		padding: 0;
		border: none;
	}
}

@media (min-width: 1200px) {
	.site-header {
		padding: 0 2rem 0 4rem;
    }
	.site-header__upper {
		padding: 1rem 2rem 1rem 4rem;
    }
	.menu-item {
        margin-right: 2rem;
    }
}

/* -------------------------------------------------------------------------- */
/*	Car Page Styles
/* -------------------------------------------------------------------------- */


/* Specs Bar */
.car-specs-bar {
	background: #fff;
	border-bottom: 1px solid #e8e4dc;
	position: relative;
	height: 100vh;
    overflow: hidden;
}

.car-specs-bar__inner {
	display: flex;
	justify-content: center;
	gap: 15rem;
	padding: 3rem 0;
	position: absolute;
    bottom: 0;
	left: 0;
    right: 0;
	background: rgb(24 65 82 / 45%);
}

.car-specs-bar__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.5rem;
	color: white;
}

.car-specs-bar__label {
	text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 400;
	font-size: 2rem;
}

.car-specs-bar__value {
	font-weight: 600;
    font-size: 3rem;
}

.car-specs__car-image-img img {
	object-fit: cover;
    width: 100vw;
    height: 100vh;
}

.car-features {
	flex-direction: column;
}

.car-features__wrap {
	margin-top: 5rem;
	gap: 1rem;
}

.car-features__wrap-item {
	position: relative;
    max-width: 700px;
	width: 50%;
}

.car-features__wrap-item-image,
.car-features__wrap-item-image img {
	width: 100%;
    height: 100%;
}

.car-features__wrap-item-image img {
	object-fit: cover;
}

.car-features__wrap-item-text {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(25 28 39 / 60%);
    color: white;
    padding: 2rem 4rem;
    text-align: center;
	min-height: 23rem;
}

.car-features__wrap-item-text h3 {
	font-size: 3rem;
    margin-bottom: 1rem;
}

.car-features__wrap-item-text p {
	font-size: 1.6rem;
}

/* Car Gallery */
.car-gallery {
	position: relative;
}

.car-gallery h2 {
    width: 60%;
    margin: 0 auto;
    padding-top: 7rem;
    padding-bottom: 2rem;
}

.car-gallery__slider {
	position: relative;
	display: flex;
	align-items: center;
	height: 100vh;
	margin-top: 5rem;
}

.car-gallery__viewport {
	flex: 1;
    overflow: hidden;
    width: 100%;
    min-height: 400px;
    position: relative;
	height: 100%;
}

.car-gallery__image {
	max-width: 100%;
	max-height: 100%;
	width: 100vw;
	object-fit: cover;
	position: relative;
	z-index: 1;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.car-gallery__image.is-fading {
	opacity: 0;
}

.car-gallery__viewport--background {
	position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
	width: 100vw;
}

.car-gallery__viewport--background img {
	width: 100%;
    height: 100%;
	transition: 0.3s ease;
}

.car-gallery__overlay {
	position: absolute;
	transition: 0.3s ease;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	pointer-events: none;
}

.car-gallery__tabs-tab.active {
	opacity: 1;
}

.car-gallery__tabs-tab:hover {
	opacity: 1;
}

.car-gallery__tabs {
	background: rgb(25 28 39 / 60%);
    padding: 3rem 0;
	align-items: baseline;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 7;
}

.car-gallery__tabs-tab {
	background: none;
	display: flex;
    flex-direction: column;
	align-items: center;
	max-width: 120px;
    width: 100%;
	margin: 0 1rem;
	cursor: pointer;
}

.car-gallery__tabs-tab img {
	width: 50px;
}

.car-gallery__tabs-tab span {
	word-wrap: break-word;
    max-width: 100px;
	margin-top: 1rem;
	color: white;
}

/* Car Intro */
.car-intro,
.generic-intro {
	padding: 6rem 0;
	text-align: center;
	background: #fff;
}

.generic-intro h2 {
	margin-bottom: 2rem;
}

.car-intro hr,
.generic-intro hr {
	margin-top: 3rem;
}

.car-intro__inner,
.generic-intro__inner {
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 4rem;
}

.car-intro__line,
.generic-intro__line {
	gap: 1rem;
	margin-bottom: 1rem;
}

.car-intro__line-image,
.generic-intro__line-image {
	width: 50%;
	border-radius: 3px;
    overflow: hidden;
}

.car-intro__line-image img,
.generic-intro__line-image img{
	width: 100%;
	height: 100%;
    object-fit: cover;
}

.car-intro__line-content,
.generic-intro__line-content {
	border-radius: 3px;
    overflow: hidden;
	width: 50%;
	padding: 2rem;
    background: #082232;
    color: white;
    text-align: center;
    padding: 10rem;
}

.car-intro__line-content h3,
.generic-intro__line-content h3{
	font-weight: 300;
	margin-bottom: 2rem;
}

/* Features Grid */
.car-features {
	padding: 5rem 6vw 6rem;
	background: #fff;
}

.car-features__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}

.car-features__image {
	border-radius: 2rem;
	overflow: hidden;
}

.car-features__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.car-features__cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
}

.car-features__card {
	background: #0b1c26;
	color: #fff;
	padding: 2.5rem;
	border-radius: 1.5rem;
}

.car-features__card-icon {
	margin-bottom: 1.5rem;
	opacity: 0.8;
}

.car-features__card-title {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.car-features__card-text {
	font-size: 1.3rem;
	line-height: 1.6;
	opacity: 0.8;
}

/* Interior Showcase */
.car-interior {
	position: relative;
}

.car-interior h2 {
	margin-bottom: 1.5rem;
	margin-top: 4rem;
}

.car-interior p {
	max-width: 80%;
	margin: 0 auto;
}

.car-interior__slider-container {
    position: relative;
    margin: 3rem 6rem 0;
    overflow: hidden;
    cursor: grab;
}

.car-interior__slider-container.is-dragging {
    cursor: grabbing;
    user-select: none;
}

.car-interior__slider-track {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.car-interior__slider-container.is-dragging .car-interior__slider-track {
    transition: none;
}

.car-interior__slider-slide {
    flex: 0 0 100%;
    width: 100%;
}

.car-interior__slider-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.car-interior__slider-caption {
    background: #082232;
    color: white;
    padding: 3rem 2rem;
	position: absolute;
    bottom: 0;
    width: 100%;
}

.car-interior__slider-caption h3 {
    margin-bottom: 1rem;
}

.car-interior__slider-tabs {
    display: flex;
    justify-content: center;
    gap: 1rem;
	position: absolute;
    bottom: 16rem;
    z-index: 10;
    left: 0;
    right: 0;
}

.car-interior__slider-tabs-tab {
    background: none;
    border: 2px solid transparent;
    padding: 0;
    cursor: pointer;
    transition: opacity 0.3s ease, border-color 0.3s ease;
    border-radius: 0.5rem;
    overflow: hidden;
}

.car-interior__slider-tabs-tab:hover,
.car-interior__slider-tabs-tab.active {
    opacity: 1;
}

.car-interior__slider-tabs-tab.active {
    border-color: #34aaed;
}

.car-interior__slider-tabs-tab img {
    width: 13rem;
    height: 10rem;
    object-fit: cover;
    display: block;
}

/* Specifications */
.car-specifications {
	padding: 6rem 0;
}

.generic-specifications {
	padding: 3rem 0;
}

.generic-specifications .button {
	margin-top: 2rem;
}

.car-specifications hr,
.generic-specifications hr {
	margin-top: 3rem;
}

.car-specifications__wrapper,
.generic-specifications__wrapper {
	display: grid;
	grid-template-columns: 1fr;
	margin: 4rem auto;
}

.car-specifications__line,
.generic-specifications__line {
	gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.car-specifications__line-image,
.generic-specifications__line-image {
	width: 50%;
	border-radius: 3px;
    overflow: hidden;
}

.car-specifications__line-image img,
.generic-specifications__line-image img{
	width: 100%;
	height: 100%;
	max-height: 330px;
	object-fit: cover;
}

.car-specifications__line-content,
.generic-specifications__line-content {
	width: 50%;
	padding: 1rem 1rem 2rem;
	border-radius: 3px;
    overflow: hidden;
	justify-content: center;
}

.car-specifications__line-content h3,
.generic-specifications__line-content h3{
	text-align: left;
    margin-bottom: 1rem;
    font-weight: 300;
}

.car-specifications__line-content p,
.generic-specifications__line-content p{
	text-align: left;
}

/* Interior Gallery */
.car-interior-gallery .hero__meta {
	top: auto;
    bottom: 4rem;
    right: 0;
    left: 0;
    width: 100vw;
    display: flex;
    justify-content: center;
	align-items: flex-end;
}

.car-interior-gallery hr {
	margin-bottom: 3rem;
}

.car-interior-gallery .hero__indicator {
	display: flex;
    gap: 2rem;
}

.car-interior-gallery p {
	margin: 2rem auto 5rem;
}

.car-interior-gallery-wrapper {
	position: relative;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}

.car-interior-gallery-wrapper .hero__slide {
	display: inline-block;
}

.car-interior-gallery-wrapper .hero__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.car-interior-gallery__grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 1.5rem;
}

.car-interior-gallery__item {
	border-radius: 1.5rem;
	overflow: hidden;
}

.car-interior-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.car-page__actions {
	position: fixed;
    z-index: 5;
    bottom: 2rem;
    right: 2rem;
}

.car-page__actions-item {
	position: relative;
	margin-bottom: 10px;
}

.car-page__actions-btn {
	background: #0b1c26;
    display: flex;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    margin-bottom: 5px;
	cursor: pointer;
	position: relative;
	z-index: 2;
}

.car-page__actions-item:hover .car-page__actions-tooltip {
	-webkit-transform: translateX(0);
	visibility: visible;
    transform: translateX(0);
	opacity: 1;
}

.car-page__actions-tooltip {
	visibility: hidden;
	position: absolute;
	z-index: 1;
    display: flex;
    background: white;
    right: 100%;
    top: 0;
    height: 100%;
    white-space: nowrap;
    align-items: center;
    font-size: 1.6rem;
    padding: 0 1rem;
    font-weight: 500;
	opacity: 0;
	-webkit-transform: translateX(34px);
    transform: translateX(34px);
    -webkit-transition: opacity .45s ease-in-out, -webkit-transform .45s ease-in-out;
    transition: opacity .45s ease-in-out, -webkit-transform .45s ease-in-out;
    transition: opacity .45s ease-in-out, transform .45s ease-in-out;
    transition: opacity .45s ease-in-out, transform .45s ease-in-out, -webkit-transform .45s ease-in-out;
}

.map-section__content {
	width: 35%;
	background: white;
}

.map-section__content h2 {
	background: #082232;
    color: #ebebeb;
    padding: 2rem 2rem;
    font-size: 2.2rem;
    text-align: center;
	font-weight: 400;
	line-height: 2.8rem;
}

.map-section__content h3 {
	padding: 1rem 1rem 1rem 2rem;
    font-size: 2.2rem;
    font-weight: 300;
}

.map-section__content hr {
	width: 90%;
	margin: 2rem auto;
}

.map-section__content p {
	padding-left: 2rem;
	padding-right: 2rem;
}

.map-section__net {
    width: 65%;
}

/* Car Page Responsive */
@media (max-width: 1500px) {
	.car-features {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 1200px) {
	.car-features {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.car-features__wrap {
		flex-direction: column;
	}
	.car-features__wrap-item {
		width: 100%;
		max-width: 1200px;
	}
}

@media (max-width: 1000px) {
	.site-header__upper-left .textwidget,
	.site-header__upper-right .textwidget {
		flex-direction: column;
		align-items: center;
	}
	
	.site-header__upper-left .textwidget p {
		margin: 0 0 1.5rem 0;
	}

	.site-header__upper-right .textwidget p {
		margin: 0 0 1rem 0;
		justify-content: center;
	}

	.site-header__upper-right .textwidget a {
		margin: 0 1rem;
	}

	.site-header__upper-right .textwidget svg {
		fill: #082232;
		width: 30px;
	}

	.site-header__upper-left .textwidget a {
		color: #082232;
    	font-weight: 500;
	}

	.car-features__grid {
		grid-template-columns: 1fr;
	}

	.car-features__image {
		height: 30rem;
	}

	.car-interior {
		grid-template-columns: 1fr;
	}

	.car-interior__image {
		height: 40rem;
	}

	.car-interior__image img {
		height: 100%;
	}

	.car-specifications__grid,
	.generic-specifications__grid {
		grid-template-columns: 1fr;
	}
	.car-specs-bar__inner {
		gap: 6rem;
	}
}

@media (max-width: 768px) {
	.car-hero {
		padding: 10rem 5vw 4rem;
		min-height: 60vh;
	}

	.car-intro,
	.generic-intro {
		padding-bottom: 2rem;
	}

	.car-specifications,
	.generic-specifications {
		padding: 2rem 1rem;
	}

	.car-interior h2 {
		width: 95%;
    	margin: 3rem auto 2rem;
	}

	.car-interior p {
		max-width: 95%;
	}

	.car-interior__slider-tabs-tab img {
		width: 5rem;
        height: 4rem;
	}

	.car-specifications__line,
	.generic-specifications__line {
		flex-direction: column;
		gap: 0;
		margin-bottom: 4rem;
	}

	.car-specifications__line-image,
	.car-specifications__line-content,
	.generic-specifications__line-image,
	.generic-specifications__line-content {
		width: 100%;
	}

	.car-specifications__wrapper,
		.generic-specifications__wrapper {
		grid-template-columns: 1fr;
	}

	.car-specifications__line-content,
	.generic-specifications__line-content {
		padding: 1rem 2rem 2rem;
        background: #f1f1f1;
	}

	.car-specifications__line-content p,
	.generic-specifications__line-content p {
		text-align: center;
	}

	.car-specifications hr,
	.generic-specifications hr {
		margin: 2rem auto;
	}

	.car-specifications__line-content h3,
	.generic-specifications__line-content h3 {
		margin: 1rem auto 2rem;
	}

	.car-specifications__line-content h3,
	.car-specifications__line-content p,
	.generic-specifications__line-content h3,
	.generic-specifications__line-content{
		text-align: center;
	}

	.car-interior-gallery .container,
	.car-gallery .container {
		padding: 0 1rem;
	}

	.car-interior-gallery p {
		margin-bottom: 2rem;
	}

	.car-interior__slider-caption p {
		font-size: 1.6rem;
	}

	.car-interior-gallery-wrapper {
		max-height: 300px;
	}

	.car-interior__slider-container {
		margin: 2rem 0;
	}

	.car-interior__slider-caption {
		position: relative;
		padding: 1rem 1rem 2rem;
	}

	.car-gallery__slide {
		width: calc(50% - 0.75rem);
	}

	.car-features {
		padding-bottom: 3rem;
	}

	.car-features__cards {
		grid-template-columns: 1fr;
	}

	.car-gallery h2 {
		width: 100%;
		padding-top: 3rem;
	}

	.car-specs-bar,
	.car-specs__car-image-img img {
		height: auto;
	}

	.car-specs__car-image-img {
		display: flex;
	}

	.car-cta__inner {
		flex-direction: column;
		text-align: center;
	}

	.car-interior-gallery__grid {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}

	.car-interior-gallery__item--large {
		grid-row: auto;
	}

	.car-features__wrap-item-text {
		background: #05222c;
		position: relative;
        margin-top: -4rem;
		padding: 2rem;
	}

	.car-gallery__slider {
		height: unset;
	}

	.car-gallery__tabs {
		padding: 2rem 0 0;
		position: relative;
		background: none;
	}

	.car-gallery__tabs-tab {
		margin: 0;
	}

	.car-gallery__viewport {
		min-height: auto;
	}

	.car-gallery__tabs-tab img {
		max-width: 40px;
    	width: 71%;
	}

	.car-features__wrap-item-text h3 {
		font-size: 2.6rem;
	}

	.car-gallery__tabs-tab span {
		padding: 0 5px;
		color: black;
		font-size: 12px;
		padding-top: 0;
	}

	.car-signup__input {
		min-width: 100%;
	}
	.car-intro__line,
	.generic-intro__line {
		flex-direction: column;
		padding: 0 1rem;
		gap: 0;
	}
	.car-intro__line-image picture,
	.generic-intro__line-image picture{
		display: flex;
	}
	.car-intro__line-image,
	.car-intro__line-content,
	.generic-intro__line-image,
	.generic-intro__line-content {
		width: 100%;
	}
	.car-intro__line-content,
	.generic-intro__line-content {
		padding: 2rem;
	}
	.car-intro__line-content h3,
	.generic-intro__line-content h3{
		margin-bottom: 1rem;
	}
	.car-specs-bar__inner {
		gap: 2rem;
		display: grid;
    	grid-template-columns: 1fr 1fr;
		background: #05222c;
        position: relative;
	}
	.car-specs-bar__value {
		font-size: 1.8rem;
	}
	.car-specs-bar__label {
		font-size: 1.4rem;
	}
	.map-section {
		flex-direction: column;
	}
	.map-section__content,
	.map-section__net {
		width: 100%;
		text-align: center;
	}
	.map-section__content {
		padding-bottom: 2rem;
	}
	.map-section__content p,
	.map-section__content h3 {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 480px) {
	.car-gallery__slide {
		width: 100%;
	}

	.car-specs-bar__inner {
		gap: 2rem;
	}

	.car-specs-bar__item {
		flex: 1 1 40%;
	}
}

/* -------------------------------------------------------------------------- */
/*	Generic Page Styles
/* -------------------------------------------------------------------------- */


/* Service Hero */
.generic-hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	overflow: hidden;
}

.generic-hero__action {
	margin-top: 2rem;
}

.generic-hero__action-btn {
	position: relative;
    display: inline-block;
    height: 30px;
    width: 30px;
    background: no-repeat;
}

.generic-hero__action-btn::after {
	content: "";
    position: absolute;
    right: 5px;
    top: 0;
    width: 2rem;
    height: 2rem;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: translateY(0) rotate(135deg);
    transform: translateY(0) rotate(135deg);
    transition: transform .3s ease;
}

.generic-hero__action-btn:hover::after{
	cursor: pointer;
	-webkit-transform: translateY(4px) rotate(135deg); /* Moves up 5px */
    transform: translateY(4px) rotate(135deg);
}

.generic-hero__image {
	position: absolute;
    inset: 0;
	z-index: 1;
}

.generic-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.generic-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	background: rgb(25 28 39 / 60%);
}

.generic-hero__content {
	position: relative;
	z-index: 3;
	max-width: 90rem;
	padding-top: 10rem;
}

.generic-hero__content h1 {
	font-weight: 700;
	margin-bottom: 1.5rem;
	line-height: 1.2;
	font-size: 5.5rem;
}

.generic-hero__content h2 {
	font-size: 4.5rem;
	font-weight: 600;
	line-height: 1.2;
}

.generic-hero__content p {
	font-size: 2.2rem;
    margin: 0 auto 2.5rem auto;
    line-height: 1.6;
    max-width: 80%;
}

.generic-hero__text p {
	font-size: 2rem;
    font-weight: 400;
}

/* Service Intro */
.generic-intro {
	padding: 5rem 0;
	background: #fff;
	text-align: center;
}

.generic-intro__title {
	margin-bottom: 1.5rem;
}

.generic-intro__text {
	font-size: 1.6rem;
	line-height: 1.7;
	color: #546270;
}

/* Why Choose Us */
.generic-why {
	padding: 5rem 6vw;
	background: #f1f1f1;
}

.generic-additional {
	padding: 5rem 6vw;
}

.generic-why h2,
.generic-additional h2 {
	font-weight: 300;
    text-align: center;
    margin-bottom: 4rem;
    color: #4a4a4a;
}

.generic-why__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3rem;
	margin-top: 3rem;
}

.generic-why__item {
	text-align: center;
    padding: 4rem 5rem;
    background: #355169;
	color: white;
}

.generic-why__icon {
	margin-bottom: 1.5rem;
    margin-top: 1rem;
    opacity: 0.9;
}

.generic-why__icon img {
	max-width: 100px;
}

.generic-additional__content {
	gap: 3rem;
	margin-top: 3rem;
}

.generic-additional__content img {
	width: 50%;
    height: 100%;
}

.generic-additional__text {
	margin-top: 5rem;
}

.generic-additional__text ul {
	margin: 0 0 1rem 1rem;
}


.generic-why h3,
.generic-additional h3 {
	font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.generic-why p {
	text-align: center;
}

.generic-why p,
.generic-additional p {
	line-height: 1.4;
}


/* Service Booking Form */
.generic-booking {
	padding: 5rem 0;
}

.generic-booking__terms.wpcf7-block-line-full {
	margin-bottom: 1rem;
}	

.generic-booking__google-recaptcha {
	margin-bottom: 4rem;
	padding-left: 5rem;
}

.generic-booking__google-recaptcha p {
	font-size: 12px;
}

.generic-booking__google-recaptcha a {
	
}

.generic-booking hr {
	margin: 0 auto 5rem;
}

.generic-booking h2 {
	text-align: center;
	margin-bottom: 3rem;
}

.wpcf7 {
	margin-top: 6rem;
}

.wpcf7 .sent .wpcf7-submit,
.wpcf7 .sent .wpcf7-block-line,
.wpcf7 .sent .wpcf7-block-line-full,
.wpcf7 .sent .generic-booking__google-recaptcha {
	display: none;
    opacity: 0;
    transition: opacity 0.3s ease, display 0.3s allow-discrete;
}

.wpcf7-form label {
	font-size: 1.6rem;
}

.wpcf7-block-line {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
	margin-bottom: 3rem;
}

.wpcf7-block-line-full {
	display: grid;
    grid-template-columns: 2fr;
	margin-bottom: 3rem;
	position: relative;
}

.wpcf7-form-control-wrap {
	margin-top: 1rem;
    display: inline-block;
    width: 100%;
}

.wpcf7-spinner {
	position: absolute;
}

.wpcf7 .intl-tel-input.separate-dial-code .selected-flag,
.wpcf7 .intl-tel-input.separate-dial-code .selected-flag:hover {
	background: none;
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-phonetext,
.wpcf7-select {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
	line-height: 2rem;
	outline: none;
	background: transparent;
    border: none;
    border-bottom: 1px solid;
    padding: 10px 15px;
    width: 100%;
}

/* Hide the default checkbox */
.wpcf7 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Style the custom checkbox */
.wpcf7 .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px; /* Space for custom checkbox */
    cursor: pointer;
    display: inline-block;
    line-height: 22px;
}

/* Create the custom checkbox */
.wpcf7 .wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    width: 20px;  /* Bigger than default */
    height: 20px; /* Bigger than default */
    border: 1px solid #999;  /* Custom border */
    border-radius: 4px;  /* Smooth rounded corners */
    background-color: #fff;
    transition: all 0.2s ease;  /* Smooth transitions */
}

/* Checked state */
.wpcf7 input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
    background-color: #3498db;  /* Your brand color */
    border-color: #3498db;
}

/* Add checkmark */
.wpcf7 input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 0;
    bottom: 0;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
	margin: auto 0;
}

/* Hover state */
.wpcf7 .wpcf7-list-item-label:hover:before {
    border-color: #666;
    box-shadow: 0 0 5px rgba(52, 152, 219, 0.3);
}

/* Focus state for accessibility */
.wpcf7 input[type="checkbox"]:focus + .wpcf7-list-item-label:before {
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.3);
}

.booking-popup .wpcf7 form.sent .wpcf7-response-output,
.booking-popup  .wpcf7 form .wpcf7-response-output,
.booking-popup .wpcf7-response-output,
.generic-booking .wpcf7 form.sent .wpcf7-response-output,
.generic-booking  .wpcf7 form .wpcf7-response-output,
.generic-booking .wpcf7-response-output {
	border: none;
    font-weight: 600;
    text-align: center;
	margin-top: 0;
    padding-top: 0;
}

@media (max-width: 1200px) {
	.generic-booking {
		padding-left: 2rem;
    	padding-right: 2rem;
	}
}

.grecaptcha-badge {
	visibility: hidden;
}

@media (max-width: 900px) {
	.generic-why__grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.generic-form__row {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.generic-form__field--full {
		grid-column: auto;
	}

	.generic-locations__cards {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.split-section__wrap {
		padding-left: 1rem;
		padding-right: 1rem;
		flex-direction: column;
	}
	.split-section__media, 
	.split-section__content {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		text-align: center;
	}
	.hero__content {
		margin-bottom: 16rem;
	}
	.hero h1 {
		line-height: 4rem;
        font-size: 4rem;
	}

	.generic-hero__content h1 {
		font-size: 4rem;
	}
	.generic-hero__content h2 {
		font-size: 3.2rem;
	}
	.generic-hero__content p {
		max-width: 100%;
    	line-height: 1.3;
		font-size: 1.8rem;
	}
	.generic-hero {
		padding: 10rem 5vw 5rem;
	}

	.generic-booking {
		padding-left: 1rem;
    	padding-right: 1rem;
	}

	.wpcf7 {
		margin-top: 0;
	}

	.wpcf7-list-item {
		margin: 0;
	}

	.generic-booking__google-recaptcha {
		padding-left: 3rem;
	}

	.wpcf7-block-line {
		grid-template-columns: 1fr;
	}

	.generic-why,
	.generic-additional {
		padding: 4rem 1rem;
	}

	.generic-additional__content {
		flex-direction: column;
	}

	.generic-additional__content img {
		width: 100%;
	}

	.generic-why__item {
		padding: 4rem 2rem;
	}

	.generic-card__image {
		height: 20rem;
	}

	.generic-form {
		padding: 2rem;
	}

	.generic-locations__map {
		height: 30rem;
	}

	.site-footer__top {
		flex-direction: column;
    	display: flex;
		gap: 3rem;
	}

	.site-footer__top ul.site-footer__menu .menu-item {
		text-align: center;
	}

	.site-footer__top-second {
		display: grid;
		grid-template-columns: 1fr;
		margin-bottom: 2rem;
		padding-bottom: 2rem;
	}

	.site-footer {
		padding-bottom: 2rem;
	}

	.site-footer__top-block {
		margin-bottom: 2rem;
		display: flex;
        flex-direction: column;
        align-items: center;
	}

	.site-footer__title {
		font-size: 1.8rem;
	}

	.site-footer__top ul.site-footer__menu-models {
		gap: 1.5rem;
	}
	.site-footer__bottom {
		justify-content: center;
    	flex-direction: column-reverse;
	}
}

@media (min-width: 1500px) {
	.menu-item:hover .sub-menu {
		transform: translateX(-55%) scaleY(1);
	}
	.site-header {
		padding: 0 4rem 0 6rem;
    }

	.site-header__upper {
		padding: 1rem 6rem;
    }
}


/* // general responsive styles */

@media (max-width: 768px) {
	h1 {font-size: 4rem; line-height: 4rem; }
	h2 {font-size: 3.2rem; line-height: 3.4rem; }
	h3 {font-size: 2.6rem; line-height: 2.6rem; }
	h4 {font-size: 1.8rem; line-height: 1.8rem; }
}

/* -------------------------------------------------------------------------- */
/*	Booking Popup Styles
/* -------------------------------------------------------------------------- */

.booking-popup {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.booking-popup.is-open {
	opacity: 1;
	visibility: visible;
}

.booking-popup__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
}

.booking-popup__content {
	position: relative;
	background: #fff;
	max-width: 900px;
	width: 90%;
	max-height: 90vh;
	overflow-y: auto;
	border-radius: 5px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
	transform: translateY(20px);
	transition: transform 0.3s ease;
}

.booking-popup.is-open .booking-popup__content {
	transform: translateY(0);
}

.booking-popup__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 4rem;
	height: 4rem;
	background: #082232;
	border: none;
	border-radius: 50%;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1;
	cursor: pointer;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease;
}

.booking-popup__close:hover {
	background: #0b1c26;
}

.booking-popup__body {
	padding: 2rem;
}

.booking-popup__body .container {
	max-width: 100%;
}

.booking-popup__body hr {
	display: none;
}

.booking-popup__body h2 {
	margin-top: 1rem;
}

@media (max-width: 768px) {
	.booking-popup__body h2 {
		font-size: 2.4rem;
		text-align: center;
		line-height: 2.6rem;
	}
	.booking-popup__body .wpcf7-text, 
	.booking-popup__body .wpcf7-textarea, 
	.booking-popup__body .wpcf7-phonetext,
	.booking-popup__body .wpcf7-select {
		padding: 3px 15px;
		font-size: 14px;
	}
	.booking-popup__body .wpcf7-block-line-full {
		margin-bottom: 1rem;
	}
	.booking-popup__body .generic-booking__terms.wpcf7-block-line-full .wpcf7-list-item-label {
		font-size: 14px;
    	line-height: 16px;
	}
	.booking-popup__body .wpcf7-form-control-wrap {
		margin-top: 0.4rem;
	}
	.booking-popup__body .generic-booking__google-recaptcha {
		margin-bottom: 2rem;
	}
	.booking-popup__content {
		width: 95%;
		max-height: 95vh;
	}

	.booking-popup__body {
		padding: 1rem;
	}

	.booking-popup__close {
		top: 0.5rem;
		right: 0.5rem;
		width: 3.5rem;
		height: 3.5rem;
		font-size: 2rem;
	}
}
