﻿@import url('site.css');
html, body {
    margin: 0;
    padding: 0;
    padding-top: 20px;
    height: 100%;
    font-size: 14px;
    font-family: Arial, sans-serif;
    background-color: #E6B0AA !important;
    color: #212529;
    display: flex;
    flex-direction: column;
    touch-action: manipulation;
    overflow-x: hidden;
    min-height: 50vh;
}


.hero-tekst {
    position: absolute;
    top: 70%;  
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 50%;
    z-index: 2;
    color: white;
    font-family: 'Great Vibes', cursive;
    font-size: 25px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    border-radius: 30px;
    padding: 20px;
}



 
    .hero-tekst h1 {
        font-family: 'Great Vibes', cursive;
        font-size: 75px;
        color: black;
        margin: 0;
    }

    .hero-tekst .hartje {
        width: 50px;
        height: 50px;
        vertical-align: middle;
        margin: 0 15px;
        fill: #fff; 
        filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3));
    }

@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Playfair+Display:wght@400;600&display=swap');

.introductie-los {
    text-align: center;
    padding: 60px 20px 40px;
    font-family: 'Georgia', serif;
    color: #4d2c2c;
    max-width: 900px;
    margin: 0 auto;
 }

    .introductie-los h2 {
        font-family: 'Great Vibes', cursive;
        font-size: 38px;
        color: #6a4f4b;
        margin-bottom: 10px;
        margin-top: 1%;
       
    }


    .introductie-los p {
        font-family: 'Lora', serif;
        font-size: 18px;
        line-height: 1.8;
        color: #4d2c2c;
        white-space: pre-line;
    }


.login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: white;
    color: #6A4F4B;
    border-radius: 15px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    height: 40px; 
    line-height: 1; 
}
.wave-top {
    position: relative;
    margin-top: -5px;
    z-index: 10;
}

.wave-top svg {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: 0;
    vertical-align: bottom;
    z-index: 10;
    margin-bottom: -25px!important;
 }


 

.container {
    flex: 1 0 auto;
    margin-top: 20px;
    padding-bottom: 60px;
    max-width: unset !important;
    width: 100vw !important;
}

h1, h2, h3 {
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Arial', sans-serif;
}

h1 {
    color: #007bff;
    font-size: 2.5rem;
    text-align: center;
}

hr {
    border: 2px solid orange;
    width: 50%;
    margin: 20px auto;
}

      
.form-control {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
    margin-bottom: 1rem;
}

textarea.form-control {
    resize: vertical;
    height: 100px;
}

.table {
    background-color: #fff;
    border: 1px solid #dee2e6;
    margin-top: 20px;
    width: 100%;
}

    .table thead th {
        background-color: #343a40;
        color: white;
        text-align: center;
    }

    .table td, .table th {
        text-align: center;
        vertical-align: middle;
    }

.action-btn-group .btn,
.action-btn-group button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    font-size: 14px;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    height: 38px;
    text-align: center;
    min-width: 100px;
}

.form-check-input:focus,
.form-control:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #0d6efd;
}
 
.truncate-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card {
    border-radius: 15px;  
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3) !important;  
    transition: box-shadow 0.3s ease;  
}


.table-responsive {
    overflow-x: auto;
}

.slider-container {
    position: relative;
    width: 100%;
 
}

.time-labels span {
    font-size: 0.85rem;
    color: #6c757d;
    width: 20%;
    text-align: center;
}
input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: #ddd;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity 0.2s;
}

    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        background: #007bff;
        border-radius: 50%;
        cursor: pointer;
        transition: background 0.2s;
    }

    input[type="range"]::-moz-range-thumb {
        width: 20px;
        height: 20px;
        background: #007bff;
        border-radius: 50%;
        cursor: pointer;
        transition: background 0.2s;
    }

    input[type="range"]:hover::-webkit-slider-thumb {
        background: #0056b3;
    }

    input[type="range"]:hover::-moz-range-thumb {
        background: #0056b3;
    }
.d-grid {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 10px;
}

    .d-grid button {
        flex: 0 0 auto;
    }

 
#VerstuurNaarKlant {
    margin-bottom: 0; 
}

#EmailKlant {
    margin-top: 0.5rem;
    background-color: #f8f9fa; 
    border-color: #ced4da; 
    color: #495057; 
}

.disabled {
    background-color: #e9ecef !important;
    cursor: not-allowed;
}
.textarea-save-icon {
    padding-right: 40px;  
    resize: vertical;
}

.position-relative {
    position: relative;
}
.input-group {
    position: relative;
    display: flex;
    align-items: center;
}

    .input-group .form-control {
        padding-right: 35px;
        height: 38px;
        border-radius: 5px;
    }

.input-group-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    min-width: unset !important;
    width: auto !important;
}

.save-icon {
    position: absolute;
    right: 12px;
    top: 40%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #6c757d;
    pointer-events: none;
    cursor: default;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.save-icon-textarea {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    color: #6c757d;
    pointer-events: none;
    cursor: default;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
input[type="time"],
input[type="number"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .mobile-only {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
        border-radius: 50%;
        border: 1px solid #ccc;
        background-color: #f8f9fa;
        color: #000;
        cursor: pointer;
    } 

body {
    background-color: #fce4ec;
    padding-top: 70px;
    color: black;
}

   body.black-background {
        background-color: black;
        color: white;
    }

.hero-header {
    margin-top: -50px !important;
    padding-top: 0 !important;
    width: 100vw;
    height: 400px;
    position: relative;
    overflow: hidden;  
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
}


    .hero-header img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
    }



.custom-navbar {
    background: rosybrown; 
    border-radius: 0px;
    padding: 8px 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    position: fixed;
    top: -10px;
    left: 0;
    width: 100vw; 
    z-index: 9999;

}

.navbar .container-fluid {
    padding-left: 0;
    padding-right: 0;
}


.navbar-brand {
    font-size: 18px;
    font-weight: bold;
    color: #6A4F4B;
    transition: 0.3s ease-in-out;
   
}

    .navbar-brand:hover {
        color: #8C5A4A;
    }

.navbar-nav .nav-link {
    color: white;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 15px;
    transition: 0.3s ease-in-out;
    border-radius: 15px;
}

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
        background-color: rgba(196, 154, 108, 0.7);
        color: white;
    }

.logout-btn, .login-btn {
    padding: 1px 18px;
    border-radius: 15px;
    font-size: 16px;
    transition: all 0.3s ease;
}

    .logout-btn:hover {
        background-color: #B03A2E;
        color: white;
    }

.login-btn {
    background-color: white;
    color: #6A4F4B;
    border: 2px solid white;
    height: 25px;
    margin-top: 15px;
}

    .login-btn:hover {
        background-color: #C49A6C;
        color: white;
    }

.info-container {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 120px 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    overflow-x: auto;
    background-image: url('/images/Background-infocontainer.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 0px 0px 150px 150px;
}


.info-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 2px solid #6A4F4B;
    position: relative;
    width: 250px;
    min-width: 250px;
    transition: transform 0.3s ease-in-out;
    overflow: visible;
}

    .info-box:hover {
        transform: translateY(-5px);
    }

    .info-box h3 {
        font-size: 20px;
        font-weight: bold;
        color: #6A4F4B;
        margin-bottom: 10px; 
        position: relative;
        text-transform: uppercase;
        min-height: 40px;
           }
        .info-box h3::after {
            content: "";
            display: block;
            width: 60px;
            height: 3px;
            background-color: #D5B895;
            margin: 10px auto 0;
            border-radius: 5px;
        }

    .info-box p {
        font-size: 16px;
        color: #555;
        line-height: 1.6;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    
 
 
.slider-container {
    margin-top: 30px;
    display: flex; 
    justify-content: center; 
    gap: 20px; 
    flex-wrap: wrap; 
    padding: 20px;
    
}

.photo-slider {
    position: relative;
    width: 300px; 
    height: 200px; 
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); 
    flex-shrink: 0; 
    background-color: #f3f3f3; 
}

    .photo-slider img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0; 
        transition: opacity 1s ease-in-out; 
    }

        .photo-slider img.active {
            opacity: 1;
        }


.full-width-container {
    width: 120%;
    background-color: #F7A1B5; 
    padding: 50px 0; 
    display: flex;
    flex-direction: column; 
    align-items: flex-start; 
    text-align: center;
    margin-bottom: 0px;
    margin-left: -20px;
    position: relative;
    margin-top: 40px;
}
  
.felicitatie-slider {
    position: relative;
    width: 90%;
    max-width: 800px; 
    margin: 30px auto 0; 
    text-align: left;
    height: 80px; 
    overflow: hidden;
    margin-top: -90px;
    z-index: 5;
 }

.felicitatie {
    position: absolute;
    width: 90%;
    opacity: 0;
    font-size: 25px;
    font-weight: bold;
    color: #fff; 
    transition: opacity 1s ease-in-out;
}

    .felicitatie.active {
        opacity: 1;
    }

.wedding-title {
    font-family: 'Dancing Script', cursive;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    margin-bottom: 20px;
    
}

.bg-footer {
    background-color: rosybrown;
    color: #333;
    text-align: left;
    padding: 15px 20px;
    font-size: 1.1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 0;
    margin-top: 0;
    position: relative; 
}

.custom-wedding-modal {
    background-color: #E8D8C4;
    background-size: cover;
    border-radius: 15px;
    padding: 20px;
    color: #000;
    font-size: 1.5rem;
    font-family: 'Dancing Script', cursive;
    text-align: center;
     }

    .custom-wedding-modal .modal-header {
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 15px 15px 0 0;
    }

    .custom-wedding-modal .modal-body {
        background-color: rgba(255, 255, 255, 0.85);
        padding: 20px;
        border-radius: 0 0 15px 15px;
    }

    .custom-wedding-modal input,
    .custom-wedding-modal textarea,
    .custom-wedding-modal select {
        border-radius: 10px;
        border: 1px solid #ddd;
    }

    .custom-wedding-modal .btn-success {
        background-color: #e91e63;
        border: none;
        padding: 10px 20px;
        font-size: 18px;
        font-weight: bold;
        border-radius: 25px;
        transition: 0.3s ease-in-out;
    }

        .custom-wedding-modal .btn-success:hover {
            background-color: #c2185b;
        }


#loginModal .modal-dialog {
    max-width: 400px; 
    width: 80%; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    margin: 0; 
}

#loginModal .modal-content {
    background-color: #E8D8C4; 
    border-radius: 12px; 
    border: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); 
}

#loginModal .modal-header {
    background-color: #D2B48C; 
    color: #4A3F35; 
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom: none;
}

#loginModal .modal-footer {
    background-color: #D2B48C; 
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top: none;
}

#loginModal input {
    background-color: #F5ECE1;
    border: 1px solid #C4A484;
    color: #4A3F35; 
    border-radius: 8px; 
    padding: 10px;
    font-size: 16px;
}

    #loginModal input:focus {
        border-color: #A67B5B; 
        outline: none;
        box-shadow: 0px 0px 8px rgba(166, 123, 91, 0.6);
    }

#loginModal .btn-primary {
    background-color: #A67B5B; 
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 16px;
    transition: background-color 0.3s ease-in-out;
}

    #loginModal .btn-primary:hover {
        background-color: #8B5E3B; 
    }
 
#loginModal label {
    color: #FFFFFF; 
    font-size: 1.5rem;
}

.forgot-password-container {
    max-width: 400px; 
    width: 100%; 
    background-color: #E8D8C4; 
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.container.d-flex {
    min-height: 80vh; 
}

.countdown-container {
    background-color: #f8c8c8;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    min-height: 180px;
    height: 150px;
    margin-top: 5px !important;
    padding-top: 0 !important;
    padding-left: 60px; /*nieuwe waarde*/
     z-index:1;
}

#countdown {
    display: flex;
    gap: 15px;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 10px;
    border-radius: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    min-width: 80px;
    height: 80px;
    width: 80px;
    position: relative;
    z-index: 11; 
    margin-bottom: 0;
    padding-bottom: 0;
}

.countdown-wrapper h2 {
    font-size: 24px;  
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

    .countdown-item span {
        font-size: 24px;
        font-weight: bold;
        color: #D9534F;
    }

    .countdown-item label {
        font-size: 11px;
        color: #6A4F4B;
        text-transform: uppercase;
        margin-top: 1px;
    }

.felicitatie-slider {
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.3rem;
    padding-top: 20px;
    z-index: 5;
}

.felicitatie {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: calc(1.4em * 2);
    word-wrap: break-word;
}
  
    .felicitatie.active {
        display: block;
        opacity: 1;
    }

@media (max-width: 768px) {

    .wave-top {
        position: relative;
        margin-bottom: 0px;
        z-index: 15;
      
    }

        .wave-top svg {
            display: block;
            width: 100%;
            height: auto;
            margin: 0;
            padding: 0;
            line-height: 0;
            vertical-align: bottom;
            margin-bottom: -10px !important;
            vertical-align: bottom;
            z-index: 10;
        }

    .photo-slider {
        position: relative;
        width: 100%;
        max-width: 550px;
        height: 300px;
        margin: 10px auto;
        border-radius: 30px;
        overflow: hidden;
        background-color: #f3f3f3;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

        .photo-slider img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0;
            transition: opacity 1s ease-in-out;
            z-index: 0;
        }

            .photo-slider img.active {
                opacity: 1;
                z-index: 1;
            }

        .photo-slider:empty::before {
            content: "Geen foto's beschikbaar";
            color: #999;
            display: block;
            text-align: center;
            padding-top: 80px;
            font-style: italic;
        }

    .countdown-container {
        text-align: center;
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-top: 0px;
      margin-bottom: 0;
      z-index: 25;
      height: 250px;
      padding-left: 10px;
         }

    #countdown {
        width: 100%;
        display: flex;
        justify-content: center !important;
        flex-wrap: wrap;
        gap: 10px;
        padding: 5px 0;
        
    }

    .countdown-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-top: 0px;  
        padding-bottom: 0px;
        margin-bottom: -10px;
    }


        .countdown-wrapper h2 {
            margin-bottom: 10px;
            width: 100%;
            text-align: center;
            padding-top: 40px;
        }

    .countdown-item {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        text-align: center;
        font-size: 8px!important;
          }




        .countdown-item span {
            font-size: 1.4rem;
        }

        .countdown-item label {
            font-size: 0.7rem;
                }

    .hero-tekst svg.hartje {
        display: none;
    }



    .hero-header {
        position: relative;
        width: 100%;
        height: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #E6B0AA;
        overflow: hidden;
        z-index: 1;
        margin-top: 50px !important;
        border-bottom-right-radius: 120px;
        border-bottom-left-radius: 0px;
    }

        .hero-header img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            margin-top: 0 !important;
            padding-top: 0 !important;
            top: 0;
            left: 0;
            opacity: 1 !important;
            z-index: 1;
        }

.hero-tekst {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 90%;
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    border-radius: 30px;
    text-align: center;
    color: white;
    font-family: 'Great Vibes', cursive;
    font-size: 25px;
    z-index: 2;
}


    .hero-tekst h1 {
        font-size: 30px;
        color: black;
        margin: 0;
        white-space: nowrap; 
            }

        .hero-tekst .hartje {
            width: 30px;
            height: 30px;
            vertical-align: middle;
            margin: 0 10px;
            fill: #fff;
            filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3));
        }
 
    .navbar-brand {
        font-size: 16px;
    }


    .bg-footer {
        font-size: 12px;
      }
    .felicitatie-slider {
        width: 100%;
        margin-top: 0px;
        padding-top: 20px;
        padding-bottom: 50px;
         margin-left: -30px;
         padding-left: 10%;
        justify-content: center;
        text-align: center;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center; 
        z-index:5;
    }

    .felicitatie {
        text-align: center;
        align-items; center;
        max-width: 90%;
        margin-bottom: 0px;
        font-size: 16px;
        display: inline-block;
        z-index:5;
    }

    .table {
        display: block;
        width: 100%;
        overflow-x: auto;
    }

        .table thead {
            display: none;
        }

        .table tbody tr {
            display: block;
            margin-bottom: 15px;
            border: 1px solid #ddd;
            padding: 10px;
        }

        .table tbody td {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 5px;
            font-size: 14px;
        }

            .table tbody td:before {
                content: attr(data-label);
                font-weight: bold;
                color: #6c757d;
            }

    .action-btn-group .btn,
    .action-btn-group button {
        width: 100%;
        font-size: 14px;
    }

    .table-responsive table,
    .table-responsive thead,
    .table-responsive tbody,
    .table-responsive th,
    .table-responsive td,
    .table-responsive tr {
        display: block;
    }

    .table-responsive thead {
        display: none;
    }

    .table-responsive td {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        border: 1px solid #ddd;
    }

        .table-responsive td:before {
            content: attr(data-label);
            font-weight: bold;
            color: #495057;
            flex: 1;
        }

    .action-btn-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .row .btn-secondary {
        display: block;
        margin-left: auto;
        margin-right: 0;
        width: auto;
    }

    input[readonly] {
        pointer-events: none;
        background-color: #f8f9fa;
    }

    .mobile-only {
        display: none !important;
    }

    #aantalInput {
        -webkit-appearance: auto;
    }

    .custom-navbar {
        border-radius: 0px;
        width: 90%;
        margin: 10px auto;
        padding: 10px;
        margin: 10px auto;
    }

    .navbar-toggler {
        border: none;
        background: transparent;
        padding: 8px;
        font-size: 20px;
    }

    .navbar-collapse {
        position: absolute;
        top: 60px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(213, 184, 149, 0.95);
        border-radius: 20px;
        width: 90%;
        text-align: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        padding: 15px 0;
    }

    .navbar-nav {
        flex-direction: column;
    }

        .navbar-nav .nav-link {
            display: block;
            padding: 12px;
            font-size: 16px;
            color: white;
            border-radius: 15px;
            transition: 0.3s ease;
        }

            .navbar-nav .nav-link:hover {
                background: rgba(196, 154, 108, 0.7);
            }

    .login-btn:hover {
        background: #C49A6C;
        color: white;
    }
    
    .forgot-password-container {
        max-width: 90%; 
        padding: 15px; 
    }

        .forgot-password-container h2 {
            font-size: 20px; 
        }

        .forgot-password-container input {
            font-size: 14px; 
        }

        .forgot-password-container button {
            font-size: 14px;
            padding: 10px;
        }

        .forgot-password-container a {
            font-size: 14px;
        }

    #loginModal .modal-dialog {
        max-width: 80%; 
    }

    #loginModal input {
        font-size: 16px; 
        padding: 8px;
    }

    #loginModal .btn-primary {
        font-size: 14px;
        padding: 8px 16px;
    }

    .hero-wrapper {
        width: 100%;
        overflow: hidden;
        position: relative; 
    }

    .bruidspaar-slider-section {
        background: white;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .bruidspaar-gallery {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .bruidspaar-foto {
        display: block;
        width: 100%;
        max-width: 200px;
        height: auto;
        border-radius: 8px;
        cursor: pointer;
        transition: transform 0.2s ease-in-out;
    }

        .bruidspaar-foto:hover {
            transform: scale(1.1);
        }
    body, html {
        margin: 0;
        padding: 0;
    }


    .info-container {
        display: flex;
        flex-direction: column;
        padding: 75px 10px;
        border-radius: 0px 50px 0px 120px;
    }

    .info-box {
        width: calc(100% - 40px); /* ruimte overhouden voor zijkant */
        margin: 10px 0;
        border-radius: 0 25px 120px 0;
        margin-left: 0;
        margin-right: auto;
        padding: 30px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    }

        .info-box:nth-child(even) {
            border-radius: 25px 0 0 120px;
            margin-left: auto;
            margin-right: 0;
        }
    .fade-in-up {
        opacity: 0;
        transform: translateY(60px); /* eerder 30px */
        transition: opacity 0.6s ease-out, transform 0.6s ease-out;
        will-change: opacity, transform;
    }

        .fade-in-up.visible {
            opacity: 1;
            transform: translateY(0);
        }

    .info-box.visible {
        opacity: 1;
        transform: translateY(0);
    }

    .info-box:nth-child(1) {
        transition-delay: 0s;
    }

    .info-box:nth-child(2) {
        transition-delay: 0.2s;
    }

    .info-box:nth-child(3) {
        transition-delay: 0.4s;
    }

    .info-box:nth-child(4) {
        transition-delay: 0.6s;
    }
 }
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

    html,
    body,
    main,
    .main-content-wrapper,
    .content-wrapper,
    .hero-wrapper {
        margin: 0 !important;
        padding: 0 !important;
    }

    .custom-navbar {
        border-radius: 0px;
        width: 90%;
        margin: 10px auto;
        padding: 10px;
        margin: 10px auto;
    }

    .navbar-toggler {
        border: none;
        background: transparent;
        padding: 8px;
        font-size: 20px;
    }

    .navbar-collapse {
        position: absolute;
        top: 60px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(213, 184, 149, 0.95);
        border-radius: 20px;
        width: 90%;
        text-align: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        padding: 15px 0;
    }

    .navbar-nav {
        flex-direction: column;
    }

        .navbar-nav .nav-link {
            display: block;
            padding: 12px;
            font-size: 16px;
            color: white;
            border-radius: 15px;
            transition: 0.3s ease;
        }

            .navbar-nav .nav-link:hover {
                background: rgba(196, 154, 108, 0.7);
            }

    .hero-wrapper {
        width: 100%;
        overflow: hidden;
    }

    .hero-header {
        width: 100%;
        height: 400px;
        position: relative;
        overflow: hidden;
        border-bottom-left-radius: 120px;
        border-bottom-right-radius: 120px;
    }

        .hero-header img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top center;
            position: absolute;
            top: 0;
            left: 0;
        }

    .hero-tekst {
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px 30px;
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(8px);
        border-radius: 30px;
        text-align: center;
        color: white;
        font-family: 'Great Vibes', cursive;
        font-size: 25px;
        z-index: 2;
        max-width: 90%;
    }

        .hero-tekst h1 {
            font-size: 36px;
            margin: 0;
        }

        .hero-tekst svg.hartje {
            display: none !important;
        }

    .countdown-container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        height: auto;
        gap: 10px;
    }

    .felicitatie-slider {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
        font-size: 1.2rem;
        padding: 10px 0 30px;
        position: relative;
        z-index: 10;
    }

    .felicitatie {
        font-size: 1.1rem;
        max-width: 90%;
        margin: 0 auto;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (orientation: landscape) and (max-width: 1366px) {
        .hero-wrapper {
        width: 100vw;
        margin: 0 auto;
        overflow: hidden;
    }

    .hero-tekst h1 {
        font-size: 36px;
        margin: 0;
    }
    .hero-header {
        width: 100%;
        height: 400px;
        position: relative;
        overflow: hidden;
        border-bottom-left-radius: 120px;
        border-bottom-right-radius: 120px;
    }
        .hero-header img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top center;
            position: absolute;
            top: 0;
            left: 0;
        }

    .hero-tekst {
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px 30px;
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(8px);
        border-radius: 30px;
        text-align: center;
        color: white;
        font-family: 'Great Vibes', cursive;
        font-size: 20px;
        z-index: 2;
        display: inline-block;
        max-width: 90%;
    }

    .custom-navbar {
        width: 95%;
        margin: 10px auto;
        padding: 10px;
    }

    .navbar-toggler {
        border: none;
        background: transparent;
        font-size: 24px;
    }

    .navbar-collapse {
        justify-content: space-between;
        align-items: center;
    }

    .navbar-nav {
        flex-direction: row;
        gap: 20px;
    }

        .navbar-nav .nav-link {
            color: white;
            font-size: 16px;
        }

    .login-btn {
        margin-left: auto;
        background-color: #C49A6C;
        color: white;
        padding: 8px 16px;
        border-radius: 20px;
    }

        .login-btn:hover {
            background-color: #b1875a;
        }

    .hero-tekst svg.hartje {
        display: none !important;
    }
}

.custom-toggler {
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;  
    background: transparent;
    border: none;
    position: relative;
    z-index: 10001;
    cursor: pointer;
    padding: 0;
}

    .custom-toggler .bar {
        display: block;
        width: 24px;
        height: 2.5px;
        background: #6A4F4B;
        border-radius: 2px;
        transition: 0.3s cubic-bezier(.4,2,.6,1);
        position: relative;
    }

    .custom-toggler.active .bar:nth-child(1) {
        transform: rotate(45deg) translate(4px, 4px);
    }

    .custom-toggler.active .bar:nth-child(2) {
        opacity: 0;
    }

    .custom-toggler.active .bar:nth-child(3) {
        transform: rotate(-45deg) translate(4px, -4px);
    }

