html,
body {
    margin: 0;
    padding: 0;
    height: 100vh;
    min-width: 330px;
    font-family: 'EB Garamond', sans-serif;
    overflow-x: hidden;
    background: linear-gradient(180deg, #ffffff, #e0f5ff, #ffffff);
    color: #003344;
}


hr.style-two {
    border: 0;
    height: 0.8px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.mainNames {
    font-family: 'EB Garamond', sans-serif;
    font-size: 90px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 120px;
    color: #003b5c;
    margin-top: 80px;
    word-break: normal;
    word-wrap: break-word;
}

#guestNameWelcome {
    font-family: 'EB Garamond', sans-serif;
    font-size: x-large;
    line-height: 20px;
    color: #00758d;
}

.guestName {
    font-family: 'EB Garamond', sans-serif;
    font-size: xx-large;
    word-break: normal;
    margin: 5px 0px;
    word-wrap: break-word;
    font-weight: 900;
    color: #00758d;
}

.guestName_ambr {
    font-family: 'EB Garamond', sans-serif;
    font-size: xx-large;
    word-break: normal;
    word-wrap: break-word;
    letter-spacing: -5px;
    font-weight: 900;
    color: #00758d;
}

#guestNameWelcomeContinuation {
    font-family: 'EB Garamond', sans-serif;
    font-size: x-large;
    line-height: 20px;
    color: #004f5f;
    padding-bottom: 20px;
}

.split {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px;
    height: 100vh;
    width: 100%;
}

.left {
    flex: 1;
    background-image: url("images/nikos_monika_hero.png");
    background-position: center;
    background-size: cover;
    /* fixed from 'fill' to 'cover' */
    background-repeat: no-repeat;
    -webkit-mask-image: linear-gradient(to right, rgb(255, 255, 255) 70%, transparent);
    mask-image: linear-gradient(to right, rgb(255, 255, 255) 70%, transparent);
}



.right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url("images/background.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-mask-image: linear-gradient(to left, rgb(255, 255, 255) 70%, transparent);
    mask-image: linear-gradient(to left, rgb(255, 255, 255) 70%, transparent);

}

.guest_box {
    max-width: 400px;
}

.menu-toggle {
    position: fixed;
    top: 20px;
    left: 50%;
    z-index: 1001;
    font-family: 'EB Garamond', sans-serif;
    font-size: 24px;
    padding: 6px 12px;
    border-radius: 8px;
    border: 2px solid #00aacc;
    background: white;
    cursor: pointer;
    align-items: center;
    gap: 6px;
    transform: translateX(-50%);
}

.main-menu {
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    background: white;
    border: 2px solid #00aacc;
    border-radius: 15px;
    padding: 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    font-size: 35px;
}

.main-menu.open {
    opacity: 1;
    visibility: visible;
}

.main-menu a {
    display: block;
    padding: 12px;
    text-decoration: none;
    color: #003b5c;
    font-weight: 500;
}

.main-menu a:hover {
    color: #00aacc;
}


.lang-dropdown {
    position: fixed;
    top: 20px;
    right: 40px;
    z-index: 1001;
    font-family: 'EB Garamond', sans-serif;
}

#langDropdownBtn {
    font-size: 24px;
    padding: 6px 12px;
    border-radius: 8px;
    border: 2px solid #00aacc;
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

#langDropdownBtn:hover {
    background: #00aacc;
    color: white;
}

.lang-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 2px solid #00aacc;
    border-radius: 8px;
    margin-top: 6px;
    display: none;
    flex-direction: column;
    min-width: 120px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 2000;
}

.lang-dropdown-menu.open {
    display: flex;
}

.lang-dropdown-menu div {
    padding: 6px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 20px;
}

.lang-dropdown-menu div:hover {
    background: #00aacc;
    color: white;
}

/* Travel / Memories / Table pages */
.travel_page,
.memories_page,
.table_page {
    background-image: url("images/background.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.table_page_content {
    margin-top: 100px;
}

header {
    text-align: center;
    padding: 40px 20px;
}

h1 {
    font-size: 42px;
    color: #0088cc;
}

h2 {
    color: #00aacc;
    margin-bottom: 20px;
}

#searchInput {
    width: 600px;
    padding: 12px;
    border-radius: 8px;
    border: 2px solid #00aacc;
    font-size: 30px;
}

#tablesContainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 10px;
    gap: 10px;
}

.table {
    background: white;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    font-size: 30px;
}

.table h3 {
    text-align: center;
    color: #0077aa;
}

.table ul {
    list-style: none;
    padding: 10px;
    font-size: 24px;
}

.table li {
    padding: 2px;
}

.highlight {
    background: #00ccff;
    color: white;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
}

.table.active {
    border: 3px solid #00ccff;
    transform: scale(1.03);
}


.travel_content {
    max-width: 1000px;
    margin: 150px auto 60px auto;
    padding: 20px;
    background: rgba(255, 255, 255, 1);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.travel_content header {
    text-align: center;
    margin-bottom: 40px;
}

.travel_content h1 {
    font-size: 42px;
    color: #0088cc;
    margin-bottom: 10px;
}

.travel_content h2 {
    color: #00aacc;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 28px;
}

.travel_content p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.travel_map iframe {
    width: 100%;
    height: 450px;
    border-radius: 12px;
    border: 2px solid #00aacc;
    margin-bottom: 30px;
}


.site-footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    background: #539ac3;
    padding: 5px;
    color: white;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    transition: transform 0.3s ease;
    z-index: 1000;
}


/* =========================
   memories Memories ONLY
========================= */
.memories_memories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    padding: 20px;
}

.memories_memories img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.memories_memories img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 860px) {

    .mainNames {
        font-family: 'EB Garamond', sans-serif;
        font-size: 64px;
        font-weight: 400;
        line-height: 90px;
        letter-spacing: 2px;
        color: #003b5c;
        padding: 15px;
    }

    #guestNameWelcome {
        font-family: 'EB Garamond', sans-serif;
        font-size: x-large;
        line-height: 10px;
        color: #00758d;
    }

    .guestName {
        font-family: 'EB Garamond', sans-serif;
        font-size: xx-large;
        font-weight: 900;
        text-justify: center;
        color: #00758d;
    }

    .guestName_ambr {
        font-family: 'EB Garamond', sans-serif;
        font-size: xx-large;
        line-height: 50px;
        letter-spacing: -5px;
        word-break: normal;
        word-wrap: break-word;
        font-weight: 900;
        color: #00758d;
    }

    #guestNameWelcomeContinuation {
        font-family: 'EB Garamond', sans-serif;
        font-size: x-large;
        color: #004f5f;
        line-height: 50px;
        margin-bottom: 120px;
    }

    .guest_box {
        max-width: 500px;
    }

    .menu-toggle {
        display: flex;
        position: fixed;
        top: 20px;
        left: 80px;
        z-index: 1001;
        font-family: 'EB Garamond', sans-serif;
        font-size: 24px;
        padding: 6px 12px;
        border-radius: 8px;
        border: 2px solid #00aacc;
        background: white;
        cursor: pointer;
        align-items: center;
        gap: 6px;
    }

    .main-menu {
        position: fixed;
        top: 80px;
        left: 50%;
        transform: translateX(-50%);
        width: 320px;
        background: white;
        border: 2px solid #00aacc;
        border-radius: 15px;
        padding: 5px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        transition: all 0.3s ease;
        opacity: 0;
        visibility: hidden;
        z-index: 999;
        font-size: 35px;
    }

    .split {
        flex-direction: column-reverse;
        margin-top: 80px;
        height: auto;
    }

    .right {
        flex: none;
        width: 100%;
        height: auto;
        /* Give each half a visible area */
        -webkit-mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 80%, transparent);

        mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 80%, transparent);
    }

    .left {
        flex: none;
        width: 100%;
        height: 50vh;
        /* Give each half a visible area */
        -webkit-mask-image: linear-gradient(to top, rgba(255, 255, 255, 1) 80%, transparent);

        mask-image: linear-gradient(to top, rgba(255, 255, 255, 1) 80%, transparent);
    }

    #searchInput {
        width: 90%;
        font-size: 18px;
        padding: 14px;
    }

    #tablesContainer {
        display: grid;
        grid-template-columns: 1fr;
        padding: 10px;
        gap: 10px;
    }

    .table {
        padding: 16px;
    }

    .travel_content {
        margin: 100px 15px 30px 15px;
        padding: 15px;
    }

    .travel_content h1 {
        font-size: 32px;
    }

    .travel_content h2 {
        font-size: 24px;
    }

    .travel_content p {
        font-size: 16px;
    }

    .travel_map iframe {
        height: 300px;
    }

    .memories_memories {
        grid-template-columns: 1fr;
        padding: 15px;
    }
}