.lang-switch {
  position: fixed;
  top: 20px;
  right: 70px;
  font-size: 14px;
  z-index: 9999;
}

.lang-switch a {
  color: white;
  text-decoration: none;
  margin: 0 5px;
}

.lang-switch a.active {
  font-weight: bold;
  text-decoration: underline;
}

/* DETAILSEKTION */
.details-section {
  padding: 55px 0 70px;
}

.white h5 {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 14px;
  font-weight: 500;
}

.vehicle-title {
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
  color: #ffffff;
}

.top-specs-row {
  margin-top: 30px;
  margin-bottom: 55px;
}

.description-box {
  max-width: 92%;
  padding-right: 34px;
}

.description-box h3 {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 28px;
  color: #ffffff;
}

.description-box p {
  font-size: 1.08rem;
  line-height: 1.95;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 24px;
}

.description-box strong {
  color: #ffffff;
  font-weight: 600;
}

.spec-box {
  margin-top: 10px;
  padding: 0;
}

.spec-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 22px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.spec-item span {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.4;
}

.spec-item strong {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.78);
  text-align: right;
  line-height: 1.4;
  white-space: nowrap;
}

.equipment-title {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #ffffff;
}

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

.equipment-list li {
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}

.divider3 {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 36px 0;
}

.detail-kicker {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  color: rgba(255, 255, 255, 0.42);
  margin-bottom: 12px;
}

.vehicle-highlights {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vehicle-highlights li {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 0.92rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.025);
}

/* GALERIE */
.vehicle-gallery-wrap {
  margin-top: 4px;
  margin-bottom: -100px;
}

#custCarousel {
  position: relative;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

#custCarousel .carousel-inner {
  position: relative;
  border-radius: 0;
  overflow: hidden;
}

#custCarousel .carousel-item img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.18);
}

#custCarousel .carousel-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

#custCarousel .carousel-control-prev,
#custCarousel .carousel-control-next {
  width: 54px;
  height: 54px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
  border: none;
  opacity: 1;
  transition: all 0.25s ease;
}

#custCarousel .carousel-control-prev {
  left: 18px;
}

#custCarousel .carousel-control-next {
  right: 18px;
}

#custCarousel .carousel-control-prev:hover,
#custCarousel .carousel-control-next:hover {
  background: rgba(255, 255, 255, 0.82);
}

#custCarousel .carousel-control-prev-icon,
#custCarousel .carousel-control-next-icon {
  width: 18px;
  height: 18px;
  filter: invert(1) brightness(0.25);
}

/* THUMBNAILS */
#custCarousel .carousel-indicators {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 18px 0 0;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

#custCarousel .carousel-indicators li {
  width: auto;
  height: auto;
  text-indent: 0;
  margin: 0;
  background: transparent;
  border: none;
  opacity: 1;
}

#custCarousel .carousel-indicators a {
  display: block;
  overflow: hidden;
  border-radius: 0;
  opacity: 0.72;
  transition: all 0.22s ease;
  box-shadow: none;
}

#custCarousel .carousel-indicators a:hover {
  opacity: 0.95;
  transform: translateY(-2px);
}

#custCarousel .carousel-indicators li.active a {
  opacity: 1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85);
}

#custCarousel .carousel-indicators img {
  width: 56px;
  height: 36px;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

/* RESPONSIVE */
@media (max-width: 1199px) {
  .vehicle-title {
    font-size: 3.2rem;
  }

  .description-box {
    max-width: 100%;
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .details-section {
    padding: 40px 0 55px;
  }

  .vehicle-title {
    font-size: 2.7rem;
  }

  .top-specs-row {
    margin-top: 22px;
    margin-bottom: 40px;
  }

  .description-box {
    padding-right: 0;
    margin-bottom: 24px;
  }

  .spec-box {
    margin-bottom: 18px;
  }

  .description-box h3,
  .equipment-title {
    font-size: 1.8rem;
  }

  .description-box p {
    font-size: 1rem;
    line-height: 1.85;
  }

  #custCarousel .carousel-control-prev,
  #custCarousel .carousel-control-next {
    width: 44px;
    height: 44px;
  }

  #custCarousel .carousel-control-prev {
    left: 12px;
  }

  #custCarousel .carousel-control-next {
    right: 12px;
  }
}

@media (max-width: 767px) {
  .details-section {
    padding: 28px 0 40px;
  }

  .details-section .container,
  .vehicle-gallery-wrap.container,
  .white.details-section {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .vehicle-title {
    font-size: 2.05rem;
    line-height: 1.08;
    margin-bottom: 6px;
  }

  .white h5 {
    font-size: 0.8rem;
    letter-spacing: 1.6px;
    margin-bottom: 10px;
  }

  .top-specs-row {
    margin-top: 16px;
    margin-bottom: 28px;
  }

  .description-box {
    padding-right: 0;
    margin-bottom: 18px;
    max-width: 100%;
  }

  .description-box h3,
  .equipment-title {
    font-size: 1.6rem;
    margin-bottom: 16px;
    line-height: 1.08;
  }

  .description-box p {
    font-size: 0.98rem;
    line-height: 1.75;
    margin-bottom: 18px;
  }

  .spec-box {
    margin-bottom: 10px;
  }

  .spec-item {
    padding: 13px 0;
    gap: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
  }

  .spec-item span,
  .spec-item strong {
    font-size: 0.94rem;
    line-height: 1.35;
  }

  .equipment-list li {
    padding: 11px 0;
    font-size: 0.94rem;
    line-height: 1.45;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .divider3 {
    height: 1px;
    margin: 20px 0;
    background: rgba(255, 255, 255, 0.06);
  }

  .vehicle-highlights {
    gap: 8px;
  }
  
@media (max-width: 767px) {
  .divider3 {
    display: block !important;
    height: 1px !important;
    min-height: 1px !important;
    max-height: 1px !important;
    margin: 18px 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: rgba(255, 255, 255, 0.05) !important;
  }
}
  .vehicle-highlights li {
    font-size: 0.85rem;
    padding: 8px 12px;
  }

  .vehicle-gallery-wrap {
    margin-top: 14px;
    margin-bottom: 28px;
  }

  #custCarousel .carousel-control-prev,
  #custCarousel .carousel-control-next {
    width: 40px;
    height: 40px;
  }

  #custCarousel .carousel-control-prev {
    left: 10px;
  }

  #custCarousel .carousel-control-next {
    right: 10px;
  }

  #custCarousel .carousel-indicators {
    gap: 6px;
    margin-top: 12px;
  }

  #custCarousel .carousel-indicators img {
    width: 46px;
    height: 30px;
  }
}