/* _content/Intragon.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.skip-link[b-w8f6og8hyy] {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 1000;
    background: #2563eb;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
}
.skip-link:focus[b-w8f6og8hyy] {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    outline: 2px solid #0ea5e9;
    box-shadow: 0 0 0 4px #14b8a6;
}

body[b-w8f6og8hyy] {
    background: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100vh;
}

html[b-w8f6og8hyy], body[b-w8f6og8hyy] {
    height: 100%;
    min-height: 100vh;
}

#app[b-w8f6og8hyy] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    flex: 1 1 auto;
    height: 100vh;
}

main.page[b-w8f6og8hyy] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

:root[b-w8f6og8hyy] {
    --footer-bg: #111827;
    --footer-fg: #f9fafb;
}

footer[b-w8f6og8hyy] {
    background: #111827 !important;
    color: #f9fafb !important;
    margin-top: 0 !important;
    flex-shrink: 0;
    width: 100%;
    border-top: 2px solid rgba(20,184,166,.25);
    box-shadow: 0 -2px 12px rgba(17,24,39,.06);
}

footer a[b-w8f6og8hyy] {
    color: #0ea5e9;
    text-decoration: underline;
}
footer a:hover[b-w8f6og8hyy] {
    color: #14b8a6;
}

#blazor-error-ui[b-w8f6og8hyy] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-w8f6og8hyy] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Intragon.Web/Components/Layout/MainMenu.razor.rz.scp.css */
.main-header-container[b-r7wu9m4403] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin-left: 8%;
}

.get-in-touch-btn[b-r7wu9m4403] {
    background: #0068b3;
    color: #fff;
    border: none;
    padding: 0.6em 1.4em;
    border-radius: 24px;
    font-weight: 600;
    font-size: 1.05rem;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
    margin-left: 1em;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

    .get-in-touch-btn:hover[b-r7wu9m4403],
    .get-in-touch-btn:focus[b-r7wu9m4403] {
        background: #024e7a;
        box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    }

.menu-toggle-btn[b-r7wu9m4403] {
    font-size: 38px;
    border: none;
    background: none;
    cursor: pointer;
    color: #000;
    padding: 5px 10px;
}

.sidebar-content[b-r7wu9m4403] {
    margin-top: 10px;
    padding: 5px;
    background: white;
}

.sidebar-content-logo[b-r7wu9m4403] {
    margin-left: 40px;
    margin-bottom: 20px;
}


.desktop-menu[b-r7wu9m4403] {
    display: block;
}

.mobile-menu[b-r7wu9m4403] {
    display: none;
}

@media (max-width: 768px) {
    .main-header-container[b-r7wu9m4403] {
        flex-direction: row;
        align-items: stretch;
        vertical-align: middle;
    }

    .get-in-touch-btn[b-r7wu9m4403] {
        margin-left: 0;
        margin-top: 0.5em;
        width: 100%;
        font-size: 1.1rem;
    }
    .desktop-menu[b-r7wu9m4403] {
        display: none;
    }

    .mobile-menu[b-r7wu9m4403] {
        display: block;
    }
    
}

