.bg-product {
background-image: url(../img/Elite-Blog-banner.webp);
    overflow: hidden;
    padding-top: 5%;
    
    padding-bottom: 5%;background-size: cover;
    position: relative; /* Ensure content appears above the overlay */
    z-index: 2;
}
.bg-product::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.breadcrumb-item.active {
            color: #fff;
        }
        ol.breadcrumb li {
    color: #007bff !important;
    font-weight: 400;
}
        ol.breadcrumb li a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}
ol.breadcrumb li a:hover {
    color: #007bff;
    font-weight: 400;
    text-decoration: none;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
    text-decoration: none;
    content: " » " !important;
}
        .breadcrumb-item+.breadcrumb-item::before {
            color: #fff;
        }
        .bread_link {
    margin: auto !important;
    display: table;
    margin: 30px 0px 0px;
    color: #fff !important;
    text-align: center !important;
    
}



