/* /Layout/MainLayout.razor.rz.scp.css */
.main-layout[b-qz0uu0znm7] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.layout-main[b-qz0uu0znm7] {
    flex: 1 1 auto;
    display: block;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-75lf2qjdde] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-75lf2qjdde] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-75lf2qjdde] {
    font-size: 1.1rem;
}

.bi[b-75lf2qjdde] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-75lf2qjdde] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-75lf2qjdde] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-75lf2qjdde] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-75lf2qjdde] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-75lf2qjdde] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-75lf2qjdde] {
        padding-bottom: 1rem;
    }

    .nav-item[b-75lf2qjdde]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-75lf2qjdde]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-75lf2qjdde]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-75lf2qjdde] {
        display: none;
    }

    .collapse[b-75lf2qjdde] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-75lf2qjdde] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.language-selector[b-km39ayfmy3],
.hero[b-km39ayfmy3] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 1.5rem;
    text-align: center;
    background-image: linear-gradient(135deg, rgba(27, 110, 194, 0.75), rgba(6, 94, 35, 0.75)), url("/images/hero.jpg");
    background-size: cover;
    background-position: center;
    color: #fff;
}

.language-selector__content[b-km39ayfmy3],
.hero__content[b-km39ayfmy3] {
    width: min(100%, 40rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}

.language-selector__heading[b-km39ayfmy3] {
    font-size: clamp(2rem, 7vw, 2.75rem);
    font-weight: 700;
    margin: 0;
}

.language-selector__description[b-km39ayfmy3] {
    margin: 0;
    max-width: 28rem;
    color: rgba(255, 255, 255, 0.85);
}

.language-selector__buttons[b-km39ayfmy3] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.language-selector__button[b-km39ayfmy3] {
    min-width: 10rem;
    padding: 0.85rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.85);
    background: transparent;
    color: inherit;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.language-selector__button:hover[b-km39ayfmy3],
.language-selector__button:focus[b-km39ayfmy3] {
    background-color: rgba(255, 255, 255, 0.2);
}

.hero__language-toggle[b-km39ayfmy3] {
    align-self: flex-end;
    margin-bottom: 0.5rem;
    padding: 0.35rem 0.75rem;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.hero__language-toggle:hover[b-km39ayfmy3],
.hero__language-toggle:focus[b-km39ayfmy3] {
    background: rgba(255, 255, 255, 0.25);
}

.hero__eyebrow[b-km39ayfmy3] {
    font-size: 1rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.hero__date[b-km39ayfmy3] {
    margin: 0;
    font-size: clamp(2.5rem, 8vw, 3.75rem);
    font-weight: 700;
}

.hero__message[b-km39ayfmy3] {
    margin: 0;
    font-size: 1.15rem;
}

.hero__cta[b-km39ayfmy3] {
    margin-top: 1.5rem;
    padding: 0.85rem 2.75rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (max-width: 640px) {

    .language-selector[b-km39ayfmy3],
    .hero[b-km39ayfmy3] {
        padding: 4rem 1.25rem;
    }

    .language-selector__buttons[b-km39ayfmy3] {
        gap: 0.75rem;
    }

    .hero__message[b-km39ayfmy3] {
        font-size: 1.05rem;
    }
}
/* /Pages/Rsvp.razor.rz.scp.css */
.language-selector[b-lxm27aalhy],
.rsvp[b-lxm27aalhy] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 1.5rem;
    text-align: center;
    background-image: linear-gradient(135deg, rgba(27, 110, 194, 0.75), rgba(6, 94, 35, 0.75)), url("/images/hero.jpg");
    background-size: cover;
    background-position: center;
    color: #fff;
}

.language-selector__content[b-lxm27aalhy] {
    width: min(100%, 40rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}

.language-selector__heading[b-lxm27aalhy] {
    font-size: clamp(2rem, 7vw, 2.75rem);
    font-weight: 700;
    margin: 0;
}

.language-selector__description[b-lxm27aalhy] {
    margin: 0;
    max-width: 28rem;
    color: rgba(255, 255, 255, 0.85);
}

.language-selector__buttons[b-lxm27aalhy] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.language-selector__button[b-lxm27aalhy] {
    min-width: 10rem;
    padding: 0.85rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.85);
    background: transparent;
    color: inherit;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.language-selector__button:hover[b-lxm27aalhy],
.language-selector__button:focus[b-lxm27aalhy] {
    background-color: rgba(255, 255, 255, 0.2);
}

.rsvp__card[b-lxm27aalhy] {
    width: min(100%, 40rem);
    padding: 2.75rem 2.5rem;
    border-radius: 28px;
    background: rgba(18, 25, 42, 0.78);
    backdrop-filter: blur(12px);
    color: #fff;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.rsvp__language-toggle[b-lxm27aalhy] {
    align-self: flex-end;
    margin-bottom: -0.5rem;
    padding: 0.35rem 0.75rem;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.rsvp__language-toggle:hover[b-lxm27aalhy],
.rsvp__language-toggle:focus[b-lxm27aalhy] {
    background: rgba(255, 255, 255, 0.25);
}

.rsvp__heading[b-lxm27aalhy] {
    margin: 0;
    font-size: clamp(2rem, 6vw, 2.75rem);
    font-weight: 700;
    text-align: left;
}

.rsvp__subheading[b-lxm27aalhy] {
    margin: 0;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85);
}

.rsvp__form[b-lxm27aalhy] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.rsvp__field[b-lxm27aalhy] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.rsvp__label[b-lxm27aalhy] {
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.rsvp__help[b-lxm27aalhy] {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.85rem;
}

.rsvp__radio-group[b-lxm27aalhy] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}

.rsvp__radio[b-lxm27aalhy] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.6rem 1rem;
    border-radius: 18px;
    cursor: pointer;
}

.rsvp__radio input[type="radio"][b-lxm27aalhy] {
    width: 1rem;
    height: 1rem;
}

input.form-control[b-lxm27aalhy],
select.form-select[b-lxm27aalhy] {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

.rsvp__textarea[b-lxm27aalhy] {
    min-height: 6rem;
    resize: vertical;
}

input.form-control:focus[b-lxm27aalhy],
select.form-select:focus[b-lxm27aalhy] {
    background-color: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.1);
}

.validation-message[b-lxm27aalhy] {
    color: #ffd7d7;
    font-size: 0.9rem;
}

.rsvp__submit[b-lxm27aalhy] {
    align-self: flex-start;
    margin-top: 0.5rem;
    padding: 0.85rem 2.75rem;
    font-size: 1.05rem;
    font-weight: 600;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.rsvp__feedback[b-lxm27aalhy] {
    margin: 0;
    font-weight: 600;
    color: #c9ffe3;
}

@media (max-width: 640px) {
    .language-selector[b-lxm27aalhy],
    .rsvp[b-lxm27aalhy] {
        padding: 4rem 1.25rem;
    }

    .language-selector__buttons[b-lxm27aalhy] {
        gap: 0.75rem;
    }

    .rsvp__card[b-lxm27aalhy] {
        padding: 2.25rem 1.75rem;
        gap: 1.5rem;
    }

    .rsvp__radio-group[b-lxm27aalhy] {
        flex-direction: column;
        align-items: stretch;
    }

    .rsvp__submit[b-lxm27aalhy] {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}
