.page-header {
    position: relative;
    background-image: url('images/our-work/uniform/11.jpg'); /* replace with your image */
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 5rem 0;
    margin-bottom: 3rem;
}

.page-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); /* dark overlay */
    z-index: 1;
}

.page-header .container {
    position: relative;
    z-index: 2;
}

.page-header h1 {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(255, 165, 0, 0.5); /* transparent orange */
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
    border-radius: 5px;
}

.page-header .breadcrumb {
    justify-content: center;
    background: transparent;
    margin-top: 1rem;
}

.page-header .breadcrumb a {
    color: #ffb84d; /* optional breadcrumb link color */
}

.page-header .breadcrumb .active {
    color: #fff;
}
