.new-banner .banner-title {
    color: #ffffff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}
.new-banner .banner-subtitle {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.9);
}


/* ===============================
   MOBILE HERO SLIDER FIX
================================ */
@media (max-width: 768px) {
 
  /* Heading */
  .banner-title {
    font-size: 26px !important;
    line-height: 1.3 !important;
    margin-bottom: 12px !important;
  }

  /* Subtitle */
  .banner-subtitle {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
    opacity: 0.95 !important;
  }

  /* Buttons */
  .banner-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    align-items: left !important;
  }

  .banner-buttons a {
    width: 100% !important;
    max-width: 240px !important;
    text-align: center !important;
    padding: 10px 20px !important;
    font-size: 13px !important;
  }

  

}

.home3{
  height: 80vh;
}
.video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    z-index: 1;
}

.video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Ensure text stays above video */
.slider-item .container {
    position: relative;
    z-index: 2;
}

/* Optional dark overlay for readability */
.video-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1;
}
