@import 'eGovPortal.Client.bundle.scp.css';

/* _content/eGovPortal/Components/Layout/Footer.razor.rz.scp.css */

.sey-footer[b-3pwjcduo5d] {
    background-color: #0B1020;
    color: #ffffff;
    padding: 70px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    background-image: radial-gradient( circle at 20% 0%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.00) 55% );
}

  
    .sey-footer[b-3pwjcduo5d]  .sey-footer__paper {
        background: transparent !important; 
    }

   
    .sey-footer[b-3pwjcduo5d]  .mud-typography {
        color: rgba(255, 255, 255, 0.92);
    }

.sey-footer__inner[b-3pwjcduo5d] {
    max-width: 1400px;
}

.sey-footer__title[b-3pwjcduo5d] {
    font-weight: 600;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.95);
}

.sey-footer__rule[b-3pwjcduo5d] {
    height: 1px;
    width: 85%;
    margin: 18px auto;
    background: rgba(255, 255, 255, 0.12);
}

.sey-footer__item[b-3pwjcduo5d] {
    text-align: center;
    font-size: 1.05rem;
    line-height: 1.7rem;
    color: rgba(255, 255, 255, 0.88);
}

.sey-footer__item--strong[b-3pwjcduo5d] {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
}


.sey-footer[b-3pwjcduo5d]  a,
.sey-footer[b-3pwjcduo5d]  a:visited,
.sey-footer[b-3pwjcduo5d]  .mud-link {
    color: rgba(255, 255, 255, 0.95) !important;
    text-decoration: none !important;
}

    .sey-footer[b-3pwjcduo5d]  a:hover,
    .sey-footer[b-3pwjcduo5d]  .mud-link:hover {
        color: #ffffff !important;
        text-decoration: underline !important;
    }

.sey-footer__last-updated[b-3pwjcduo5d] {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
    padding-right: 8px;
    color: rgba(255, 255, 255, 0.78);
}

.sey-footer__bottom-rule[b-3pwjcduo5d] {
    height: 1px;
    width: 100%;
    margin: 18px 0 14px;
    background: rgba(255, 255, 255, 0.12);
}

.sey-footer__copyright[b-3pwjcduo5d] {
    text-align: center;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.85);
}
/* _content/eGovPortal/Components/Layout/MainLayout.razor.rz.scp.css */

.gov-sticky-stack[b-ssgc4fkdwj] {
    position: sticky;
    top: 0;
    z-index: 2000; 
}


.gov-header[b-ssgc4fkdwj] {
    position: relative; 
    top: auto;
    z-index: auto; 
}


.gov-header[b-ssgc4fkdwj] {
    position: sticky;
    top: 0;
    z-index: 1100;
    background: #fff;
    border-bottom: 1px solid #eee;
  
    padding: 18px 26px;
   
    --crest-h: 72px;
    --text-size: 1.45rem;
    transition: padding 180ms ease, box-shadow 180ms ease;
}

.gov-header--compact[b-ssgc4fkdwj] {
    padding: 8px 26px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    --crest-h: 36px;
    --text-size: 0.95rem;
}

.gov-header__inner[b-ssgc4fkdwj] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.gov-header__crest[b-ssgc4fkdwj] {
    height: var(--crest-h);
    width: auto;
    transition: height 180ms ease;
    transform-origin: left center;
}

.gov-header__text[b-ssgc4fkdwj] {
    font-size: var(--text-size);
    font-weight: 700;
    color: #111;
    line-height: 1.15;
    letter-spacing: 0.2px;
    transition: font-size 180ms ease;
    /* still one sentence, but may wrap on smaller widths */
    white-space: normal;
}

/* Mobile */
@media (max-width: 640px) {
    .gov-header[b-ssgc4fkdwj] {
        padding: 14px 16px;
        --crest-h: 56px;
        --text-size: 1.15rem;
    }

    .gov-header--compact[b-ssgc4fkdwj] {
        padding: 8px 16px;
        --crest-h: 30px;
        --text-size: 0.82rem;
    }
}
/* _content/eGovPortal/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mnjicyoksb] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-mnjicyoksb] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-mnjicyoksb] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-mnjicyoksb] {
    font-size: 1.1rem;
}

.bi[b-mnjicyoksb] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-mnjicyoksb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-mnjicyoksb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-mnjicyoksb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-mnjicyoksb] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mnjicyoksb] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mnjicyoksb] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mnjicyoksb]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-mnjicyoksb]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-mnjicyoksb]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-mnjicyoksb] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-mnjicyoksb] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-mnjicyoksb] {
        display: none;
    }

    .nav-scrollable[b-mnjicyoksb] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/eGovPortal/Components/Layout/TopNav.razor.rz.scp.css */
/* Scope wrapper */
.sey-topbar-scope[b-eaf0erbzav] {
    width: 100%;
}

    /* Force Mud toolbar content to start on the left (sometimes MudToolbar can fight you) */
    .sey-topbar-scope[b-eaf0erbzav]  .mud-appbar.sey-topbar .mud-toolbar-appbar {
        justify-content: flex-start !important;
    }

    /* Glass AppBar */
    .sey-topbar-scope[b-eaf0erbzav]  .mud-appbar.sey-topbar {
        position: relative !important;
        width: 100%;
        overflow: visible;
        z-index: 20;
        /* “glass” base */
        background: rgba(18, 18, 20, 0.14) !important;
        background-image: radial-gradient(900px 220px at 18% 0%, rgba(0, 170, 255, 0.22), rgba(0, 170, 255, 0) 60%), radial-gradient(900px 220px at 80% 0%, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 55%), linear-gradient(90deg, rgba(18,18,20,0.18), rgba(18,18,20,0.08));
        backdrop-filter: blur(26px) saturate(200%);
        -webkit-backdrop-filter: blur(26px) saturate(200%);
        border-bottom: 1px solid rgba(255,255,255,0.22);
        box-shadow: 0 14px 45px rgba(0,0,0,0.16), inset 0 1px 0 rgba(255,255,255,0.20); /* inner shine */
    }

        /* extra “sheen” */
        .sey-topbar-scope[b-eaf0erbzav]  .mud-appbar.sey-topbar::before {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0) 55%);
            opacity: 1;
        }

    /* Inner layout -> MENU ON THE LEFT */
    .sey-topbar-scope[b-eaf0erbzav]  .sey-topbar__inner {
        position: relative;
        z-index: 1;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start; /* ✅ LEFT */
        padding: 14px 22px !important;
        gap: 12px;
    }

    /* left group: logo + menu aligned */
    .sey-topbar-scope[b-eaf0erbzav]  .sey-topbar__inner {
        justify-content: flex-start !important; /* keep left */
    }

.sey-topbar__left[b-eaf0erbzav] {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* logo */
.sey-topbar__logo[b-eaf0erbzav] {
    display: inline-flex;
    align-items: center;
    padding: 4px 6px;
    border-radius: 10px;
    text-decoration: none;
}

    .sey-topbar__logo img[b-eaf0erbzav] {
        height: 32px;
        width: auto;
        display: block;
        filter: drop-shadow(0 6px 14px rgba(0,0,0,0.25));
    }


/* Optional spacer (keeps layout flexible) */
.sey-topbar__spacer[b-eaf0erbzav] {
    flex: 1;
}

/* MENU button look (still same component/functionality) */
.sey-topbar-scope[b-eaf0erbzav]  .sey-menu-btn {
    border-radius: 12px !important;
    padding: 10px 16px !important;
    font-weight: 700 !important;
    letter-spacing: .5px;
    text-transform: uppercase;
    /* glassy button */
    background: rgba(0, 0, 0, 0.40) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

@media (max-width: 640px) {
    .sey-topbar-scope[b-eaf0erbzav]  .sey-topbar__inner {
        padding: 10px 12px !important;
    }

    .sey-topbar-scope[b-eaf0erbzav]  .sey-menu-btn {
        padding: 8px 12px !important;
        border-radius: 10px !important;
    }
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    .sey-topbar-scope[b-eaf0erbzav]  .mud-appbar.sey-topbar {
        background: rgba(18, 18, 20, 0.92) !important;
    }
}
/* _content/eGovPortal/Components/Pages/ContactUs/ContactUs.razor.rz.scp.css */
/* Page background + map */
.contactus-page[b-pu45wi2e5c] {
    background: #2b6f73; /* teal wrapper like the original */
    padding-bottom: 24px;
}

.contact-map[b-pu45wi2e5c] {
    border: 0;
    display: block;
}

/* Cards */
.contact-card[b-pu45wi2e5c] {
    background: #fff;
    border: 4px solid #1f6f75;
    border-radius: 6px;
    box-shadow: 0 10px 24px rgba(0,0,0,.10);
}

.contact-title[b-pu45wi2e5c] {
    font-weight: 800;
    margin: 0 0 18px 0;
    font-size: 2rem;
}

/* Labels */
.contact-label[b-pu45wi2e5c] {
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
}

/* Icon + input pill */
.contact-pill[b-pu45wi2e5c] {
    border: 2px solid #30a9ff;
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
}

.contact-pill-wide[b-pu45wi2e5c] {
    max-width: 100%;
}

.contact-addon[b-pu45wi2e5c] {
    border: 0;
    background: #fff;
    color: #6c757d;
    padding-left: 16px;
    padding-right: 12px;
}

.contact-control[b-pu45wi2e5c] {
    border: 0;
    box-shadow: none;
    padding: 12px 16px;
    font-size: 1rem;
}

.contact-pill:focus-within[b-pu45wi2e5c] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.18);
}

/* Textarea like the screenshot */
.contact-textarea[b-pu45wi2e5c] {
    border: 2px solid #30a9ff;
    border-radius: 6px;
    padding: 14px 16px;
    min-height: 180px;
    resize: vertical;
}

    .contact-textarea:focus[b-pu45wi2e5c] {
        border-color: #0d6efd;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.18);
        outline: none;
    }

/* Submit button (blue) */
.contact-submit[b-pu45wi2e5c] {
    background: #0d6efd;
    border: 2px solid #0d6efd;
    color: #fff;
    font-weight: 800;
    border-radius: 8px;
    padding: 10px 36px;
}

    .contact-submit:hover[b-pu45wi2e5c] {
        background: #0b5ed7;
        border-color: #0b5ed7;
    }

/* Right panel */
.contact-info hr[b-pu45wi2e5c] {
    opacity: .25;
    margin: 18px 0;
}

.contact-info-head[b-pu45wi2e5c] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

    .contact-info-head i[b-pu45wi2e5c] {
        width: 18px;
        text-align: center;
        color: #0d6efd;
    }

.contact-info-value[b-pu45wi2e5c] {
    color: #0d6efd;
    font-weight: 700;
}

/* Social icons */
.contact-social[b-pu45wi2e5c] {
    display: grid;
    grid-template-columns: repeat(2, 44px);
    gap: 18px;
    padding-top: 8px;
}

    .contact-social a[b-pu45wi2e5c] {
        display: inline-flex;
        width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        color: #0d6efd;
        text-decoration: none;
        border-radius: 10px;
    }

        .contact-social a i[b-pu45wi2e5c] {
            font-size: 28px;
        }
/* _content/eGovPortal/Components/Pages/GovernmentHotline/GovernmentHotline.razor.rz.scp.css */
.hotline-card[b-qrpcyjh0t6] {
    border: 5px solid var(--mud-palette-error);
    border-radius: 10px;
}

.hotline-card.hotline-card-warning[b-qrpcyjh0t6] {
    border-color: var(--mud-palette-warning);
}

.hotline-card.hotline-card-info[b-qrpcyjh0t6] {
    border-color: var(--mud-palette-info);
}

.hotline-card__icon[b-qrpcyjh0t6] {
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
}

.hotline-icon[b-qrpcyjh0t6] {
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 5px;
}

.hotline-card__header[b-qrpcyjh0t6] {
    color: white;
    padding: 24px;
    background-color: var(--mud-palette-error);
}

.hotline-card-warning .hotline-card__header[b-qrpcyjh0t6] {
    background-color: var(--mud-palette-warning);
}

.hotline-card-info .hotline-card__header[b-qrpcyjh0t6] {
    background-color: var(--mud-palette-info);
}

/* Body */
.hotline-tile__body[b-qrpcyjh0t6] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

/* ✅ TEXT INSIDE CARDS now uses same dark color as hero title */
.hotline-number[b-qrpcyjh0t6],
.hotline-title[b-qrpcyjh0t6],
.hotline-subtitle[b-qrpcyjh0t6],
.hotline-note[b-qrpcyjh0t6] {
    color: white;
    text-shadow: none;
}

/* Keep sizes as you already had */
.hotline-number[b-qrpcyjh0t6] {
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    font-weight: 900;
    letter-spacing: 0.6px;
    line-height: 1.0;
}

.hotline-title[b-qrpcyjh0t6] {
    font-size: 1.2rem;
    font-weight: 900;
}

.hotline-subtitle[b-qrpcyjh0t6] {
    font-size: 0.92rem;
    font-weight: 400;
    max-width: 92%;
    opacity: 0.75;
}

.hotline-card__footer[b-qrpcyjh0t6] {
    display: flex;
    justify-content: start;
    gap: 8px;
    padding: 20px;
}
