/* _content/MostertTroue/Components/Layout/MainLayout.razor.rz.scp.css */
.footer[b-7cowyhaw4s] {
    background-color: #556b2f;
    color: #fff;
    padding: 2rem 1rem;
    text-align: center;
    margin-top: auto;
}

.footer-container[b-7cowyhaw4s] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.footer-names[b-7cowyhaw4s] {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.footer-nav[b-7cowyhaw4s] {
    display: flex;
    gap: 2rem;
}

    .footer-nav a[b-7cowyhaw4s] {
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        transition: color 0.3s ease;
        font-size: 1rem;
    }

        .footer-nav a:hover[b-7cowyhaw4s] {
            color: #333;
        }

.footer-copy[b-7cowyhaw4s] {
    font-size: 0.9rem;
    color: #ffece7;
}
/* _content/MostertTroue/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-j9o43l2sn4] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-j9o43l2sn4] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-j9o43l2sn4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-j9o43l2sn4] {
    font-size: 1.1rem;
}

.bi[b-j9o43l2sn4] {
    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-j9o43l2sn4] {
    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-j9o43l2sn4] {
    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-j9o43l2sn4] {
    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-j9o43l2sn4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-j9o43l2sn4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-j9o43l2sn4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-j9o43l2sn4]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-j9o43l2sn4]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-j9o43l2sn4]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-j9o43l2sn4] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-j9o43l2sn4] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-j9o43l2sn4] {
        display: none;
    }

    .nav-scrollable[b-j9o43l2sn4] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/MostertTroue/Components/Pages/DeleteImages.razor.rz.scp.css */
.image-gallery[b-597j1sfuiz] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    padding: 16px;
}

.gallery-image[b-597j1sfuiz] {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s, box-shadow 0.2s;
    background: #f8f8f8;
    display: block;
}

    .gallery-image:hover[b-597j1sfuiz] {
        transform: scale(1.05);
        box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    }

@media (max-width: 600px) {
    .image-gallery[b-597j1sfuiz] {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 8px;
        padding: 8px;
    }

    .gallery-image[b-597j1sfuiz] {
        aspect-ratio: 1 / 1;
        height: auto;
    }
}
/* _content/MostertTroue/Components/Pages/Home.razor.rz.scp.css */
*[b-pk8quuxjwd] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-pk8quuxjwd] {
    font-family: 'Poppins', sans-serif;
    color: #333;
}

.wrapper[b-pk8quuxjwd] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.hero[b-pk8quuxjwd] {
    /*position: relative;*/
    height: 100vh;
    background: url('/img/00041.jpg') no-repeat center 30%/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.overlay[b-pk8quuxjwd] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.content[b-pk8quuxjwd] {
    position: relative;
    z-index: 1;
    color: #fff;
}

h1[b-pk8quuxjwd] {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    animation: fadeIn-b-pk8quuxjwd 2s ease-in-out;
}

.hero p[b-pk8quuxjwd] {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
    animation: fadeIn-b-pk8quuxjwd 2s ease-in-out 0.5s;
}

nav[b-pk8quuxjwd] {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

    nav a[b-pk8quuxjwd] {
        color: #fff;
        text-decoration: none;
        font-size: 1.2rem;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: color 0.3s ease;
        animation: fadeIn-b-pk8quuxjwd 2s ease-in-out 1s;
        cursor: pointer;
    }

        nav a:hover[b-pk8quuxjwd] {
            color: #556b2f;
        }

.details-section[b-pk8quuxjwd] {
    background: #f9f9f9;
    padding: 4rem 2rem;
    text-align: center;
    color: #333;
}

.details-container[b-pk8quuxjwd] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.photo-column[b-pk8quuxjwd] {
    flex: 1;
    padding-right: 2rem;
}

    .photo-column img[b-pk8quuxjwd] {
        width: 100%;
        object-fit: fill;
        object-position: top;
        border-radius: 10px;
        
    }

.text-column[b-pk8quuxjwd] {
    flex: 1;
    text-align: left;
}

.details-section h2[b-pk8quuxjwd] {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #333;
}

h3[b-pk8quuxjwd] {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: #555;
}

.text-column p[b-pk8quuxjwd] {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 1rem;
    color: #666;
}

/* Our Story Section */
.our-story-section[b-pk8quuxjwd] {
    background: #f9f9f9;
    padding: 4rem 2rem;
    text-align: center;
    color: #333;
}

.our-story-container[b-pk8quuxjwd] {
    max-width: 800px;
    margin: 0 auto;
}

.our-story-section h2[b-pk8quuxjwd] {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #333;
}

.our-story-container p[b-pk8quuxjwd] {
    font-size: 1.2rem;
    font-weight: 300;
    color: #666;
    line-height: 1.6;
}

/* RSVP Section */
.rsvp-section[b-pk8quuxjwd] {
    background: #f9f9f9;
    padding: 4rem 2rem;
    text-align: center;
    color: #333;
}

.rsvp-container[b-pk8quuxjwd] {
    max-width: 600px;
    margin: 0 auto;
}

.rsvp-section h2[b-pk8quuxjwd] {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #333;
}

.rsvp-container p[b-pk8quuxjwd] {
    font-size: 1.2rem;
    font-weight: 300;
    color: #666;
    margin-bottom: 1rem;
}

.rsvp-form[b-pk8quuxjwd] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    .rsvp-form input[b-pk8quuxjwd],
    .rsvp-form select[b-pk8quuxjwd],
    .rsvp-form textarea[b-pk8quuxjwd] {
        padding: 0.5rem;
        font-size: 1rem;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .rsvp-form textarea[b-pk8quuxjwd] {
        height: 100px;
        resize: vertical;
    }

    .rsvp-form button[b-pk8quuxjwd] {
        padding: 0.5rem 1rem;
        font-size: 1rem;
        background-color: #d8c3a5;
        border: none;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        .rsvp-form button:hover[b-pk8quuxjwd] {
            background-color: #d8c3a5;
        }

/* Fade-in animation */
@keyframes fadeIn-b-pk8quuxjwd {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive design */
@media (max-width: 768px) {
    .hero[b-pk8quuxjwd] {
        height: 100vh;
        background: url('/img/00041.jpg') no-repeat center 100%/cover;
    }

    h1[b-pk8quuxjwd] {
        font-size: 2.5rem;
    }

    .hero p[b-pk8quuxjwd] {
        font-size: 1.2rem;
    }

    nav[b-pk8quuxjwd] {
        flex-direction: column;
        gap: 1rem;
    }

        nav a[b-pk8quuxjwd] {
            font-size: 1rem;
        }

    .details-section[b-pk8quuxjwd] {
        padding: 2rem 1rem;
        background: url('/img/0048.jpg') no-repeat center center/cover;
        background-size: cover;
    }

    .details-container[b-pk8quuxjwd] {
        display: block;
        max-width: 100%;
    }

    .photo-column[b-pk8quuxjwd] {
        display: none;
    }

    .text-column[b-pk8quuxjwd] {
        background: rgba(255, 255, 255, 0.8);
        padding: 1rem;
        border-radius: 10px;
    }

    .details-section h2[b-pk8quuxjwd] {
        font-size: 2rem;
    }

    h3[b-pk8quuxjwd] {
        font-size: 1.5rem;
    }

    .text-column p[b-pk8quuxjwd] {
        font-size: 1rem;
    }

    .our-story-section[b-pk8quuxjwd],
    .rsvp-section[b-pk8quuxjwd] {
        padding: 2rem 1rem;

    }

    .rsvp-section[b-pk8quuxjwd]{
        margin-bottom: 45px;
    }

        .our-story-section h2[b-pk8quuxjwd],
        .rsvp-section h2[b-pk8quuxjwd] {
            font-size: 2rem;
        }

    .our-story-container p[b-pk8quuxjwd],
    .rsvp-container p[b-pk8quuxjwd] {
        font-size: 1rem;
    }

    .rsvp-form input[b-pk8quuxjwd],
    .rsvp-form select[b-pk8quuxjwd],
    .rsvp-form textarea[b-pk8quuxjwd],
    .rsvp-form button[b-pk8quuxjwd] {
        font-size: 0.9rem;
        
    }
}
/* _content/MostertTroue/Components/Pages/RSVP.razor.rz.scp.css */
.rsvp-wrapper[b-o60xmst89m] {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
}

.rsvp-image[b-o60xmst89m] {
    flex: 1;
    background-image: url('/img/0078.jpg') ;
    background-size: cover;
    background-position: center;
    display: block;
}

.rsvp-section[b-o60xmst89m] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #85865fa1;
    padding: 2rem;
}

.rsvp-container[b-o60xmst89m] {
    max-width: 400px;
    text-align: center;
}

.rsvp-form[b-o60xmst89m] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

    .rsvp-form input[b-o60xmst89m],
    .rsvp-form select[b-o60xmst89m] {
        padding: 0.75rem;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 1rem;
    }

    .rsvp-form button[b-o60xmst89m] {
        padding: 0.5rem 1rem;
        font-size: 1rem;
        background-color: #d8c3a5;
        border: none;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

.rsvp-checkbox[b-o60xmst89m] {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    gap: 0.5rem;
}

@media (max-width: 768px) {
    .rsvp-wrapper[b-o60xmst89m] {
        flex-direction: column;
    }

    .rsvp-image[b-o60xmst89m] {
        display: none;
        opacity: 0.2;
    }

    .rsvp-section[b-o60xmst89m] {
        background-image: url('/img/0078.jpg');
        background-size: 150%; /* ✅ Zoomed out */
        background-position: center;
        background-repeat: no-repeat;
        color: black;
    }

    .rsvp-container[b-o60xmst89m] {
        background-color: rgba(255, 255, 255, 0.95);
        color: black;
        padding: 1rem;
        opacity: 0.88;
        border-radius: 8px;
        text-shadow: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
/* _content/MostertTroue/Components/Pages/ThankYou.razor.rz.scp.css */
.rsvp-wrapper[b-2ytyi5d9jw] {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
}

.rsvp-image[b-2ytyi5d9jw] {
    flex: 1;
    background-image: url('/img/0078.jpg');
    background-size: cover;
    background-position: center;
    display: block;
}

.rsvp-section[b-2ytyi5d9jw] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #85865fa1;
    padding: 2rem;
}

.rsvp-container[b-2ytyi5d9jw] {
    max-width: 500px;
    text-align: center;
}

.rsvp-form[b-2ytyi5d9jw] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

    .rsvp-form input[b-2ytyi5d9jw],
    .rsvp-form select[b-2ytyi5d9jw] {
        padding: 0.75rem;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 1rem;
    }

    .rsvp-form button[b-2ytyi5d9jw] {
        padding: 0.5rem 1rem;
        font-size: 1rem;
        background-color: #d8c3a5;
        border: none;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

.rsvp-checkbox[b-2ytyi5d9jw] {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    gap: 0.5rem;
}

@media (max-width: 768px) {
    .rsvp-wrapper[b-2ytyi5d9jw] {
        flex-direction: column;
    }

    .rsvp-image[b-2ytyi5d9jw] {
        display: none;
        opacity: 0.2;
    }

    .rsvp-section[b-2ytyi5d9jw] {
        background-image: url('/img/0078.jpg');
        background-size: 150%; /* ✅ Zoomed out */
        background-position: center;
        background-repeat: no-repeat;
        color: black;
    }

    .rsvp-container[b-2ytyi5d9jw] {
        background-color: rgba(255, 255, 255, 0.95);
        color: black;
        padding: 1rem;
        opacity: 0.88;
        border-radius: 8px;
        text-shadow: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
/* _content/MostertTroue/Components/Pages/Upload.razor.rz.scp.css */
.upload-wrapper[b-li7epq9z7x] {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fffaf7;
    font-family: 'Poppins', sans-serif;
}

.upload-container[b-li7epq9z7x] {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 2.5rem 2rem;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 2px 16px rgba(212, 158, 143, 0.08);
    text-align: center;
}

.upload-title[b-li7epq9z7x] {
    font-family: 'Playfair Display', serif;
    color: #d49e8f;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.upload-desc[b-li7epq9z7x] {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #556b2f;
}

.upload-input[b-li7epq9z7x] {
    margin-bottom: 1rem;
    border-radius: 8px;
    border: 1px solid #d49e8f;
    padding: 0.5rem;
    width: 100%;
}

.upload-hint[b-li7epq9z7x] {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 0.95rem;
    color: #888;
    margin-bottom: 1rem;
}

.upload-success[b-li7epq9z7x] {
    color: #556b2f;
    background: #eafbe7;
    border-radius: 8px;
    padding: 0.75rem;
    margin-top: 1rem;
}

.upload-error[b-li7epq9z7x] {
    color: #b71c1c;
    background: #ffeaea;
    border-radius: 8px;
    padding: 0.75rem;
    margin-top: 1rem;
}
/* _content/MostertTroue/Components/Pages/Uploads.razor.rz.scp.css */
.image-gallery[b-z4yjsroyvv] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    padding: 16px;
}

.gallery-image[b-z4yjsroyvv] {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s, box-shadow 0.2s;
    background: #f8f8f8;
    display: block;
}

    .gallery-image:hover[b-z4yjsroyvv] {
        transform: scale(1.05);
        box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    }

@media (max-width: 600px) {
    .image-gallery[b-z4yjsroyvv] {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 8px;
        padding: 8px;
    }

    .gallery-image[b-z4yjsroyvv] {
        aspect-ratio: 1 / 1;
        height: auto;
    }
}
