/* _content/E-GovService/Components/Layout/HeroSection.razor.rz.scp.css */
.hero-section[b-f8pcgdmc4t] {
    background-color: #14558F; /* A richer blue */
    background-image: url("path/to/subtle-background-pattern.png"); /* Add a subtle background image or pattern */
    background-size: cover;
    background-position: center;
    padding-top: 80px; /* Increased top padding */
    padding-bottom: 80px; /* Increased bottom padding */
}

.hero-section h1[b-f8pcgdmc4t] {
    font-size: 3.5rem; /* Slightly larger heading */
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-section .lead[b-f8pcgdmc4t] {
    font-size: 1.2rem; /* Slightly larger lead text */
    line-height: 1.8; /* Improved line height for readability */
    margin-bottom: 30px;
}

.hero-section .btn[b-f8pcgdmc4t] {
    border-radius: 2rem; /* Rounded buttons */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    transition: all 0.2s ease-in-out; /* Smooth hover effect */
}

.hero-section .btn:hover[b-f8pcgdmc4t] {
    transform: translateY(-2px); /* Slight lift on hover */
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15);
}

.hero-section img[b-f8pcgdmc4t] {
    border-radius: 1rem; /* Rounded image corners */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* More pronounced shadow */
    max-width: 100%; /* Ensure image scales responsively */
    height: auto;
}
/* _content/E-GovService/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-387t9ctwrx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-387t9ctwrx] {
    flex: 1;
}

.sidebar[b-387t9ctwrx] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-387t9ctwrx] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-387t9ctwrx]  a, .top-row[b-387t9ctwrx]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-387t9ctwrx]  a:hover, .top-row[b-387t9ctwrx]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-387t9ctwrx]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-387t9ctwrx] {
        justify-content: space-between;
    }

    .top-row[b-387t9ctwrx]  a, .top-row[b-387t9ctwrx]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-387t9ctwrx] {
        flex-direction: row;
    }

    .sidebar[b-387t9ctwrx] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-387t9ctwrx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-387t9ctwrx]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-387t9ctwrx], article[b-387t9ctwrx] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-387t9ctwrx] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-387t9ctwrx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/E-GovService/Components/Layout/NavMenu.razor.rz.scp.css */
.top-navbar[b-0pkd8o6q4w] {
    background-color: #3B7A57;
    color: white;
    padding: 5px 0;      /* Increased padding */
    font-size: 80%;      /* Slightly larger font size */
    border-bottom: 2px solid #29543F; /* Add a subtle border */
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
}

.top-navbar-content[b-0pkd8o6q4w] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-navbar-links a[b-0pkd8o6q4w] {
    color: white;
    margin-left: 10px;   /* Increased spacing */
    text-decoration: none;
    font-weight: 500;  /* Slightly bolder font weight */
    transition: color 0.2s ease; /* Smooth color transition on hover */
}

.top-navbar-links a:hover[b-0pkd8o6q4w] {
    color: #A3DDCB; /* Lighter green on hover */
    text-decoration: none; /* Remove underline on hover */
}

.navbar[b-0pkd8o6q4w] {
    background-color: #285c7f !important; /* Dark blue background */
    padding: 15px 0;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.navbar-brand[b-0pkd8o6q4w] {
    font-size: 1.2rem;
    font-weight: 600;
}

.navbar-nav .nav-link[b-0pkd8o6q4w] {
    color: white;
    margin-left: 20px;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.navbar-nav .nav-link:hover[b-0pkd8o6q4w] {
    color: #A3DDCB; /* Light green on hover */
}

.navbar-nav .nav-link.active[b-0pkd8o6q4w] {
    font-weight: 600;
}

.btn-outline-light[b-0pkd8o6q4w] {
    border-color: #A3DDCB; /* Light green border */
    color: #A3DDCB;     /* Light green text */
    transition: all 0.2s ease;
}

.btn-outline-light:hover[b-0pkd8o6q4w] {
    background-color: #A3DDCB !important;
    color: #285c7f;
    border-color: #A3DDCB;
}
/* _content/E-GovService/Components/Layout/SubNavMenu.razor.rz.scp.css */
.top-navbar[b-mwyvfnco7s] {
    background-color: #a7c4c5; /* Soft, muted background color */
    padding: 20px 40px; /* Slightly reduced padding for balance */
    border-bottom: 2px solid #88a1a2;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); /* Stronger shadow for depth */
}

.container[b-mwyvfnco7s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 8000px;
    margin: 0 auto;
    padding-right: 70px;
}

.top-navbar-content[b-mwyvfnco7s] {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Distribute space between the elements */
    width: 100%;
}

.logo-and-name[b-mwyvfnco7s] {  /* New class to group logo and name */
    display: flex;
    align-items: center;
}

.top-navbar-content img[b-mwyvfnco7s] {
    margin-right: 15px; /* Slightly less spacing */
    margin-left: 50px;
    border-radius: 50%; /* Rounded image for a polished look */
    width: 40px;
    height: 40px;
}

.top-navbar-content span[b-mwyvfnco7s] {
    font-size: 24px; /* Slightly smaller font size for balance */
    color: #285c7f;
    font-weight: 700; /* Bolder for emphasis */
}

.search-box[b-mwyvfnco7s] {
    background-color: #f9f9f9;
    border: 2px solid #ddd;
    border-radius: 30px; /* More rounded for a friendly look */
    padding: 10px 20px;
    display: flex;
    align-items: center;
    width: 350px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
    transition: all 0.3s ease;
}

.search-box:hover[b-mwyvfnco7s] {
    border-color: #285c7f; /* Highlight border on hover */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}

.search-box input[type="text"][b-mwyvfnco7s] {
    border: none;
    outline: none;
    margin-right: 10px;
    flex-grow: 1;
    font-size: 16px;
    font-style: italic;
    color: #333;
    background-color: transparent; /* Transparent for cleaner look */
}

.search-box input[type="text"][b-mwyvfnco7s]::placeholder {
    color: #888; /* Softer placeholder text color */
}

.search-box button[b-mwyvfnco7s] {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #285c7f;
    transition: color 0.3s ease;
}

.search-box button:hover[b-mwyvfnco7s] {
    color: #1c3f57; /* Darker color on hover for emphasis */
}

.search-box i[b-mwyvfnco7s] {
    color: #285c7f;
}
/* _content/E-GovService/Components/Layout/SubSubNavMenu.razor.rz.scp.css */
.breadcrumbs-section[b-iyx1dmmxqm] {
    background-color: #f8f9fa;
    padding: 10px 0;
    text-align: left;
    display: block;
    width: 130%;
}


.container[b-iyx1dmmxqm] {
    /* max-width: 960px; */ /* Commented out or removed */
    width: 120%; /* Ensure the container takes full width */
    margin: 0;
    padding: 0;
}


.breadcrumbs[b-iyx1dmmxqm] {
    font-size: 14px;
    text-align: left; /* Align text to the left */
    
}

.breadcrumbs-section[b-iyx1dmmxqm] {
    background-color: #f8f9fa;
    padding: 10px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center-aligns the content */
}

.container[b-iyx1dmmxqm] {
    width: 100%;
    max-width: 1400px; /* Set a maximum width for the container */
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.breadcrumbs[b-iyx1dmmxqm] {
    font-size: 14px;
    text-align: left;
    display: flex;
    align-items: center;
}

.breadcrumbs span[b-iyx1dmmxqm] {
    margin: 0 5px;
}

.offered-by[b-iyx1dmmxqm] {
    font-size: 12px;
    color: #6c757d;
    text-align: left;
    display: flex;
    align-items: center;
    margin-left: auto; /* Aligns "OFFERED BY" text to the right side */
}

.offered-by a[b-iyx1dmmxqm] {
    color: #28a745;
    text-decoration: none;
    margin-left: 5px;
}

hr[b-iyx1dmmxqm] {
    width: 100%;
    border: none;
    border-top: 1px solid #dee2e6;
    margin: 10px 0;
}
