/* Breadcrumb Styles */
.bh-breadcrumb {
    font-size: 16px;
    margin: 10px 0;
    padding: 10px 15px;
    background: #f8f9fa;
    border-radius: 5px;
}

.bh-breadcrumb a {
    color: #0073aa;
    text-decoration: none;
    font-weight: bold;
}

.bh-breadcrumb a:hover {
    text-decoration: underline;
}

/* Hero Section Styles */
.bh-hero {
    background: linear-gradient(to right, #0073aa, #005b8e);
    color: #fff;
    padding: 50px 20px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 20px;
}

.bh-hero h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.bh-hero p {
    font-size: 18px;
    opacity: 0.9;
}
