


.revu-banner-home {
    position: relative;
    background-image: url('../images/businesses/banner.jpg') !important;
    background-size: cover;
    background-position: center;
}

.revu-banner-home::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); /* This is the dark overlay */
    z-index: 1;
}

/* Optional: To make content visible on top of the overlay */
.revu-banner-home .banner-content {
    position: relative;
    z-index: 2;
    color: white; /* Example for text on top */
}