.hero-video {
    position: relative;
    min-height: 65vh;
    overflow: hidden;


  }

  
  .video-bg-wrapper {
    position: absolute ;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 65vh;
   
    overflow: hidden;
    pointer-events: none; 
  }

  
  .video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5); 
  
    object-position: center;
    
  }
  @media (max-width: 991.98px) {
    .hero-video {
      position: relative;
      height: 100vh;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .video-bg-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
    }
    
    
  }

    
  
  
  .hero-content {
    z-index: 1;
 
  }

  .font-weight-semi-bold {
  font-weight: 600 !important;
}

  .videoBox {
    max-width: 920px;
  }

  .buttonXL {
    font-size:24px !important;
    padding:8px 40px !important;

  }

  .fa-sm {
   font-size: 0.9em !important;
  }
  .fa-xs {
    font-size: 0.75em !important;
  }

  .homeVideoSearch {    
        border:1px solid #999999;
        border-radius: 0% !important;
  }


  
  
  .video-bgSAVE {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


 #hp-buttons-top-v2 {
    background-color: #64A4B2 !important;
    z-index: 1 !important;



  }

  #hp-buttons-top-v2 a {
    
   
    padding:0px 30px 0px 30px !important;
    font-size: 22px;
    font-weight: 600;
    color:#FFFFFF;
  
  }

  .spacer {
    background-color: #dfd9d9;
    width:1px;
    margin: 5px 0px 5px 0px;
    border-radius:4px;


  }

  #hp-buttons-top-v2 .spacer:last-of-type {
    display: none;
}


.home-upcoming-header {

  color: #5db0bc;
  font-size: 26px;
  padding-bottom: 18px;
  font-weight: bold;
}

.minimalPadding {
  padding:2px 6px 3px 3px !important;
}

.teal2-bg {
  background-color: #84B7C2 !important;

}

.text-xs {
  font-size: 0.9em !important;
}

.text-xs {
  font-size: 0.85em !important;
}

.text-4xl {
  font-size:6.0em !important;
}

.font-light {
  font-weight: 300;
}

.text-teal1 {
  color:#64A4B2;
}

.text-darkblue1 {
  color:#1C2D40;
}

.border-gray1 {
  border: 1px solid #DDDDDD !important;


}
.bg-teal1 {
  background-color:#64A4B2;
}


.text-darkblue1 {
  color: #1C2D40;
}

.font-weight-black {
  font-weight: 900 !important;

}

.text-gray-1 {
  color: #707070;
}
.bg-light-blue {
  background-color: #AFC4DC;
}

.bg-light-gray {
  background-color: #EEEEEE;
}


.bg-mid-gray {
  background-color: #969696;
}

.homeVideoSearchResults {


  padding: 10px;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  display:block;

}

#headerunder_sm {
  height: 0px;
  background-color: #05273e;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
  height: 90px;
}

.search-dropdown {
  position: absolute;
  z-index: 200 !important;
  overflow-y: auto; /* Use 'auto' instead of 'hidden scroll' */
  width: 100% !important;
  padding: 4px !important;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  max-height: 300px; /* Add height limit so scroll works */
  border: 1px solid #ddd;
}