  /* HERO WRAPPER */
.hero {
  width: 100%;
  margin-top: -118px; /* Override container margin */

}

/* HERO IMAGE SECTION */
.hero-image {
  background-image: url("/images/home/hero.jpg");
  background-size: cover;
  background-position: 0 25%;
  position: relative;
  min-height: 22rem;
  background-color: #16232ba6;
  background-blend-mode: darken;
}

.hero-content {
  color: #fff;
  max-width: 1048px;
}

.hero-content h1 {  
  font-size: 2.2rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}

/* BUTTONS */
.hero-buttons {
  display: flex;
  text-shadow: none;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}


/* SEARCH SECTION */
.hero-search {
  --tw-bg-opacity: 1;
  background-color: rgb(22 35 43 / var(--tw-bg-opacity, 1));
  padding: 2rem;
  text-align: center;
  color: #fff;

}

.search-box {
  max-width: 900px;
  width: 100%;
  margin-bottom: 1rem;
  margin-inline: auto;
  display: flex;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.22), 0 2px 4px -2px rgba(0, 0, 0, 0.6);
}

.search-box button {
  flex: 0 0 auto;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
