/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-p9rqjkgwqu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-p9rqjkgwqu] {
    flex: 1;
}

.sidebar[b-p9rqjkgwqu] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-p9rqjkgwqu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-p9rqjkgwqu]  a, .top-row[b-p9rqjkgwqu]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-p9rqjkgwqu]  a:hover, .top-row[b-p9rqjkgwqu]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-p9rqjkgwqu]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-p9rqjkgwqu] {
        justify-content: space-between;
    }

    .top-row[b-p9rqjkgwqu]  a, .top-row[b-p9rqjkgwqu]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-p9rqjkgwqu] {
        flex-direction: row;
    }

    .sidebar[b-p9rqjkgwqu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-p9rqjkgwqu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-p9rqjkgwqu]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-p9rqjkgwqu], article[b-p9rqjkgwqu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-p9rqjkgwqu] {
    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-p9rqjkgwqu] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Navigation */
nav[b-1axo9cn6y3] {
    background: linear-gradient(135deg, #0066cc 0%, #003d99 100%);
    padding: 1rem 2rem;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

    nav .container[b-1axo9cn6y3] {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    nav .logo[b-1axo9cn6y3] {
        font-size: 1.5rem;
        font-weight: bold;
        color: white;
    }

    nav ul[b-1axo9cn6y3] {
        display: flex;
        list-style: none;
        gap: 2rem;
    }

    nav a[b-1axo9cn6y3] {
        color: white;
        text-decoration: none;
        transition: opacity 0.3s;
    }

        nav a:hover[b-1axo9cn6y3] {
            opacity: 0.8;
        }

.container[b-1axo9cn6y3] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-vzuezt4ztv],
.components-reconnect-repeated-attempt-visible[b-vzuezt4ztv],
.components-reconnect-failed-visible[b-vzuezt4ztv],
.components-pause-visible[b-vzuezt4ztv],
.components-resume-failed-visible[b-vzuezt4ztv],
.components-rejoining-animation[b-vzuezt4ztv] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-vzuezt4ztv],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-vzuezt4ztv],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-vzuezt4ztv],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-vzuezt4ztv],
#components-reconnect-modal.components-reconnect-retrying[b-vzuezt4ztv],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-vzuezt4ztv],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-vzuezt4ztv],
#components-reconnect-modal.components-reconnect-failed[b-vzuezt4ztv],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-vzuezt4ztv] {
    display: block;
}


#components-reconnect-modal[b-vzuezt4ztv] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-vzuezt4ztv 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-vzuezt4ztv 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-vzuezt4ztv 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-vzuezt4ztv]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-vzuezt4ztv 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-vzuezt4ztv {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-vzuezt4ztv {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-vzuezt4ztv {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-vzuezt4ztv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-vzuezt4ztv] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-vzuezt4ztv] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-vzuezt4ztv] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-vzuezt4ztv] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-vzuezt4ztv] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-vzuezt4ztv] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-vzuezt4ztv 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-vzuezt4ztv] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-vzuezt4ztv {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/SiteFooter.razor.rz.scp.css */



/* Contact Section */
.contact[b-tes4ypj8j8] {
    background: linear-gradient(135deg, #0066cc 0%, #003d99 100%);
    color: white;
    padding: 4rem 0;
    text-align: center;
}

    .contact h2[b-tes4ypj8j8] {
        font-size: 2.2rem;
        margin-bottom: 1.5rem;
    }

    .contact p[b-tes4ypj8j8] {
        font-size: 1.1rem;
        margin-bottom: 2rem;
        opacity: 0.95;
    }

.contact-links[b-tes4ypj8j8] {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-link[b-tes4ypj8j8] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.3s;
}

    .contact-link:hover[b-tes4ypj8j8] {
        opacity: 0.8;
    }
/* /Components/Layout/SiteHeader.razor.rz.scp.css */

/* Hero Section */
.hero[b-1hz0q144vf] {
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.85) 0%, rgba(0, 61, 153, 0.85) 100%), url('https://images.unsplash.com/photo-1495995822696-6a21f6b4f0ba?w=1200&q=80') center/cover;
    color: white;
    padding: 3rem 1rem;
    text-align: center;
    position: relative;
}

    .hero h1[b-1hz0q144vf] {
        font-size: 3rem;
        margin-bottom: 1rem;
        animation: fadeInDown-b-1hz0q144vf 0.8s ease;
    }

    .hero p[b-1hz0q144vf] {
        font-size: 1.3rem;
        margin-bottom: 2rem;
        opacity: 0.95;
    }

    hr[b-1hz0q144vf] {
        color: red;
        opacity: 0.3;
        margin-bottom: 20px;
    }

/* Animations */
@keyframes fadeInDown-b-1hz0q144vf {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.emoji[b-1hz0q144vf] {
    display: none;
}

.cta-button[b-1hz0q144vf] {
    display: inline-block;
    background: white;
    color: #0066cc;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s, box-shadow 0.3s;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

    .cta-button:hover[b-1hz0q144vf] {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }
/* /Components/Pages/Contact.razor.rz.scp.css */
.contactdetails[b-mcaewnjsl4] {
    background: #f8f9fa;
    padding: 3rem 0;
    margin-bottom: 1rem;
    color: #666;
    text-align: center;
}

h4[b-mcaewnjsl4] {
    margin-bottom: 0;
}
/* /Components/Pages/Ervaring.razor.rz.scp.css */
.ervaring[b-gxpr7q8bfk] {
    padding: 4rem 0;
}

/* /Components/Pages/Home.razor.rz.scp.css */

/* About Section */
.about[b-ta0ndjg1v9] {
    padding: 4rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}


.about-text[b-ta0ndjg1v9] {
    padding: 0 100px 0 60%;
}

.about-text h2[b-ta0ndjg1v9] {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #0066cc;
}

.about-text p[b-ta0ndjg1v9] {
    font-size: 1.05rem;
    text-align: justify;
}


/* Services Section */
.services[b-ta0ndjg1v9] {
    background: #f8f9fa;
    padding: 4rem 0;
}

    .services h2[b-ta0ndjg1v9] {
        text-align: center;
        font-size: 2.2rem;
        margin-bottom: 3rem;
        color: #333;
    }

.services-grid[b-ta0ndjg1v9] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
}

.service-card[b-ta0ndjg1v9] {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: justify;
}

    .service-card:hover[b-ta0ndjg1v9] {
        transform: translateY(-8px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

.service-icon[b-ta0ndjg1v9] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.service-card h3[b-ta0ndjg1v9] {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #0066cc;
    text-align: center;
}

.service-card p[b-ta0ndjg1v9] {
    color: #666;
    line-height: 1.7;
}

/* /Components/Pages/Skills.razor.rz.scp.css */


/* Skills Section */
.skills[b-atalci0c87] {
    padding: 4rem 0;
}

    .skills h2[b-atalci0c87] {
        font-size: 2.2rem;
        margin-bottom: 3rem;
        text-align: center;
    }

.skills-container[b-atalci0c87] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.skill-badge[b-atalci0c87] {
    background: linear-gradient(135deg, #0066cc 0%, #003d99 100%);
    color: white;
    padding: 1.5rem;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    transition: transform 0.3s;
}

    .skill-badge:hover[b-atalci0c87] {
        transform: scale(1.05);
    }
/* /Components/Pages/Training.razor.rz.scp.css */

.training[b-lvgugbzcva] {
    padding: 4rem 0;
}

img[b-lvgugbzcva]
{
    float: right;
    margin: 20px;
    margin-top: 100px;
    margin-right: 100px;
}
