/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-x9m5erd39m] {
    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-x9m5erd39m] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-6jqpjobu8a],
.components-reconnect-repeated-attempt-visible[b-6jqpjobu8a],
.components-reconnect-failed-visible[b-6jqpjobu8a],
.components-pause-visible[b-6jqpjobu8a],
.components-resume-failed-visible[b-6jqpjobu8a],
.components-rejoining-animation[b-6jqpjobu8a] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-6jqpjobu8a],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-6jqpjobu8a],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-6jqpjobu8a],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-6jqpjobu8a],
#components-reconnect-modal.components-reconnect-retrying[b-6jqpjobu8a],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-6jqpjobu8a],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-6jqpjobu8a],
#components-reconnect-modal.components-reconnect-failed[b-6jqpjobu8a],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-6jqpjobu8a] {
    display: block;
}


#components-reconnect-modal[b-6jqpjobu8a] {
    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-6jqpjobu8a 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-6jqpjobu8a 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-6jqpjobu8a 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-6jqpjobu8a]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-6jqpjobu8a 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-6jqpjobu8a {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-6jqpjobu8a {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-6jqpjobu8a {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-6jqpjobu8a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-6jqpjobu8a] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-6jqpjobu8a] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-6jqpjobu8a] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-6jqpjobu8a] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-6jqpjobu8a] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-6jqpjobu8a] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-6jqpjobu8a 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-6jqpjobu8a] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-6jqpjobu8a {
    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/Pages/Contact.razor.rz.scp.css */
/* Page Hero */
.page-hero[b-i3mtwybzau] {
    padding: 10rem 2rem 4rem;
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
    text-align: center;
}

.page-hero-content h1[b-i3mtwybzau] {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: white;
    margin-bottom: 1rem;
}

.page-hero-content p[b-i3mtwybzau] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.2rem;
}

/* Contact Section */
.contact-section[b-i3mtwybzau] {
    padding: 5rem 2rem;
}

.contact-container[b-i3mtwybzau] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.contact-info h2[b-i3mtwybzau],
.contact-form-container h2[b-i3mtwybzau] {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #0f766e;
    margin-bottom: 1rem;
}

.contact-info > p[b-i3mtwybzau] {
    color: #5a6c7d;
    margin-bottom: 2rem;
}

.contact-item[b-i3mtwybzau] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(13, 148, 136, 0.08);
}

.contact-icon[b-i3mtwybzau] {
    font-size: 2rem;
    width: 60px;
    height: 60px;
    background: #f0f4f8;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-item h3[b-i3mtwybzau] {
    font-size: 0.9rem;
    color: #5a6c7d;
    margin-bottom: 0.25rem;
    font-weight: 500;
}

.contact-item a[b-i3mtwybzau],
.contact-item span[b-i3mtwybzau] {
    color: #0d9488;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
}

    .contact-item a:hover[b-i3mtwybzau] {
        color: #14b8a6;
    }

/* Contact Form */
.contact-form-container[b-i3mtwybzau] {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(13, 148, 136, 0.08);
}

.contact-form[b-i3mtwybzau] {
    margin-top: 1.5rem;
}

.form-group[b-i3mtwybzau] {
    margin-bottom: 1.5rem;
}

    .form-group label[b-i3mtwybzau] {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 500;
        color: #2c3e50;
    }

.contact-form input[b-i3mtwybzau],
.contact-form textarea[b-i3mtwybzau] {
    width: 100% !important;
    padding: 1rem !important;
    border: 2px solid #f0f4f8 !important;
    border-radius: 8px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 1rem !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease;
}

    .contact-form input:focus[b-i3mtwybzau],
    .contact-form textarea:focus[b-i3mtwybzau] {
        outline: none !important;
        border-color: #0d9488 !important;
    }

.contact-form textarea[b-i3mtwybzau] {
    resize: vertical;
    min-height: 150px !important;
}

.contact-form button[b-i3mtwybzau] {
    width: 100%;
    margin-top: 1rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .contact-form button:hover[b-i3mtwybzau] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(13, 148, 136, 0.4);
    }

/* Success Message */
.success-message[b-i3mtwybzau] {
    background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
    color: white;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    font-size: 1.1rem;
}

    .success-message span[b-i3mtwybzau] {
        font-size: 1.5rem;
        margin-right: 0.5rem;
    }

/* Error Message */
.error-message[b-i3mtwybzau] {
    background: #fee2e2;
    color: #dc2626;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    text-align: center;
}

/* Validation */
.validation-message[b-i3mtwybzau] {
    color: #e74c3c;
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

.contact-form button:disabled[b-i3mtwybzau] {
    opacity: 0.7;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .contact-container[b-i3mtwybzau] {
        grid-template-columns: 1fr;
    }

    .page-hero-content h1[b-i3mtwybzau] {
        font-size: 2.2rem;
    }
}
/* /Components/Pages/Thjonusta.razor.rz.scp.css */
/* Page Hero */
.page-hero[b-nv7wdt7qfx] {
    padding: 10rem 2rem 4rem;
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
    text-align: center;
}

.page-hero-content h1[b-nv7wdt7qfx] {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: var(--white);
    margin-bottom: 1rem;
}

.page-hero-content p[b-nv7wdt7qfx] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.2rem;
}

/* Services Detail */
.services-detail[b-nv7wdt7qfx] {
    padding: 5rem 2rem;
}

.service-detail-card[b-nv7wdt7qfx] {
    display: flex;
    gap: 3rem;
    align-items: center;
    margin-bottom: 4rem;
    padding: 3rem;
    background: var(--white);
    border-radius: 20px;
    box-shadow: var(--shadow);
}

    .service-detail-card.reverse[b-nv7wdt7qfx] {
        flex-direction: row-reverse;
    }

.service-detail-icon[b-nv7wdt7qfx] {
    font-size: 5rem;
    min-width: 150px;
    text-align: center;
}

.service-detail-content h2[b-nv7wdt7qfx] {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: var(--primary-dark);
    margin-bottom: 1rem;
}

.service-detail-content p[b-nv7wdt7qfx] {
    color: var(--text-light);
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.service-detail-list[b-nv7wdt7qfx] {
    list-style: none;
}

    .service-detail-list li[b-nv7wdt7qfx] {
        padding: 0.6rem 0;
        color: var(--text);
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

        .service-detail-list li[b-nv7wdt7qfx]::before {
            content: '✓';
            color: var(--accent);
            font-weight: bold;
        }

@media (max-width: 768px) {
    .service-detail-card[b-nv7wdt7qfx],
    .service-detail-card.reverse[b-nv7wdt7qfx] {
        flex-direction: column;
        text-align: center;
    }

    .service-detail-list li[b-nv7wdt7qfx] {
        justify-content: center;
    }

    .page-hero-content h1[b-nv7wdt7qfx] {
        font-size: 2.2rem;
    }
}
