body {
  margin-top: 100px;
}

.hero-section {
  position: relative;
  height: calc(100vh - 100px);
  overflow: hidden;
  background: #000;
  color: #fff;
}

.hero-section h1 {
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
}


.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.hero-overlay {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 25vh;
  background: #000A;
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 30px;
  width: 80vw;
}

.subsection-hero {
  height: 300px;
  width: 500px;
  object-fit: cover;
  object-position: center;
}

.section-padding {
  padding: 60px 0;
}

.grecaptcha-badge {
  opacity: 0.25 !important;
}