@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --primary-font: "Montserrat", sans-serif;
  --secondary-text-color: #FF0023;
  --font-hedging: "Urbanist", sans-serif;
  --text-black: #000;
  --blue-color: #123466;
  --primary-color: #040E56;
  --secondary-color: #8FCEFF;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  padding-top: 0;
  font-weight: 400;
  opacity: 0;
  background: #fff;
}

.theme-text {
  color: var(--text-color);
}

a {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  text-transform: uppercase;
  font-family: var(--font-hedging);

}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.home-hero video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.logo_main svg {
  height: auto;

}

header {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
}

.container-full {
  width: 100%;
  max-width: 100%;
}

.p-rl-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.text-lg-right {
  text-align: right !important;
}

.navbar-dark .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 500;
  padding: 15px 15px;
  color: #000;
  text-transform: uppercase;
  outline: none;
  font-family: var(--font-hedging);
}

.navbar.navbar-expand-lg.navbar-dark {
  padding-top: 0;
  padding-bottom: 0;
}

.main-menu-top {
  background: rgba(255, 255, 255, 1);
  align-items: initial !important;
  border: none;
}

.navbar-nav .nav-link.active,
.nav-link:hover {
  background: #000;
  color: #fff !important;
}

.home-hero {
  position: relative;
  line-height: 0;
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.btn {
  border-radius: 0;
  text-transform: uppercase;
  padding: 12px 35px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  border: none;
  background-color: #fff;
  font-family: var(--primary-font);
}

.btn.hover-dark:hover {
  background-color: #000000;
  color: #fff;
}

.slide-caption .line {
  position: absolute;
  height: 122%;
  width: 3px;
  background: #fff;
  top: -3px;
  transform: rotate(-19deg);
  left: 8px;
}

.line {
  position: absolute;
  height: 122%;
  width: 3px;
  background: #fff;
  top: -3px;
  transform: rotate(-15deg);
  left: 6px;
}

.h1 {
  font-size: 62px;
  text-transform: uppercase;
  font-weight: 500;
}

.home-hero p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.light-black-bg {
  background-color: #222;
}

.section-two {
  padding: 70px 0;
}

@media(max-width:767px) {
  .section-two .m-t-75 {
    gap: 20px;
  }
}

.w-550 {
  max-width: 550px;
  padding: 0 25px;
  text-align: center;
  margin: 0 auto 50px;
}

.light-new p {
  color: rgba(255, 255, 255, 0.6);
}

.border-radius-10 {
  border-radius: 10px;
}

.video-full,
.image-full {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.container-full {
  max-width: 100% !important;
}

.image-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero-slider,
.home-slider {
  height: calc(100vh);
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.semibold {
  font-weight: 600;
}

.font-36 {
  font-size: 36px;
}

.weight-500 {
  font-weight: 500;
}

.p-tb-80 {
  padding: 80px 0;
}

.position-r {
  position: relative;
}

.column-gap-100 {
  column-gap: 100px;
}

.image-with-text .justify-content-end .width-460 {
  padding-left: 0;
  padding-right: 40px;
}

body.mega-menu-open {
  overflow-y: hidden;
}

.mega-navbar {
  position: relative;
  z-index: 20;
}

.mega-menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  padding: 12px 0;
  border: none;
  border-radius: 0;
  cursor: pointer;
  gap: 10px;
  transition: background 0.3s ease;
}

.menu-text {
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  font-family: var(--font-hedging);
  text-transform: uppercase;
}

.mega-menu.open .menu-text.open {
  display: none;
}

.mega-menu .menu-text.open {
  display: block;
}

.mega-menu.open .menu-text.close {
  display: block;
  color: #fff;
}

.mega-menu .menu-text.close {
  display: none;
}

.menu-icon {
  position: relative;
  width: 24px;
  height: 19px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.menu-icon span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #fff;
  border-radius: 0px;
  transition: all 0.4s ease;
}

.mega-menu.open .menu-icon span:nth-child(1) {
  transform: rotate(45deg) translateY(11px);
  background: #fff;
  position: relative;
  top: 2px;
  left: 10px;
}

.mega-menu.open .menu-icon span:nth-child(2) {
  opacity: 0;
}

.mega-menu.open .menu-icon span:nth-child(3) {
  transform: rotate(-45deg) translateY(-11px);
  background: #fff;
  position: relative;
  left: 10px;
}

.mega-menu-logo {
  max-width: 200px;
}

.mega-menu-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 10;
  padding-top: 150px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mega-menu-container.open {
  opacity: 1;
  visibility: visible;
}

.scroll-height .col-md-8 {
  padding: 30px 90px 30px 90px;
  border: 1px solid #7c7c7c;
  border-radius: 5px;
}

/* Tabs styling */
.nav.nav-tabs {
  border: none;
  gap: 30px;
  justify-content: center;
}

.nav-tabs .nav-link {
  text-transform: uppercase;
  color: #848282;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 0 0 10px 0;
  transition: all 0.3s ease;
  position: relative;
}

.nav-tabs .nav-link.active {
  color: #fff;
  border-bottom: 2px solid #ffffff;
  background-color: transparent;
}

.nav-tabs .nav-link:hover {
  color: #fff !important;
  border-bottom: 2px solid #ffffff;
  background-color: transparent !important;
}

.nav-tabs .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.3s ease;
}

.nav-tabs .nav-link:hover::after,
.nav-tabs .nav-link.active::after {
  width: 100%;
}
/*
.tab-content {
   margin-top: 40px; 
} 
*/

.tab-content a {
  text-decoration: none;
}

.menu-car-card {
  background-color: rgba(69, 69, 69, 0.5);
  padding: 8px 16px;
  display: flex;
  align-items: center;
}

.menu-car-card:hover {
  background-color: #383636;
}

.menu-car-card img {
  max-width: 150px;
}

.menu-car-card h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
  margin-bottom: 0;
}

.menu-car-card p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #C8C6C6;
  margin-bottom: 0;
}

.mega-menu-navigation {
  list-style: none;
}

.mega-menu-navigation li {
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.mega-menu-navigation li:hover,
.mega-menu-navigation li:hover a {
  background-color: #383636;
}

.mega-menu-navigation li a:hover {
  background-color: #383636;
  color: #fff !important;
}

.scroll-height {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 20px;
}

li.menu-car-card-li {
  display: none;
}

li.menu-car-card-li a {
  text-decoration: none;
}

li.menu-car-card-li .menu-car-card {
  margin-bottom: 20px;
}

@media screen and (max-width:991px) {
  li.menu-car-card-li {
    display: block;
  }

  .mega-menu {
    display: none;
  }

  .navbar-toggler {
    display: flex;
    flex-direction: row;
  }

  .main-menu-top {
    padding: 10px;
  }

  .navbar-toggler-icon {
    filter: invert(1);
  }

  span.close_svg {
    visibility: hidden;
    background-color: transparent;
  }
}

@media screen and (min-width:991px) {
  .navbar {
    transform: translateY(-125px);
    transition: transform ease 0.5s;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .navbar.show {
    transform: translateY(0);
  }

  .promo-bar.hide {
    display: none;
  }
}

.over_imags {
  content: "";
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.text-black {
  color: var(--text-black);
}

.home-hero ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.home-hero ul li {
  font-family: var(--font-hedging);
  list-style: none;
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  padding: 0 35px;
  line-height: 1.4;
  font-weight: 500;
}

.home-hero ul li:first-child {
  border: none !important;
}

.p-t-140 {
  padding-top: 140px;
}

.p-b-50 {
  padding-bottom: 50px;
}

@media (min-width: 991px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media(max-width:480px) {
  .home-hero ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .home-hero ul li {
    border-left: none;

  }
}

.mega-menu {
  padding: 10px 0;
}

.w-1250 {
  max-width: 1250px;
}

.font-28 {
  font-size: 28px;
}

.font-24 {
  font-size: 24px;
}

.column_info p {
  margin-bottom: 0;
}

.column_info {
  border: 1px solid #DDDBDB;
  border-radius: 12px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.column_info p {
  color: #575555;
  font-size: 18px;
  min-height: 70px;
}

.column_info:hover {
  border-color: #000;
  cursor: pointer;
}

.column_info h3 {
  font-family: var(----primary-font-);
  font-weight: 500;
  text-transform: none;
}

.m-t-75 {
  margin-top: 75px;
}

.column_info a {
  text-decoration: none;
  padding: 40px;
  display: block;
}

.section-padding {
  padding: 112px 0;
}

.w-610 {
  max-width: 610px;
}

.height-850 {
  height: 850px;
}

.text-red {
  color: #F90000;
}

.text-right {
  text-align: right;
}

/* car parts */
.car-parts {
  margin: 110px 0;
}

.car-parts img {
  width: 100%;
}

.car-parts h3 {
  font-family: 'urbanist', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  margin: 32px 0 15px;
}

.car-parts p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

.owl-carousel.owl-theme.owl-loaded.owl-drag {
  padding-left: 150px;
}

@media (max-width:768px) {
  .owl-carousel.owl-theme.owl-loaded.owl-drag {
    padding-left: 0;
  }

  .car-parts {
    margin: 55px 0;
  }
}

/* car parts end */

/* car features */
.car-features {
  padding: 62px 0;
  background-color: #fcfafa;
}

.car-features.two {
  background-color: #ffffff;
}



.car-features p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  margin: 25px 0 31px;
  max-width: 450px;
  width: 100%;
}

/* 
.car-features a {
  background-color: #000;
  padding: 8px 38px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
} */

.car-features .right {
  padding-left: 136px;
}

@media screen and (min-width:768px) {
  .car-features h2 {
    font-family: 'urbanist', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.5;
  }
}


@media screen and (min-width:768px) {
  .car-features h2 {
    font-family: 'urbanist', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5;
  }
}

@media (max-width:767px) {
  .car-features .row {
    gap: 20px;
    justify-content: center;
    flex-direction: column-reverse;
  }

  .car-features.two .row {
    flex-direction: column;
  }

  .car-features .right {
    padding-left: 0;
  }

  .car-features .row .col-md-6 {
    width: 100%;
  }

  .car-features {
    padding: 50px 0;
  }

  .car-features p {
    max-width: 100%;
    margin: 15px 0 20px;
  }
}

/* car features end */

/* accordion */
.accordion {
  display: flex;
  padding: 0;
}

.tab-content {
  padding: 0;
}

.accordion-button {
  flex-direction: column;
}

.accordion-button::after {
  display: none;
}

.accordion-button.active::after {
  position: absolute;
  right: 10px;
  display: block;
  transform: rotate(-90deg);
}

.tabcontent img {
  width: 100%;
}

.accordion-button h3 {
  font-family: 'urbanist', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
  text-align: left;
}

.accordion-button p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

.accordion-button {
  padding: 20px;
  justify-content: center;
  padding-right: 30px !important;
  align-items: start;
  border-radius: 0 !important;
}

.accordion-item {
  border: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.design-tabs {
  padding-top: 120px;
}

.accordion-button.active {
  color: #000;
  background-color: #FCFAFA;
}

.accordion-button {
  color: #666666;
}

/* accordion end */


/* contact section */
.form-contact {
  margin: 120px 0;
  position: relative;
}

.contact-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  background-position: bottom;
}

.contact-form-sec {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-form-sec-container {
  padding: 100px 24px;
}

/* .contact-form-sec h3 {
  font-family: 'urbanist', sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin-top: 25px;
  text-transform: uppercase;
} */

.contact-form-sec p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.contact-form-sec label {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.contact-form-sec .form-select,
.contact-form-sec input {
  border: 1px solid #000;
  border-radius: 0;
}

.contact-form-sec .form-group {
  margin-top: 25px;
}

/* .contact-form-sec button {
  padding: 13px 60px;
  color: #fff;
  background-color: #070707;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 5px;
  text-transform: uppercase;
} */

/* footer css */
footer {
  border-top: 1px solid #0000002a;
  background-color: #fff;
  color: #000;
}

footer {
  padding: 83px 0 96px;
}

footer a {
  color: #000;
  text-decoration: none;
}

footer p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 0 0;
}

footer p.org-no {
  margin-top: 23px;
}

footer h6 {
  font-family: 'urbanist', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 25px;
}

footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 61px;
}

.footer-logo {
  width: 100%;
  max-width: 150px;
}

.copyright-container {
  background-color: #000;
}

.copyright-container p,
.copyright-container a {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 0;
  height: 48px;
  text-decoration: none;
  color: #fff;
}

@media (max-width:768px) {

  footer .col-md-4.justify-content-end,
  .col-md-4.justify-content-center {
    justify-content: start !important;
  }
}

/* footer css end */






/* ============================= section-car-change start =============================== */
.section-car-change {
  background-color: #E2E2E2;
  padding: 50px 38px;

}

.section-car-change .car-wrapper {
  width: 100%;
  position: relative;
}

.section-car-change .car-container {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.section-car-change .car-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.section-car-change .car-name {
  position: absolute;
  top: 0;
  left: 0;
}

.section-car-change.left-nav .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.section-car-change.right-nav .btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

.btn.btn-dark {
  background-color: #000000;
  color: #fff;
}

.section-car-change.left-nav .color-dots {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.section-car-change.right-nav .color-dots {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.section-car-change .color-dots {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section-car-change .color-dots .dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}

.section-car-change .color-dots .dot.active {
  border: 1px solid #000000;
}


@media screen and (max-width:1024px) {
  .section-car-change .color-dots .dot {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width:768px) {
  .section-car-change {
    padding: 50px 25px;
  }

  .section-car-change .color-dots {
    gap: 8px;
  }

  .section-car-change .car-container {
    min-height: 280px;
  }
}

/* ============================= section-car-change end =============================== */
/* ============================= section-color-change-single-car start =============================== */
.section-color-change-single-car {
  padding: 50px 38px;
  background-color: #F2F2F2;
}

.section-color-change-single-car.interior {
  background-color: #FFFFFF;
}

.section-color-change-single-car .heading-info {
  max-width: 991px;
  margin: 0 auto;
}

.section-color-change-single-car .single-car-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.section-color-change-single-car .color-dots {
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  background-color: #fff;
  border-radius: 50px;
  padding: 6px 25px;
}

.section-color-change-single-car .color-dots .dot {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 5px;
  box-sizing: border-box;
  background-clip: content-box;
}

.section-color-change-single-car .color-dots .dot.active {
  border: 2px solid #000000;
}

.section-color-change-single-car .car-details p {
  margin-bottom: 10px;
  font-size: 24px;
}

.section-color-change-single-car .car-details h3 {
  font-size: 48px;
  text-transform: none;
}

.section-color-change-single-car .dots-container {
  margin-top: 30px;
}

@media screen and (max-width:1400px) {
  .section-color-change-single-car .car-details p {
    font-size: 20px;
  }

  .section-color-change-single-car .car-details h3 {
    font-size: 32px;
  }
}

@media screen and (max-width:991px) {
  .section-color-change-single-car .car-details p {
    font-size: 18px;
  }

  .section-color-change-single-car .car-details h3 {
    font-size: 28px;
  }
}


@media screen and (max-width:767px) {
  .section-color-change-single-car {
    padding: 50px 25px;
  }

  .section-color-change-single-car .car-details .col-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section-color-change-single-car .color-dots {
    gap: 5px;
    padding: 6px 15px;
  }

  .section-color-change-single-car .row {
    --bs-gutter-y: 20px;
  }

  .section-color-change-single-car .color-dots .dot {
    width: 24px;
    height: 24px;
  }

  .section-color-change-single-car .dots-container {
    margin-top: 20px;
  }

}

/* ------------------- interior ---------------------------------- */
.section-color-change-single-car.interior img {
  max-height: 550px;
  object-fit: cover;
}

.section-color-change-single-car.interior .color-dots {
  background-color: #F2F2F2;
}

/* ============================= section-color-change-single-car end =============================== */

.car-parts .collection-swiper {
  overflow: visible;
}

.car-parts {
  overflow: hidden;
}

.p-rl-150 {
  padding-left: 150px;
  padding-right: 150px;
}

.collection-swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 0;
  width: 100%;
}

.collection-swiper .swiper-slide {
  padding-bottom: 30px;
}

.home-hero .text-white ul li {
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}

.section-car-info {
  padding: 100px 0;
}

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.40);
}

.section-car-price-details {
  padding: 100px 0;
}

.btn.btn-outline {
  border: 1px solid #000;
}

.section-car-price-details p {
  max-width: 400px;
}

.section-car-price-details .car-price {
  font-size: 28px;
}

.button-container {
  display: flex;
  justify-content: start;
  gap: 20px;
}
.center-box,
.right-box {
  max-width: 240px;
  margin: 0 auto;
}

/* ============================== Responsive ========================== */

@media screen and (max-width:1400px) {
  .container {
    max-width: 100% !important;
  }

  .full-mobile {
    max-width: 100%;
    width: 100%;
  }

  .scroll-height .col-md-8 {
    padding: 30px 30px 30px 30px;
  }
}

/* ============================== End 1400px ========================== */
@media screen and (max-width:1300px) {
  .car-features .right {
    padding-left: 50px;
  }

  .full-mobile {
    max-width: 100%;
    width: 100%;
  }

  .p-rl-150 {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/* ============================== End 1300px ========================== */
@media screen and (max-width:1024px) {
  .p-rl-50 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .p-rl-150 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* ============================== End 1024px ========================== */
@media screen and (max-width:991px) {
  .navbar-collapse {
    position: fixed;
    width: 50%;
    top: 60px;
    padding: 20px 25px;
    right: -100%;
    z-index: 9;
    background: #fff;
    height: 100%;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .navbar-collapse.show {
    right: 0;
  }

  .navbar-nav {
    max-height: 75vh;
    overflow: auto;
    padding-bottom: 50px;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
  }

  .h1 {
    font-size: 48px;
  }

  .home-hero .text-white ul li {
    border-left: none;
    padding: 0 15px;
    width: 50%;
  }

  .home-hero ul {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .car-features .right {
    padding-left: 20px;
  }

  .contact-image {
    position: relative;
    width: 100%;
  }

  .contact-form-sec-container {
    padding: 50px 0;
  }

  .form-contact {
    margin: 50px 0;
  }

  .design-tabs {
    padding-top: 80px;
  }

  .row.dsk {
    justify-content: center;
  }

  .tab.col-lg-4 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ============================== End 991px ========================== */
@media screen and (max-width:767px) {
  .navbar-collapse {
    width: 100%;
  }

  .section-padding {
    padding: 50px 0;
  }

  .car-parts {
    margin: 50px 0;
  }

  .car-parts h3 {
    font-size: 20px;
    line-height: normal;
    margin: 32px 0 15px;
  }

  .collection-swiper .swiper-slide {
    padding-bottom: 10px;
  }

  .font-28 {
    font-size: 24px;
  }

  .m-t-75 {
    margin-top: 30px;
  }

  .column_info a {
    text-decoration: none;
    padding: 25px;
    display: block;
  }

  .column_info p {
    min-height: 50px;
  }

  .contact-form-sec-container {
    padding: 20px 0 0 0;
  }

  .design-tabs {
    padding-top: 50px;
  }

  .height-850 {
    height: 550px;
  }

  .car-features .right {
    padding-left: calc(var(--bs-gutter-x) * .5);
  }

  footer ul {
    margin-top: 30px;
  }

  footer {
    padding: 50px 0 50px;
  }

  .copyright-container p,
  .copyright-container a {
    font-size: 13px;
  }

  .border-right {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.40);
  }

  .section-car-price-details .car-price {
    font-size: 24px;
  }
  .section-car-price-details, .section-car-info{
    padding: 50px 0;
}
.center-box, .right-box {
    max-width: 100%;
    margin: 0 auto;
}
.navbar-toggler{
  padding-right: 0;
}
.home-hero video{
    height: 85vh;
}
.text-shadow{
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 1);
}
.responsive-tab{
  width: 100%;
      overflow: auto;
      margin-bottom: 20px;
}
.responsive-tab .tab{
    display: flex;
    width: max-content;
    max-width: max-content;
}
.form-contact .contact-image{
    height: 75vh;
}
}



/* ============================== End 767px ========================== */
@media screen and (max-width:480px) {
  .home-hero .text-white ul li {
    width: 100%;
  }

  .button-container {
    flex-direction: column;
    gap: 10px;
  }

  .section-car-price-details .car-price {
    font-size: 22px;
  }
  
}

.hide {
  display: none !important;
}

/* ============================== End 480px ========================== */



.footer-logo-svg {
  margin-left: -8px;
}


/* Dealers Page CSS */
    :root {
        --seres-primary: #3FB1CE;
        --seres-dark: #1a1a1a;
        --seres-gray: #666;
    }
    
    .page-header {
        padding: 80px 0 60px;
        background-color: #f8f9fa;
    }
    
    .page-header h1 {
        font-size: 3rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }
    
    .page-header p {
        font-size: 1.25rem;
        color: var(--seres-gray);
        max-width: 600px;
    }
    
    .dealers-container {
        display: grid;
        grid-template-columns: 1fr 1.2fr;
        gap: 2rem;
        align-items: start;
    }
    
    @media (max-width: 991px) {
        .dealers-container {
            grid-template-columns: 1fr;
        }
        
        .map-container {
            order: -1;
            height: 400px !important;
            position: sticky;
            top: 10px;
            z-index: 10;
            margin-bottom: 2rem;
        }
        
        .dealers-list {
            max-height: none;
            overflow-y: visible;
            padding-right: 0;
        }
        
        .dealer-card {
            scroll-margin-top: 430px; /* Map height (400px) + top offset (10px) + padding (20px) */
        }
    }
    
    .dealers-list {
        max-height: 800px;
        overflow-y: auto;
        padding-right: 15px;
    }
    
    .dealers-list::-webkit-scrollbar {
        width: 8px;
    }
    
    .dealers-list::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }
    
    .dealers-list::-webkit-scrollbar-thumb {
        background: var(--seres-primary);
        border-radius: 4px;
    }
    
    .region-group {
        margin-bottom: 3rem;
    }
    
    .region-heading {
        font-size: 1.75rem;
        font-weight: 600;
        margin-bottom: 1.5rem;
        color: var(--seres-dark);
        border-bottom: 2px solid var(--seres-primary);
        padding-bottom: 0.5rem;
    }
    
    .dealer-card {
        background: white;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        padding: 1.5rem;
        margin-bottom: 1rem;
        transition: all 0.3s ease;
        cursor: pointer;
    }
    
    .dealer-card:hover {
        border-color: var(--seres-primary);
        box-shadow: 0 4px 12px rgba(63, 177, 206, 0.15);
        transform: translateY(-2px);
    }
    
    .dealer-card.active {
        border-color: var(--seres-primary);
        background-color: #f0f9fb;
        box-shadow: 0 4px 12px rgba(63, 177, 206, 0.2);
    }
    
    .dealer-name {
        font-size: 1.5rem;
        font-weight: 600;
        color: var(--seres-dark);
        margin-bottom: 1rem;
    }
    
    .dealer-info {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .dealer-info a {
        color: var(--seres-gray);
        text-decoration: none;
        transition: color 0.2s;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        width: fit-content;
    }
    
    .dealer-info a:hover {
        color: var(--seres-primary);
    }
    
    .dealer-info svg {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }
    
    .dealer-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 1rem;
    }
    
    .distance-badge {
        background: var(--seres-primary);
        color: white;
        padding: 0.25rem 0.75rem;
        border-radius: 20px;
        font-size: 0.875rem;
        font-weight: 600;
        white-space: nowrap;
    }
    
    .nearest-dealer {
        border-color: var(--seres-primary);
        background: linear-gradient(to right, #f0f9fb 0%, white 100%);
    }
    
    .nearest-section {
        border-bottom: 2px solid #e0e0e0;
        padding-bottom: 1rem;
        margin-bottom: 2rem;
    }
    
    .nearest-section .region-heading {
        color: var(--seres-primary);
    }
    
    .divider-section {
        margin: 2rem 0 1rem 0;
    }
    
    #findNearbyBtn {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        background: var(--seres-primary);
        color: white;
        border: none;
        padding: 0.75rem 1.5rem;
        border-radius: 8px;
        font-size: 1rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        margin-bottom: 1.5rem;
        width: 100%;
        justify-content: center;
    }
    
    #findNearbyBtn:hover:not(:disabled) {
        background: #35a0b8;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(63, 177, 206, 0.3);
    }
    
    #findNearbyBtn:disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }
    
    #findNearbyBtn.location-found {
        background: #10b981;
    }
    
    .user-location-marker {
        background: transparent;
        border: none;
    }
    
    .map-container {
        height: 800px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        position: sticky;
        top: 20px;
    }
    
    #dealerMap {
        height: 100%;
        width: 100%;
        position: relative;
        z-index: 1;
    }
    
    .leaflet-popup-content-wrapper {
        border-radius: 8px;
    }
    
    .popup-content h6 {
        color: var(--seres-dark);
        font-weight: 600;
        margin-bottom: 0.5rem;
    }
    
    .popup-content a {
        color: var(--seres-primary);
        text-decoration: none;
        font-size: 0.9rem;
    }
    
    .popup-content a:hover {
        text-decoration: underline;
    }
    
    .loading {
        text-align: center;
        padding: 3rem;
        color: var(--seres-gray);
    }
    
    .spinner {
        border: 3px solid #f3f3f3;
        border-top: 3px solid var(--seres-primary);
        border-radius: 50%;
        width: 40px;
        height: 40px;
        animation: spin 1s linear infinite;
        margin: 0 auto 1rem;
    }
    
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    /* Car cofig css */
    /*
    body {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
        background-color: #f8f9fa;
    }
    */

    /* Sticky preview container */
    .config-preview-sticky {
        position: sticky;
        top: 20px;
        height: calc(100vh - 40px);
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.08);
        overflow: hidden;
    }

    .preview-container {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .preview-section {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.4s ease;
        pointer-events: none;
    }

    .preview-section.active {
        opacity: 1;
        pointer-events: auto;
        z-index: 1;
    }

    /* Form sections */
    .config-section {
        background: #fff;
        border-radius: 12px;
        padding: 2rem;
        margin-bottom: 10rem;
        box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    }

    .config-section h2 {
        font-size: 1.75rem;
        font-weight: 600;
        margin-bottom: 1.5rem;
    }

    /* Color selector */
    .color-option {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        margin-right: 1rem;
        margin-bottom: 1rem;
        cursor: pointer;
    }

    .color-circle {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 3px solid transparent;
        transition: all 0.2s;
        position: relative;
    }

    .color-option input[type="radio"] {
        display: none;
    }

    .color-option input[type="radio"]:checked + .color-circle {
        border-color: #000;
        border-width: 4px;
    }

    .color-circle:hover {
        transform: scale(1.05);
    }

    .color-label {
        margin-top: 0.5rem;
        font-size: 0.875rem;
        text-align: center;
    }

    /* Package options */
    .package-option {
        border: 2px solid #dee2e6;
        border-radius: 8px;
        padding: 1.25rem;
        margin-bottom: 1rem;
        cursor: pointer;
        transition: all 0.2s;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .package-option:hover {
        border-color: #6c757d;
        background-color: #f8f9fa;
    }

    .package-option input[type="checkbox"]:checked ~ .package-content,
    .package-option input[type="radio"]:checked ~ .package-content {
        background-color: #e8f4f8;
    }

    .package-option input[type="checkbox"]:checked,
    .package-option input[type="radio"]:checked {
        border: 3px solid #000 !important;
        background-color: #000;
    }

    .package-option input[type="checkbox"],
    .package-option input[type="radio"] {
        width: 24px;
        height: 24px;
        min-width: 24px;
        margin-right: 1rem;
        cursor: pointer;
        border: 2px solid #dee2e6;
        border-radius: 4px;
        appearance: none;
        -webkit-appearance: none;
        transition: all 0.2s;
        position: relative;
        display: block;
    }

    .package-option input[type="checkbox"]:checked::after {
        content: "\2713";
        position: absolute;
        color: white;
        font-size: 16px;
        font-weight: bold;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /* Price display */
    .price-display {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background: #000;
        color: #fff;
        padding: 1rem 1.5rem;
        border-radius: 50px;
        box-shadow: 0 4px 16px rgba(0,0,0,0.2);
        display: flex;
        align-items: center;
        gap: 1rem;
        z-index: 1000;
    }

    .price-amount {
        font-size: 1.25rem;
        font-weight: 600;
    }

    /* Swiper customization - scoped to configurator only */
    #car-config-app .swiper {
        width: 100%;
        height: 100%;
    }

    #car-config-app .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #car-config-app .swiper-slide img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    /* Intro section */
    .config-intro {
        text-align: center;
        padding: 3rem 0;
        margin-bottom: 3rem;
    }

    .config-intro h1 {
        font-size: 3rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .delivery-info {
        font-size: 1.1rem;
        color: #6c757d;
    }

    /* Summary section */
    .config-summary {
        background: #fff;
        border-radius: 12px;
        padding: 2rem;
        margin: 3rem 0;
    }

    /* Mobile inline previews - hidden on desktop */
    .mobile-preview-inline {
        display: none;
        margin: 2rem 0;
        padding: 1rem;
        background: #f8f9fa;
        border-radius: 8px;
    }

    /* Mobile adjustments */
    @media (max-width: 991px) {
        /* Hide desktop sticky preview on mobile */
        .config-preview-sticky {
            display: none !important;
        }
        
        /* Show inline previews on mobile */
        .mobile-preview-inline {
            display: block;
        }

        .price-display {
            position: fixed;
            bottom: 10px;
            right: 10px;
            left: 10px;
            justify-content: center;
            z-index: 100;
        }

        .config-intro h1 {
            font-size: 2rem;
        }
        
        .color-option {
            margin-right: 0.5rem;
            margin-bottom: 0.5rem;
        }
        
        .color-circle {
            width: 50px;
            height: 50px;
        }
    }

    /* Sliders quick fix for large screens */

    @media (min-width:2000px){
        .height-850{
          height: 100vh;
        }
    }
