/* _content/GoodbyeToPaperJobBoard.Web/Pages/Index.cshtml.rz.scp.css */
.feature-panel-hero-stack[b-bbuxv2pk81] {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100vw;
    max-width: 100vw;
    min-height: 440px;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

.feature-panel-full[b-bbuxv2pk81] {
    position: relative;
    flex: 0 0 50vw;
    width: 50vw;
    height: 520px;
    min-width: 340px;
    max-width: 900px;
    padding: 3rem 2.2rem 3rem 3.4rem;
    border-radius: 0 0 100px 0;
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.07);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
    z-index: 2;
    overflow: visible; /* Let pseudo-element show outside */
}

    .feature-panel-full[b-bbuxv2pk81]::after {
        content: "";
        position: absolute;
        top: 0;
        right: -125px; /* Overlap more or less by changing this */
        width: 300px;
        height: 100%;
        background: inherit; /* Use parent background */
        transform: skewX(-25deg); /* Controls the diagonal angle */
        z-index: 1;
        /* Optional: box-shadow for the diagonal edge for a smooth blend */
    }

    .feature-panel-full > *[b-bbuxv2pk81] {
        position: relative;
        z-index: 2;
    }


.homepage-hero-img-holder[b-bbuxv2pk81] {
    flex: 0 0 50vw;
    width: 50vw;
    height: 520px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    background: transparent;
    position: relative;
    z-index: 1;
}

    .homepage-hero-img-holder img[b-bbuxv2pk81] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center right;
        box-shadow: 0 0 36px 0 rgba(0,0,0,0.04);
        margin: 0;
        padding: 0;
        border-radius: 0 0 0 0;
        display: block;
    }

body[b-bbuxv2pk81], html[b-bbuxv2pk81] {
    width: 100vw;
    max-width: 100vw;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background: #fff;
}

@media (max-width: 991.98px) {
    .feature-panel-hero-stack[b-bbuxv2pk81] {
        flex-direction: column;
        min-height: unset;
        width: 100vw !important;
        max-width: 100vw !important;
    }

    .feature-panel-full[b-bbuxv2pk81],
    .homepage-hero-img-holder[b-bbuxv2pk81] {
        flex: 0 0 100vw;
        width: 100vw;
        min-width: 0;
        max-width: 100vw;
        height: auto;
    }

    .feature-panel-full[b-bbuxv2pk81] {
        position: static;
        width: 100vw !important;
        max-width: 100vw !important;
        clip-path: none;
        border-radius: 0 0 40px 0;
        margin-bottom: 0.5rem;
        padding: 2rem 1.1rem;
        height: auto;
    }

    .homepage-hero-img-holder[b-bbuxv2pk81] {
        height: 260px;
        min-height: 180px;
        justify-content: center;
    }

        .homepage-hero-img-holder img[b-bbuxv2pk81] {
            object-fit: contain;
            width: 100%;
            height: 100%;
        }
}
/* _content/GoodbyeToPaperJobBoard.Web/Pages/Shared/_Layout.cshtml.rz.scp.css */
.sticky-header[b-38you35uwd] {
    position: sticky;
    top: 0;
    z-index: 1040;
    background: transparent;
}

.header-stack[b-38you35uwd] {
    position: relative;
    width: 100%;
}

.top-bar[b-38you35uwd] {
    width: 100%;
    background: var(--top-bar-color, #06086f);
    min-height: 54px;
    /* shorter to allow logo to overlap more into nav */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    /* Hide overflow so logo doesn't spill above */
    overflow: hidden;
}

.overlap-logo[b-38you35uwd] {
    position: absolute;
    right: 3rem; /* Space from the right edge, adjust as needed */
    top: 0px; /* How far down from the top, tweak as needed */
    height: 130px; /* Make it bigger, tweak as needed */
    width: auto;
    z-index: 3;
    pointer-events: none; /* Prevents accidental blocking */
}


.navbar-white[b-38you35uwd] {
    min-height: 110px;
    display: flex;
    flex-direction: row;
    align-items: stretch; /* child containers fill height */
    justify-content: space-between;
    box-shadow: 0 1px 10px rgba(6, 8, 111, 0.03);
    border-bottom: none !important;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    z-index: 1;
}

.navbar-brand[b-38you35uwd] {
    display: flex;
    align-items: flex-end; /* region logo always on the bottom */
}

.region-logo[b-38you35uwd] {
    height: 120px;
    width: auto;
    object-fit: contain;
}

.navbar-collapse[b-38you35uwd] {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end; /* snap links to the bottom */
    height: 100%;
}

.navbar-white .navbar-nav[b-38you35uwd] {
    display: flex;
    flex-direction: row;
    align-items: flex-end; /* bottom align */
    height: 100%;
    margin-bottom: 0.5rem; /* a little offset from nav bottom */
}

    .navbar-white .nav-link[b-38you35uwd] {
        font-size: 2.2rem !important; /* Try a big size for testing */
        font-weight: 900 !important;
        color: inherit; /* Keep color from inline style or theme */
    }


        .navbar-white .navbar-nav .nav-link:last-child[b-38you35uwd] {
            margin-right: 0;
        }

@media (max-width: 991.98px) {
    .navbar-white[b-38you35uwd] {
        flex-direction: column;
        align-items: stretch;
        padding-left: 1rem;
        padding-right: 1rem;
        min-height: unset;
    }

    .region-logo[b-38you35uwd] {
        height: 104px; /* Increased from 88px */
        width: auto;
        max-width: 300px; /* Increased from 280px */
        min-width: 120px;
        object-fit: contain;
    }

    .overlap-logo[b-38you35uwd] {
        height: 72px;
        top: 10px;
    }

    .navbar-white .navbar-nav .nav-link[b-38you35uwd] {
        font-size: 1.5rem;
        margin-right: 1.2rem;
    }
}

.footer-logo[b-38you35uwd] {
    width: auto;
    margin-left: 0.5rem;
    vertical-align: middle;
}

html[b-38you35uwd], body[b-38you35uwd] {
    height: 100%;
    margin: 0;
    padding: 0;
}

body[b-38you35uwd] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--text-box-color, #fff); /* you can set this dynamically with a Razor style if needed */
}

.content-wrapper[b-38you35uwd] {
    flex: 1 0 auto;
}

footer[b-38you35uwd] {
    flex-shrink: 0;
}




