.home-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Overlay */
.home-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    
   
    pointer-events: none;
}

/* Keep content above overlay */
.home-banner .container {
    position: relative;
    z-index: 1;
}
