html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 100px;
}

.postid-8437 .style-gallery {
  min-height: 780px;
}

body {
  color: #fff;
  font-family: "Chevy Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: 700 !important;
}

h2 {
  font-size: clamp(1.875rem, 1.0435rem + 1.7346vw, 3.125rem);
}

section {
  padding: 100px 30px;
}

section p {
  color: rgba(255, 255, 255, 0.8);
}

p:last-of-type {
  margin-bottom: 0;
}

/* .sticky_header {
  position: static !important;
} */

.sticky-header-vehicle {
  background: linear-gradient(
    90deg,
    #0e0e0e 0%,
    #383838 48.56%,
    #0e0e0e 96.16%
  );
  position: relative;
}

.sticky-header-vehicle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, #151515 0%, #fff 50%, #151515 100%);
  width: 100%;
}

.sticky-header-vehicle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, #151515 0%, #fff 50%, #151515 100%);
  width: 100%;
}

.sticky-header-vehicle ul#menu-main_menu > li > a {
  color: #fff;
}

.sticky-header-vehicle ul#menu-main_menu > li > a:hover {
  color: #0092fd !important;
}

.sticky-header-vehicle ul#menu-main_menu > li a path {
  fill: #fff;
}

.sticky-header-vehicle ul#menu-main_menu > li a:hover path {
  fill: #0092fd;
}

.cta-blue,
.top_header_vehicle .wpcf7-submit {
  border-radius: 5px !important;
  background: #0092fd;
  max-width: 200px;
  width: 100%;
  padding: 10px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  border: 1px solid transparent !important;
  transition: 0.3s;
  border-radius: 5px;
  font-weight: 700 !important;
}

.cta-blue:hover,
.top_header_vehicle .wpcf7-submit:hover {
  color: #0092fd !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  background: #fff !important;
  box-shadow: 0 0 20px 0 #78c6ff;
}

button.cta-white-oultline {
  margin: 0;
  color: #fff;
  border-radius: 5px;
  border: 0.5px solid #fff;
  background: rgba(33, 33, 33, 0.5);
  backdrop-filter: blur(7.5px);
  padding: 10px;
  min-width: 200px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
  transition: 0.3s;
}

button.cta-white-oultline.active,
button.cta-white-oultline:hover {
  background: #fff;
  box-shadow: 0 0 20px 0 #78c6ff;
  color: #0092fd;
}

@media (max-width: 1199px) {
  section {
    padding: 70px 30px;
  }

  .sticky-header-vehicle ul#menu-main_menu li a {
    color: #fff !important;
  }

  .sticky-header-vehicle ul#menu-main_menu a:hover {
    color: #0092fd !important;
  }
}

@media (max-width: 767px) {
  section {
    padding: 50px 20px;
  }
  nav.vehicle-single {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Navbar Section */
nav.vehicle-single {
  background: #212121;
  padding-left: 30px;
  padding-right: 30px;
  position: sticky;
  top: 0;
  z-index: 999;
}

nav .wrapper {
  max-width: calc(1575px + 24px);
  margin: 0 auto;
}

nav.vehicle-single .nav-title {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px 0;
}

nav.vehicle-single .nav-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, #151515 0%, #fff 50%, #151515 100%);
  width: 100%;
}

nav.vehicle-single .nav-title span {
  font-weight: 700;
  text-transform: uppercase;
}

nav.vehicle-single .nav-menu {
  display: flex;
  gap: 20px;
  padding: 5px 0;
}

nav.vehicle-single .nav-menu a {
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.3s;
}

nav.vehicle-single .nav-menu a:hover {
  color: #00fdf9;
}

nav.vehicle-single .pricing-btn {
  display: flex;
  gap: 50px;
}

nav.vehicle-single .pricing-btn > div {
  min-width: fit-content;
  display: flex;
  flex-direction: column;
}

nav.vehicle-single .pricing-btn p {
  color: rgba(255, 255, 255, 0.8);
}

nav.vehicle-single .nav-title-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
nav.vehicle-single .variant-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

nav.vehicle-single .nav-title.hide-pricing .variant-block {
  display: none;
}

/* nav.vehicle-single .variant-toggle svg {
  transition: transform 0.3s ease;
} */

.nav-title.hide-pricing .variant-toggle svg {
  transform: scaleY(-1);
}

@media (max-width: 1199px) {
  nav.vehicle-single .nav-title {
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
  }
}

@media (min-width: 768px) {
  nav.vehicle-single .variant-toggle {
    display: none;
  }
}

@media (max-width: 767px) {
  nav.vehicle-single .nav-title {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #212121;
    padding: 20px 20px 50px;
    z-index: 1000;
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }

  nav.vehicle-single .nav-title::after {
    height: 0.5px;
    background: #fff;
    top: 0;
  }

  /* Add spacing so content doesn't hide behind it */
  body {
    padding-bottom: 215px;
  }

  body:has(.hide-pricing) {
    padding-bottom: 150px;
  }

  nav.vehicle-single .nav-menu {
    display: flex;
    flex-wrap: nowrap; /* prevent wrapping */
    overflow-x: auto; /* enable horizontal scroll */
    overflow-y: hidden;
    white-space: nowrap;
    gap: 20px;
    padding: 10px 0;

    -webkit-overflow-scrolling: touch; /* smooth iOS scroll */
  }

  nav.vehicle-single .nav-menu::-webkit-scrollbar {
    display: none; /* optional: hide scrollbar */
  }

  nav.vehicle-single .nav-menu a {
    flex: 0 0 auto; /* prevent shrinking */
  }

  nav.vehicle-single .nav-menu {
    position: relative;
  }

  nav.vehicle-single .pricing-btn {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  nav.vehicle-single .pricing-btn .cta-blue {
    max-width: 100%;
  }

  nav.vehicle-single .pricing-btn > div {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
  }

  nav.vehicle-single .pricing-btn p {
    color: #fff;
    font-size: 15px;
  }

  nav.vehicle-single .pricing-btn span {
    font-weight: 400;
    font-size: 15px;
  }

  nav.vehicle-single .nav-title-toggle {
    width: 100%;
  }
}

/* Hero banner */
.video-hero video {
  width: 100%;
}

/* Overview */
section.vehicle-hero {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 100%),
    url("../../assets/img/vehicle_single/black-bg-texture.jpg") center / cover
      no-repeat;
}

section.vehicle-hero #mainVehicleImage {
  background: url("../../assets/img/vehicle_single/vehicle-bg.png") center /
    contain no-repeat;
}

section.vehicle-hero h1 {
  position: relative;
  margin-bottom: 40px;
}

section.vehicle-hero h1::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, #151515 0%, #fff 50%, #151515 100%);
  width: 100%;
}

.vehicle-container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

section.vehicle-hero .vehicle-warranty {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin-top: 148px;
}

section.vehicle-hero .vehicle-warranty img {
  max-height: 86px;
  width: fit-content;
  object-fit: contain;
}

.vehicle-warranty .d-flex {
  gap: 5px;
}

section.vehicle-hero .variant-switcher {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  justify-content: space-around;
}

section.vehicle-hero .variant-block p {
  margin-bottom: 0;
}

section.vehicle-hero .variant-block p span {
  color: #fff;
}
section.vehicle-hero .variant-block {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}

section.vehicle-hero .intro-price {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

section.vehicle-hero .srp-price {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}

section.vehicle-hero .variant-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

section.vehicle-hero .variant-subtitle {
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991px) {
  section.vehicle-hero .vehicle-warranty,
  section.vehicle-hero #mainVehicleImage {
    margin-top: 30px;
  }
}

/* Rounded pill container */
section.vehicle-hero .color-pill {
  display: inline-flex;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  width: fit-content;
}

section.vehicle-hero .color-pill:has(.active-dot) {
  border: 1px solid #00fdf9;
  box-shadow: 0 0 20px 0 #3fe1d1;
}

section.vehicle-hero .dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

section.vehicle-hero .dot.active-dot {
  box-shadow: 0 0 12px #00fdf9;
  border: 2px solid #00fdf9;
}

@media (min-width: 1200px) {
  section.vehicle-hero .row {
    --bs-gutter-x: 77px;
  }
}

/* Exterior and interior section */
.exterior-interior .text-block {
  display: flex;
  align-items: center;
}

.exterior-interior .dark-bg-odd {
  background: linear-gradient(106deg, #080805 -1.02%, #232323 100%);
  text-align: right;
}

.exterior-interior .dark-bg-even {
  background: linear-gradient(285deg, #080805 0%, #232323 100%);
}

.exterior-interior .content-wrapper {
  padding: 45px 60px;
  max-width: 848px;
}

.exterior-interior .dark-bg-odd .content-wrapper {
  margin-left: auto;
}

.exterior-interior .dark-bg-even .content-wrapper {
  margin-right: auto;
}

.exterior-interior .small-label {
  margin-bottom: 20px;
}

.exterior-interior h2 {
  margin-bottom: 30px;
}

.exterior-interior p:not(.small-label) {
  color: rgba(255, 255, 255, 0.8);
}
/* Image */
.exterior-interior .image-block {
  position: relative;
}

.exterior-interior .image-block img {
  object-fit: cover;
  height: 100%;
  background: #000;
}

/* PULSE ANIMATION */
.exterior-interior .pulse {
  position: absolute;
  width: 25px;
  height: 25px;
  background: #00fdf9;
  opacity: 0.4;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse-animation 2s infinite;
}

.exterior-interior .pulse::before,
.exterior-interior .pulse::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #00fdf9;
  width: 100%;
  height: 100%;
  animation: pulse-ring 2s infinite;
}

.exterior-interior .pulse::after {
  animation-delay: 1s;
}

@keyframes pulse-animation {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(5);
    opacity: 0;
  }
}

@media (max-width: 991px) {
  .exterior-interior .dark-bg-odd {
    text-align: left;
  }

  .exterior-interior .content-wrapper {
    max-width: 100%;
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .exterior-interior .content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}

/* Ready for the roadtrips ahead */
section.roadtrip {
  background: #080805;
}

/* section.roadtrip .owl-carousel .owl-stage-outer {
  overflow: visible !important;
} */

.roadtrip-carousel-wrapper {
  position: relative;
}
section.roadtrip h2 {
  max-width: 775px;
  margin: 0 auto 50px;
  text-align: center;
}

.roadtrip-card {
  border-radius: 5px;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(180deg, rgba(8, 8, 5, 0) 0%, #080805 80.5%) 50% /
    cover no-repeat;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}

.roadtrip-card:hover {
  box-shadow: 0 0 20px 0 #fff;
}

.roadtrip-card img {
  min-height: 550px;
  object-fit: cover;
  object-position: left center;
}

.roadtrip-category-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.roadtrip-category-nav button {
  background: none;
  border: none;
  position: absolute;
  padding: 0;
}

.roadtrip-category-nav .roadtrip-cat-prev {
  left: -45px;
}

.roadtrip-category-nav .roadtrip-cat-next {
  right: -45px;
}

.roadtrip-tabs {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.card-image {
  position: relative;
}

.card-image::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(8, 8, 5, 0) 0%, #080805 80.5%);
}

.card-content {
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.card-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.card-content .vehicle-name {
  color: #fff;
  margin-bottom: 5px;
}

.card-content .vehicle-desc {
  color: rgba(255, 255, 255, 0.8);
}

.card-content:has(.disclaimer) .vehicle-desc {
  margin-bottom: 15px;
}

.card-content .disclaimer {
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
}

/* .roadtrip-tabs button {
  margin: 0;
  color: #fff;
  border-radius: 5px;
  border: 0.5px solid #fff;
  background: rgba(33, 33, 33, 0.5);
  backdrop-filter: blur(7.5px);
  padding: 10px;
  min-width: 200px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
  transition: 0.3s;
}

.roadtrip-tab-btn.active,
.roadtrip-tab-btn:hover {
  background: #fff;
  box-shadow: 0 0 20px 0 #78c6ff;
  color: #0092fd;
} */

@media (max-width: 1699px) {
  .roadtrip-carousel-wrapper {
    padding: 0 45px;
  }

  .roadtrip-category-nav .roadtrip-cat-next {
    right: 45px;
  }
}

@media (max-width: 767px) {
  .roadtrip-carousel-wrapper {
    padding: 0;
  }
  .roadtrip-category-nav {
    margin-top: 50px;
    display: flex;
    gap: 50px;
    justify-content: center;
  }
  .roadtrip-category-nav,
  .roadtrip-category-nav button {
    position: relative;
  }
  .roadtrip-category-nav .roadtrip-cat-prev {
    left: unset;
  }
  .roadtrip-category-nav .roadtrip-cat-next {
    right: unset;
  }
}

/* advanced driver assistance system (ADAS) */
.adas {
  margin-top: 100px;
}
.adas .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.adas h2 {
  max-width: 708px;
}

.adas h3 {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}

.adas-card {
  position: relative;
  min-height: 200px;
  overflow: hidden;
  transition: transform 0.35s ease;
}

.adas-inner {
  position: relative;
  height: 100%;
  transition: 0.3s;
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 21px 25px;
}

.adas-card:hover .adas-inner {
  border-color: rgba(255, 255, 255, 0.5);
}

/* ICON */
.adas-icon {
  height: 100px;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  transition:
    transform 0.4s ease,
    opacity 0.3s ease;
}

/* On hover - icon slides downward slightly */
.adas-card:hover .adas-icon {
  transform: translate(-50%, 20%);
  opacity: 0.2;
}

/* CONTENT WRAPPER */
.adas-content {
  position: absolute;
  left: 50%;
  top: 95px;
  transform: translate(-50%, 60px); /* start slightly lower */
  width: 100%;
  text-align: center;
  z-index: 2;
  transition: transform 0.4s ease;
}

/* TITLE */
.adas-title {
  margin: 0;
}

/* DESCRIPTION */
.adas-description p {
  color: rgba(255, 255, 255, 0.8);
}

/* .adas-description {
  display: none;
}

.adas-card:hover .adas-content {
  transform: translate(-50%, 0);
  bottom: 0;
  padding: 25px 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  height: 100%;
}

.adas-card:hover .adas-description {
  display: block;
} */

/* DESCRIPTION */
.adas-description {
  opacity: 0;
  /* display: none; */
  transform: translateY(15px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

/* HOVER STATE */
.adas-card:hover .adas-content {
  transform: translate(-50%, -50%); /* slide upward */
  padding: 25px 21px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

.adas-card:hover .adas-description {
  opacity: 1;
  /* display: block; */
  transform: translateY(0);
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .adas .col-lg-3 {
    width: 33.33333333%;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .adas .col-lg-3 {
    width: 50%;
  }
}

/* STYLE AT EVERY TURN */
.vehicle-style {
  background: linear-gradient(80deg, #080805 0%, #232323 100%);
}

.style-heading {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.style-gallery {
  display: flex;
  position: relative;
  min-height: 650px;
}

.style-main {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
}

.style-main::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(10, 10, 10, 0) 89%, #0a0a0a 96.53%);
}

.style-main #styleMainImage {
  border-radius: 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.style-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.style-thumbs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  justify-content: center;
}

.style-thumb {
  cursor: pointer;
  border-radius: 2px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 3px solid transparent;
}

.style-thumb.active,
.style-thumb:hover {
  border: 3px solid #00fdf9;
  box-shadow: 0 0 20px 0 #3fe1d1;
}

.style-thumb img {
  width: 100%;
  object-fit: cover;
}

/* Charge */
.charge {
  background: #080805;
}

.charge h2 {
  margin-bottom: 50px;
  text-align: center;
}

.charge-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.charge-card {
  border-radius: 5px;
  border: 0.5px solid #fff;
  background: #212121;
  padding: 30px;
  height: 100%;
  transition: all 0.35s ease;
}

.charge-card:hover {
  border: 2px solid #fff;
  background: rgba(33, 33, 33, 0.5);
  box-shadow: 0 0 20px 0 #fff;
}

.charge-icon {
  margin-bottom: 30px;
}

.charge-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}

.charge-card .cta-blue {
  max-width: 100%;
  margin-top: 50px;
  height: fit-content;
}

.charge-card .cta-blue:hover path {
  fill: #0092fd;
}

@media (max-width: 767px) {
  .charge-card .cta-blue {
    margin-top: 30px;
  }
}

/* Specifications */
.vehicle-specifications {
  background:
    linear-gradient(130deg, #080805 0%, #232323ea 100%),
    url("../../assets/img/vehicle_single/specs-bg.jpg") center / cover no-repeat;
}

.spec-heading-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 50px;
}

.spec-heading-content:has(+ .spec-switch) {
  margin-bottom: 100px;
}

.spec-heading-content:has(+ .spec-switch)::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, #151515 0%, #fff 50%, #151515 100%);
  width: 100%;
}

.spec-brochure {
  max-width: 605px;
  flex-direction: column;
}

.spec-brochure p {
  margin-bottom: 50px;
}

.spec-brochure a {
  max-width: fit-content;
}

.specs-heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: end;
}

.spec-switch {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}

.spec-content {
  display: none;
}

.spec-content.active {
  display: block;
}

.spec-content {
  border-radius: 5px;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  background: #212121;
  padding: 30px;
}

.spec-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 50px;
  position: relative;
}

.spec-row:not(:last-of-type) {
  margin-bottom: 120px;
}

.spec-row:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, #151515 0%, #fff 50%, #151515 100%);
  width: 100%;
}

.spec-column-title {
  font-size: 25px;
  margin-bottom: 30px;
}

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

.spec-item {
  margin-bottom: 0;
}

.spec-item:not(:last-of-type) {
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

.spec-item span {
  color: #fff;
}

.spec-label {
  display: block;
  margin-bottom: 20px;
}

.spec-value {
  font-weight: 700;
}

.specs-subtitle {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .spec-heading-content {
    flex-direction: column;
  }

  .spec-brochure {
    max-width: 100%;
    text-align: center;
    align-items: center;
  }

  .spec-brochure p {
    margin-bottom: 30px;
  }

  .specs-heading {
    text-align: center;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .spec-content {
    max-height: 68vh;
    overflow-y: auto;
  }

  .spec-column {
    margin-bottom: 30px;
  }

  .spec-row {
    display: block;
    margin-bottom: 0;
  }

  .spec-row:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .spec-row:not(:last-of-type)::after {
    content: none;
  }
}
/* Warranty bottom */

.vehicle-hero.warranty .vehicle-warranty {
  justify-content: center;
  margin-top: 0;
  max-width: 1365px;
  margin: 0 auto;
}

.vehicle-hero.warranty img {
  min-height: 150px;
}

.vehicle-hero.warranty .vehicle-warranty,
.vehicle-hero.warranty .vehicle-warranty .d-flex {
  gap: 50px;
}

@media (max-width: 576px) {
  .vehicle-hero.warranty .vehicle-warranty,
  .vehicle-hero.warranty .vehicle-warranty .d-flex {
    gap: 20px;
  }

  .vehicle-hero.warranty img {
    width: 100%;
    min-height: 100%;
  }
}

/* Mobile horizontal scroll */
@media (max-width: 1399px) {
  .roadtrip-tabs {
    position: relative;
    flex-wrap: nowrap; /* prevent wrapping */
    overflow-x: auto; /* enable horizontal scroll */
    overflow-y: hidden;
    justify-content: flex-start; /* align left */
    -webkit-overflow-scrolling: touch; /* smooth iOS scroll */
    scroll-behavior: smooth;
    -ms-overflow-style: none; /* IE/Edge */
    scrollbar-width: none; /* Firefox */
  }

  /* Hide scrollbar */
  ::-webkit-scrollbar {
    display: none;
  }

  .roadtrip-tab-btn {
    flex: 0 0 auto; /* prevent shrinking */
    white-space: nowrap; /* prevent text wrapping */
  }
}

@media (max-width: 767px) {
  .spec-switch,
  .style-thumbs {
    position: relative;
    flex-wrap: nowrap; /* prevent wrapping */
    overflow-x: auto; /* enable horizontal scroll */
    overflow-y: hidden;
    justify-content: flex-start; /* align left */
    -webkit-overflow-scrolling: touch; /* smooth iOS scroll */
    scroll-behavior: smooth;
    -ms-overflow-style: none; /* IE/Edge */
    scrollbar-width: none; /* Firefox */
  }

  .spec-btn,
  .style-thumb {
    flex: 0 0 auto; /* prevent shrinking */
    white-space: nowrap; /* prevent text wrapping */
  }

  .style-gallery,
  .postid-8437 .style-gallery {
    display: block;
    min-height: unset;
  }

  .style-thumbs {
    position: relative;
    flex-direction: row;
    height: min-content;
    margin-top: 30px;
    right: unset;
  }

  .style-main #styleMainImage {
    max-height: 250px;
  }
}
