@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Global */
.page-template-home-page section:nth-of-type(2n) {
	background-color: #fff;
}

.home_section_headline {
	color: #090B0D !important;
	font-family: Roboto;
	font-size: 32px !important;
	font-style: normal;
	font-weight: 600 !important;
	line-height: 40px;
	letter-spacing: -1px;
	text-align: left !important;
}

.home_section_sub_title {
	color: #090B0D;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	text-align: left;
}

span.swiper-notification, .bottom-section, body:not(.page_contact-us):not(.page_financing):not(.page_blog):not(.vdp_page) .side-bar, #acf-form:not(.wt_form_trade_in) .input_group:not(.checkbox) label {
	display: none;
}

.home-page_container .home-section {
	padding: 48px 0;
}

.main-container {
	background-color: #fff;
	padding: 48px 0;
}

.side-bar-block.side-bar-contact-info {
	border-radius: 12px;
	border: 1px solid #C2C8D1;
	padding: 24px;
}

body:not(.page_blog) .side-bar-block.side-bar-contact-form {
	padding: 0;
}

#acf-form button:not(:has(div.acf-form_grouped_fields *)) {
	border-radius: 16px;
	background: var(--primary-color);
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
	width: fit-content;
	padding: 12px 24px;
	align-self: auto !important;
}

.side-bar-block.side-bar-contact-form .contact-left-title, .side-bar-block.side-bar-contact-info .title {
	color: #090B0D;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: -0.5px;
	text-transform: none;
}

.side-bar-block.side-bar-contact-form p, .side-bar-block.side-bar-contact-info p {
	color: #090B0D;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
	letter-spacing: 0;
	text-transform: capitalize;
}

.side-bar .side-bar-block.side-bar-contact-info .info-block-title svg, .side-bar .side-bar-block.side-bar-contact-info .info-block-title path {
	fill: transparent;
	color: transparent;
}

.side-bar-block.side-bar-contact-info .social-action-icons .social-icons-list .social-icon a {
	background: #000;
	border-radius: 100%;
}

.side-bar-contact-info i {
	color: #fff;
}

.side-bar-block.side-bar-contact-info .follow-text {
	color: #090B0D;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
}

#acf-form input, #acf-form textarea {
	color: #5A687D;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
	letter-spacing: 0;
	text-transform: capitalize;
	border-radius: 12px;
	border: 1px solid #C2C8D1 !important;
	background: #FFF;
	padding: 12px 16px !important;
}

#acf-form input {
	height: auto !important;
}

#acf-form {
	text-align: left;
}

.side-bar-block.side-bar-contact-info a, .side-bar-block.side-bar-contact-info span {
	color: #090B0D;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0;
}

.trad-in-btn.next  {
	font-size: 15px;
	width: 20% !important;
}

@media screen and (max-width: 1024px) {
	.main-container {
		padding: 2rem 1rem;
	}

	.main {
		gap: 2rem;
	}
}

/* Header */
.with-top-bar .website-top-bar-list {
	justify-content: flex-end;
}

.with-top-bar .website-top-bar-list>.website-top-bar-list-item:not(:last-child) {
	border-right: 0;
}

.menu-item a {
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
}

.with-top-bar .website-top-bar-list-item>a {
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
	letter-spacing: 0;
}

.with-top-bar .website-top-bar-list-item {
	padding-right: 0;
}

.website-header-container .website-nav-logo {
	flex: 0 0 25%;
	max-width: 100%;
}

.current-menu-item a, .current_page_item a {
	color: var(--header-text-color);
	background: var(--primary-color);
	padding: 0 16px;
}

#menu-main-menu a:hover {
	color: var(--header-text-color) !important;
}

@media screen and (max-width: 1024px) {
	.website-header-container .website-nav-logo {
		flex: 0 0 50%;
	}
}

/* Home staff */
.home ._card {
	flex-direction: column;
	padding-block-end: 0;
	gap: 24px;
}

.home ._infos {
	box-sizing: border-box;
	width: auto;
	margin: 0;
	gap: 24px;
}

.home ._card img {
	max-width: 100%;
	height: 100%;
}

.home ._contact_media a {
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	border-radius: 5px;
}

.home ._card ._contact_media img {
	filter: invert(1);
}

.home ._contact_media {
	justify-content: flex-start;
}

.home .staff-description {
	color: #090B0D;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
}

.home ._contact, .home ._contact_media {
	border-bottom: none;
	padding-bottom: 0;
}

.home ._name h4 {
	color: #090B0D;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: -0.5px;
}

.home ._name p {
	color: #090B0D;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; 
	letter-spacing: 0;
}

.home .staff-title {
	color: #090B0D;
	font-family: Roboto;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px; 
	letter-spacing: -1px;
	margin-bottom: 24px;
}

.home .staff-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: auto;
	gap: 48px;
}

.home .swiper-button-next:after, .home .swiper-rtl .swiper-button-prev:after, .home .swiper-button-prev:after, .home .swiper-rtl .swiper-button-next:after {
	font-size: 15px;
	color: #fff;
}

.home .swiper-button-next, .home .swiper-button-prev {
	border-radius: 100%;
	background: var(--primary-color);
	width: 24px;
	height: 24px;
	padding: 10px;
	position: relative;
	left: 0;
	right: 0;
}

.home .staff-navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.home .staff-arrows {
	display: flex;
	flex-direction: row-reverse;
	gap: 8px;
}

.home .staff-navigation .swiper-pagination {
	width: auto;
	position: relative;
}

.home .all-staff {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.home .all-staff .content-block {
	padding: 0;
	margin: 0;
}

@media (max-width: 1024px) {
	.home .staff-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.home .staff-grid {
		grid-template-columns: 1fr;
	}
}

/* Hero */
.hero-slider .slide-title {
	font-family: Roboto !important;
	font-size: 64px;
	font-style: normal;
	font-weight: 600;
	line-height: 72px;
	letter-spacing: -1px;
	text-transform: capitalize;
}

.hero-slider .slide-text-holder {
	align-items: flex-start;
	width: var(--layout-width);
	gap: 28px;
}

.hero-slider .slide-tag-line {
	text-align: left;
	font-family: Roboto !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; 
	letter-spacing: -0.5px;
}

.hero-slider .slide-content {
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, #000 75%);
}

@media screen and (max-width: 1024px) {
	.hero-slider .slide-text-holder {
		width: auto;
	}

	.hero-slider .slide-title {
		font-size: 55px;
		text-align: left;
	}
}

/* Search by body type */
.search-by-body-type-container .content-holder {
	border-radius: 12px;
	background: #F1F2F4;
	padding: 24px 16px;
	gap: 12px;
}

.search-by-body-type-container a {
	background-color: transparent;
}

.body_type_name {
	color: #090B0D;
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
	letter-spacing: 0;
}

.search-by-body-type-container, .search-by-body-type-container .search-by-body-type-slider {
	align-items: flex-start;
	gap: 1rem;
}

.search-by-body-type-container .swiper-container {
	width: 98%;
}

/* Popular makes */
.template5 .search-by-brand-container .home-section {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.search-by-brand-container .swiper-slide {
	border-radius: 0;
	border-top: 1px solid #E1E4E9;
	border-right: 1px solid #E1E4E9;
	border-bottom: 1px solid #E1E4E9;
	background: #FFF;
}

.template5 .brand-content-holder img {
	width: 60%;
}

.search-by-brand-navigation {
	display: none;
}

.search-by-brand-container .swiper-container {
	width: 100%;
}

/* Testimonials & reviews page */
.header-testimonials, .header-reviews {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.reviews-1-container .review, .testimonials-1-container .testimonials {
	gap: 32px;
	width: 100%;
	padding: 0;
}

.template5 .reviews-1-container .review>p, .template5 .testimonials-1-container .review>p, .reviews-1-container .review>p, .testimonials-1-container .testimonials>p {
	color: #090B0D;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0;
	text-align: left;
}

.template5 .reviews-1-container .name, .template5 .testimonials-1-container .name {
	color: #090B0D;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
	width: 100%;
}

.reviews-1-container .user-holder img, .testimonials-1-container .user-holder img {
	height: 56px;
	margin-right: 0;
	width: 56px;
}

.template5 .reviews-1-container .swiper-slide, .template5 .testimonials-1-container .swiper-slide {
	box-shadow: none;
	align-items: flex-start;
	height: 315px;
	justify-content: flex-start;
}

.featured-navigation.swiper-button-next, .featured-navigation.swiper-button-prev, .reviews-navigation.swiper-button-next, .reviews-navigation.swiper-button-prev, .testimonials-navigation.swiper-button-next, .testimonials-navigation.swiper-button-prev {
	position: relative;
	bottom: 0;
	box-shadow: none;
	background: var(--primary-color);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	width: auto !important;
	position: relative;
	left: 0;
	transform: none;
}

.testimonials-navigations, .reviews-navigations, .featured-navigations {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	width: 100%;
	align-items: center;
}

.arrow-navigation {
	display: flex;
	gap: 1rem;
}

.featured-navigation.swiper-button-next:after, .featured-navigation.swiper-button-prev:after, .reviews-navigation.swiper-button-next:after, .reviews-navigation.swiper-button-prev:after, .testimonials-navigation.swiper-button-next:after, .testimonials-navigation.swiper-button-prev:after {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 15px !important;
	justify-content: center;
}

.google-icon {
	position: relative;
}

.profile-photo-holder {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

/* Footer */
.contact-list .contact-item svg {
	fill: transparent;
}

h3.footer-col-title {
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: -0.5px;
}

.contact-list .contact-item a {
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}

.footer-operation-info .operation-list .operation-item span.operation-range, span.operation-day {
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	flex: 0 0 auto;
}

.google-map-iframe {
	height: 270px !important;
}

@media screen and (max-width: 1024px) {
	hr.footer-divider {
		width: 100% !important;
	}
}

/* Inventory page */
.vehicles-data-info .price-holder .display-price {
	color: #093;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; 
	letter-spacing: 0;
}

.inventory-listing-layout-1 .sort-holder .sort-input {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(https://d1rcedcg4i52v4.cloudfront.net/website/ui_resources/pwa/template-settings/down_select.svg);
	background-position: calc(100% - 12px);
	background-repeat: no-repeat;
	background-size: 10px;
	border: 1px solid #ced4da;
	border-radius: 5px;
	color: hsla(0, 0%, 47%, .541);
	display: block;
	height: auto;
	min-width: 27%;
	padding: 10px 5px;
}

.inventory-listing-layout-1 .sort-holder .sort-input {
	min-width: 38%;
	padding: 10px;
}

.block-top-title > div {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.inventory-section.inventory-listing-layout-1 .count-sort-holder {
	border-radius: 12px;
	border: 1px solid #E1E4E9;
	background: #F1F2F4;
	width: 100%;
}

.inventory-section.inventory-listing-layout-1 .count-sort-holder {
	padding: 1rem;
	margin: 0 auto;
}

.inventory-section .count-holder {
	color: #000;
	font-family: 'Roboto', Poppins, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 17px;
}

.inventory-listing-holder.layout-1-listing-holder .search_form_holder {
	border: 1px solid #C2C8D1 !important;
	background-color: #fff !important;
	display: flex;
	align-items: center;
	padding: 12px 16px;
	border-radius: 12px;
}

.inventory-listing-holder.layout-1-listing-holder .search_form_holder input::placeholder, .inventory-listing-holder.layout-1-listing-holder .search_form_holder input {
	color: #5A687D;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}

.search_form_holder input {
	background-color: transparent !important;
	text-transform: capitalize;
	padding-left: 1.5rem;
}

body .search_form_holder input:not([type=checkbox]):not([type=range]):not([type=radio]) {
	background-color: transparent !important;
}

.mobile-filter-action-holder {
	display: none;
}

.search_form_holder button {
	background-color: transparent !important;
	color: #748297;
	right: auto;
	top: 13px;
	padding: 0 !important;
}

.inventory-listing-layout-1 .sort-holder .sort-input {
	color: #000;
	border-radius: 4px;
}

.inventory-listing-layout-1 .list-icon-info {
	width: 100%;
}

.inventory-section.inventory-listing-layout-1 .listing-vehicles-card {
	border: 1px solid #C2C8D1;
	flex-direction: column;
}

.inventory-section.inventory-listing-layout-1 .vehicle-top-info {
	padding: 0;
	display: flex;
	gap: 0;
	width: 100%;
}

.inventory-section.inventory-listing-layout-1 .listing-other-info {
	background-color: #fff;
	justify-content: flex-start;
	padding: 16px;
	gap: 16px;
}

.inventory-section.inventory-listing-layout-1 .vehicle-title {
	overflow: hidden;
	color: #000;
	text-overflow: ellipsis;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -.5px;
}

.inventory-section.inventory-listing-layout-1 .title-stock-vin-holder {
	width: 100%;
	gap: 1rem;
	flex-direction: row;
	flex: 1;
}

.inventory-section.inventory-listing-layout-1 .title-stock-vin-holder .info-price {
	margin-left: auto;
}

.inventory-section.inventory-listing-layout-1 .title-stock-vin-holder .title-holder {
	line-height: 1;
}

.info-price-mileage {
	width: 100%;
	display: flex;
	gap: 4rem;
}

.info-mileage {
	display: flex;
	flex-direction: column;
}

.info-price span, .info-mileage span {
	color: #E1E4E9;
	font-family: 'Roboto', Poppins, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.vehicles-data-info .info-price-mileage .price-holder .display-price, .info-mileage p {
	color: #E1E4E9;
	font-family: 'Roboto', Poppins, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.inventory-section .listing-inventory-container {
	gap: 2rem;
	margin-top: 1rem;
}

.info-trim {
	line-height: 1;
	color: #E1E4E9;
	font-family: 'Roboto', Poppins, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.inventory-section.inventory-listing-layout-1 .listing-other-info .icons-list-info {
	gap: 14px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.inventory-section.inventory-listing-layout-1 .listing-other-info .icon-info-item {
	width: auto;
	gap: 0.5rem;
	justify-content: flex-end;
	align-items: flex-start;
	flex-direction: row-reverse;
}

.short-description-holder .short-description {
	color: #050B20;
	white-space: normal;
	font-family: 'Inter';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: horizontal;
}

.listing-other-info .icon-info-item svg {
	height: auto;
	width: 20px;
}

.info-vehicle-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

nav.pagination .next.page-numbers, nav.pagination .prev.page-numbers {
	font-size: 20px;
	color: #090B0D;
	border-radius: 8px;
	border: 1px solid #E1E4E9;
	background: #fff;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.info-vehicle-content span, .info-vehicle-content p {
	color: #505D6F;
	font-family: 'Inter';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
}

.inventory-section.inventory-listing-layout-1 .budge-actions-holder, .inventory-section.inventory-listing-layout-1 .vehicles-data-info .title-price-holder {
	background: #F1F2F4;
	padding: 16px;
	justify-content: space-between;
}

.inventory-section.inventory-listing-layout-1 .budge-actions-holder .listing-actions-holder {
	margin: 0;
	gap: 8px;
	justify-content: end;
	flex: 1 0 70%;
}

.inventory-section.inventory-listing-layout-1 .budge-actions-holder .v12-button.listing-button {
	background-color: var(--primary-color);
}

.inventory-section.inventory-listing-layout-1 .custom_button_inventory {
	display: flex;
	gap: 7px;
	align-items: center;
}

.inventory-section.inventory-listing-layout-1 .custom_button_inventory a, .inventory-section.inventory-listing-layout-1 .budge-actions-holder .v12-button.listing-button {
	border-radius: 16px;
	border: 1px solid var(--primary-color);
	background: #fff;
	color: var(--primary-color);
	text-align: center;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
	padding: 12px 24px;
}

.search-form-holder {
	min-width: 350px;
}

.info-vehicle-img path {
	stroke: #505D6F;
}

.info-vehicle-img {
	height: 100%;
}

.listing-actions-holder a:last-of-type {
	background-color: var(--primary-color) !important;
	color: #fff !important;
}

.inventory-section.inventory-listing-layout-1 .budge-actions-holder .v12-button.listing-button:hover {
	background-color: var(--primary-color) !important;
	color: #fff !important;
}

.inventory-section.inventory-listing-layout-1 {
	background: #fff;
	padding: 48px;
}

.inventory-listing-holder .pagination {
	display: flex;
	gap: 1em;
	justify-content: flex-end;
	padding-top: 0;
	margin: 0;
}

nav.pagination .page-numbers.current, nav.pagination a.page-numbers {
	display: flex;
	width: 32px;
	border-radius: 100%;
	height: 32px;
	text-align: center;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}

.filter-title {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: -.5px;
}

.search_form_holder {
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.30);
	background: #fff;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset;
	height: 100%;
	padding: 0.45rem 1rem;
}

.sort-holder {
	display: flex;
	flex-direction: row;
	gap: 0.5rem;
}

.search_form_holder button {
	padding: 0.25rem;
}

.search_form_holder input {
	border: none;
}

.search_form_holder img {
	width: 20px;
}

label.floating-label {
	color: #090B0D;
	font-family: 'Inter';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
	position: relative;
	margin: 0;
}

.filter-options label.floating-label {
	top: 0 !important;
}

.filter-input-holder {
	position: relative;
	display: flex !important;
	flex-direction: column-reverse !important;
}

.inventory-head {
	width: var(--layout-width);
	margin: 0 auto 24px;
	gap: 8px;
	display: flex;
	flex-direction: column;
}

.inventory-tagline {
	color: #090B0D;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}

.title-inventory {
	color: #050B20;
	font-family: 'Roboto';
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: -1px;
}


/* Filter */
.filter-promotion-holder{
	width:100%;
	height: 100%;
}

a#clear {
	background-color: #fff;
	border-radius: 16px;
	margin: 0 16px 24px;
	color: var(--primary-color);
	text-align: center;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
	box-sizing: border-box;
	width: auto;
}

a#clear:hover path {
	stroke: #fff;
}

.inventory-filter-container {
	max-width: 100%;
	border-radius: 12px;
	border: 1px solid #C2C8D1;
	background: #F1F2F4;
	padding: 0;
}

.inventory-title {
	font-size: 24px;
	font-weight: 600;
	margin: 0;
}

.head-filter {
	border-bottom: 1px solid #C2C8D1;
	display: flex;
	gap: 1rem;
	padding: 24px;
	justify-content: space-between;
	align-items: center;
}

.filter-accordion-item.active {
	background: #fff;
	border-radius: 12px;
	margin: 16px;
}

.filter-accordion-container {
	width: 100%;
}

.filter-accordion-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: background-color 0.3s;
}

.head-filter label.cursor-pointer {
	color: var(--primary-color);
	text-align: center;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
	width: auto;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

.dropdown-icon {
	transition: transform 0.3s;
}

.filter-accordion-item.active .dropdown-icon {
	transform: rotate(180deg);
}

.filter-accordion-content {
	display: none;
	padding: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
}

.filter-accordion-item.active .filter-accordion-content {
	display: block;
	max-height: 500px;
	transition: max-height 0.3s ease-in;
}

.filter-option {
	padding: 10px 20px;
	border-top: 1px solid #f0f0f0;
}

.filter-option:first-child {
	border-top: none;
}

.filter-link {
	color: #333;
	text-decoration: none;
	display: block;
	font-size: 14px;
	cursor: pointer;
}

.filter-link:hover {
	color: var(--primary-color);
}

.search-button-container {
	background-color: var(--primary-color);
	border-radius: 16px;
	margin: 24px 16px;
	color: #fff;
	text-align: center;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
}

#filter-search-button {
	width: 100%;
	padding: 12px;
	background-color: transparent;
	color: white;
	border: none;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	text-transform: capitalize;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

@media (max-width: 1024px) {
	.inventory-title {
		font-size: 20px;
	}

	.inventory-section.inventory-listing-layout-1 .listing-other-info .icons-list-info {
		grid-template-columns: repeat(2, 1fr);
	}

	.listing-other-info .icon-info-item span {
		width: 100%;
	}

	.inventory-section.inventory-listing-layout-1 .budge-actions-holder {
		margin: 0;
	}

	.inventory-section.inventory-listing-layout-1 .count-sort-holder {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}

	.inventory-section .sort-holder, .inventory-section .count-holder, .inventory-head, .inventory-section.inventory-listing-layout-1 .custom_button_inventory a, .inventory-section.inventory-listing-layout-1 .budge-actions-holder .v12-button.listing-button, .search-form-holder {
		min-width: 100%;
		width: auto;
	}

	.head-filter {
		padding: 16px;
	}

	.inventory-section.inventory-listing-layout-1 {
		padding: 24px;
	}

	.filter-accordion-header {
		padding: 12px 15px;
		font-size: 15px;
	}

	.filter-option {
		padding: 8px 15px;
	}

	.filter-link {
		font-size: 13px;
	}

	.inventory-section.inventory-listing-layout-1 .vehicle-top-info {
		flex-direction: row;
	}
}

@media (max-width: 767px) {
	.inventory-section.inventory-listing-layout-1 .vehicle-top-info {
		flex-direction: column;
	}
}

/* Financing Page */
.page_financing .content-block {
	padding: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 24px;
}

.page_financing .second-column-finance .price-estimate-bottom span {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.page_financing .first-column-finance .block-range .group {
	display :block;
}

.page_financing .calculator-container input {
	width: 100% !important;
	box-sizing: border-box;
	border-radius: 12px;
	border: 1px solid #C2C8D1;
	background: #fff;
	padding: 12px 16px;
}

.page_financing .first-column-finance, .page_financing .second-column-finance {
	padding: 16px 24px;
	border-radius: 12px;
	border: 1px solid #C2C8D1;
	background-color: transparent;
	width: 100%;
}

.page_financing .calculator-container.calc-page-container {
	gap: 32px;
	border: none;
	flex-direction: column;
}

.first-part {
	display: flex;
	gap: 32px;
	height: 100%;
}

.card-term-month {
	border-radius: 12px;
	border: 1px solid #C2C8D1;
	background: #fff;
	padding: 12px 24px;
	color: #090B0D;
	text-align: center;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
}

.card-term-month.selected {
	border-radius: 12px;
	border: 1px solid var(--primary-color) !important;
	background: var(--primary-color);
	color: #fff;
}

.card-list.card-list-term-month {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, 1fr);
}

input.apr-value {
	border-radius: 12px;
	border: 1px solid #C2C8D1;
	background: #fff;
	padding: 12px 16px;
}

.first-part .title {
	color: #000;
	font-family: 'Inter';
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0;
	margin-bottom: 32px;
}

.third-column-finance .title {
	color: #fff;
	font-family: 'Inter';
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0;
	margin-bottom: 32px;
}

.calculator-simplified img {
	width: auto !important;
	height: auto;
	max-height: 100%;
}

.page_financing .second-column-finance {
	display: flex;
	flex-direction: column;
}

.second-col-data {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.third-column-finance {
	border-radius: 12px;
	background: var(--primary-color);
	padding: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.price-estimate-bottom {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.finance.price-estimate-top, .calc-monthly-payment {
	color: #fff;
	font-family: 'Inter';
	font-size: 48px !important;
	font-style: normal;
	font-weight: 600 !important;
	line-height: 56px;
	letter-spacing: -1px;
}

a.v12-button.finance-calc-btn {
	padding: 12px 25px;
	border-radius: 16px;
	border: 1px solid #C2C8D1;
	background: #FFF;
	color: #090B0D;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

a.v12-button.finance-calc-btn:hover path {
	stroke: #fff;
}

.block-btn-credit-app {
	width: 100%;
}

.price-estimate-bottom p {
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
	color: #fff;
}

.third-column-finance svg.finance-icon {
	background: #F1F2F4;
	padding: 12px;
	border-radius: 100%;
}

.page_financing .first-column-finance label {
	padding-bottom: 8px !important;
	width: 100%;
	display: flex;
}

.title.finance {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #000;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; 
	letter-spacing: -0.5px;
}

.title.finance span {
	border-radius: 999px;
	background: rgba(204, 235, 214, 0.30);
	padding: 4px 8px;
	color: #007A29;
	text-align: center;
	font-family: 'Inter';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
}

@media screen and (max-width: 1024px) {
	.page_financing .content-block, .first-part {
		flex-direction: column;
	}

	.page_financing .first-column-finance, .page_financing .second-column-finance, .page_financing .calculator-container.calc-page-container, .third-column-finance {
		width: auto;
	}
}

/* Testimonials & Reviews Pages */
.testimonials-section .rating, .reviews-section .rating {
	display: flex;
	gap: .25rem;
}

.reviews .comment-testimonials p, .testimonials .comment-testimonials p {
	color: #090B0D;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0;
}

.reviews .comment-testimonials img, .testimonials .comment-testimonials img {
	border-radius: 100%;
	width: 56px;
	height: 56px;
}

.testimonials-section .name, .reviews-section .name {
	color: #090B0D;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
}

.testimonials-section p.designation, .reviews-section p.designation {
	color: rgba(0, 0, 0, 0.75);
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; 
	letter-spacing: 0;
}

.testimonials-profile, .reviews-profile {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.review.comment-testimonials {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.reviews-section, .testimonials-section {
	background-color: transparent;
	gap: 48px;
	margin-bottom: 25px;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.reviews .title, .testimonials .title {
	color: #090B0D;
	font-family: Roboto;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: -1px;
}

.reviews .rating .fa-star.active, .testimonials .rating .fa-star.active {
	color: #FFCC00;
}

.testimonials-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.page_testimonials .content-block, .page_testimonials .side-bar-block:not(:last-child) {
	margin-bottom: 0;
	padding: 0;
}

@media (max-width: 1024px) {
	.reviews-section, .testimonials-section {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.reviews-section, .testimonials-section {
		grid-template-columns: 1fr;
	}
}

/* Locate Page */
.page_locate-a-car .content-block {
	background-color: transparent !important;
	border: none !important;
	padding: 0;
	margin: 0;
}

.page_locate-a-car .about-title {
	color: #000;
	font-family: 'Roboto';
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px !important;
	letter-spacing: -1px;
}

.page_locate-a-car .second-col p {
	color: #000;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}

.page_locate-a-car td.second-col {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 55%;
}

.page_locate-a-car td.second-col a {
	border-radius: 16px;
	background: var(--primary-color);
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	padding: 12px 24px;
	width: max-content;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: capitalize;
	gap: .5rem;
}

.page_locate-a-car tr {
	display: flex;
	gap: 80px;
	align-items: center;
	justify-content: space-between;
}

.page_locate-a-car .home-section {
	padding-bottom: 0;
}

.page_locate-a-car .fs-container.trade_in.content-block.content-holder {
	border-radius: 12px;
	border: 1px solid #C2C8D1 !important;
	background: #FFF;
	padding: 24px;
}

.page_locate-a-car .page-content {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.page_locate-a-car .title, .page_locate-a-car .divider {
	display: none;
}

.page_locate-a-car .trade_in .step, .page_locate-a-car #acf-form {
	height: 100%;
}

@media screen and (max-width: 1024px) {
	.page_locate-a-car tr {
		flex-direction: column;
		gap: 2rem;
	}

	.page_locate-a-car .home-section {
		padding: 0;
	}

	.page_locate-a-car td {
		width: auto !important;
	}

	.page_locate-a-car .about-title {
		font-size: 40px;
	}
}

/* About page */
.page_about-us .content-block {
	background-color: transparent !important;
	border: none !important;
	padding: 0;
	margin: 0;
}

.page_about-us .about-title {
	color: #000;
	font-family: 'Roboto';
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px !important;
	letter-spacing: -1px;
}

.page_about-us .first-col p {
	color: #000;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}

.page_about-us td.first-col {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.page_about-us td {
	width: 50%;
}

.page_about-us td.first-col tr {
	margin-bottom: 0;
}

.page_about-us .second-table h4 {
	font-size: 32px;
}

.page_about-us td.first-col a {
	border-radius: 16px;
	background: var(--primary-color);
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	padding: 12px 24px;
	width: max-content;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: capitalize;
	gap: 0.5rem;
}

.page_about-us tr {
	display: flex;
	gap: 80px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 48px;
}

.page_about-us .title, .page_about-us .divider {
	display: none;
}

.page_about-us .home-block-testimonials .home-section {
	padding-top: 48px;
	padding-bottom: 0;
}

.page_about-us .testimonials, .page_about-us .testimonials-holder {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.page_about-us .reviews-1-container .user-holder img, .page_about-us .testimonials-1-container .user-holder img {
	border-radius: 100%;
}	

@media screen and (max-width: 1024px) {
	.page_about-us tr {
		flex-direction: column;
		gap: 2rem;
	}

	.page_about-us .home-section {
		padding: 0;
	}

	.page_about-us td {
		width: 100% !important;
	}

	.page_about-us .about-title {
		font-size: 40px;
	}
}

/* Footer */
.footer-bottom > div > div {
	justify-content: center !important;
}

footer {
	background-color: var(--footer-background-color);
	padding: 24px 0;
}

hr.footer-divider {
	border: none;
	height: 1px;
	background: #C2C8D1;
	width: var(--layout-width);
	margin: 24px auto;
}

.copyright-text p {
	font-size: 16px;
}

/* Sell Page (Trade) */
.page_sell-us-your-car p {
	color: #000;
}

.page_sell-us-your-car .fs-container.trade_in.content-block.content-holder {
	border-radius: 12px;
	border: 1px solid #C2C8D1;
	background: #FFF;
	margin-bottom: 0;
}

.page_sell-us-your-car .title, .page_sell-us-your-car .divider {
	display: none;
}

.page_sell-us-your-car .content-block:not(.trade_in) {
	padding: 0;
}

.page_sell-us-your-car .content-block:not(.trade_in) h2 {
	color: #000;
	font-family: Roboto;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px; 
	letter-spacing: -1px;
}

/* Meet The Staff */
.page_meet-the-staff .title, .page_meet-the-staff .divider {
	display: none;
}

.page_meet-the-staff .all-staff .content-block {
	padding: 0;
	margin: 0;
}

.page_meet-the-staff ._card {
	flex-direction: column;
	padding-block-end: 0;
	gap: 24px;
}

.page_meet-the-staff ._infos {
	box-sizing: border-box;
	width: auto;
	margin: 0;
	gap: 24px;
}

.page_meet-the-staff ._card img {
	max-width: 100%;
	height: 100%;
}

.page_meet-the-staff ._contact_media a {
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	border-radius: 5px;
}

.page_meet-the-staff ._card ._contact_media img {
	filter: invert(1);
}

.page_meet-the-staff ._contact_media {
	justify-content: flex-start;
}

.page_meet-the-staff .staff-description {
	color: #090B0D;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
}

.page_meet-the-staff ._contact, .page_meet-the-staff ._contact_media {
	border-bottom: none;
	padding-bottom: 0;
}

.page_meet-the-staff ._name h4 {
	color: #090B0D;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: -0.5px;
}

.page_meet-the-staff ._name p {
	color: #090B0D;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; 
	letter-spacing: 0;
}

.page_meet-the-staff .staff-title {
	color: #090B0D;
	font-family: Roboto;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px; 
	letter-spacing: -1px;
	margin-bottom: 24px;
}

.page_meet-the-staff .staff-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: auto;
	gap: 48px;
}

.page_meet-the-staff .swiper-button-next:after, .page_meet-the-staff .swiper-rtl .swiper-button-prev:after, .page_meet-the-staff .swiper-button-prev:after, .page_meet-the-staff .swiper-rtl .swiper-button-next:after {
	font-size: 15px;
	color: #fff;
}

.page_meet-the-staff .swiper-button-next, .page_meet-the-staff .swiper-button-prev {
	border-radius: 100%;
	background: var(--primary-color);
	width: 24px;
	height: 24px;
	padding: 10px;
	position: relative;
	left: 0;
	right: 0;
}

.page_meet-the-staff .staff-navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.page_meet-the-staff .staff-arrows {
	display: flex;
	flex-direction: row-reverse;
	gap: 8px;
}

.page_meet-the-staff .staff-navigation .swiper-pagination {
	width: auto;
	position: relative;
}

.page_meet-the-staff .all-staff {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

@media (max-width: 1024px) {
	.page_meet-the-staff .staff-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.page_meet-the-staff .staff-grid {
		grid-template-columns: 1fr;
	}
}

/* Blog */
.post-info-holder {
	width: 100%;
	gap: 16px;
	padding: 0;
}

.post-card-holder {
	flex-direction: column;
	gap: 16px;
}

img.post-featured-image {
	max-width: 100%;
	min-width: 100%;
	border-radius: 12px;
}

.post-title {
	color: #000;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0;
}

.post-date-published {
	color: #000;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}

.post-excerpt {
	color: #000;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}

.card-action {
	text-align: center;
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; 
	letter-spacing: 0;
}

.page_blog .content-block {
	padding: 0;
	margin: 0;
}

.page_blog .side-bar-block.side-bar-contact-form:has(.wt_form_subscribe_blog) {
	border-radius: 12px;
	border: 1px solid #C2C8D1;
	background: #FFF;
}

.page_blog .side-bar-block.side-bar-contact-info, .page_blog .side-bar-block.side-bar-contact-form:not(:has(.wt_form_subscribe_blog)) {
	display: none;
}

.page_blog .contact-left-title {
	color: #090B0D;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0;
}

.page_blog .side-bar-block.side-bar-contact-form .divider {
	background-color: #C2C8D1;
	border: none;
	height: 1px;
}

.single-post .page-content {
	flex: 0 0 100%;
}

.page_blog .page-content {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

@media screen and (max-width: 1024px) {
	.main.main-single-blog, .main.main-single-blog .content-block {
		padding: 0;
	}
}

/* Contact Page */
.page_contact-us .content-block .title, .page_contact-us .content-block .divider, .page_contact-us .side-bar-block.side-bar-contact-form, .page_contact-us .main > .side-bar, .page_contact-us .page-content .content-block.map {
	display: none;
}

.page_contact-us .content-block h2 {
	color: #090B0D;
	font-family: Roboto;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: -1px;
}

.page_contact-us .content-block p {
	color: #090B0D;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
	letter-spacing: 0;
	text-transform: capitalize;
}

.page_contact-us .content-block {
	padding: 0;
}

.page_contact-us .side-bar, .page_contact-us .page-content {
	flex: 1 0 50%;
}

.page_contact-us .page-content {
	display: flex;
	gap: 48px;
}

.page_contact-us .new-section {
	display: flex;
	gap: 48px;
	margin-top: 48px;
}

.page_contact-us .new-section iframe.google-map-iframe {
	height: 400px !important;
	border-radius: 12px;
}

.page_contact-us .side-bar-block.side-bar-contact-info {
	gap: 30px;
}

@media screen and (max-width: 1024px) {
	.page_contact-us .page-content {
		flex-direction: column;
	}
}

/* VDP */
.sec-vdp-1 .sec-btn-sidebar .btn-sidebar {
    border-radius: 16px;
    background: #29211B;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: capitalize;
    border: none;
}

.sec-vdp-1 .sec-btn-sidebar .btn-check svg {
    width: 20px;
}

.vdp_page .side-bar {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
}

.vdp_page .side-bar-block {
    display: flex;
}

.vdp_page .currency-symbol {
	margin-top: 0;
}