#myVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;      
  height: 100vh;    
  object-fit: cover;      
}
.slidercontainer {
    min-height: 100vh;
    width: 100%;
    background-size: cover;
}
.text-containers {
    z-index: 1;
        position: absolute;
    left: 100px;
    top: 100px;
    max-width:600px;
}
body {
  overflow-x: hidden;
}
.slide-head {
    color:#fff;
        font-size: 55px;
}
p#slide {
color:#fff;
font-size:30px;
}
.header-wrap .py-3 {
    padding-top:5px!important;
     padding-bottom:5px!important;
}
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
    padding: 0px 1rem;
    height: 40px;
}
.t4-header .header-wrap {
    min-height: 50px;
}
.navbar-brand.logo-text .site-name {
    margin-bottom: 0px;
    letter-spacing: 1.5px;
}
  .t4-offcanvas-toggle {
    font-size:26px;
}
.navbar-brand {
    padding-top: 7px;
}
.hero-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.hero-image {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.5); /* Optional: darkens image for better text contrast */
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 20px;
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color:#fff;
}

.hero-content p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.hero-button {
  background: #fcd34d;
  color: #111;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.hero-button:hover {
  background: #fbbf24;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.2rem;
  }

  .hero-content p {
    font-size: 1rem;
  }
}
.arrow-down {
  width: 24px;
  height: 24px;
  position: relative;
  margin: 0px auto;
  animation: bounce 2s infinite;
  z-index: 3;
  position: absolute;
bottom:50px;
}

.arrow-down span {
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}


@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
#t4-section-1 .custom {
    position: relative;
    top: -55px;
    left: 0px;
    right: 0px;
    
}
.not-at-top #t4-header.t4-sticky {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
}
#t4-header {
 background-color: rgba(255, 255, 255, 0.5);
 border-bottom: none !important;
}
@media (max-width: 600px) {
  .hero-banner {
    height: 40vh;
    padding: 0 10px;
  }
  .text-containers {
    left: 10px;
    top: 10px;
    max-width:95%;
}
}