.custom-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url('https://aristawonen.nl/wp-content/uploads/2025/07/hoofdpagina1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  color: white;
}

.custom-hero h1,
.custom-hero p {
  color: white;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
  margin: 10px 0;
}

.vc_row.custom-hero {
  min-height: 100vh !important;
}