.second-title {
  /* font-size: 60px; */
  margin-left: 0;
}

.second-titlt {
  /* font-size: 40px; */
  margin-left: 0;
}

.d-md-none {
  display: none;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.hero-section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(275deg, rgba(255, 255, 255, 0) 40%, rgb(0 0 0 / 80%) 100%);
  background-blend-mode: multiply;
  z-index: 2;
}

@media (min-width: 912px) {
  .second-title {
    /* font-size: 85px; */
    margin-left: 50px;
  }

  .second-titlt {
    /* font-size: 60px; */
    margin-left: 74px;
  }

  .d-none {
    display: none;
  }

  .d-md-block {
    display: block;
  }

  .d-md-none {
    display: none;
  }

  .margin-styled {
    padding-bottom: 4%;
  }
}



@media (min-width: 1300px) {

  .banner-info {
    width: 75%;
  }

}


.video-hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* Complete overlay to hide everything until ready */
.overlay-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 1s ease-out;
}

.overlay-screen.fade-out {
  opacity: 0;
  pointer-events: none;
}

/* Video container with extreme positioning to hide YouTube elements */
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.video-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120vw;
  height: 67.5vw; /* 16:9 aspect ratio * 1.2 */
  min-height: 120vh;
  min-width: 213.33vh; /* 16:9 aspect ratio * 1.2 */
  transform: translate(-50%, -50%);
  border: none;
  pointer-events: none; /* Disable all interactions */
}

/* Content overlay */
.content-layer {
  position: relative;
  z-index: 5;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}

/* Hide any YouTube branding that might leak through */
.video-background * {
  pointer-events: none !important;
}

.hero-section-banners h1,
.hero-section-banners h2,
.hero-section-banners h3,
.hero-section-banners h4,
.hero-section-banners h5,
.hero-section-banners h6,
.hero-section-banners p,
.hero-section-banners label,
.hero-section-banners span {
  color: white;
}

@media (max-width: 991px) {
  .hero-section-banners h1,
  .hero-section-banners h2,
  .hero-section-banners h3,
  .hero-section-banners h4,
  .hero-section-banners h5,
  .hero-section-banners h6,
  .hero-section-banners p,
  .hero-section-banners label,
  .hero-section-banners span {
    color: black;
  }
}

/* @keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fade-left-seq {
  opacity: 0;
  animation: fadeInLeft 1s ease-out forwards;
}

.banner-info span:nth-child(1) {
  animation-delay: 0s;
}

.banner-info span:nth-child(2) {
  animation-delay: 0.4s;
}

.banner-info div {
  animation-delay: 0.6s;
} */
