.hero-banner {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.hero-banner img {
  display: block;
  margin: 0;
  padding: 0;
}

.promo-banner {
  height: 500px;
}
.promo-banner .bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.promo-banner .car-img {
  position: absolute;
  bottom: -300px;
  left: 60%;
  transform: translateX(-50%);
  width: 120%;
  max-width: 1600px;
  z-index: 2;
}
.promo-banner .banner-text {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  color: #fff;
  max-width: 500px;
  border-left: 3px solid #fff;
  padding-left: 20px;
  z-index: 3;
  max-width: none;
}
.promo-banner .banner-text h2 {
  font-weight: 700;
  margin-bottom: 15px;
  white-space: nowrap;
}

.third-banner {
  height: 600px;
  position: relative;
}
.third-banner .bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.third-banner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.75) 60%);
  z-index: 1;
  pointer-events: none;
}
.third-banner .carwindow-img {
  position: absolute;
  top: 120px;
  left: 8%;
  border-radius: 20px;
  width: 40%;
  z-index: 1;
}
.third-banner .banner-text {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  color: #fff;
  max-width: 500px;
  border-left: 3px solid #fff;
  padding-left: 20px;
  z-index: 2;
  max-width: none;
}
.third-banner .banner-text h2 {
  font-weight: 700;
  margin-bottom: 15px;
  white-space: nowrap;
}

.fourth-banner {
  min-height: 800px;
}
.fourth-banner .bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.fourth-banner .product-overlay {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding: 60px 20px;
  max-width: 900px;
  margin: 0 auto;
}
.fourth-banner .product-overlay .product-title {
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.fourth-banner .carousel-img {
  width: 100%;
  max-height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.fourth-banner .carousel-heading {
  margin-top: 25px;
  font-weight: 700;
  letter-spacing: 1px;
}
.fourth-banner .carousel-desc {
  max-width: 700px;
  margin: 10px auto 0;
  line-height: 1.7;
  font-size: 0.95rem;
}
.fourth-banner .carousel-desc .show-more-btn {
  color: #fff;
  text-decoration: underline;
  margin-left: 5px;
  white-space: nowrap;
}
.fourth-banner .carousel-control-prev,
.fourth-banner .carousel-control-next {
  top: 40%;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  opacity: 0.8;
}
.fourth-banner .carousel-control-prev:hover,
.fourth-banner .carousel-control-next:hover {
  opacity: 1;
}
.fourth-banner .carousel-indicators-custom {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
}
.fourth-banner .carousel-indicators-custom button {
  width: 40px;
  height: 4px;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 2px;
}
.fourth-banner .carousel-indicators-custom button.active {
  background: #fff;
}/*# sourceMappingURL=landing.css.map */