.heroContainer {
    min-height: 64vh;
}


.safari-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #00d486; /* your dark theme color */
  z-index: 0;
}

.safari-header > * {
  position: relative;
  z-index: 1;
}