.hero {
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
  color: white;
  text-align: center;
  padding: 5rem 2rem 3rem;
}

.hero-content h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.hero-content h1 span {
  color: var(--accent);
}

.hero-content p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

form input[type="text"] {
  padding: 0.75rem;
  font-size: 1rem;
  width: 60%;
  max-width: 400px;
  margin-right: 1rem;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.hero-search {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.hero-search input[type="text"] {
  padding: 0.75rem;
  font-size: 1rem;
  width: 300px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.hero-search button {
  height: 44px;
}
.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem; /* vertical spacing between hero elements */
}

.hero-btn {
  margin-top: 1rem;
}

.hero-search {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
