/* Hero Section Overlay Styles */

.page-header.bg-more-light {
    position: relative;
    z-index: 1;
}

.page-header.bg-more-light::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.page-header .page-title {
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-header .breadcrumb-nav .breadcrumb {
    background: transparent;
}

.page-header .breadcrumb-item a {
    color: #261680 !important;
    font-weight: 500;
}

.page-header .breadcrumb-item.active {
    color: #29129d !important;
    font-weight: 500;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: #2a10bc !important;
}