@import url(layout.min.css);
@import
url('https://fonts.googleapis.com/css2?family=Allura&family=Cormorant:ital,wght@0,300..700;1,300..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Dancing+Script:wght@502&family=Fahkwang:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Onest:wght@100..900&family=Oswald:wght@200..700&family=Pacifico&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&family=Space+Grotesk:wght@300..700&display=swap');

html {
font-size: 16px;
}

body {
position: relative;
background: #fff;
overflow-x: hidden;
font-family: "Fahkwang", sans-serif;

}

:root {
--white: #ffffff;
--black: #000;
--theme-color: #0069B1;
--primary: #024922;
}

p {
font-size: 1rem;
font-weight: 400;
line-height: 1.67;
margin-bottom: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Fahkwang", sans-serif;

}

.img-auto {
display: block;
max-width: 100%;
margin: 0 auto;
}

a,
button {
text-decoration: none !important;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}

a:hover,
button:hover {
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}

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

figure {
margin: 0;
}

section {
padding: 5rem 0;
position: relative;
}

.title {
font-family: Fahkwang;
font-weight: 400;
font-size: 40px;
line-height: 52px;
letter-spacing: 1px;
vertical-align: middle;

}

.theme_btn {
color: white;
background: #0069B1;
padding: 12px 30px;
font-family: Space Grotesk;
font-weight: 500;
border-radius: 30px;
line-height: 100%;
letter-spacing: 0.64px;
text-align: center;
vertical-align: middle;
text-transform: uppercase;
}

.theme_btn:hover {
background: black;
color: white;
}

/* Header Start */
.snd_header .header {
background: #E8ECFA;
padding: 20px 0px;
position: unset;
}

.snd_header .nav-links a {
color: black !important;
}

.contact-info a h6 {
margin: 0px;
background: white;
color: #1a2a44;
padding: 0px 6px;
border-radius: 5px;
margin-bottom: 3px;
}

.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}

.header {
position: absolute;
z-index: 999;
color: black;
width: 100%;
padding: 20px;
}

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

.logo {
font-size: 24px;
font-weight: bold;
}

.nav-links {
list-style: none;
display: flex;
gap: 25px;
margin-right: -7rem;
}

.nav-links li {
position: relative;
}

.nav-links a {
color: var(--white);
text-decoration: none;
font-size: 16px;
transition: color 0.3s ease;
}

.nav-links a:hover {
color: #007bff;
}

/* Dropdown styling with header_service_dropdown class */
.header_service_dropdown {
display: none;
position: absolute;
top: 100%;
left: 0;
padding: 0;
margin: 0;
background-color: black;
min-width: 150px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
z-index: 1001;
box-shadow: 0px 0px 4px black;
}

.header_service_dropdown li a {
padding: 10px 15px;
color: var(--white);
text-decoration: none;
display: block;
font-size: 14px;
}

.header_service_dropdown li a:hover {
background-color: #3a4b6a;
color: #007bff;
}

/* Show dropdown on hover for desktop */
.nav-links li:hover .header_service_dropdown {
display: block;
}

.contact-info {
display: flex;
align-items: center;
gap: 15px;
}

.contact-info a {
color: white;
font-family: Space Grotesk;
font-weight: 400;
font-size: 16px;
line-height: 100%;
border-radius: 40px;
}

.theme-btn {
background-color: #007bff;
padding: 8px 15px;
border-radius: 5px;
text-decoration: none;
color: white;
}

.theme-btn:hover {
background-color: #0056b3;
}

.toggle-btn {
font-size: 24px;
cursor: pointer;
color: var(--white);
transition: transform 0.3s ease;
display: none;
}

.toggle-btn:hover {
transform: scale(1.1);
}

.sidebar {
position: fixed;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background-color: var(--theme-color);
z-index: 1000;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
transition: left 0.5s ease-in-out;
}

.sidebar.active {
left: 0;
}

.sidebar .nav-links {
display: flex;
flex-direction: column;
align-items: center;
list-style: none;
text-align: center;
}

.sidebar .nav-links li {
margin: 20px 0;
}

.sidebar .nav-links li a {
color: var(--white);
text-decoration: none;
font-size: 15px;
transition: color 0.3s ease;
}

.sidebar .nav-links li a:hover {
color: #007bff;
}

/* Ensure dropdown is hidden in sidebar */
.sidebar .header_service_dropdown {
display: none;
}

.close-btn {
position: absolute;
top: 15px;
right: 15px;
font-size: 24px;
cursor: pointer;
color: var(--white);
transition: transform 0.3s ease;
}

.close-btn:hover {
transform: scale(1.1);
}

@media (max-width: 768px) {
.toggle-btn {
display: block;
background: #0069B1;
padding: 0px 10px;
border: 1px solid white;
border-radius: 5px;
}

.nav .nav-links,
.nav .contact-info {
display: none;
}

.nav {
justify-content: space-between;
}

.sidebar .nav-links {
display: flex;
gap: 0px;
margin-right: 0;
}
}

/* Header End */

/* Banner Start */
section.banner_bg {
background: url(../images/banner-bg.png);
height: 100vh;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: flex;
}

.banner_content {
text-align: center;
color: white;
padding-top: 150px;
}

.banner_content h1 {
font-family: Space Grotesk;
font-weight: 700;
font-size: 73.6px;
line-height: 75.6px;
letter-spacing: -3.68px;
text-align: center;
vertical-align: middle;
}

.banner_content p {
font-family: Space Grotesk;
font-weight: 500;
font-size: 22px;
line-height: 28.8px;
letter-spacing: 0.19px;
text-align: center;
vertical-align: middle;
margin: 20px 0px 40px;
}

.banner_content ul {
display: flex;
justify-content: center;
gap: 30px;
}

.banner_content ul .theme_btn_1 {
color: white;
background: transparent;
padding: 12px 30px;
font-family: Space Grotesk;
font-weight: 500;
border-radius: 30px;
line-height: 100%;
letter-spacing: 0.64px;
text-align: center;
vertical-align: middle;
border: 1px solid white;
text-transform: uppercase;
}

.banner_content ul .theme_btn_1:hover {
background: black;
border: 1px solid black;
}

/* Banner End */
/* What We Provide Start */

.what_we_provide_content h1 {
font-family: Space Grotesk;
font-weight: 700;
font-size: 73.6px;
line-height: 75.6px;
letter-spacing: -3.68px;
vertical-align: middle;
margin-bottom: 80px;
color: #603813;
}

.what_we_provide_content .accordion {
border: 1px solid black;
border-radius: 4px;
border-left: none;
border-right: none;
margin-bottom: 50px;
}

.what_we_provide_content .accordion-item {
border-bottom: 1px solid black;
}

.what_we_provide_content .accordion-item:last-child {
border-bottom: none;
}

.what_we_provide_content .accordion-header {
padding: 25px 0px;
cursor: pointer;
display: flex;
justify-content: space-between;
font-family: Space Grotesk;
font-weight: 500;
font-size: 29.88px;
line-height: 100%;
letter-spacing: -1.6px;
vertical-align: middle;
color: black;
}

.what_we_provide_content .accordion-header:hover {
background-color: #f5f5f5;
}

.what_we_provide_content .accordion-arrow {
transition: transform 0.3s ease;
font-size: 20px;
}

.what_we_provide_content .accordion-content {
padding: 0 15px 15px;
display: none;
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease, padding 0.3s ease;
}

.what_we_provide_content .accordion-item.active .accordion-content {
display: block;
max-height: 500px;
/* Adjust based on content */
padding: 0px 0px 0px 80px;
color: #603813;
}

.what_we_provide_content .accordion-item.active .accordion-arrow {
transform: rotate(180deg);
}

.what_we_provide_img img {
width: 100%;
height: auto;
}

/* What We Provide End */
/* About The Car Start */
section.main_about_the_car {
background: #0069B1;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 500px;
display: flex;
align-items: end;
}

.about_the_car_title h3 {
font-family: Space Grotesk;
font-weight: 700;
font-size: 73.6px;
line-height: 75.6px;
letter-spacing: -3.68px;
vertical-align: middle;
color: white;
}

.about_the_car_content p {
font-family: Space Grotesk;
font-weight: 400;
font-size: 19.2px;
line-height: 28.8px;
letter-spacing: 0.19px;
vertical-align: middle;
color: white;
margin: 0px;
}

.about_the_car_content p a {
color: white;
text-decoration: underline !important;
}

.about_the_car_img img {
width: 100%;
height: auto;
}

/* About The Car ENd */
/* Car Brand Start */
section.main_car_brand {
padding: 100px 0px;
}

.car_brand_logo h4 {
font-family: Space Grotesk;
font-weight: 700;
font-size: 73.03px;
line-height: 75.6px;
letter-spacing: -3.68px;
text-align: center;
vertical-align: middle;
color: #603813;
margin-bottom: 50px;
}

/* Car Brand ENd */
/* Blogs Start */
section.blogs_bg {
background: url(../images/blogs-bg.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding: 100px 0px;
}

.blogs_title {
text-align: center;
color: white;
}

.blogs_title h5 {
font-family: Space Grotesk;
font-weight: 700;
font-size: 72.88px;
line-height: 75.6px;
letter-spacing: -3.68px;
text-align: center;
vertical-align: middle;
margin-bottom: 50px;
}

.blogs_card img {
width: 100%;
height: auto;
}

.blogs_card {
text-align: center;
color: white;
}

.blogs_card h6 {
font-family: Space Grotesk;
font-weight: 500;
font-size: 22.4px;
line-height: 26.88px;
letter-spacing: 0.19px;
text-align: center;
vertical-align: middle;
margin-top: 20px;
}

.blogs_card p {
font-family: Space Grotesk;
font-weight: 400;
font-size: 14px;
line-height: 19.6px;
letter-spacing: 0.19px;
text-align: center;
vertical-align: middle;
margin: 10px 0px;
}

.blogs_card span {
font-family: Space Grotesk;
font-weight: 400;
font-size: 13px;
line-height: 18.2px;
letter-spacing: 0.19px;
text-align: center;
vertical-align: middle;
color: #FFFFFF;
}

/* Blogs End */
/* Footer Start */
footer.main_footer {
padding: 100px 0px;
background: #0069B1;
color: white;
}

.footer_links h6 {
font-family: Space Grotesk;
font-weight: 500;
font-size: 31.63px;
line-height: 36.86px;
letter-spacing: -1.6px;
vertical-align: middle;
height: 60px;
}

.footer_links ul a {
font-family: Space Grotesk;
font-weight: 400;
font-size: 18.2px;
line-height: 28.8px;
letter-spacing: 0.19px;
vertical-align: middle;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-thickness: 0%;
text-decoration-skip-ink: auto;
color: white;
}

.footer_logo img {
width: 100%;
}

.footer_para p {
font-family: Space Grotesk;
font-weight: 300;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.19px;
vertical-align: middle;
margin-bottom: 10px;
}

.footer_para {
margin-top: 50px;
}

/* Footer End */
/* Inventory Inner Page Start */
.main_inventory_inner_range {
position: relative;
display: inline-block;
padding: 7px;
background: #f5f5f5;
border: 1px solid #ddd;
width: 100%;
}

.main_inventory_inner_range input[type="range"] {
width: 100%;
-webkit-appearance: none;
background: #8080805e;
height: 10px;
border-radius: 5px;
outline: none;
}

.main_inventory_inner_range input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
width: 20px;
height: 20px;
background: #007bff;
border-radius: 50%;
cursor: pointer;
}

.main_inventory_inner_range span {
position: absolute;
top: -25px;
left: 50%;
transform: translateX(-50%);
background: #333;
color: white;
padding: 5px 10px;
border-radius: 3px;
font-size: 12px;
}

section.main_inventory_inner select {
font-family: Manrope;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;
width: 100%;
padding: 10px;
border: 1px solid #8080805c;
}

section.main_inventory_inner input {
border: 1px solid #8080805c;
width: 100%;
padding: 8px;
}

section.main_inventory_inner button {
border: none;
width: 100%;
border-radius: 5px;
}

section.main_inventory_inner_snd {
padding: 0px;
padding-bottom: 100px;
}

section.main_inventory_inner_snd h6 {
font-family: Manrope;
font-weight: 400;
font-size: 16px;
line-height: 24px;
vertical-align: middle;
}

section.main_inventory_inner_snd ul {
justify-content: end;
display: flex;
gap: 10px;
align-items: center;
}

section.main_inventory_inner {
padding: 50px 0px;
}

.main_inventory_inner_snd_card {
border: 1px solid #ddd;
border-radius: 10px;
position: relative;
margin-top: 30px;
}

.main_inventory_inner_snd_card .card-image {
width: 100%;
height: auto;
border-radius: 20px 20px 0px 0px;
}

.main_inventory_inner_snd_card .card-content {
padding: 30px 40px;
}

.main_inventory_inner_snd_card .category {
background-color: #e0e0e0;
padding: 2px 8px;
border-radius: 12px;
color: #666;
font-family: Manrope;
font-weight: 500;
font-size: 14px;
line-height: 21px;
letter-spacing: 0%;
vertical-align: middle;
}

.main_inventory_inner_snd_card .rating {
color: #666;
font-size: 14px;
margin-top: 5px;
display: flex;
align-items: center;
}

.main_inventory_inner_snd_card .rating::before {
content: "⭐";
margin-right: 5px;
}

.main_inventory_inner_snd_card .car-title {
margin: 5px 0;
color: black;
font-family: Manrope;
font-weight: 700;
font-size: 24px;
line-height: 31.2px;
letter-spacing: 0%;
margin: 0px;
vertical-align: middle;
}

.main_inventory_inner_snd_card .location {
color: #0069B1;
margin: 5px 0;
font-family: Manrope;
font-weight: 400;
font-size: 17px;
line-height: 22.5px;
letter-spacing: 0%;
vertical-align: middle;
}

.main_inventory_inner_snd_card .date {
font-family: Manrope;
font-weight: 400;
font-size: 15px;
line-height: 22.5px;
letter-spacing: 0%;
text-align: right;
vertical-align: middle;
margin: 0px;
}

.main_inventory_inner_snd_card .price {
margin-top: 0px;
display: flex;
align-items: baseline;
}

.main_inventory_inner_snd_card .original-price {
font-size: 32px;
line-height: 48px;
letter-spacing: 0%;
vertical-align: middle;
text-decoration: line-through;
color: #808080bf;
margin: 0px 10px 0px 0px;
font-weight: 300;
font-family: fangsong;
}

.main_inventory_inner_snd_card .discounted-price {
font-family: Manrope;
font-weight: 100;
font-size: 32px;
line-height: 48px;
letter-spacing: 0%;
vertical-align: middle;
color: #0069B1;
}

.main_inventory_inner_snd_card::before {
content: "♥";
position: absolute;
top: 10px;
left: 10px;
color: #ccc;
font-size: 40px;
background: white;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}

.main_inventory_inner_snd_card_first {
display: flex;
justify-content: space-between;
align-items: center;
margin: 10px 0px;
}

.main_inventory_inner_snd_pagination {
display: flex;
align-items: center;
gap: 20px;
padding: 10px;
justify-content: center;
margin-top: 50px;
}

.main_inventory_inner_snd_pagination button {
width: 40px;
height: 40px;
border: none;
background-color: #0069B1;
color: white;
font-size: 16px;
border-radius: 5px;
cursor: pointer;
}

.main_inventory_inner_snd_pagination span {
font-size: 20px;
color: #1C2526;
}

.main_inventory_inner_snd_pagination .next {
font-size: 20px;
color: #1C2526;
}

/* Inventory Inner Page End */
/* Sell Your Car Inner Page Start */
section.sell_your_car_inner_banner {
background: url(../images/sell-your-car-inner-banner-bg.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 350px;
display: flex;
align-items: center;
justify-content: center;
}

.sell_your_car_inner_banner_content h1 {
font-family: Manrope;
font-weight: 700;
font-size: 55px;
line-height: 70px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: white;
}

.main .listing_inner_text_editor {
border: 1px solid #ccc;
padding: 10px;
}

.main .listing_inner_text_editor label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}

.main .listing_inner_text_editor #editor {
width: 100%;
height: 200px;
padding: 10px;
border: 1px solid #ddd;
resize: vertical;
}

.main .listing_inner_text_editor .toolbar {
margin-bottom: 10px;
}

.main .listing_inner_text_editor .toolbar button {
background: none;
border: 1px solid #ccc;
padding: 5px 10px;
margin-right: 5px;
cursor: pointer;
}

.main .listing_inner_text_editor .toolbar button:hover {
background-color: #f0f0f0;
}

section.main_sell_your_car_inner_post_listing {
padding: 100px 0px;
}

section.main_sell_your_car_inner_post_listing h1 {
font-weight: 700;
font-size: 30px;
line-height: 28.8px;
letter-spacing: 0%;
vertical-align: middle;
color: black;
margin-bottom: 30px;
}

section.main_sell_your_car_inner_post_listing label {
font-weight: 400;
font-size: 16px;
color: black;
margin-top: 20px;
margin-bottom: 10px;
}

section.main_sell_your_car_inner_post_listing input {
width: 100%;
padding: 10px;
outline: none;
border: 1px solid #80808069;
margin-bottom: 20px;
}

section.main_sell_your_car_inner_post_listing h2 {
font-weight: 500;
font-size: 18px;
line-height: 48px;
letter-spacing: 0%;
vertical-align: middle;
color: black;
}

.main_sell_your_car_inner_post_listing_checkbox input {
width: unset !important;
}

.main_sell_your_car_inner_post_listing_checkbox input[type="text"] {
width: 100% !important;
}

.main_sell_your_car_inner_post_listing_checkbox_snd {
display: flex;
gap: 300px;
}

.main_sell_your_car_inner_post_listing_checkbox_snd ul {
display: flex;
flex-direction: column;
gap: 10px;
margin: 20px 0px;
}

.main_sell_your_car_inner_post_listing_checkbox_snd ul li {
display: flex;
align-items: baseline;
gap: 20px;
}

section.main_sell_your_car_inner_post_listing button {
border: navajowhite;
}

/* Sell Your Car Inner Page End */
/* About Us Inner Page Start */

section.about_us_inner_bg {
background: url(../images/about-us-inner-banner.png);
background-size: cover;
background-position: top;
background-repeat: no-repeat;
height: 400px;
display: flex;
align-items: center;
justify-content: center;
}

.about_us_inner_bg_content h1 {
font-family: Manrope;
font-weight: 700;
font-size: 55px;
line-height: 70px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: white;
}

.about_us_inner_second_sec_content h6 {
font-weight: 700;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.3px;
vertical-align: middle;
text-transform: uppercase;
position: relative;
color: #603813;
}

.about_us_inner_second_sec_content h6::before {
position: absolute;
content: "";
left: -15px;
top: 0;
height: 100%;
width: 5px;
background: #603813;
}

.about_us_inner_second_sec_content h2 {
font-family: Space Grotesk;
font-weight: 700;
font-size: 58px;
line-height: 58px;
letter-spacing: -3px;
vertical-align: middle;
color: black;
}

.about_us_inner_second_sec_content p {
font-weight: 400;
font-size: 18px;
line-height: 28px;
letter-spacing: 0%;
vertical-align: middle;
color: black;
}

.about_us_inner_second_sec_content span {
font-family: Space Grotesk;
font-weight: 700;
font-size: 24px;
line-height: 31.99px;
letter-spacing: -0.3px;
vertical-align: middle;
color: #603813;
}

.about_us_inner_second_sec_img img {
width: 100%;
height: auto;
}

section.about_us_inner_second_sec {
padding: 100px 0px;
}

section.main_about_inner_why_choose {
padding-bottom: 100px;
}

.main_about_inner_why_choose_video {
position: relative;
width: 100%;
}

.main_about_inner_why_choose_video img {
width: 100%;
height: auto;
display: block;
}

.main_about_inner_why_choose_video .play-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100px;
height: 100px;
background: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: opacity 0.3s ease;
}

.main_about_inner_why_choose_video .play-icon::before {
content: '▶';
color: #0056b3;
font-size: 44px;
}

.main_about_inner_why_choose_video video {
width: 100%;
height: auto;
display: none;
}

.main_about_inner_why_choose_video.playing .play-icon {
opacity: 0;
pointer-events: none;
}

.main_about_inner_why_choose_video.playing img {
display: none;
}

.main_about_inner_why_choose_video.playing video {
display: block;
}

.main_about_inner_why_choose_content h6 {
font-weight: 700;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.3px;
vertical-align: middle;
text-transform: uppercase;
position: relative;
color: #603813;
}

.main_about_inner_why_choose_content h6::before {
position: absolute;
content: "";
left: -15px;
top: 0;
height: 100%;
width: 5px;
background: #603813;
}

.main_about_inner_why_choose_content ul li {display: flex;align-items: center;gap: 21px;margin-top: 28px;}

.main_about_inner_why_choose_content ul h3 {
font-family: Space Grotesk;
font-weight: 700;
font-size: 36px;
line-height: 47.99px;
letter-spacing: -0.3px;
vertical-align: middle;
color: black;
margin: 0px;
}

.main_about_inner_why_choose_content ul p {
font-weight: 400;
font-size: 16px;
line-height: 28px;
letter-spacing: 0%;
vertical-align: middle;
color: black;
width: 80%;
margin: 20px 0px;
}

.main_about_inner_why_choose_content ul a {
font-family: Manrope;
font-weight: 700;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.3px;
text-align: center;
vertical-align: middle;
text-transform: capitalize;
color: #603813;
}

.main_about_inner_why_choose_content {
padding-left: 100px;
}

/* About Us Inner Page End */
/* Finance Inner Page Start */
section.finance_inner_bg {
background: url(../images/finance-banner.png);
background-size: cover;
background-position: top;
background-repeat: no-repeat;
height: 400px;
display: flex;
align-items: center;
justify-content: center;
}

.finance_inner_bg_content h1 {
font-family: Manrope;
font-weight: 700;
font-size: 55px;
line-height: 70px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: white;
}

/* Finance Inner Page End */

/* Video Inner Page Start */

section.video_inner_bg {
background: url(../images/video-inner-banner-bg.png);
background-size: cover;
background-position: top;
background-repeat: no-repeat;
height: 500px;
display: flex;
align-items: center;
justify-content: center;
}

.video_inner_bg_content h1 {
font-family: Manrope;
font-weight: 700;
font-size: 55px;
line-height: 70px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: white;
}

/* Container for video section */
.video_inner_first_sec_video .main_about_inner_why_choose_video {
position: relative;
overflow: hidden;
/* height: 450px; */
}

/* Thumbnail styles */
.video_inner_first_sec_video .main_about_inner_why_choose_video .video-thumbnail {
width: 100%;
height: auto;
display: block;
position: relative;
z-index: 5;
}

/* Video styles */
.video_inner_first_sec_video .main_about_inner_why_choose_video .video-player {
width: 100%;
height: 300px;
/* position: absolute; */
top: 0;
left: 0;
z-index: 1;
display: none;
/* Hidden by default */
object-fit: cover;
border-radius: 5px;
}

/* Play icon styles */
.video_inner_first_sec_video .main_about_inner_why_choose_video .play-icon {
height: 50px;
width: 50px;
position: absolute;
top: 35%;
left: 50%;
transform: translate(-50%, -50%);
background: rgba(0, 0, 0, 0.5);
/* Semi-transparent background */
border-radius: 50%;
cursor: pointer;
z-index: 10;
display: flex;
align-items: center;
justify-content: center;
}

.video_inner_first_sec_video .main_about_inner_why_choose_video .play-icon::before {
content: '\25B6';
/* Unicode for play triangle */
font-size: 24px;
color: white;
}

/* Title styles for video captions */
.video_inner_first_sec_video h6 {
font-family: 'Space Grotesk', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 31.99px;
letter-spacing: -0.3px;
vertical-align: middle;
color: black;
padding: 20px 0px;
}

/* Section title styles */
.video_inner_first_sec_title {
text-align: center;
margin-bottom: 50px;
}

.video_inner_first_sec_title h2 {
font-family: 'Space Grotesk', sans-serif;
font-weight: 700;
font-size: 58px;
line-height: 58px;
letter-spacing: -3px;
text-align: center;
vertical-align: middle;
color: black;
}

.video_inner_first_sec_title p {
font-weight: 400;
font-size: 16px;
line-height: 28px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
width: 50%;
margin: auto;
color: black;
}

.video_inner_first_sec_title h6 {
font-weight: 700;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.3px;
vertical-align: middle;
text-transform: uppercase;
position: relative;
color: #603813;
}

.video_inner_first_sec_car_name {
text-align: center;
background: #0069B1;
color: white;
padding: 50px 0px;
border-radius: 10px;
border: 3px solid black;
margin-bottom: 40px;
}

.video_inner_first_sec_car_name h1 {
font-family: monospace;
font-size: 42px;
line-height: 58px;
letter-spacing: -3px;
text-align: center;
vertical-align: middle;
font-weight: 400;
}

.video_inner_first_sec_car_name h1 a {
color: var(--white);
}

/* Video Inner Page End */
/* Contact Us Inner Page Start */
section.contact_us_inner_bg {
background: url(../images/contact-inner-banner.png);
background-size: cover;
background-position: top;
background-repeat: no-repeat;
height: 500px;
display: flex;
align-items: center;
justify-content: center;
}

.contact_us_inner_bg_content h1 {
font-family: Manrope;
font-weight: 700;
font-size: 55px;
line-height: 70px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: white;
}

.main_contact_inner_form {
padding: 30px;
position: relative;
background: white;
border-radius: 20px;
width: 80%;
margin: -150px auto 100px;
}

.contact_inner_form_details h6 {
font-family: Space Grotesk;
font-weight: 700;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.3px;
vertical-align: middle;
text-transform: uppercase;
position: relative;
margin: 30px 20px;
}

.contact_inner_form_details h6::before {
position: absolute;
top: 0;
left: -18px;
width: 7px;
height: 100%;
background: #603813;
content: "";
}

.contact_inner_form_details_first ul {
display: flex;
flex-direction: column;
gap: 20px;
}

.contact_inner_form_details_first ul li {
display: flex;
align-items: center;
gap: 20px;
}

.contact_inner_form_details_first a {
font-weight: 400;
font-size: 17px;
line-height: 28px;
color: black;
}

.contact_inner_form_details_first {}

.contact_inner_form_details {}

.contact_inner_form_details p {
margin: 20px 0px 40px;
font-family: Manrope;
font-weight: 400;
font-size: 16px;
line-height: 28px;
letter-spacing: 0%;
vertical-align: middle;
}

.contact_inner_form_details_social ul {
display: flex;
gap: 10px;
}

form.contact_inner_form {
height: 100%;
background: #E8ECFA;
padding: 30px;
border-radius: 5px;
}

form.contact_inner_form h5 {
font-family: Space Grotesk;
font-weight: 700;
font-size: 36px;
line-height: 47.99px;
letter-spacing: -0.3px;
vertical-align: middle;
color: #603813;
}

form.contact_inner_form p {
font-weight: 400;
font-size: 16px;
line-height: 28px;
color: #0069B1;
}

form.contact_inner_form input {
width: 100%;
padding: 15px;
margin-bottom: 20px;
border: 1px solid #C4C4C4;
border-radius: 5px;
}

form.contact_inner_form input::placeholder {
font-family: Space Grotesk;
font-weight: 700;
font-size: 16px;
line-height: 100%;
letter-spacing: 0.3px;
vertical-align: middle;
text-transform: uppercase;
font-weight: 500;
}

form.contact_inner_form textarea {
width: 100%;
padding: 15px;
margin-bottom: 20px;
border: 1px solid #C4C4C4;
border-radius: 5px;
}

form.contact_inner_form textarea::placeholder {
font-family: Space Grotesk;
font-weight: 700;
font-size: 16px;
line-height: 100%;
letter-spacing: 0.3px;
vertical-align: middle;
text-transform: uppercase;
font-weight: 500;
}

form.contact_inner_form button {
font-family: Space Grotesk;
font-weight: 700;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.3px;
text-align: center;
vertical-align: middle;
text-transform: capitalize;
border: 1px solid #603813;
background: #603813;
color: white;
width: 100%;
padding: 10px;
border-radius: 5px;
}

form.contact_inner_form button:hover {
background: transparent;
color: #603813;
}

/* Contact Us Inner Page End */
/* Inventory Details Start */
.inventory_detail_slider {
max-width: 1100px;
margin: 0 auto;
}

.inventory_detail_slider img {
width: 100%;
display: block;
}

.inventory_detail_slider .img-display {
overflow: hidden;
}

.inventory_detail_slider .img-showcase {
display: flex;
width: 100%;
transition: all 0.5s ease;
}

.inventory_detail_slider .img-showcase img {
min-width: 100%;
}

.inventory_detail_slider .img-select {
display: flex;
margin-top: 10px;
}

.inventory_detail_slider .img-item {
margin: 0.3rem;
}

.inventory_detail_slider .img-item:nth-child(1),
.inventory_detail_slider .img-item:nth-child(2),
.inventory_detail_slider .img-item:nth-child(3) {
margin-right: 0;
}

.inventory_detail_slider .img-item:hover {
opacity: 0.8;
}

.inventory_detail_slider .img-select img {
border-radius: 10px;
height: 130px;
object-fit: cover;
}

.inventory_detail_slider hr {
border: 1px solid black;
margin: 50px 0px;
}

.main_inventory_detail_contact_info {
background: #E1E8EF;
padding: 30px;
border-radius: 20px;
}

.inventory_detail_contact_info_title {
display: flex;
align-items: center;
gap: 20px;
}

.inventory_detail_contact_info_title h6 {
font-weight: 500;
font-size: 28px;
line-height: 28px;
letter-spacing: 0%;
vertical-align: middle;
color: black;
margin-bottom: 20px;
}

.inventory_detail_contact_info_title ul {
display: flex;
gap: 10px;
}

.inventory_detail_contact_info_title ul a {
font-weight: 500;
font-size: 18px;
line-height: 18px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
background: #0069B1;
color: white;
padding: 10px 20px;
border-radius: 9px;
border: 1px solid #0069B1;
}

.inventory_detail_contact_info_title ul a:hover {
background: transparent;
color: #0069B1;
}

.inventory_detail_contact_info_title button {
font-weight: 700;
font-size: 14px;
line-height: 14px;
letter-spacing: 0%;
vertical-align: middle;
background: transparent;
border: none;
color: #73CF42;
}

.inventory_detail_contact_info_content h6 {
font-weight: 600;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;
color: #0069B1;
}

.inventory_detail_contact_info_content ul {
display: flex;
flex-direction: column;
gap: 20px;
width: 60%;
}

.inventory_detail_contact_info_content ul li a {
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;
color: black;
}

.inventory_detail_contact_info_content_social ul {
display: flex !important;
flex-direction: row;
gap: 20px;
margin-top: 20px;
}

.inventory_detail_contact_info_content hr {
margin: 50px 0px;
}

.main_inventory_detail_ranger_black_title h6 {
font-family: Manrope;
font-weight: 700;
font-size: 40px;
line-height: 44px;
letter-spacing: 0%;
vertical-align: middle;
color: black;
margin-bottom: 20px;
}

.main_inventory_detail_ranger_black_title ul {
display: flex;
gap: 10px;
}

.main_inventory_detail_ranger_black_title h5 {
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;
color: black;
}

.main_inventory_detail_ranger_black_title ul li del {
font-family: Manrope;
font-weight: 400;
font-size: 32px;
line-height: 48px;
letter-spacing: 0%;
color: #808080;
}

.main_inventory_detail_ranger_black_title ul li h3 {
font-family: Manrope;
font-weight: 600;
font-size: 35px;
line-height: 52.5px;
letter-spacing: 0%;
color: #0069B1;
}

.main_inventory_detail_ranger_black_title ul li {
display: flex;
gap: 20px;
margin-top: 10px;
}

.main_inventory_detail_ranger_black_tabs_title ul {
display: flex;
justify-content: space-between;
margin-top: 30px;
}

.main_inventory_detail_ranger_black_tabs_title ul span {
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;
color: black;
}

.main_inventory_detail_ranger_black_tabs_title ul h4 {
font-weight: 500;
font-size: 18px;
line-height: 27px;
color: #0069B1;
}

.main_inventory_detail_ranger_black_tabs_title ul h5 {
font-size: 20px;
line-height: 30px;
letter-spacing: 0%;
text-align: right;
vertical-align: middle;
color: black;
}

.main_inventory_detail_ranger_black_tabs_content_first p {
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;
}

.main_inventory_detail_ranger_black_tabs_content_first {}

.main_inventory_detail_ranger_black_tabs_content_first_snd {
display: flex;
justify-content: space-between;
}

.main_inventory_detail_ranger_black_tabs_content_first_snd ul li {
display: flex;
gap: 10px;
align-items: center;
font-weight: 400;
font-size: 16px;
line-height: 18px;
letter-spacing: 0%;
vertical-align: middle;
}

.main_inventory_detail_ranger_black_tabs_content_first_snd ul {
display: flex;
flex-direction: column;
gap: 30px;
margin: 30px 0px;
}

.main_inventory_detail_ranger_black_tabs_content_first_third ul {
display: flex;
align-items: center;
gap: 30px;
margin: 20px 0px 20px;
}

.main_inventory_detail_ranger_black_tabs_content_first_third li {
display: flex;
gap: 10px;
align-items: center;
}

.main_inventory_detail_ranger_black_tabs_content_first_third ul li span {
font-weight: 400;
font-size: 16px;
line-height: 20px;
letter-spacing: 0%;
vertical-align: middle;
}

.main_inventory_detail_ranger_black_tabs_content_first_forth h6 {
font-weight: 500;
font-size: 26px;
line-height: 41.6px;
letter-spacing: 0%;
vertical-align: middle;
color: black;
margin: 50px 0px 50px;
}

.main_inventory_detail_ranger_black_tabs_content_first_forth_lists {
display: flex;
justify-content: space-between;
}

.main_inventory_detail_ranger_black_tabs_content_first_forth_lists ul li {
display: flex;
gap: 10px;
}

.main_inventory_detail_ranger_black_tabs_content_first_forth_lists ul {
display: flex;
flex-direction: column;
gap: 30px;
}

.main_inventory_detail_ranger_black_tabs_content_first_forth_lists span {
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;
color: black;
}

.main_inventory_detail_ranger_black_tabs_content_first_fifth h6 {
font-weight: 500;
font-size: 26px;
line-height: 41.6px;
letter-spacing: 0%;
vertical-align: middle;
color: black;
margin: 50px 0px 20px;
}

.main_inventory_detail_ranger_black_tabs_content_first_six h6 {
font-weight: 500;
font-size: 26px;
line-height: 41.6px;
letter-spacing: 0%;
vertical-align: middle;
color: black;
margin: 50px 0px 10px;
}

.main_inventory_detail_ranger_black_tabs_content_first_six span {
font-family: Manrope;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;
background: #0000ff2e;
padding: 10px;
border-radius: 6px;
}

.main_inventory_detail_ranger_black_tabs_content_first_six hr {
border: 1px solid #80808075;
margin: 30px 0px 20px;
}

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

/* Inventory Details End */

/* Responsive Start */

@media (min-width: 1401px) and (max-width: 1600px) {}

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

.main_inventory_detail_ranger_black_tabs_btn {
padding: 10px 20px !important;
}

.main_inventory_inner_snd_card::before {
width: 30px;
height: 30px;
font-size: 30px;
}

.main_contact_inner_form {
width: unset;
}

.about_us_inner_second_sec_content h2 {
font-size: 50px;
}

.main_about_inner_why_choose_content ul li {
flex-direction: column;
}

.main_about_inner_why_choose_content ul h3 {
font-size: 22px;
line-height: unset;
}

.main_about_inner_why_choose_content {
padding-left: 50px;
}

.main_about_inner_why_choose_content ul p {
margin: 10px 0px;
}

section.main_inventory_inner button {
padding: 10px 10px;
}

section.main_inventory_inner select {
font-size: 14px;
}

.main_inventory_inner_snd_card .card-content {
padding: 20px 10px;
}

.main_inventory_inner_snd_card .car-title {
font-size: 16px;
}

.main_inventory_inner_snd_card .discounted-price {
font-size: 20px;
}

.main_inventory_inner_snd_card .original-price {
font-size: 20px;
}

.footer_links ul a {
font-size: 15px;
}

.footer_para p {
font-size: 13px;
line-height: 26px;
}

.footer_links h6 {
font-size: 26px;
font-weight: 400;
}

.what_we_provide_content .accordion-item.active .accordion-content {
padding: 0px;
}

.what_we_provide_content .accordion-item.active .accordion-content p {
margin-bottom: 12px;
color: black;
}

section.main_about_the_car {
background-image: none;
background-color: #0069b1;
height: unset;
padding: 100px 0px;
}

.about_the_car_title h3 {
font-size: 50px;
line-height: 50px;
}

.car_brand_logo img {
width: 100%;
height: auto;
}

.banner_content h1 {
font-size: 60px;
line-height: 70px;
}

.what_we_provide_content h1 {
font-size: 50px;
margin-bottom: 40px;
}

.what_we_provide_content .accordion-header {
font-size: 22px;
}

.logo {
width: 20%;
}

.logo img {
width: 200px;
}

.nav-links {
width: 60%;
gap: 16px;
justify-content: center;
}

.contact-info a {
font-size: 13px;
padding: 10px;
line-height: 20px;
}

.nav-links a {
font-size: 14px;
}

.contact-info {
width: 20%;
}

.header {
padding: 30px 0px;
}
}

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

@media (max-width : 992px) {
.inventory_detail_slider .product-content {
padding-top: 0;
}
}

@media (max-width : 767px) {
.main_inventory_detail_ranger_black_tabs_btn {
font-size: 16px !important;
padding: 10px 10px !important;
width: 120px;
text-align: center !important;
font-weight: 500 !important;
}

.main-tabs-nav {
gap: 20px;
flex-wrap: wrap;
justify-content: center !important;
}

section.main_inventory_inner_snd {
padding-bottom: 50px;
}

.inventory_detail_slider .img-select img {
height: 100px;
border-radius: 0px;
}

.inventory_detail_slider hr {
margin: 10px 0px;
}

.inventory_detail_contact_info_title {
flex-direction: column;
gap: 20px;
text-align: center;
}

.inventory_detail_contact_info_title h6 {
margin-bottom: 30px;
font-size: 25px;
}

.inventory_detail_contact_info_title ul {
margin-bottom: 20px;
}

.main_inventory_detail_contact_info {
padding: 10px;
margin-top: 20px;
border-radius: 0px;
}

.inventory_detail_contact_info_content hr {
margin: 20px 0px;
}

.inventory_detail_contact_info_content ul {
width: unset;
justify-content: center;
text-align: center;
}

.main_inventory_detail_ranger_black_title h6 {
margin-top: 20px;
font-size: 30px;
font-weight: 400;
text-align: center;
margin-bottom: 10px;
}

.main_inventory_detail_ranger_black_title ul li del {
font-size: 20px;
}

.main_inventory_detail_ranger_black_title ul li h3 {
font-size: 20px;
}

.main_inventory_detail_ranger_black_title ul li {
gap: 10px;
margin: 0px;
}

.main_inventory_detail_ranger_black_tabs_title ul {
flex-wrap: wrap;
margin-top: 0px;
}

.main_inventory_detail_ranger_black_tabs_title ul h4 {
font-size: 16px;
}

.main_inventory_detail_ranger_black_tabs_title ul h5 {
font-size: 16px;
}

.main_inventory_detail_ranger_black_tabs_content_first {
margin-top: 10px;
}

.main_inventory_detail_ranger_black_tabs_content_first_snd {
flex-direction: column;
}

.main_inventory_detail_ranger_black_tabs_content_first_snd ul li {
justify-content: space-between;
}

.main_inventory_detail_ranger_black_tabs_content_first_forth h6 {
margin: 20px 0px;
text-align: center;
}

.main_inventory_detail_ranger_black_tabs_content_first_forth_lists {
flex-direction: column;
}

.main_inventory_detail_ranger_black_tabs_content_first_forth_lists ul li {
justify-content: space-between;
}

.main_inventory_detail_ranger_black_tabs_content_first_forth_lists ul {
gap: 20px;
margin-top: 20px;
}

.main_inventory_detail_ranger_black_tabs_content_first_fifth h6 {
text-align: center;
}

.main_inventory_detail_ranger_black_tabs_content_first_six h6 {
text-align: center;
}

.main_inventory_detail_ranger_black_tabs_content_first_six span {
text-align: center;
display: block;
}

.inventory_detail_contact_info_content h6 {
text-align: center;
}

.main_inventory_detail_ranger_black_title ul {
justify-content: center;
}

.main_inventory_detail_ranger_black_tabs_content_first p {
text-align: center;
font-size: 15px;
line-height: unset;
}

section.contact_us_inner_bg {
height: unset;
padding: 100px 0px;
}

.contact_us_inner_bg_content h1 {
font-size: 40px;
font-weight: 400;
}

.main_contact_inner_form {
margin: 50px 0px;
width: unset;
padding: 0px;
}

form.contact_inner_form {
padding: 20px 0px;
background: white;
}

form.contact_inner_form h5 {
font-size: 30px;
}

section.finance_inner_bg {
height: unset;
padding: 100px 0px;
}

.finance_inner_bg_content h1 {
font-size: 40px;
font-weight: 400;
}

.about_us_inner_second_sec_img img {
margin-bottom: 50px;
}

section.video_inner_bg {
height: unset;
padding: 100px 0px;
}

.video_inner_bg_content h1 {
font-size: 40px;
font-weight: 300;
}

.video_inner_first_sec_title h2 {
font-size: 30px;
line-height: unset;
font-weight: 500;
}

.video_inner_first_sec_title h6 {
margin: 0px;
}

.video_inner_first_sec_title p {
width: unset;
line-height: unset;
}

.video_inner_first_sec_title {
margin-bottom: 20px;
}

.video_inner_first_sec_video h6 {
text-align: center;
padding: 10px 0px;
font-size: 20px;
line-height: unset;
font-weight: 400;
}

.main_inventory_inner_snd_pagination {
margin-top: 30px;
}

section.about_us_inner_bg {
height: unset;
padding: 100px 0px;
}

.about_us_inner_bg_content h1 {
font-size: 40px;
font-weight: 500;
}

section.about_us_inner_second_sec {
padding: 50px 0px 0px;
}

.about_us_inner_second_sec_content h2 {
font-size: 30px;
line-height: unset;
text-align: center;
font-weight: 500;
}

.about_us_inner_second_sec_content h6 {
text-align: center;
margin: 0px;
}

.about_us_inner_second_sec_content h6::before {
display: none;
}

.about_us_inner_second_sec_content p {
text-align: center;
font-size: 16px;
line-height: unset;
}

.about_us_inner_second_sec_content span {
text-align: center;
display: block;
margin-bottom: 20px;
}

.main_about_inner_why_choose_video .play-icon {
height: 50px;
width: 50px;
}

.main_about_inner_why_choose_video .play-icon::before {
font-size: 30px;
}

.main_about_inner_why_choose_content {
padding: 0px;
text-align: center;
margin-top: 50px;
}

.main_about_inner_why_choose_content ul li {
flex-direction: column;
justify-content: center;
align-items: center;
}

.main_about_inner_why_choose_content ul h3 {
text-align: center;
font-size: 30px;
line-height: unset;
margin: 0px;
}

.main_about_inner_why_choose_content ul p {
width: unset;
text-align: center;
}

.main_about_inner_why_choose_content h6::before {
display: none;
}

section.main_about_inner_why_choose {
padding-bottom: 50px;
}

section.banner_bg::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #0000009c;
content: "";
}

.listing_inner_text_editor button {
width: unset !important;
margin: 10px 1px;
}

section.main_sell_your_car_inner_post_listing input {
margin-bottom: 10px;
}

.main_sell_your_car_inner_post_listing_checkbox_snd {
gap: unset;
justify-content: space-between;
}

.main_sell_your_car_inner_post_listing_checkbox_snd ul li {
gap: 10px;
}

section.main_sell_your_car_inner_post_listing button {
width: 100%;
}

section.sell_your_car_inner_banner {
height: unset;
padding: 100px 0px;
}

.sell_your_car_inner_banner_content h1 {
font-size: 40px;
font-weight: 400;
}

section.main_sell_your_car_inner_post_listing {
padding: 50px 0px;
}

section.main_sell_your_car_inner_post_listing h1 {
text-align: center;
width: unset;
margin-bottom: 10px;
}

section.main_inventory_inner {
padding: 50px 0px;
}

section.main_inventory_inner input {
margin-bottom: 10px;
}

section.main_inventory_inner select {
margin-bottom: 10px;
}

section.main_inventory_inner_snd h6 {
text-align: center;
margin-bottom: 20px;
}

section.main_inventory_inner_snd ul {
justify-content: center;
}

.main_inventory_inner_snd_card .card-content {
padding: 20px;
}

.main_inventory_inner_snd_card .car-title {
font-size: 20px;
font-weight: 300;
}

.main_inventory_inner_snd_card .discounted-price {
font-size: 22px;
}

.main_inventory_inner_snd_card .original-price {
font-size: 22px;
}

.sidebar .nav-links li a {
color: var(--white) !important;
}

.logo img {
width: 230px;
position: relative;
z-index: 9999999999;
}

.header {
padding: 20px 0px;
}

section.banner_bg {
height: auto;
padding: 100px 0px;
position: relative;
}

.banner_content h1 {
font-size: 40px;
line-height: 40px;
letter-spacing: 1px;
}

.banner_content p {
font-size: 16px;
line-height: unset;
text-shadow: 0px 10px 10px black;
}

.banner_content ul {
flex-direction: column;
gap: 10px;
}

.banner_content ul a {
width: 100%;
display: flex;
justify-content: center;
}

section.main_what_we_provide {
padding: 50px 0px;
}

.what_we_provide_content h1 {
text-align: center;
font-size: 40px;
margin-bottom: 30px;
}

.what_we_provide_content .accordion-item.active .accordion-content {
height: auto;
padding: 0px 0px;
color: black;
}

.what_we_provide_content .accordion-header {
padding: 10px 0px;
font-size: 20px;
line-height: unset;
}

.what_we_provide_content {
margin-bottom: 50px;
}

.what_we_provide_content .theme_btn {
width: 100%;
display: flex;
justify-content: center;
}

section.main_about_the_car {
background-image: none;
background-color: #0069b1;
height: unset;
padding: 50px 0px;
text-align: center;
}

.about_the_car_title h3 {
font-size: 40px;
line-height: 50px;
margin-bottom: 30px;
}

.about_the_car_content p {
font-size: 14px;
line-height: 30px;
}

.about_the_car_img img {
height: 300px;
object-fit: cover;
}

section.main_car_brand {
padding: 50px 0px;
}

.car_brand_logo h4 {
font-size: 40px;
line-height: 40px;
margin-bottom: 20px;
}

.car_brand_logo img {
width: 100%;
height: a;
}

section.blogs_bg {
padding: 50px 0px;
}

.blogs_title h5 {
font-size: 40px;
line-height: unset;
margin-bottom: 30px;
}

.blogs_card {
margin-bottom: 50px;
}

footer.main_footer {
padding: 50px 0px;
}

.footer_logo {
margin-bottom: 10px;
}

.footer_links h6 {
height: unset;
padding: 30px 0px 10px;
font-size: 26px;
font-weight: 400;
text-align: center;
}

.footer_links ul a {
font-size: 14px;
}

.footer_links ul li {
text-align: center;
}

.footer_para {
text-align: center;
}

.footer_para p {
font-size: 13px;
line-height: 27px;
}
}

@media (max-width : 400px) {}

@media (max-width : 320px) {}

/* Responsive End */

/* Main container for tabs to avoid conflicts */
.main-tabs-container {
max-width: 800px;
margin: 20px auto;
font-family: Arial, sans-serif;
}

/* Tabs button container */
.main-tabs-nav {
display: flex;
justify-content: space-between;
}

/* Tab buttons with specified class */
.main_inventory_detail_ranger_black_tabs_btn {
color: black;
border: none;
padding: 10px 20px;
transition: background 0.3s ease;
font-weight: 400;
font-size: 20px;
line-height: 20px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
text-transform: capitalize;
border: 1px solid #8080805c;
padding: 10px 50px;
border-radius: 5px;
}

.main_inventory_detail_ranger_black_tabs_btn:hover {
background: black;
color: white;
}

.main_inventory_detail_ranger_black_tabs_btn.active {
background: #0069B1;
font-weight: bold;
color: white;
}

/* Tab content */
.main-tab-content {
padding-top: 30px;
}

/* Hide all tab content by default */
.main-tab-content>div {
display: none;
}

/* Show active tab content */
.main-tab-content>div.active {
display: block;
}

.video-container {
position: relative;
width: 640px;
max-width: 100%;
}

video {
width: 100%;
height: auto;
display: block;
}

.play-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 60px;
color: white;
background: rgba(0, 0, 0, 0.5);
border: none;
border-radius: 50%;
padding: 20px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}

.play-button.hidden {
display: none;
}

section.videoSec .img-box {
position: relative;
margin-bottom: 2rem;
border: 1px solid #ececec;
}

section.videoSec .img-box a {
position: absolute;
top: 41%;
left: 51%;
border-radius: 100%;
text-align: center;
background-color: transparent;
transform: translate(-50%, -50%);
display: flex;
align-items: center;
justify-content: center;
width: 80px;
height: 80px;
padding: 17px 17px 17px 17px;
border-radius: 100px;
background-color: transparent;
z-index: 2;
}

section.videoSec .img-box i {
color: #0056b3;
font-size: 38px;
margin-left: 3px;
}

section.videoSec .img-box img {
height: 420px;
object-fit: cover;

}

section.videoSec .img-box:hover img {
filter: brightness(0.5);

}

section.videoSec .img-box h3 {
text-align: center;
padding-block: 27px 10px;
font-size: 24px;
}

.abtSec2Img img {
max-width: 40%;
max-width: 60%;
max-height: 180px;
}

.abtSec2Img {
text-align: center;
background: #fff;
box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
min-height: 330px;
margin-bottom: 2rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 12px;
transition: all .5s ease-in-out;
box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.abtSec2Img:hover {
transform: translate(8px, -8px);
box-shadow: rgba(17, 12, 46, 0.12) 0px 48px 100px 0px;
}

.abtSec2Img h5 {
max-width: 250px;
margin-block: 1.5rem 1rem;
font-weight: 700;
font-size: 18px;
min-height: 55px;
line-height: 25px;
}

.abtSec2Img a {
background: var(--theme-color);
color: #fff;
padding: 8px 22px;
font-size: 14px;
}

.abtSec2Img a:hover {
background: #000;
}

.abtSec2Img .img {
height: 115px;
display: flex;
align-items: center;
justify-content: center;
}

.financeSec .about_us_inner_second_sec_content p {
margin: 20px 0 10px;
max-width: 620px;
}

section.abtSec2 h2 {
text-align: center;
margin-block-end: 2.5rem;
font-size: 2.2rem;
}

.footer_links p {
margin-bottom: 0;
}

.soonContent {
padding-top: 6rem;
}

.soonContent h2 {
padding-bottom: 3rem;
}

.footer_links p {
font-size: 15px;
}

.footer_links p span,
.footer_links a span {
vertical-align: super;
font-size: 11px;
}

.autoCard {
text-align: center;
background: #fff;
min-height: 330px;
margin-bottom: 2rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 12px;
transition: all .5s ease-in-out;
border: 1px solid var(--theme-color);
border-bottom: 5px solid var(--theme-color);
}

.autoCard:hover {
transform: translateY(-10px);
}

.autoCard .img {
height: 115px;
display: flex;
align-items: center;
justify-content: center;
}

.autoCard a {
background: var(--theme-color);
color: #fff;
padding: 8px 22px;
font-size: 14px;
}

.autoCard h5 {
max-width: 250px;
margin-block: 2.2rem 2rem;
font-weight: 700;
font-size: 18px;
/* min-height: 55px; */
line-height: 25px;
}

.autoCard .img img {
max-width: 35%;
}

.footer_para p span.s1 {
vertical-align: super;
font-size: 11px;
}

.about_the_car_content p span.s1, .about_us_inner_second_sec_content p span.s1 {
vertical-align: super;
font-size: 11px !important;
}

.about_us_inner_second_sec_content p span.s1 {
color: #000;
font-weight: 500 !important;
}


section.banner_bg .banner_content > span {
    font-size: 30px;
    margin-bottom: .8rem;
    display: block;
    font-weight: 600;
    letter-spacing: 3px;
}

