/*!
Theme Name: Auto Depot
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: auto-depot
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Auto Depot is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

/* .main-navigation ul ul a {
	width: 200px;
} */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
	padding: 0;
	background: transparent !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
	background: transparent !important;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	/* margin: 0 0 1.5em; */
	margin: 0 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* ************************************ My CSS ********************************************* */
.container {
	width: 100%;
	max-width: 1400px;
	margin: auto;
}

:root {
	--body-font-family: "Inter", sans-serif;
	--black-color: #000000;
	--white-color: #FFFFFF;
	--primary-color: #db0008;
}

/* ******** Header ************ */
.hdr-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 7%;
}

.hdr-logo {
	width: 14%;
}

section.hdr-sect {
	background: var(--black-color);
}

.hdr-nav {
	width: 55%;
}

.hdr-nav li a {
	font-size: 15px;
	line-height: 26px;
	font-weight: 500;
	color: var(--white-color);
	font-family: var(--body-font-family);
	transition: all 0.3s ease;
}

.hdr-nav li a:hover {
	color: var(--primary-color);
}

.hdr-nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hdr-sect .main-navigation li {
	position: relative;
	border-left: 1px solid #3d3d3d;
	padding: 0 0 0px 18px;
}

.hdr-sect .main-navigation li:first-child {
	border-left: none;
	padding-left: 0;
}

section.hdr-sect {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: var(--black-color);
	transition: all 0.4s ease;
}

section.hdr-sect.sticky .hdr-row {
	padding: 8px 0;
}

.hdr-nav ul li a {
	font-family: var(--body-font-family);
}

/* ********** Footer ************** */

.site-footer {
	background: var(--black-color);
	color: var(--white-color);
	padding: 30px 0 12px;
}

.footer-logo {
	text-align: center;
	margin-bottom: 35px;
}

.footer-logo img {
	height: 100px;
}

.footer-top {
	display: grid;
	grid-template-columns: 2.2fr 2.2fr 1fr 1fr;
	gap: 50px;
}

.footer-col h3 {
	font-size: 20px;
	font-family: var(--body-font-family);
	margin-bottom: 20px;
	font-weight: 500;
}

.footer-links {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.footer-col ul {
	list-style: none;
}

.footer-col ul {
	margin: 0;
	padding: 0;
}

.footer-col ul li {
	margin-bottom: 6px;
}

.footer-col ul li a {
	color: var(--white-color);
	text-decoration: none;
	font-size: 14px;
	font-family: var(--body-font-family);
	transition: .3s;
}

.footer-col ul li a:hover {
	color: var(--primary-color);
}

.footer-divider {
	height: 1px;
	background: #3a3a3a;
	margin: 10px 0;
}

.footer-col .footer-highlight {
	color: var(--white-color);
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	font-family: var(--body-font-family);
}

.footer-highlight:hover {
	color: var(--primary-color);
}

.social-links {
	display: flex;
	gap: 25px;
	margin-top: 20px;
	transition: 0.3s;
}

.social-links a {
	color: var(--white-color);
	font-size: 24px;
}

.social-links a:hover {
	color: var(--primary-color);
}

.footer-bottom {
	margin-top: 45px;
	border-top: 1px solid #333;
	padding-top: 18px;
	text-align: center;
}

.footer-bottom p {
	color: var(--white-color);
	line-height: 1.8;
	margin-bottom: 10px;
	font-size: 13px;
	font-family: var(--body-font-family);
}

.bottom-links {
	display: flex;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
}

.bottom-links a {
	color: var(--white-color);
	text-decoration: none;
	font-size: 13px;
	font-family: var(--body-font-family);
}

.bottom-links a:hover {
	color: var(--primary-color);
}

/* ************ Home Page ****************** */

.hero-banner {
	position: relative;
	overflow: hidden;
	min-height: 590px;
	display: flex;
	align-items: center;
	margin: 0 0 70px;
}

.hero-banner.inner-pages {
	min-height: 590px;
}

.hero-image {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bnr-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg,
			rgba(0, 0, 0, 0.55) 0%,
			rgba(0, 0, 0, 0.35) 100%,
			rgba(0, 0, 0, 0.10) 100%);
	z-index: 2;
}

.bnr-cnt {
	position: relative;
	z-index: 3;
	width: 100%;
	text-align: center;
	padding: 0 20% 0;
}

.hero-content {
	width: 100%;
}

.hero-content h1 {
	color: var(--white-color);
	font-size: 70px;
	line-height: 1.1;
	font-family: var(--body-font-family);
	font-weight: 700;
	margin: 0 0 0;
}

.heading-line span {
	color: var(--white-color);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.7;
	font-family: var(--body-font-family);
	margin: 25px 0 5px;
	display: block;
}

.hero-content p {
	color: var(--white-color);
	font-size: 18px;
	line-height: 1.7;
	font-family: var(--body-font-family);
}

.hero-btns {
	display: flex;
	gap: 20px;
	justify-content: center;
}

.hero-btns a {
	font-size: 15px;
	color: var(--white-color);
	text-decoration: none;
	padding: 15px 30px;
	border-radius: 4px;
	font-weight: 500;
	font-family: var(--body-font-family);
}

.btn-cons {
	background: var(--secondary-color);
	color: var(--white-color);
	border: 1px solid #D4AF37;
}

.btn-outline {
	border: 1px solid var(--white-color);
	color: var(--white-color);
}

.hero-btns a.btn.btn-cons:hover {
	background: var(--primary-color);
	color: var(--white-color);
	border: 1px solid #fff;
}

.btn-outline:hover {
	border: 1px solid #0B2E59;
	color: var(--white-color);
	background: var(--primary-color);
}

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

.hdg-line img {
	width: 140px;
}

.mega-vehicle-menu {
	background: #fff;
	border-radius: 5px;
	width: 70%;
	height: 550px;
    overflow-x: scroll;
}

.mega-vehicle-menu a:hover {
	border-radius: 5px;
	background: #fafafa;
}


/* Scrollbar width */
.mega-vehicle-menu::-webkit-scrollbar {
    width: 6px;
}

/* Scrollbar track */
/* .mega-vehicle-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
} */

/* Scrollbar handle */
.mega-vehicle-menu::-webkit-scrollbar-thumb {
    /* background: #114b81; */
    border-radius: 10px;
}




/* ******************************** */

.body-style {
	margin: 0 0 70px;
}

.body-style h2 {
	text-align: center;
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 30px;
	color: var(--black-color);
	font-family: var(--body-font-family);
}

.body-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 40px 25px;
	padding: 0 6% 0;
}

.body-card {
	text-align: center;
	text-decoration: none;
	color: #2d2d2d;
	transition: .35s;
}

.body-card img {
	width: 100%;
	max-width: 260px;
	height: 120px;
	object-fit: contain;
	transition: .35s;
}

.body-card h3 {
	margin-top: 15px;
	font-size: 18px;
	font-weight: 700;
	color: var(--black-color);
	font-family: var(--body-font-family);
}

.body-card:hover img {
	transform: translateY(-8px) scale(1.05);
}

.body-card:hover h3 {
	color: var(--primary-color);
}

.body-card a {
	text-decoration: none;
}


/* *************************** */

.make-section {
	margin: 0 0 70px;
}

.make-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 18px;
	padding: 0 12% 0;
}

.make-grid.expanded {
	grid-template-columns: repeat(8, 1fr);
}

.make-box {
	height: 80px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
	text-decoration: none;
	cursor: pointer;
}

.make-box img {
	max-width: 140px;
	max-height: 60px;
	object-fit: contain;
}

.make-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .12);
}

/* Hidden logos */

.extra-logo {
	display: none;
}

.extra-logo.show {
	display: flex;
}

.text-center {
	text-align: center;
	margin-top: 30px;
}

#toggleLogo {
	padding: 14px 35px;
	font-size: 16px;
	font-weight: 600;
	color: var(--primary-color);
	background: var(--white-color);
	border: 1px solid #ddd;
	border-radius: 8px;
	cursor: pointer;
	transition: .3s;
	font-family: var(--body-font-family);
}

#toggleLogo:hover {
	background: var(--primary-color);
	color: var(--white-color);
}


/* Blog Page Css */


/* ************* Blog Sections *********************** */
.blog-section {
	padding: 75px 0;
	background: #ECECEC;
	margin: 0 0 80px;
}

/* .blog-section .container{
    width:90%;
    max-width:1400px;
    margin:0 auto;
} */

.section-title {
	text-align: center;
	margin-bottom: 50px;
}

.section-title .sub-title {
	display: block;
	font-size: 20px;
	color: #111;
	margin-bottom: 20px;
	font-weight: 500;
}

.section-title h2 {
	font-size: 35px;
	line-height: 1.1;
	font-weight: 600;
	color: #111;
	margin: 0;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	align-items: stretch;
}

.blog-card {
	background: #fff;
	border-radius: 24px;
	padding: 22px 22px 35px;
	transition: .3s;
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid #000000;
}

.blog-content {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.our_process .blog-content {
	display: block;
}

.blog-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.blog-image {
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 25px;
}

.blog-image img {
	width: 100%;
	display: block;
	height: 300px;
	object-fit: cover;
}

.blog-meta {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 22px;
	color: #222;
	font-size: 15px;
}

.blog-meta span {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #000000;
}

.blog-meta i {
	color: #171c72;
}

.blog-content h3 {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 600;
	color: var(--black-color);
	font-family: var(--body-font-family);
	flex: 1;
}

.blog-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: var(--black-color);
	color: var(--white-color);
	padding: 10px 24px 10px 10px;
	border-radius: 40px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	transition: .3s;
	border: 1px solid #ddd;
}

a.blog-btn {
	color: var(--white-color);
	margin: 30px 0 0;
	align-self: flex-start;
	display: inline-flex;
}

.blog-btn:hover {
	background: var(--primary-color);
	color: #fff;
}

.blog-btn .icon {
	width: 36px;
	height: 36px;
	background: #fff;
	color: #161d74;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}



.blog-pagination {
	margin: 50px 0;
	text-align: center;
}

.blog-pagination .page-numbers {
	display: inline-block;
	margin: 0 5px;
	padding: 10px 16px;
	border: 1px solid #ddd;
	border-radius: 6px;
	text-decoration: none;
	color: #333;
	transition: .3s;
}

.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers.current {
	background: var(--black-color);
	color: #fff;
	border-color: #18257A;
}

.services-header h2.services-title {
	text-align: center;
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 8px;
	color: var(--black-color);
	font-family: var(--body-font-family);
}




/* *************** Contact Form ******************** */
.contact-section {
	/* padding: 35px 0;
    background: #fff; */
	margin: 0 0 80px;
}

.contact-section .contact_row {
	/* max-width:1320px;
    width:90%;
    margin:auto; */
	display: flex;
	justify-content: space-between;
	gap: 70px;
}

.contact-left,
.contact-right {
	width: 50%;
}

.contact-section h2 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #111;
}

/* .contact-form {
	background: #00255780;
	padding: 50px 30px 40px;
	border-radius: 30px;
} */
.contact-left form {
	background: #00255780;
	padding: 70px 30px 75px;
	border-radius: 30px;
	position: relative;
}

.contact-left .submit-btn-wrap {
	width: 38%;
	position: absolute;
	margin: -18px 0 0px -28px;
	bottom: -125px;
}

span.wpcf7-not-valid-tip {
	color: #002557;
}

.form-row {
	display: flex;
	gap: 20px;
	margin-bottom: 18px;
}

/* .contact-form input,
.contact-form textarea {
	width: 100%;
	border: none;
	outline: none;
	background: #fff;
	border-radius: 14px;
	padding: 18px 20px;
	font-size: 16px;
	color: #333;
	font-family: inherit;
} */
.contact-left input,
.contact-left textarea {
	width: 100%;
	border: none;
	outline: none;
	background: #fff;
	border-radius: 14px;
	padding: 12px 20px;
	font-size: 16px;
	color: #333;
}

.contact-left textarea {
	height: 140px;
	resize: none;
}

.contact-left p {
	margin: 0 0 8px;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 22px;
	font-weight: 600;
	border-radius: 50px;
	transition: .3s;
}

.contact-left .submit-btn-wrap input {
	background: #002557;
	color: #ffffff;
	padding: 18px 6px 18px 43px;
	border-radius: 50px;
	font-size: 17px;
	cursor: pointer;
	transition: .3s;
	font-weight: 500;
}

.btn-primary {
	margin-top: 20px;
	background: #131d70;
	color: #fff;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .20);
}

.btn-primary:hover {
	background: #0f185d;
}

.arrow {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #fff;
	color: #111;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	font-size: 20px;
}

.map-box {
	overflow: hidden;
	border-radius: 20px;
}

.map-box img {
	width: 100%;
	display: block;
}

.location-buttons {
	display: flex;
	gap: 18px;
	margin-top: 35px;
}

.location-buttons .btn {
	flex: 1;
	padding: 18px;
}

.btn-outline {
	background: #fff;
	color: #111;
	border: 2px solid #131d70;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}

.btn-outline:hover {
	background: #131d70;
	color: #fff;
}

.location-buttons .banner-btns .dark-btn {
	border: 1px solid #002557;
}

.location-buttons .banner-btn {
	padding: 0 75px;
}

button.submit-btn {
	margin: 35px 0 0;
	padding: 9px 61px 9px 20px;
	gap: 55px;
	font-size: 17px;
	font-weight: 600;
}

/* ================= Contact ================= */

.contact-section {
	margin-bottom: 50px;
}

.contact-section .contact_row {
	gap: 30px;
}

.contact-section h2 {
	font-size: 24px;
}

.contact-form {
	padding: 35px 25px;
}

.contact-form input,
.contact-form textarea {
	padding: 12px 15px;
	font-size: 13px;
}

.contact-form textarea {
	height: 100px;
}

.location-buttons .banner-btn {
	padding: 0 35px;
}

/* ********* Contact Us ************ */
.contact_section .banner-left {
	width: 100%;
}

.contact_section .banner_sect {
	position: relative;
	/* 	background: url('https://builtbybh.site4demo.com/wp-content/uploads/2026/07/contact_banner.jpg') center center/cover no-repeat; */
	min-height: 500px;
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-bottom: 80px;
}

.contact_section .banner-overlay {
	position: absolute;
	inset: 0;
	background: rgba(8, 27, 60, 0.5);
}

.contact_section .banner_sect .cnt {
	width: 100%;
	text-align: center;
}

.contact_section .banner-btns {
	justify-content: center;
	margin: 40px 0 0;
}

.cnt_sect {
	margin: 0 0 70px;
}

.cnt_sect .services-header p.services-eyebrow {
	color: var(--black-color);
	font-size: 18px;
	line-height: 1.7;
	font-family: var(--body-font-family);
	text-align: center;
	padding: 15px 18% 0;
}

.cnt_row {
	display: flex;
	justify-content: space-between;
	margin: 0 5% 0;
}

.cnt_right {
	width: 62%;
}

.cnt_left {
	width: 38%;
	background: var(--black-color);
	padding: 60px 35px 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.cnt_left h3 {
	font-size: 28px;
	line-height: 1.1;
	font-weight: 600;
	color: #ffffff;
	padding: 0 0 10px;
}

.cnt_left .cnt_icon {
	color: #ffffff;
	font-size: 20px;
}

.cnt_left ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.cnt_left li {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	margin: 0 0 28px;
}

.cnt_left a,
.cnt_left p {
	font-size: 15px;
	line-height: 1.1;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
	margin: 0 0 0px;
	padding: 0 0 3px;
}

.cnt_right p {
	margin: 0 0 10px;
}

.cnt_right .submit-btn-wrap input {
	background: var(--black-color);
	color: #ffffff;
	padding: 18px 6px 18px 43px;
	border-radius: 50px;
	font-size: 17px;
	cursor: pointer;
	transition: .3s;
	font-weight: 500;
}

.cnt_right .submit-btn-wrap span.wpcf7-spinner {
	display: none;
}

.cnt_right .submit-btn-wrap {
	margin: 20px 0 0;
	width: 36%;
	position: relative;
}

.cnt_right form {
	background: #979ea780;
	padding: 70px 30px 75px;
	border-radius: 30px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 60px 65px 66px;
	position: relative;
}

.submit-btn-wrap span.icon {
	position: absolute;
	background: #ffffff;
	color: #000000;
	border-radius: 50px;
	height: 40px;
	width: 40px;
	margin: 0 auto 0;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	top: 30px;
	left: 0;
	right: 155px;
	cursor: pointer;
}


.cnt_right input,
.cnt_right textarea {
	width: 100%;
	border: none;
	outline: none;
	background: #fff;
	border-radius: 14px;
	padding: 12px 20px;
	font-size: 16px;
	color: #333;
}

.cnt_right textarea {
	height: 140px;
	resize: none;
}

.postform {
	padding: 8px 8px 8px 5px;
	border-radius: 5px;
	font-size: 15px;
	font-family: var(--body-font-family);
}

.nav-links a {
	text-decoration: none;
}

.nav-links a span {
	color: #000000 !important;
}



/*----- About Us ------*/

/* =========================================
   AUTO DEPOT - WHY USE AUTO DEPOT
========================================= */

.auto-depot-section {
	padding: 00px 0 20px;
}

.auto-depot-container {
	width: min(100% - 40px, 1700px);
	margin: 0 auto;
}

/* Eyebrow */

.auto-depot-eyebrow {
	line-height: 1.2;
	text-align: center;
	margin-bottom: 18px;
	color: var(--primary-color);
	font-family: var(--black-color);
	font-size: 18px;
	font-weight: 600;
}

/* Main Heading */

.auto-depot-title {
	margin: 0 0 32px;
	color: var(--black-color);
	font-family: var(--body-font-family);
	font-size: 32px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
}

/* Grid */

.auto-depot-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
}

/* Card */

.auto-depot-card {
	position: relative;
	min-height: 245px;
	background: #ffffff;
	border: 2px dashed #c9bfa7;
	overflow: hidden;
}

/* Card Content */

.auto-depot-card-content {
	padding: 48px 38px 36px;
	padding-right: 55px;
}

/* Number / Category */

.auto-depot-number {
	margin-bottom: 16px;
	color: var(--primary-color);
	font-family: var(--body-font-family);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
}

.auto-depot-number span {
	padding: 0 5px;
}

/* Card Heading */

.auto-depot-card h3 {
	margin: 0 0 18px;
	color: var(--black-color);
	font-family: var(--body-font-family);
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
}

/* Card Paragraph */

.auto-depot-card p {
	max-width: 790px;
	margin: 0;
	color: var(--black-color);
	font-family: var(--body-font-family);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.55;
}

/* =========================================
   FOLDED CORNER
========================================= */

.corner-fold {
	position: absolute;
	top: -2px;
	right: -2px;
	width: 42px;
	height: 42px;
	background: #f7f5ed;

	/*
       Creates the diagonal folded corner
    */
	clip-path: polygon(100% 0,
			100% 100%,
			0 100%);
}

/* Fold's diagonal/dashed detail */

.corner-fold::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	border-left: 2px dashed #c9bfa7;
	border-bottom: 2px dashed #c9bfa7;

	transform: translate(-1px, -1px);
}

.inventory-section {
	margin: 0 0 70px;
}

.auto-depot-container {
	padding: 0 0 60px;
}

.inventory-section.abt-text {
	padding-top: 0;
}

.inventory-container {
	width: min(100% - 40px, 1700px);
	margin: 0 auto;

	display: grid;
	grid-template-columns: 1fr 0.95fr;
	align-items: center;
	gap: 80px;
}

/* Left Content */

.inventory-eyebrow {
	margin-bottom: 18px;
	color: var(--primary-color);
	font-family: var(--black-color);
	font-size: 18px;
	font-weight: 600;
}

.inventory-content h2 {
	margin: 0 0 32px;
	color: var(--black-color);
	font-family: var(--body-font-family);
	font-size: 32px;
	font-weight: 700;
	line-height: 1.1;
}

.inventory-content p {
	max-width: 800px;
	margin: 0 0 28px;
	color: var(--black-color);
	font-family: var(--body-font-family);
	font-size: 16px;
	line-height: 1.55;
}

.inventory-content p:last-child {
	margin-bottom: 0;
}

/* Right Image */

.inventory-image {
	position: relative;
	width: 100%;
	aspect-ratio: 1.45 / 1;
	overflow: hidden;
	border-radius: 15px;
	background: #142f57;
}

.inventory-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Bottom Label */

.inventory-label {
	position: absolute;
	left: 28px;
	bottom: 27px;

	padding: 17px 23px;

	background: #f7f5ed;
	border-radius: 9px;

	color: #102b4d;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
}



/* Blog Detail Page */


/* =========================================
   BLOG DETAIL PAGE
========================================= */

.blog-detail-page {
	width: 100%;
	padding: 70px 0;
}

/* Container */

.blog-detail-page .container {
	width: min(100% - 40px, 1400px);
	margin: 0 auto;
}

/* Main two-column layout */

.blog-detail-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 60px;
	align-items: start;
}

/* =========================================
   LEFT BLOG CONTENT
========================================= */

.blog-detail-content {
	min-width: 0;
}

/* Blog title */


/* Featured image */

.blog-detail-content .post-thumbnail {
	width: 100%;
	margin: 0 0 30px;
}

.blog-detail-content .post-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
	object-fit: cover;
	margin: 12px 0 0;
}

/* Blog content */

.blog-detail-content .entry-content {
	color: #566b82;
	font-size: 18px;
	line-height: 1.8;
}

.entry-content p {
	margin: 0 0 22px;
	color: #000000;
	font-size: 16px;
	font-family: var(--body-font-family);
}

.blog-detail-content .entry-content h2 {
	margin: 40px 0 18px;
	color: #102b4d;
	font-size: 32px;
	line-height: 1.3;
}

/* .blog-detail-content .entry-content h3 {
	margin: 35px 0 15px;
	color: #102b4d;
	font-size: 26px;
} */

.blog-detail-content .entry-content img {
	max-width: 100%;
	height: auto;
}

/* Lists */

.blog-detail-content .entry-content ul,
.blog-detail-content .entry-content ol {
	margin: 0 0 25px;
	padding-left: 25px;
}

.blog-detail-content .entry-content li {
	margin-bottom: 8px;
}

.entry-meta span {
	color: var(--black-color);
	font-family: var(--body-font-family);
	font-size: 16px;
}

.entry-meta a {
	text-decoration: none;
	color: var(--primary-color);
}

.entry-meta a:hover {
	color: var(--black-color);
}

.entry-content h2 a {
	font-size: 20px;
	text-decoration: none;
	color: var(--black-color);
	font-family: var(--body-font-family);
}

.entry-content h3 {
	font-size: 25px;
	color: var(--black-color);
	font-family: var(--body-font-family);
}

.entry-content h2 a:hover {
	color: var(--primary-color);
}

.entry-content a {
	text-decoration: none;
	color: var(--primary-color);
}

.entry-content a:hover {
	color: var(--black-color);
}

.entry-footer a {
	text-decoration: none;
	color: var(--black-color);
	font-family: var(--body-font-family);
	padding: 0 0 0 15px;
	font-size: 15px;
}

.entry-footer a:hover {
	color: var(--primary-color);
}



/* =========================================
   SIDEBAR
========================================= */

.blog-sidebar {
	position: sticky;
	top: 30px;
}

.sidebar-widget {
	margin-bottom: 30px;
	padding: 30px;
	background: #f7f5ed;
	border: 1px solid #ddd7c8;
	border-radius: 8px;
}

.sidebar-widget h3 {
	margin: 0 0 20px;
	color: #102b4d;
	font-size: 24px;
	line-height: 1.3;
}

.sidebar-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-widget li {
	padding: 12px 0;
	border-bottom: 1px solid #ddd7c8;
}

.sidebar-widget li:last-child {
	border-bottom: 0;
}

.sidebar-widget a {
	color: #102b4d;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.5;
}

.sidebar-widget a:hover {
	color: #c98516;
}

/* .body-title-new-cars p {
    text-align: center;
    font-size: 18px;
    color: var(--primary-color);
    font-family: var(--body-font-family);
    background: #b7c0cb80;
    margin: 0 25% 0;
    border-radius: 50px;
    padding: 11px 0;
	font-weight: 600;
} */

.body-title-new-cars {
	text-align: center;
}


.body-title-new-cars span {
	display: inline-block;
	padding: 8px 35px;
	background: var(--primary-color);
	color: #ffffff;
	border-radius: 50px;
	font-weight: 700;
	animation: pulseHighlight 2s ease-in-out infinite;
	font-size: 18px;
	font-family: var(--body-font-family);
	text-transform: capitalize;
}


@keyframes pulseHighlight {

	0%,
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 rgba(17, 75, 129, 0);
	}

	50% {
		transform: scale(1.03);
		box-shadow: 0 8px 25px rgba(17, 75, 129, 0.25);
	}
}


/* =========================================
   WORDPRESS DEFAULT SIDEBAR WIDGETS
========================================= */

.blog-sidebar .widget {
	margin-bottom: 30px;
	padding: 30px;
	background: #f7f5ed;
	border: 1px solid #ddd7c8;
	border-radius: 8px;
}

.blog-sidebar .widget-title {
	margin: 0 0 20px;
	color: #102b4d;
	font-size: 24px;
}

.blog-sidebar .widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blog-sidebar .widget li {
	padding: 10px 0;
	border-bottom: 1px solid #ddd7c8;
}

.blog-sidebar .widget li:last-child {
	border-bottom: 0;
}

.blog-sidebar .widget a {
	color: #102b4d;
	text-decoration: none;
}

.blog-sidebar .widget a:hover {
	color: #c98516;
}


/* =========================================
   POST NAVIGATION
========================================= */

.blog-detail-content .post-navigation {
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid #ddd7c8;
}

.blog-detail-content .nav-links {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.blog-detail-content .nav-previous,
.blog-detail-content .nav-next {
	max-width: 48%;
}

.blog-detail-content .nav-subtitle {
	display: block;
	margin-bottom: 5px;
	color: #c98516;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.blog-detail-content .nav-title {
	color: #102b4d;
	font-size: 16px;
	font-weight: 600;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

	.blog-detail-layout {
		grid-template-columns: minmax(0, 1fr) 300px;
		gap: 35px;
	}

	.blog-detail-content .entry-title {
		font-size: 40px;
	}

	.blog-detail-content .entry-content {
		font-size: 17px;
	}

}


/* =========================================
   MOBILE
========================================= */



/* Category Page */

.category-page {
	width: 100%;
	padding: 70px 0;
}

.category-page .container {
	width: min(100% - 40px, 1400px);
	margin: 0 auto;
}

.category-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 60px;
	align-items: start;
}

.category-content {
	min-width: 0;
}

.category-sidebar {
	position: sticky;
	top: 30px;
}

/* .category-content .page-title {
	margin: 0 0 25px;
	color: #102b4d;
	font-size: 48px;
	line-height: 1.15;
} */

/* .blog-detail-content .entry-title {
	margin: 0 0 25px;
	color: var(--black-color);
	font-family: var(--body-font-family);
	font-size: 35px;
	line-height: 1.15;
	font-weight: 700;
} */
.entry-header h2,
.entry-header h2 a,
.entry-header h1 {
	margin: 0 0 25px;
	color: var(--black-color);
	font-family: var(--body-font-family);
	font-size: 20px;
	line-height: 1.15;
	font-weight: 700;
	text-decoration: none;
}

.entry-header h2 a:hover {
	color: var(--primary-color);
}

.category-content h1 {
	margin: 0 0 25px;
	color: var(--black-color);
	font-family: var(--body-font-family);
	font-size: 30px;
	line-height: 1.15;
	font-weight: 700;
}

.category-description {
	margin-bottom: 40px;
	color: #5d6f85;
	font-size: 18px;
	line-height: 1.7;
}

/* Mobile */

@media (max-width: 767px) {

	.category-page {
		padding: 45px 0;
	}

	.category-page .container {
		width: min(100% - 30px, 600px);
	}

	.category-layout {
		display: block;
	}

	.category-sidebar {
		position: static;
		margin-top: 45px;
	}

	.category-content .page-title {
		font-size: 34px;
	}
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
	font-family: var(--body-font-family) !important;
	font-size: 15px;
}


/* ****************************** Responsive CSS ************************************ */

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

	/* .site-header {
		display: none;
	} */

	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
		width: 40px;
		height: 24px;
		outline: 0;
		display: flex;
		position: absolute;
		bottom: 55px;
		left: 5px;
	}

	.hdr-nav ul {
		padding: 0 !important;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-left,
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-center,
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right {
		display: flex;
		flex: none;
		gap: 6px;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle {
		height: 0px;
		text-align: left;
	}

	.menu-toggle,
	.main-navigation.toggled ul {
		display: none;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
		padding: 10px;
	}

	.hdr-logo {
		width: 55%;
		margin: 0 0 0 35px;
	}

	.hdr-row {
		display: block;
		padding: 0px 0
	}

	.bnr-cnt {
		padding: 50px 0% 0;
	}

	.hdg-line img {
		width: 80px;
	}

	.hero-content h1 {
		font-size: 40px;
	}

	.hero-banner.inner-pages {
		min-height: 430px;
	}

	.heading-line span {
		font-size: 18px;
		margin: 18px 0 5px;
	}

	.hero-content p {
		font-size: 16px;
	}

	.hero-banner {
		margin: 0 0 60px;
		min-height: 430px;
	}

	.body-style h2 {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.body-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px 15px;
		padding: 0 2% 0;
	}

	.make-grid.expanded {
		grid-template-columns: repeat(3, 1fr);
	}

	.make-grid {
		grid-template-columns: repeat(2, 1fr);
		padding: 0 2% 0;
	}

	.footer-top {
		gap: 25px;
		display: flex;
		flex-direction: column;
	}

	.footer-col h3 {
		margin-bottom: 15px;
	}

	.site-footer {
		padding: 10px 0 5px;
	}

	.footer-logo img {
		height: 85px;
	}

	.footer-logo {
		margin-bottom: 12px;
	}

	.footer-links {
		grid-template-columns: repeat(1, 1fr);
		gap: 0px;
	}

	.social-links a {
		font-size: 20px;
	}

	.social-links {
		gap: 20px;
		margin-top: 20px;
	}

	.inventory-container {
		gap: 25px;
		display: flex;
		flex-direction: column-reverse;
	}

	.inventory-eyebrow {
		margin-bottom: 15px;
		font-size: 16px;
	}

	.inventory-content h2 {
		margin: 0 0 20px;
		font-size: 24px;
	}

	.auto-depot-eyebrow {
		margin-bottom: 15px;
		font-size: 16px;
	}

	.auto-depot-title {
		margin: 0 0 25px;
		font-size: 24px;
	}

	.auto-depot-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 20px;
	}

	.auto-depot-card-content {
		padding: 35px 25px;
	}

	.auto-depot-card h3 {
		margin: 0 0 15px;
		font-size: 20px;
	}

	.auto-depot-number {
		margin-bottom: 16px;
		font-size: 14px;
	}

	.blog-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}

	.blog-detail-page {
		padding: 45px 0;
	}

	.blog-detail-page .container {
		width: min(100% - 30px, 600px);
	}

	.blog-detail-layout {
		display: block;
	}

	.blog-detail-content {
		width: 100%;
		margin: 60px 0 0;
	}

	.blog-detail-content .entry-title {
		font-size: 25px;
		margin-bottom: 20px;
	}

	.blog-detail-content .entry-content {
		font-size: 16px;
		line-height: 1.7;
	}

	.blog-sidebar {
		position: static;
		width: 100%;
		margin-top: 45px;
	}

	.sidebar-widget,
	.blog-sidebar .widget {
		padding: 25px;
	}

	.blog-detail-content .nav-links {
		display: inline-flex;
		gap: 0px;
	}

	.blog-detail-content .nav-previous,
	.blog-detail-content .nav-next {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.post-thumbnail img {
		height: 300px !important;
	}

	.blog-detail-content .entry-content h2 {
		margin: 30px 0 18px;
		font-size: 28px;
	}

	.entry-content h3 {
		font-size: 20px;
	}

	.cnt_sect .services-header p.services-eyebrow {
		font-size: 16px;
		padding: 5px 0% 0;
	}

	.cnt_row {
		margin: 0 0% 0;
		flex-direction: column;
		gap: 15px;
	}

	.cnt_left {
		width: 100%;
		padding: 30px 35px 0;
		border-radius: 20px;
	}

	.cnt_right {
		width: 100%;
	}

	.cnt_left h3 {
		font-size: 22px;
		padding: 0 0 10px;
	}

	.cnt_right form {
		padding: 35px 20px 30px;
		border-radius: 20px;
	}

	.form-row {
		gap: 5px;
		margin-bottom: 5px;
		flex-direction: column;
	}

	.cnt_right .submit-btn-wrap {
		margin: 0px 0 0;
		width: 65%;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
		border-bottom: 1px solid #d3dce4;
		width: 100%;
	}

	.hdr-nav {
		width: 100%;
	}

	.mega-vehicle-menu {
		width: 100%;
	}

	.body-title-new-cars span {
		font-size: 15px;
	}



}


@media (min-width: 768px) and (max-width: 991px) {

	/* .site-header {
		display: none;
	} */

	.menu-toggle,
	.main-navigation.toggled ul {
		display: none;
	}


	.hdr-logo {
		width: 30%;
	}

	.hdr-nav {
		width: 100%;
	}

	.hdr-row {
		display: block;
	}

	.bnr-cnt {
		padding: 0 0% 0;
	}

	.hdg-line img {
		width: 80px;
	}

	.hero-content h1 {
		font-size: 40px;
	}

	.heading-line span {
		font-size: 18px;
		margin: 18px 0 5px;
	}

	.hero-content p {
		font-size: 16px;
	}

	.hero-banner {
		margin: 0 0 60px;
	}

	.body-style h2 {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.body-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px 15px;
		padding: 0 2% 0;
	}

	.make-grid.expanded {
		grid-template-columns: repeat(5, 1fr);
	}

	.make-grid {
		grid-template-columns: repeat(3, 1fr);
		padding: 0 2% 0;
	}

	.footer-top {
		gap: 25px;
		/* display: flex;
		flex-direction: column; */
	}

	.blog-image img {
		height: 100%;
	}

	.footer-col h3 {
		margin-bottom: 15px;
	}

	.site-footer {
		padding: 10px 0 5px;
	}

	.footer-logo img {
		height: 85px;
	}

	.footer-logo {
		margin-bottom: 12px;
	}

	.footer-links {
		grid-template-columns: repeat(1, 1fr);
		gap: 0px;
	}

	.social-links a {
		font-size: 20px;
	}

	.social-links {
		gap: 20px;
		margin-top: 20px;
	}

	.inventory-container {
		gap: 25px;
		display: flex;
		flex-direction: column-reverse;
	}

	.inventory-eyebrow {
		margin-bottom: 15px;
		font-size: 16px;
	}

	.inventory-content h2 {
		margin: 0 0 20px;
		font-size: 24px;
	}

	.auto-depot-eyebrow {
		margin-bottom: 15px;
		font-size: 16px;
	}

	.auto-depot-title {
		margin: 0 0 25px;
		font-size: 24px;
	}

	.auto-depot-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 20px;
	}

	.auto-depot-card-content {
		padding: 35px 25px;
	}

	.auto-depot-card h3 {
		margin: 0 0 15px;
		font-size: 20px;
	}

	.auto-depot-number {
		margin-bottom: 16px;
		font-size: 14px;
	}

	.blog-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}

	.blog-detail-page {
		padding: 45px 0;
	}

	.blog-detail-page .container {
		width: min(100% - 30px, 600px);
	}

	.blog-detail-layout {
		display: block;
	}

	.blog-detail-content {
		width: 100%;
	}

	.blog-detail-content .entry-title {
		font-size: 25px;
		margin-bottom: 20px;
	}

	.blog-detail-content .entry-content {
		font-size: 16px;
		line-height: 1.7;
	}

	.blog-sidebar {
		position: static;
		width: 100%;
		margin-top: 45px;
	}

	.sidebar-widget,
	.blog-sidebar .widget {
		padding: 25px;
	}

	.blog-detail-content .nav-links {
		display: inline-flex;
		gap: 0px;
	}

	.blog-detail-content .nav-previous,
	.blog-detail-content .nav-next {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.post-thumbnail img {
		height: 300px !important;
	}

	.blog-detail-content .entry-content h2 {
		margin: 30px 0 18px;
		font-size: 28px;
	}

	.entry-content h3 {
		font-size: 20px;
	}

	.cnt_sect .services-header p.services-eyebrow {
		font-size: 16px;
		padding: 5px 0% 0;
	}

	.cnt_row {
		margin: 0 0% 0;
		flex-direction: column;
		gap: 15px;
	}

	.cnt_left {
		width: 100%;
		padding: 30px 35px 0;
		border-radius: 20px;
	}

	.cnt_right {
		width: 100%;
	}

	.cnt_left h3 {
		font-size: 22px;
		padding: 0 0 10px;
	}

	.cnt_right form {
		padding: 35px 20px 30px;
		border-radius: 20px;
	}

	.form-row {
		gap: 5px;
		margin-bottom: 5px;
		flex-direction: column;
	}

	.cnt_right .submit-btn-wrap {
		margin: 0px 0 0;
		width: 32%;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {

	.hdr-logo {
		width: 25%;
	}

	.hdr-nav {
		width: 74%;
	}

	.make-grid.expanded {
		grid-template-columns: repeat(6, 1fr);
	}

	.hdg-line img {
		width: 100px;
	}

	.hero-content h1 {
		font-size: 50px;
	}

	.cnt_right form {
		padding: 48px 32px 45px;
	}

	.cnt_right .submit-btn-wrap {
		margin: 0px 0 0;
		width: 45%;
	}


}



@media (min-width: 1200px) and (max-width: 1440px) {

	.container {
		max-width: 90%;
	}

	.hdr-logo {
		width: 20%;
	}

	.hdr-row {
		padding: 12px 5%;
	}

	.hdr-nav {
		width: 66%;
	}

	.hero-content h1 {
		font-size: 45px;
	}

	.hdg-line img {
		width: 100px;
	}

	.footer-links {
		/* grid-template-columns: repeat(1, 1fr); */
		gap: 0px;
	}

	.footer-top {
		gap: 25px;
		display: flex;
		justify-content: space-between;
	}

	.footer-logo img {
		height: 85px;
	}

	.site-footer {
		padding: 15px 0 5px;
	}

	.inventory-eyebrow {
		margin-bottom: 15px;
		font-size: 16px;
	}

	.auto-depot-eyebrow {
		margin-bottom: 15px;
		font-size: 16px;
	}

	/* .blog-image img {
		height: 200px;
	} */

	.blog-content h3 {
		font-size: 20px;
	}

	.cnt_right .submit-btn-wrap {
		width: 42%;
		;
	}

	.cnt_right form {
		padding: 55px 35px 45px;
	}

	.cnt_left h3 {
		font-size: 25px;
		padding: 0 0 10px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
		color: #db0008;
		background-color: white;
		font-weight: 600;

	}

}




/* @media (min-width: 1441px) and (max-width: 1800px) {

	.container {
		max-width: 88%;
	}

	.hdr-logo {
		width: 20%;
	}

	.hdr-nav {
		width: 58%;
	}

	.hero-content h1 {
		font-size: 45px;
	}

	.hdg-line img {
		width: 100px;
	}

	.inventory-eyebrow {
		margin-bottom: 15px;
		font-size: 16px;
	}

	.auto-depot-eyebrow {
		margin-bottom: 15px;
		font-size: 16px;
	}

	.blog-image img {
		height: 200px;
	}

	.blog-content h3 {
		font-size: 20px;
	}

	.cnt_right .submit-btn-wrap {
		width: 42%;
		;
	}

	.cnt_right form {
		padding: 55px 35px 45px;
	}

	.cnt_left h3 {
		font-size: 25px;
		padding: 0 0 10px;
	}

	

} */