@font-face {
    font-family: 'GE-SS-Text-bold';
    src: url('../fonts/GESSTextBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GE-SS-Text-Medium';
    src: url('../fonts/GESSTextMedium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GE-SS-Text-Light';
    src: url('../fonts/GESSTextLight.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSans-Medium';
    src: url('../fonts/NotoSans-Medium.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSans-Light';
    src: url('../fonts/NotoSans-Light.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSans-Bold';
    src: url('../fonts/NotoSans-Bold.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ChangAnunitype-Bold';
    src: url('../fonts/ChangAnunitype-Bold.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ChangAnunitype-Regular';
    src: url('../fonts/ChangAnunitype-Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'NotoSans-Medium';
}
ul.content-listing li {
    list-style: square;
    padding-bottom: 5px;
}
.img-text {
    font-size: 28px;
    line-height: 2rem;
    text-align: center;
    color: #ffffff;
    padding: 2rem 0;
}
.text-secondary, .text-muted{
    font-family: 'NotoSans-Light';
}
h2 {
    padding-bottom: 0.5rem;
}
.hero-video {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.hero-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* remove gap between menu and parent */
}

.nav-item.dropdown:hover > .nav-link {
  color: #000; /* optional hover color for link */
}
li a.dropdown-item {
    font-size: 14px;
    color: #000;
}
ul.dropdown-menu.show {
    border: 1px solid #cccccc45;
}
.dropdown-menu {
   --bs-dropdown-link-active-bg: #fff;
    border: 1px solid #ededed !important
}
.nav-link:focus, .nav-link:hover {
    color: #ffffff !important;
}
.mobile-overlay {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.play-button {
    background: transparent;
    border: none;
    color: white;
    font-size: 50px;
    padding: 20px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
}
.play-button:hover {
    /*background: rgba(0, 0, 0, 0.8);*/
}
.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    z-index: 1050;
}
.video-modal video {
    width: 100%;
    max-width: 800px;
}
.close-button {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}
/*.hero-video video,
.hero-video .video-fallback {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
}*/
.navbar-custom {
    transition: background-color 0.4s ease;
    background-color: transparent;
}
.navbar-scrolled {
    background-color: white !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.navbar .nav-link {
    color: white;
    transition: color 0.3s ease;
    font-size: 15px;
}
.navbar-scrolled .nav-link {
    color: black !important;
    font-size: 15px;
}
.navbar-brand img {
    transition: opacity 0.3s ease;
}
.logo-white {
    display: block;
}
.logo-black {
    display: none;
}
.navbar-scrolled .logo-white {
    display: none;
}
.navbar-scrolled .logo-black {
    display: block;
}
.language-switcher {
    color: white;
    transition: color 0.3s ease;
    padding-right: 2rem;
}
.navbar-scrolled .language-switcher {
    color: black;
}
.navbar-brand .brand-logo {
    position: absolute;
    left: 2.08333333rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.navbar-scrolled {
    border-bottom: 1px solid #f4f4f4;
    box-shadow: none;
}
li.nav-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.bold {
    font-weight: 700;
}
.offcanvas-body .nav-link {
    font-size: 1.5rem;
    color: #000;
    text-decoration: none;
    padding: 0.8rem;
}
.offcanvas-body .nav-link:hover {
    color: #007bff;
}
.offcanvas-header {
    justify-content: space-between;
    align-items: center;
}
.offcanvas-header {
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f4f4f4;
    height: 14vw;
}
.offcanvas-header.nav-link:focus, .offcanvas-header.nav-link:hover {
    color: #000000 !important;
}
button.navbar-toggler {
    border: 0;
}
.navbar-custom .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler:focus {
    box-shadow: none;
}
h1.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    padding-bottom: 2rem;
}
section.about-xpeng {
    background: linear-gradient(152.02deg, rgba(150, 180, 20, 0.05) 3.6%, rgba(150, 180, 20, 5e-06) 100.18%);
    padding: 4rem 2rem;
}
p.sub-title {
    font-size: 16px;
    line-height: 28px;
    color: #00000099;
    text-align: center;
    width: 664px;
    margin: auto;
}
.custom-image-layout {
    padding: 2rem 1rem;
}
.img-1-int {
    margin-bottom: 2rem;
}
.navbar-toggler-icon {
    width: 2.0em;
    height: 2.0em;
}
.offcanvas-body li.nav-item.dropdown {
    list-style: none;
}
.offcanvas-body .dropdown-menu {
    --bs-dropdown-link-active-bg: #fff;
    border: none !important;
}
.cta-button-white {
    display: inline-block;
    background-color: #FFFFFF;
    color: #000000;
    padding: 12px 48px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: 1px solid #000000;
}
.cta-button-white:hover {
    background-color: #000000;
    color: #FFFFFF;
    border: 1px solid #000000;
}
span.index-module__title--EuGwRwP5, span.index-module__subTitle--YYcmgxTA {
    font-family: 'NotoSans-Medium';
}
.mobile-slider .slick-slide {
    padding: 0 10px;
}
p {
    font-size: 16px;
    color: #000000;
    font-family: 'NotoSans-Light';
}
h1 {
    padding-bottom: 1rem;
}
section.footer {
    border: 1px solid rgba(0, 0, 0, .05);
    padding-top: 2.5rem;
    background: #333333;
    color: #FFFFFF;
}
.footer ul {
    padding-left: 0;
    padding-top: 0.5rem;
}
.footer ul li {
    padding: 4px 0;
    font-size: 14px;
}
.footer-title {
    font-size: 13px;
    color: #ffffff99;
}
.footer-socialmenu {
    padding: 0.5rem 0 0.5rem 0;
    border-top: 1px solid #ffffff;
    margin-bottom: 1rem;
}
.container.footer-menu {
    padding-bottom: 1rem;
    font-family: NotoSans-Light;
}
.footer-socialmenu a {
    color: #fff;
    font-family: NotoSans-Light;
    font-size: 14px;
}
.seperator {
    display: inline-flex;
    padding: 0 0.5rem;
}
.copy-right {
    padding-left: 0;
    color: #0000004d;
    font-size: 12px;
    padding-bottom: 1rem;
}
img.social-icon {
    width: 24px;
}
.model-hero-banner {
    height: 100vh;
    overflow: hidden;
    color: #FFFFFF;
}
.model-hero-banner .hero-img {
    max-height: 100vh;
    object-fit: cover;
}
.model-hero-banner h1, .model-hero-banner h5, .model-hero-banner p {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
}
.model-hero-banner .hero-content {
    top: 5rem;
    text-align: center;
}
.model-hero-banner h1 {
    font-size: 2rem !important;
    font-weight: 700;
    font-family: BasisGrotesque-Bold;
}
.model-hero-banner p.lead {
    font-size: 1rem;
    font-family: Figtree-light;
}
.btn i {
    margin-left: 6px;
}
a.btn {
    font-size: 16px;
}
.green-arrow i {
    color: #A4CE4C;
}
.object-fit-cover {
    object-fit: cover;
    height: 100vh;
}
h2.display-5 {
    color: #fff;
    font-size: 32px;
    padding-top: 4rem;
    padding-bottom: 1rem;
}
.gradient-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent 50%);
    z-index: 1;
}
.full-image p.lead {
    font-size: 16px;
    font-family: Figtree-light;
    color: #FFFFFF;
    text-align: center;
}
.ext-color-gallery, .int-color-gallery {
    background-color: #f9f9f9;
}
.ext-color-gallery .container, .int-color-gallery .container{
    padding: 5rem 0 1rem 0;
}
.swatch-img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 0;
    cursor: pointer;
    transition: transform 0.2s ease;
    border: 0;
    padding: 0;
}
.color-swatch {
    display: flex;
    padding: 0.4rem 0.8rem 0.4rem 0.6rem;
}
.swatch-img:hover {
    transform: scale(1.1);
}
.swatch-title {
    margin-top: 3px;
    font-size: 16px;
    color: #333;
    padding-left: 5px;
    cursor: pointer;
}
/* Active swatch styling */
.color-swatch.active {
    background: rgba(0, 0, 0, .03);
    border-radius: 3rem;
}
/* Fade transition */
.car-image {
    opacity: 1;
    transition: opacity 0.5s ease;
    position: relative;
    z-index: 2;
}
.car-image.fade-out {
    opacity: 0;
}

.car-features p {
    padding-top: 1rem;
}
.tab-image {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 10px;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
.tab-image.fade-out {
    opacity: 0;
}
.nav-tabs .nav-link {
    border: none;
    font-weight: 500;
    color: #999;
    position: relative;
    font-size: 0.9rem;
}
.nav-tabs .nav-link.active::after {
    content: '';
    height: 3px;
    width: 100%;
    background-color: #a4ce4c;
    position: absolute;
    bottom: 0;
    left: 0;
}
.arrow-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.7);
    border: none;
    padding: 0 13px;
    border-radius: 50%;
    font-size: 1.5rem;
    z-index: 10;
}
.arrow-left {
    left: 20px !important;
}
.arrow-right {
    right: 20px !important;
}
.tab-image-wrapper {
    position: relative;
}
.tab-content p {
    text-align: center;
}
.tab-content > .tab-pane {
    transition: opacity 0.4s ease-in-out;
}
#tabHeading {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.pre-footer img.mobile-app {
    width: 90%;
}
.pre-footer .app-buttons {
    padding: 1.5rem 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 10px;
    overflow: auto;
}
.pre-footer h3 {
    font-weight: bold;
    padding-bottom: 0.5rem;
}
.pre-footer p {
    color: #000;
}
.container-newsletter {
    background-color: rgba(150, 180, 20, .05);
    padding: 3.5rem;
}
.container-newsletter h2 {
    text-transform: uppercase;
    font-size: 1.7rem;
}
.container-newsletter input#email {
    padding-bottom: .5rem;
}
.container-newsletter input#email:focus, .container-newsletter input#email:active {
    background-color: #FFFFFF;
}
.index-module__orderInputTip--vUtWUAy0 {
    color: #84848c;
    padding-top: 0.3rem;
}
.pre-footer .card {
    border: none;
}
.pre-footer div#contentBox p {
    font-size: 0.6rem;
    padding-bottom: 0.8rem;
    color: #999;
}
.pre-footer a#toggleContent {
    color: #000;
    text-decoration: none;
}
.ext-color-gallery h3, .int-color-gallery h3 {
    color: #000000;
    font-size: 32px;
    padding-bottom: 1rem;
}
.ext-color-gallery p.lead, .int-color-gallery p.lead{
    font-size: 1.0rem;
    font-weight: 100;
}
img#interiorImage {
    margin-top: 3rem;
}
.g9-slider .swiper-slide {
    margin: 0 4rem;
}
/* Dim non-active slides */
.swiper-slide {
  transition: opacity 0.3s ease;
  opacity: 0.4; /* faded */
}
.swiper-slide-active {
  opacity: 1; /* full visibility */
}

/* Make sure slider fills height */
.swiper-container {
  position: relative;
}

/* Align arrows to middle */
.container.h-100 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  pointer-events: none; /* avoid blocking swiper */
}

.custom-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  color: #000;
}
/* Position arrows close to active slide, not edge */
.swiper-button-prev.custom-nav {
  left: 20%;
}

.swiper-button-next.custom-nav {
  right: 20%;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.3rem;
}
.slide-caption {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
    padding: 1rem 2rem;
}

.slide-title {
    margin: 0;
    font-size: 1.25rem;
    /* font-weight: 600; */
    color: #FFFFFF;
}

.slide-text {
    margin: 0.25rem 0 0;
    font-size: 0.75rem;
    color: #ffffffcc;
}
.swiper-nav-bottom {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 15px;
}
.slide-image-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 15px; /* Left and right margin */
}

.slide-image-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}
.swiper-pagination {
  text-align: center;
  margin-top: 10px;
}

.swiper-pagination-bullet {
  background: #000;
  opacity: 0.4;
}
.swiper-pagination-bullet {
    opacity: 1 !important;
    background-color: #CCCCCC !important;
    border-radius: 0;
}
.swiper-pagination-bullet-active {
  opacity: 1 !important;
    background-color: #a4ce4c !important;
}
h3 {
    padding-bottom: 1.5rem;
}
#carTab .nav-link.active{
    background: transparent;
}
.carspec-container #carTab{
    justify-content: center;
    border:none;
    background: transparent;
}
#carTabContent span {
    color: #00000099;
    font-size: 14px;
}
.carspec-list {
    font-size: 16px;
}
.carspec-container {
    background-color: #f9f9f9;
}
.x9-slider-full {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
}
.x9-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.x9-image-container img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.x9-image-container img:hover {
  transform: scale(1.2);
}
.x9-image-text {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
    padding: 10px;
    /* background-color: rgba(0, 0, 0, 0.5); */
    color: white;
    text-align: center;
    font-size: 0.9rem;
}
.interior-seats h4, .interior-seats h4 p {
    text-align: left;
}
.index-module-title {
    font-size: 1.25rem;
        line-height: 1;
        border-left: .20833333rem solid #a4ce4c;
        padding-left: .78125rem;
        color: #000;
}
.interior-seats p {
    padding-top: 1.2rem;
    font-size: 0.72rem;
}
#x9-chargingTabs .nav-item {
    width: 25%;
    padding: 0;
}
section.home-feature p {
    text-align: center;
}
#playButton:hover {
  background-color: #fff;
  color: #000;
}
.index-module__bottom-part--49fWmJ\+Q {
    text-align: left;
    background: #f9f9f9;
    display: flex;
    width: 68.75rem;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.25rem;
    padding: 3.33333333rem 10.41666667rem;
}
.block-960 {
    width: 960px;
}
.x9-safety h2 {
    color: #fff;
    font-size: 1.6rem;
    font-family: BasisGrotesque-Regular,BasisGrotesque;
}
.x9-safety h4 {
    padding: 3rem 0 1rem 0;
    color: #fff;
    font-size: 1.25rem;
}
.x9-safety p {
    font-size: 0.9rem;
    color: #fff;
}
.x9-safety p.lead {
    font-size: 0.7rem !important;
    color: #fff;
}
.w-30 {
    width: 36%;
}
.hover-text {
    display: none;
    transition: all 0.3s ease-in-out;
  }
  .hover-container:hover .hover-text {
    display: block;
  }
.slide-nav {
    background: transparent;
    border: none;
    outline: none;
  }

  .border-indicator {
    border-bottom: 3px solid transparent;
    padding-bottom: 5px;
    transition: border-color 0.3s ease;
  }

  .slide-nav.active .border-indicator {
    border-color: limegreen;
  }

  .slide-full-content .slide-text {
    display: none;
    transition: opacity 0.3s ease;
  }

  .slide-full-content .slide-text.active {
    display: block;
  }
.carousel-inner img,
  .carousel-inner video {
    object-fit: cover;
  }

  .slide-nav {
    background: transparent;
    border: none;
    outline: none;
  }

  .border-indicator {
    border-bottom: 3px solid transparent;
    padding-bottom: 5px;
    transition: border-color 0.3s ease;
  }

  .slide-nav.active .border-indicator {
    border-color: #a4ce4c;
  }

  .slide-full-content .slide-text {
    display: none;
    transition: opacity 0.3s ease;
  }

  .slide-full-content .slide-text.active {
    display: block;
  }
.x9-power .slide-content {
    bottom: 3rem !important;
    top: unset !important;
}
.x9-power .slide-content button{
    border:none;
}
.x9-power .slide-content button:hover {
    background: transparent;
}
.x9-power .border-indicator {
    font-size: 0.9rem;
}
.spec-count p, .spec-count h5 {
    color: #FFFFFF;
}
.heading-top h2 {
    color: #000000;
}
.x9-safety-subcontent {
    position: absolute;
    top: 50%;
    left: 0%
}
.g6-herospec .spec-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.g6-herospec .spec-item p {
    color: #FFFFFF99;
}
.x9-tab {
    width: 50rem;
    margin: auto;
}
.x9-tab li.nav-item {
    padding: 0;
}
.mobile-play-btn {
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    padding: 2px 13px;
    font-size: 30px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 10;
}
 .about-content p {
    font-size: 17px;
    color: #000;
    line-height: 29px;
}
.bg-grey {
    background: linear-gradient(0deg, #F9F9F9, #F9F9F9);
}
.text-overlay {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
.text-white p {
    color: #FFFFFF;
    text-align: left;
}
.spacer-3 {
    padding-top: 3rem;
}
.team-member {
    height: 100%;
  }

  .team-info {
    bottom: 0;
    left: 0;
  }

  .team-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
      background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    display: flex;
    align-items: left;
    justify-content: center;
  }

  .team-member:hover .team-overlay {
    opacity: 1;
  }
.team-info h5 {
    color: #fff;
    text-align: left;
    margin-left: 1rem;
    border-left: 5px solid #a4ce4c;
    padding-left: 5px;
    font-size: 26px;
    font-weight: 600;
}
.team-info p {
    color: #FFFFFF;
    text-align: left;
    padding-left: 1rem;
    font-size: 14px;
    padding-bottom: 0.5rem;
}

.static-header .logo-white{
    display: none !important;
}
.static-header .logo-black{
    display: block !important;
}
.static-header .navbar .nav-link {
    color: #000000;
}
.static-header .navbar-custom {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 3rem;
    position: fixed;
    background-color: #FFFFFF;
}
.contact-box-2 {
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 1rem;
}
.contact-box-2 h4 {
    font-size: 24px;
    padding-bottom: 0.5rem;
}
.contact-box-2 p {
    font-size: 13px;
    color: #000;
    line-height: 1.2rem;
}
.contact-box-2 p strong {
    color: #0000004d;
}
.card.h-100 {
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 1rem;
}
.map-wrapper {
      position: relative;
      width: 100%;
      height: 600px;
      border-radius: 10px;
      overflow: hidden;
    }
    #map {
      width: 100%;
      height: 100%;
    }
    .location-container {
      position: absolute;
      top: 20px;
      left: 20px;
      z-index: 10;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .location-box {
    background: rgb(255 255 255);
    border-radius: 3px;
    padding: 15px;
    cursor: pointer;
    transition: background 0.3s;
    width: auto;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
    .location-box:hover {
      background: rgba(240, 240, 240, 0.95);
    }
.location-box h5 {
    color: #000;
    font-size: 18px;
}
.location-box p {
    font-size: 14px;
}
.privacy p {
    padding-bottom: 1rem;
}
table.table tr td, table.table tr th {
    border: 1px solid #dee2e6;
}
table.table tr th {
    background-color: #F7FAF0!important;
}
table.table tr th p, table.table tr td p{
    padding-bottom: 0;
}
table.table tr th p {
    color: #000000;
}
.spacer-1 {
    margin: 6rem auto;
}
.spacer-2 {
    margin: 6rem auto 0 auto;
}
.map-info-box h6 {
    font-size: 18px;
    padding-bottom: 0.5rem;
}
.map-info-box p {
    padding: 2px;
    font-size: 13px;
    color: #000000;
}
.brochure-card {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      cursor: pointer;
    }
    .brochure-card img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      transition: transform 0.3s ease;
    }
    .brochure-card:hover img {
      transform: scale(1.05);
    }
    .model-title {
      position: absolute;
      top: 10px;
      left: 10px;
      background: rgba(0,0,0,0.6);
      color: white;
      padding: 5px 10px;
      font-size: 14px;
      border-radius: 5px;
    }
    .download-btn {
      position: absolute;
      bottom: 0.5rem;
      left: 10px;
      background: rgba(0,0,0,0.6);
      color: white;
      padding: 5px 10px;
      font-size: 14px;
      border-radius: 5px;
      display: flex;
      align-items: center;
      gap: 5px;
      text-decoration: none;
    }
    .download-btn:hover, .view-online:hover {
      background: rgba(0,0,0,0.8);
      color: #fff;
    }
.brochure-hero{
    height: auto !important;
}
.brochure-hero .hero-content {
    top: 40%;
    text-align: center;
    z-index: 10;
}
.brochure-hero .hero-content h1{
    font-size: 2rem !important;
    font-weight: 100;
    font-family: unset;
}
.view-online {
    position: absolute;
    bottom: 0.5rem;
    right: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}
.brochure-hero .gradient-overlay {
    background: linear-gradient(to bottom, rgb(0 0 0), #000000a3 50%);
    z-index: 1;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #cccccc;
}
.cta-btn{
    background-color: #34414e;
    color: #FFFFFF;
}
.cta-btn:hover{
    border: 1px solid #34414e;
}
#carModelCarousel .navbar {
  position: absolute; /* Position navbar on top of the carousel */
  top: 20px; /* Distance from the top */
  left: 50%; /* Center horizontally */
  transform: translateX(-50%); /* Center align */
  z-index: 1; /* Above other content */
}
#carModelCarousel h1{
    font-family: 'ChangAnunitype-Bold';
}
#carModelCarousel a.navbar-brand {
    /* font-family: 'ChangAnunitype-Bold'; */
    color: #000;
    font-size: 1rem;
}
#carModelCarousel nav.navbar.navbar-light.bg-light {
    padding: 0.5rem 3rem;
}
#carModelCarousel .navbar .nav-link.active {
    border-bottom: 2px solid #34414e !important;
    font-weight: bold !important;
}
h2{
    font-family: 'ChangAnunitype-Bold';
}
.about-deepal {
    /* width: 80%; */
    margin: auto;
    background: linear-gradient(152.02deg, #f6f5fae6 3.6%, rgba(150, 180, 20, 5e-06) 100.18%);
    padding: 5rem 10rem 1rem 10rem;
}
h5.card-title {
    font-family: NotoSans-Medium;
    font-size: 21px;
    text-align: center;
    padding-bottom: 0.5rem;
}
.card {
    overflow: hidden;
    border: 1px solid #cccccc4a;
}
.card-img-top {
  transition: transform 0.3s ease; /* Smooth transition for the image */
  width: 100%; /* Ensure image takes full width of the card */
  object-fit: cover; /* Maintain aspect ratio and cover the card */
}

.card-img-top:hover {
  transform: scale(1.05); /* Scale the image to 105% on hover */
}
.video-section {
  position: relative;
  width: 100%; /* Full width for the section */
  height: 80vh; /* 80% of the viewport height */
  overflow: hidden; /* Hide overflow if the video exceeds the section */
}

.video-section video {
  width: 100%; /* Full width */
  height: 100%; /* Full height of the section */
  object-fit: cover; /* Cover the container while maintaining aspect ratio */
}

/* Centering text on top of the video */
.video-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    font-size: 3.5rem;
    /* font-weight: bold; */
    font-family: 'NotoSans-Light';
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
}
.index-module__slider-zoom--vtmyiFad {
    padding-top: 2.25rem !important;
}
#carModelCarousel .nav-link:focus, .nav-link:hover, #carModelCarousel .navbar .nav-link.active{    
    color: #000000 !important;
}

@media (min-width: 992px) {
    .offcanvas {
        display: none !important;
    }
}
@media (max-width: 768px) {
    
    .hero-video {
    height: 87vh;
}
    
    .hero-video video {
        display: none;
    }
    #carModelCarousel a.navbar-brand {    
        font-size: 2rem;
    }
    .about-deepal {
        padding: 5rem 2rem 1rem 2rem;
    }
    h2 {
        font-size: 3rem;
    }
    .about-deepal h2 {
        padding: 4rem 0;
    }
    /*.hero-video {
        background-image: url('../images/deepals07-hero-banner-mobile.jpg');
        background-size: cover;
        background-position: center;
    }*/
    .mobile-overlay {
        display: flex;
    }
    .desktop-video {
        display: none !important;
      }
    p.sub-title {
        width: 100%;
    }
    nav#mainNavbar {
        min-height: 7rem;
    }
    .footer-menu {
        display: none;
    }
    .footer-socialmenu {
        flex-direction: column !important;
        align-items: center !important;
        padding-bottom: 1rem;
        border: none;
    }
    .footer-socialmenu > div:first-child {
        display: flex;
        gap: 10px;
        margin-bottom: 3rem !important;
    }
    .footer-socialmenu > div:last-child {
        display: flex;
        gap: 10px;
        margin-bottom: 3rem !important;
    }
    .seperator {
        display: inline;
    }
    .copy-right {
        padding-bottom: 6rem;
        text-align: center;
    }
    .car-tab {
        font-size: 1.5rem;
        font-weight: 700;
    }
    .model-hero-banner .hero-content {
        top: 12rem;
        text-align: center;
        width: 100%;
    }
    .model-hero-banner h1 {
        font-size: 3.5rem !important;
    }
    .model-hero-banner h1, .model-hero-banner h5, .model-hero-banner p {
        text-shadow: none;
    }
    .model-hero-banner p.lead {
        font-size: 1.6rem;
    }
    .model-hero-banner h5 {
        font-size: 2rem;
    }
    .bg-content {
        width: 100%;
    }
    h2.display-5 {
        font-size: 28px;
        padding-bottom: 3rem;
    }
   .ext-color-gallery h3, .int-color-gallery h3, .home-feature h3 {
        font-size: 2rem;
        padding-bottom: 4rem;
    }
    .car-image {
        padding-top: 6rem;
    }
    .ext-color-gallery, .int-color-gallery {
        padding-bottom: 8rem !important;
    }
    section.car-features h3, .charging h3, .chasis h3, .car-range h3, .contact-container h2, .container-newsletter h2 {
        font-size: 2.3rem;
    }
    section.car-features {
        padding: 1rem;
    }
    .full-image p.lead {
        padding: 0 1rem;
    }
    section.charging img {
        width: 100% !important;
    }
    section.charging {
        padding: 2rem;
    }
    section.chasis {
        padding: 2rem;
    }
    section.chasis img {
        width: 100% !important;
    }
    .nav-tabs .nav-link {
        font-size: 1.0rem;
    }
    section#book-testdrive {
        padding: 1rem;
    }
    .pre-footer h3 {
        font-size: 3rem;
    }
    .pre-footer .app-content {
        padding: 0 2rem;
    }
    .pre-footer img.mobile-app {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .container-newsletter {
        padding: 5rem 2rem;
    }
    .swiper-container {
        padding-bottom: 50px; /* Space for nav buttons */
      }

      .swiper-nav-bottom {
        position: absolute;
        bottom: 10px;
        width: 100%;
        justify-content: center;
      }

      .swiper-button-prev,
      .swiper-button-next {
        position: static; /* Prevent default vertical positioning */
        transform: none;
      }
    .slide-caption {
      position: relative;
      bottom: 15px;
      left: 0;
      right: 0;
      padding: 1rem;
      text-align: center;
        top:15px;
    }
    .slide-title {
        color: #000000;
        font-size: 1.5rem;
        padding-bottom: 1rem;
    }
    .slide-text {
        color: #000000;
        font-size: 1.2rem;
    }
    .swiper-slide {
        opacity: 1;
    }
    .carspec-list {
        font-size: 14px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #carTabContent span {
        font-size: 12px;
    }
    .x9-image-text {
        font-size: 1.4rem;
    }
    section.interior-seats p {
        font-size: 1.2rem;
        text-align: left;
    }
    .interior-seats h4 {
        font-size: 1.5rem;
    }
    section.interior-seats .col-md-4 {
        padding: 1rem;
    }
    #x9-chargingTabs .nav-item {
        width: 100%;
        padding: 0.5rem;
    }
    ul#x9-chargingTabs li button {
        font-size: 1.4rem;
        text-align: center;
    }
    .arrow-nav{
        padding: 0 8px;
    }
    #x9-chargingTabs .nav-item {
        width: auto;
    }
    section.x90-tech h5 {
        font-size: 1.7rem !important;
        padding: 1rem 0;
        line-height: 30px;
    }
    section.x90-tech p {
        padding: 0.5rem 0 2rem 0;
    }
    section.home-feature .index-module__title--EuGwRwP5 {
        font-size: 1.5rem;
    }
    section.home-feature .index-module__subTitle--YYcmgxTA {
        font-size: 1.2rem !important;
        padding: 1rem;
    }
    .w-30 {
        width: 100%;
    }
    section.x9-safety h2 {
        font-size: 1.9rem;
        line-height: 2.5rem;
    }
    .x9-safety h4 {
        font-size: 1.65rem;
    }
    .x9-safety p {
        font-size: 1.3rem;
        color: #fff;
        padding-top: 2rem;
    }   
    .x9-safety-subcontent {
        bottom: 0 !important;
        top: unset;
    }
    .fs-6 {
        font-size: 1.5rem!important;
    }
    p.lead.fs-6 {
        font-size: 1.0rem !important;
        padding-top: 0.5rem;
    }
    .g6-herospec .spec-item {
        flex-direction: column-reverse;
    }
    .g6-herospec .spec-item p {
        color: #FFFFFF99;
        font-size: 1.2rem;
    }
    .hero-cta-buttons {
        width: 90%;
        margin: auto;
    }
     .hero-cta-buttons a.btn {
        padding: 1.5rem;
    }
    .pre-footer .app-buttons {
        justify-content: center;
    }
    .x9-tab {
        width: 100%;
    }
    .carousel-item .col-md-4.d-flex.flex-column {
        min-height: 235px;
    }
     .carousel-item .mt-auto.d-flex.justify-content-end.gap-2.mb-3 {
        margin-right: 1rem;
    }
}