#hero {
  min-height: 100vh;
  background-color: #f8f9fa;
}

.hero .btn-primary {
  font-weight: bold;
}

#hero-index {
  background: url("../z-images/hero/elevia-compact-platform-home-lift-3.webp") no-repeat center center;
  background-size: cover;
  min-height: 80vh;
  color: white;
  position: relative;
}

#hero-index::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
}

#hero-index .container {
  position: relative;
  z-index: 2;
}

#hero-index .hero-text-background-color {
  background: rgba(0, 0, 0, 0.48);
  padding: 1.5rem;
}

@media (max-width: 991.98px) {
  #hero-index .hero-text-background-color {
    padding: 2.5rem;
  }
}

#hero-thanks {
  background: url("../z-images/hero/savaria-luma-hero.webp") no-repeat center center;
  background-size: cover;
  min-height: 70vh;
  color: white;
}
