/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-wgj32zq79d] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wgj32zq79d] {
    flex: 1;
}

.sidebar[b-wgj32zq79d] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wgj32zq79d] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wgj32zq79d]  a, .top-row[b-wgj32zq79d]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-wgj32zq79d]  a:hover, .top-row[b-wgj32zq79d]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-wgj32zq79d]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-wgj32zq79d] {
        justify-content: space-between;
    }

    .top-row[b-wgj32zq79d]  a, .top-row[b-wgj32zq79d]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wgj32zq79d] {
        flex-direction: row;
    }

    .sidebar[b-wgj32zq79d] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wgj32zq79d] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-wgj32zq79d]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-wgj32zq79d], article[b-wgj32zq79d] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-wgj32zq79d] {
    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-wgj32zq79d] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Home.razor.rz.scp.css */
/* /Components/Pages/Homeqq.razor.rz.scp.css */
.hero-container[b-729y41baq7] {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    overflow: hidden;
}

.hero-image[b-729y41baq7] {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 720px;
    transition: opacity 1s ease-in-out;
    border-radius: 0;
}

.fade-in[b-729y41baq7] {
    animation: fade-b-729y41baq7 1s ease-in-out;
}

@keyframes fade-b-729y41baq7 {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

.hero-overlay[b-729y41baq7] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.7));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 2rem;
}

.hero-title[b-729y41baq7] {
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.hero-subtitle[b-729y41baq7] {
    max-width: 600px;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.hero-button[b-729y41baq7] {
    padding: 0.75rem 2rem;
    border-radius: 9999px;
}

.dot-indicators[b-729y41baq7] {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.dot[b-729y41baq7] {
    height: 12px;
    width: 12px;
    margin: 0 6px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

    .dot.active[b-729y41baq7],
    .dot:hover[b-729y41baq7] {
        background-color: white;
    }

.section[b-729y41baq7] {
    margin-top: 4rem;
    text-align: center;
}

.section-title[b-729y41baq7] {
    margin-bottom: 2rem;
}

.service-card[b-729y41baq7],
.step-card[b-729y41baq7] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .service-card:hover[b-729y41baq7],
    .step-card:hover[b-729y41baq7] {
        transform: translateY(-4px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    }

.cta-card[b-729y41baq7] {
    padding: 3rem 2rem;
    border-radius: 16px;
    background-color: var(--mud-palette-surface);
}

.footer[b-729y41baq7] {
    font-size: 0.9rem;
    color: var(--mud-palette-text-secondary);
}
/* /Components/Pages/Test.razor.rz.scp.css */
[b-jytl4rta2i] h3 {
    border: 200px solid red !important;
}

[b-jytl4rta2i] .test-wrapper {
    border: 60px solid blue !important;
    padding: 100px !important;
}

/* h3 {
    border: 200px solid red !important;
}

 .test-wrapper {
    border: 60px solid blue !important;
    padding: 100px !important;
}*/
