.hero-section .element-type-customhtml {
    max-width: 100%;
}
.hero-wrap {
  position: relative;
  width: 100%;
  padding: 50px 20px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  text-align: center;
  backdrop-filter: blur(2px);
}

.hero-title {
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 25px;
  text-transform: uppercase;
  text-shadow: 4px 4px 10px rgba(0,0,0,0.9);
}

.hero-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.hero-line {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
  text-shadow: 3px 3px 8px rgba(0,0,0,0.85);
  backdrop-filter: blur(1px);
}

.hero-line i {
  margin-right: 8px;
  font-size: 1.25rem;
  color: var(--clr-primary-300) !important;
}

/* Flex row on 768px+ */
@media (min-width: 768px) {
   .hero-wrap {
    margin-top: 300px;
}
  .hero-info {
    flex-direction: row;
    justify-content: center;
  }

  .hero-line {
    margin: 0 10px;
  }
}



/* VDP
*****************************/
.element-type-vehiclespecifics .specifics-label {
    font-size: 18px;
    color: #fff;
}

.element-type-vehiclespecifics .specifics-value {
    font-size: 18px;
    color: #ccc;
}

.element-type-vdpkeyfeatures .flex-item-features {
    background-color: #1f1f22;
    border-color: #1f1f22;
    padding: 10px;
}

.element-type-vdpkeyfeatures .flex-item-features .specifics-label {
    color: #fff;
}

.element-type-vdpkeyfeatures .flex-item-features .specifics-value {
    color: #ccc;
}

/* BANNER
*****************************/
.banner-container {
  background-image: url("https://automanager.blob.core.windows.net/wmclients/036113/images/tan-backgroundfull.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #d8c7b0;
  min-height: 100%;
  box-sizing: border-box;
}

@media(max-width: 767.8px) {
.banner-container img {
    width: 150px;
}
}

/* HERO SECTION HOMEPAGE
*****************************/
.hero-section {
    min-height: 700px;
    background-position: center;
}

/* FORM
*****************************/
.form-control.form-control {
    height: 50px;
    padding: 6px 12px;
}

/* NAVBAR
*****************************/
@media(min-width: 768px) {
.navbar-fixed-spacer {
    height: 67px
}
}