
    /* Modal background */
.sliding-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1000;
}
.sliding-modal-lodges {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1000;
}

/* Modal content with glass effect */
.sliding-modal-content {
    background: rgba(156, 129, 83, 0.5);  /* semi-transparent */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px) saturate(180%);
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 20px 10px ;
    width: 600px;
    max-width: 90%;
    margin-top: -500px; /* hidden above */
    transition: margin-top 0.5s ease, opacity 0.5s ease;
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Modal content with glass effect */
.sliding-modal-content-lodges {
    background: rgba(0, 48, 85, 0.5);  /* semi-transparent */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px) saturate(180%);
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 20px 10px ;
    width: 600px;
    max-width: 90%;
    margin-top: -500px; /* hidden above */
    transition: margin-top 0.5s ease, opacity 0.5s ease;
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Show modal */
.sliding-modal.show {
    opacity: 1;
    pointer-events: auto;
}

.sliding-modal.show .sliding-modal-content {
    margin-top: 160px; /* slide down */
}
/* Show modal */
.sliding-modal-lodges.show {
    opacity: 1;
    pointer-events: auto;
}
.sliding-modal-lodges.show .sliding-modal-content-lodges {
    margin-top: 160px; /* slide down */
}

/* Close button */
.sliding-close {
    float: right;
    font-size: 24px;
    cursor: pointer;
    color: white;
    margin-bottom: 10px;
}
 #responseMessage {
     max-height: 0;               /* hidden by default */
     overflow: hidden;
     transition: max-height 0.5s ease, opacity 0.5s ease;
     opacity: 0;
     margin-top: 10px;
 }

#responseMessage.show {
    max-height: 200px;           /* enough space for message */
    opacity: 1;
}
.transparent-box-background {
    width: 200px;
    height: 100px;
    border-radius: 20px;
    backdrop-filter: blur(20px);
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.4);
    z-index: 10; overflow: hidden;
}
.transparent-box-background-2 {
    width: 100%;
    height: 100%;
    border-radius: 0;
    backdrop-filter: blur(20px);
    background: rgba(255,255,255,0.1);
    z-index: 10; overflow: hidden;
    padding: 10px 10px 10px 10px;
}
.centered-div {
    width: 65%;                   /* Container width */
    min-height: 70vh;             /* Flexible height */
    margin: 10px auto;            /* Center horizontally */

    display: flex;                /* Enable flexbox */
    flex-wrap: wrap;              /* Allow items to wrap */
    justify-content: center;      /* Center items horizontally */
    align-content: center;        /* Center wrapped rows vertically */
    gap: 15px;                    /* Space between items */

    border-radius: 10px;          /* Rounded corners */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    padding: 15px;
    overflow: auto;               /* Scroll if content overflows */
}
.centered-div-2 {
    width: 60%; /* Or a fixed pixel value, e.g., 300px */
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;    /* Centers vertically */
    margin: 0 auto auto;
    border-radius: 10px; /* Rounds all corners by 10px */
    /*box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); /* Creates a shadow */
    padding: 10px 10px 10px 10px;
}
.centered-div-3 {
    width: 40%; /* Or a fixed pixel value, e.g., 300px */
    display: flex;
    justify-content: center;  /*Centers horizontally */
    align-items: center;    /* Centers vertically */
    height: 5vh;
    margin: 0 auto 10px;
    border-radius: 10px; /* Rounds all corners by 10px */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    padding: 20px 0 20px 0;
}
.centered-div-4 {
    width: 60%;                   /* Container width */
    min-height: 30vh;             /* Flexible height */
    margin: 10px auto;            /* Center horizontally */

    display: flex;                /* Enable flexbox */
    flex-wrap: wrap;              /* Allow items to wrap */
    justify-content: center;      /* Center items horizontally */
    align-content: center;        /* Center wrapped rows vertically */
    gap: 15px;                    /* Space between items */

    border-radius: 10px;          /* Rounded corners */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    padding: 15px;
    overflow: auto;               /* Scroll if content overflows */
}
.myImage {
    width: 90px;
    height: auto; /* Maintain aspect ratio */
    border-radius: 10px;
    display: flex; /* Ensures margin auto works for centering */
}
body {
    background-image: url("../images/image-3.jpg");
    background-repeat: repeat;
    overflow: auto;
}
.custom_font{
    font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 600;
    line-height: 1.25rem;
    text-align: center;
    text-decoration: none #D1D5DB solid;
    text-decoration-thickness: auto;
}
/* The modal background */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Transparent background */
}

/* Modal content */
.modal-content {
    display: block;
    background-color: rgba(255, 255, 255, 0.8); /* Slightly transparent */
    margin: 15% auto;
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    width: 300px;
    text-align: center;
    position: relative;
}

/* Close button */
.close-btn {
    color: #000;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
}
.close-btn:hover {
    color: #943236;
}
/* CSS */
.button-39 {
    background-color: transparent;
    border: 1px solid rgb(209,213,219);
    border-radius: .5rem;
    box-sizing: border-box;
    color: #ffffff;
    font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
    text-align: center;
    text-decoration: none #D1D5DB solid;
    text-decoration-thickness: auto;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    padding: 20px 22px;
    display: inline-block;
    margin: 4px 4px 4px 4px;
}

.button-39:hover {
    /*background-color: rgb(249,250,251);*/
    box-shadow: 0 0 20px 3px #C4C6C9;
    text-decoration: none;
    color: white;
}

.button-39:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.button-39:focus-visible {
    box-shadow: none;
}
.button-39-2 {
    background-color: transparent;
    border: 1px solid rgb(209,213,219);
    border-radius: .5rem;
    box-sizing: border-box;
    color: #ffffff;
    font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
    text-align: center;
    text-decoration: none #D1D5DB solid;
    text-decoration-thickness: auto;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    padding: 13px 18px;
    display: inline-block;
    margin: 4px 4px 4px 4px;
}

.button-39-2:hover {
    /*background-color: rgb(249,250,251);*/
    box-shadow: 0 0 20px 3px #C4C6C9;
    text-decoration: none;
    color: white;
}

.button-39-2:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.button-39-2:focus-visible {
    box-shadow: none;
}
.footer_margin{
    margin-top: 20px;
}
.menu_margin{
    margin-bottom: 220px;
}
.error { color: red; }

/* Styles for screens up to 768px wide (e.g., tablets and mobile phones) */
@media screen and (max-width: 900px) {
    /* Adjust layout, font sizes, element visibility, etc. */
    .container {
        flex-direction: column; /* Example: stack elements vertically */
    }
    nav ul {
        display: none; /* Hide desktop navigation */
    }
    .mobile-menu-icon {
        display: block; /* Show mobile menu icon */
    }
    .centered-div {
        width: 90%;                   /* Container width */
        min-height: 205vh;             /* Flexible height */
        margin: 10px auto;            /* Center horizontally */

        display: flex;                /* Enable flexbox */
        flex-wrap: wrap;              /* Allow items to wrap */
        justify-content: center;      /* Center items horizontally */
        align-content: center;        /* Center wrapped rows vertically */
        gap: 2px;                    /* Space between items */

        border-radius: 10px;          /* Rounded corners */
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
        padding: 15px;
        overflow: auto;               /* Scroll if content overflows */
    }
    .centered-div-2 {
        width: 100%; /* Or a fixed pixel value, e.g., 300px */
        display: grid;
        justify-content: center; /* Centers horizontally */
        align-items: center;    /* Centers vertically */
        margin: 0 auto auto;
        padding: 0;
    }
    .centered-div-3 {
        width: 90%; /* Or a fixed pixel value, e.g., 300px */
        display: flex;
        justify-content: center;  /*Centers horizontally */
        align-items: center;    /* Centers vertically */
        height: 5vh;
        margin: 0 auto auto;
        border-radius: 10px; /* Rounds all corners by 10px */
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
        padding: 30px 10px 30px 20px;
    }
    .centered-div-4 {
        width: 90%;                   /* Container width */
        min-height: 50vh;             /* Flexible height */
        margin: 10px auto;            /* Center horizontally */

        display: flex;                /* Enable flexbox */
        flex-wrap: wrap;              /* Allow items to wrap */
        justify-content: center;      /* Center items horizontally */
        align-content: center;        /* Center wrapped rows vertically */
        gap: 2px;                    /* Space between items */

        border-radius: 10px;          /* Rounded corners */
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
        padding: 15px;
        overflow: auto;               /* Scroll if content overflows */

    }
    .myImage {
        width: 90px;
        height: auto; /* Maintain aspect ratio */
        border-radius: 10px;
        display: flex; /* Ensures margin auto works for centering */
    }
    /*body {
        background-image: url("../../assets/images/image-2.jpg");
        background-repeat: repeat;
        overflow: auto;
}*/
    body {
        /*height: 100vh;*/
        background: linear-gradient(-100deg, #9c8153, #003055, #9c8153, #003055, #9c8153);
        background-size: 400% 400%;
        animation: gradientFlow 12s ease infinite;
        background-repeat: no-repeat;
        overflow: auto;
    }

    @keyframes gradientFlow {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }

    .zammad_logo{
        font-size: 10px;
    }
    .mobile_hide{
        display: none;
    }
    .mobile_footer_margin{
        margin-top: 20px;
    }
    .button-40 {
        background-color: transparent;
        border: 1px solid rgb(209,213,219);
        border-radius: .5rem;
        box-sizing: border-box;
        color: #ffffff;
        font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.25rem;
        text-align: center;
        text-decoration: none #D1D5DB solid;
        text-decoration-thickness: auto;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        cursor: pointer;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        padding: 10px 12px;
        display: inline-block;
        margin: 4px 4px 4px 4px;
    }
    /* Modal styles */
    .modal {
        display: none; /* Hidden by default */
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    .modal-content {
        margin: 2%  auto auto;
        border: 1px solid #888;
        width: 50%;
        max-width: 300px;
        backdrop-filter: blur(20px);
        background: rgba(255,255,255,0.1);
        z-index: 10; overflow: hidden;
        padding: 10px 30px 30px 30px;
        color: #ffffff;
        border-radius: 10px; /* Rounds all corners by 10px */
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); /* Creates a shadow */
        font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    }

    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        cursor: pointer;
    }

    .close:hover {
        color: black;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .form-group label {
        display: flex;
        margin-bottom: 5px;
    }

    .form-group input {
        width: 100%;
        padding: 8px;
        box-sizing: border-box;
    }
    input {
        width: 100%;              /* Full width */
        padding: 10px 12px;       /* Inner spacing */
        margin: 8px 0;            /* Space between inputs */
        border: 1px solid #ccc;   /* Light border */
        border-radius: 6px;       /* Rounded corners */
        font-size: 16px;          /* Text size */
        box-sizing: border-box;   /* Include padding in width */
        transition: 0.3s;         /* Smooth effect */
    }
    input:focus {
        border-color: #007BFF;      /* Highlight border */
        outline: none;              /* Remove default blue outline */
        box-shadow: 0 0 5px rgba(0,123,255,0.5); /* Glow effect */
    }
    input::placeholder {
        color: #999;
        font-style: italic;
    }
    .error { color: red; }
    /* Modal content with glass effect */
    .sliding-modal-content {
        background: rgba(156, 129, 83, 0.5);  /* semi-transparent */
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px) saturate(180%);
        border-radius: 16px;
        border: 1px solid rgba(255,255,255,0.3);
        padding: 20px 10px ;
        width: 320px;
        max-width: 80%;
        margin-top: -500px; /* hidden above */
        transition: margin-top 0.5s ease, opacity 0.5s ease;
        box-shadow: 0 8px 32px rgba(0,0,0,0.25);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sliding-modal-content-lodges {
        background: rgba(0, 48, 85, 0.5);  /* semi-transparent */
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px) saturate(180%);
        border-radius: 16px;
        border: 1px solid rgba(255,255,255,0.3);
        padding: 20px 10px ;
        width: 320px;
        max-width: 80%;
        margin-top: -500px; /* hidden above */
        transition: margin-top 0.5s ease, opacity 0.5s ease;
        box-shadow: 0 8px 32px rgba(0,0,0,0.25);
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

@media (min-width: 700px) and (max-width: 1440px)
and (min-height: 300px) and (orientation: portrait){
    /* Adjust layout, font sizes, element visibility, etc. */
    .container {
        flex-direction: column; /* Example: stack elements vertically */
    }
    nav ul {
        display: none; /* Hide desktop navigation */
    }
    .mobile-menu-icon {
        display: block; /* Show mobile menu icon */
    }
    .centered-div {
        width: 90%;                   /* Container width */
        min-height: 200vh;             /* Flexible height */
        margin: 5px auto;            /* Center horizontally */

        display: grid;                /* Enable flexbox */
        flex-wrap: wrap;              /* Allow items to wrap */
        justify-content: center;      /* Center items horizontally */
        align-content: center;        /* Center wrapped rows vertically */
        gap: 2px;                    /* Space between items */

        border-radius: 10px;          /* Rounded corners */
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
        padding: 15px;
        overflow: auto;               /* Scroll if content overflows */
    }
    .centered-div-2 {
        width: 100%; /* Or a fixed pixel value, e.g., 300px */
        display: grid;
        justify-content: center; /* Centers horizontally */
        align-items: center;    /* Centers vertically */
        margin: 0 auto auto;
        padding: 0;
    }
    .centered-div-3 {
        width: 90%; /* Or a fixed pixel value, e.g., 300px */
        display: flex;
        justify-content: center;  /*Centers horizontally */
        align-items: center;    /* Centers vertically */
        height: 5vh;
        margin: 0 auto auto;
        border-radius: 10px; /* Rounds all corners by 10px */
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
        padding: 20px 10px 20px 20px;
    }
    .centered-div-4 {
        width: 90%;                   /* Container width */
        min-height: 25vh;             /* Flexible height */
        margin: 10px auto;            /* Center horizontally */

        display: flex;                /* Enable flexbox */
        flex-wrap: wrap;              /* Allow items to wrap */
        justify-content: center;      /* Center items horizontally */
        align-content: center;        /* Center wrapped rows vertically */
        gap: 2px;                    /* Space between items */

        border-radius: 10px;          /* Rounded corners */
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
        padding: 15px;
        overflow: auto;               /* Scroll if content overflows */

    }
    .myImage {
        width: 90px;
        height: auto; /* Maintain aspect ratio */
        border-radius: 10px;
        display: flex; /* Ensures margin auto works for centering */
    }

    body {
        /*height: 100vh;*/
        background: linear-gradient(-100deg, #9c8153, #003055, #9c8153, #003055, #9c8153);
        background-size: 400% 400%;
        animation: gradientFlow 12s ease infinite;
        background-repeat: no-repeat;
        overflow: auto;
    }

    @keyframes gradientFlow {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }

    .zammad_logo{
        font-size: 10px;
    }
    .mobile_hide{
        display: none;
    }
    .mobile_footer_margin{
        margin-top: 20px;
    }
    .button-40 {
        background-color: transparent;
        border: 1px solid rgb(209,213,219);
        border-radius: .5rem;
        box-sizing: border-box;
        color: #ffffff;
        font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.25rem;
        text-align: center;
        text-decoration: none #D1D5DB solid;
        text-decoration-thickness: auto;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        cursor: pointer;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        padding: 10px 12px;
        display: inline-block;
        margin: 4px 4px 4px 4px;
    }
    /* Modal styles */
    .modal {
        display: none; /* Hidden by default */
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    .modal-content {
        margin: 2%  auto auto;
        border: 1px solid #888;
        width: 50%;
        max-width: 300px;
        backdrop-filter: blur(20px);
        background: rgba(255,255,255,0.1);
        z-index: 10; overflow: hidden;
        padding: 10px 30px 30px 30px;
        color: #ffffff;
        border-radius: 10px; /* Rounds all corners by 10px */
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); /* Creates a shadow */
        font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    }

    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        cursor: pointer;
    }

    .close:hover {
        color: black;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .form-group label {
        display: flex;
        margin-bottom: 5px;
    }

    .form-group input {
        width: 100%;
        padding: 8px;
        box-sizing: border-box;
    }
    input {
        width: 100%;              /* Full width */
        padding: 10px 12px;       /* Inner spacing */
        margin: 8px 0;            /* Space between inputs */
        border: 1px solid #ccc;   /* Light border */
        border-radius: 6px;       /* Rounded corners */
        font-size: 16px;          /* Text size */
        box-sizing: border-box;   /* Include padding in width */
        transition: 0.3s;         /* Smooth effect */
    }
    input:focus {
        border-color: #007BFF;      /* Highlight border */
        outline: none;              /* Remove default blue outline */
        box-shadow: 0 0 5px rgba(0,123,255,0.5); /* Glow effect */
    }
    input::placeholder {
        color: #999;
        font-style: italic;
    }
    .error { color: red; }
    /* Modal content with glass effect */
    .sliding-modal-content {
        background: rgba(156, 129, 83, 0.5);  /* semi-transparent */
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px) saturate(180%);
        border-radius: 16px;
        border: 1px solid rgba(255,255,255,0.3);
        padding: 20px 10px ;
        width: 320px;
        max-width: 80%;
        margin-top: -500px; /* hidden above */
        transition: margin-top 0.5s ease, opacity 0.5s ease;
        box-shadow: 0 8px 32px rgba(0,0,0,0.25);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sliding-modal-content-lodges {
        background: rgba(0, 48, 85, 0.5);  /* semi-transparent */
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px) saturate(180%);
        border-radius: 16px;
        border: 1px solid rgba(255,255,255,0.3);
        padding: 20px 10px ;
        width: 320px;
        max-width: 80%;
        margin-top: -500px; /* hidden above */
        transition: margin-top 0.5s ease, opacity 0.5s ease;
        box-shadow: 0 8px 32px rgba(0,0,0,0.25);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    @media (max-width: 1440px) {
        .hide-on-mobile {
            display: none !important;
        }
    }

}
@media (min-width: 700px) and (max-width: 1440px)
and (min-height: 300px) and (orientation: landscape){
    /* Adjust layout, font sizes, element visibility, etc. */
    .container {
        flex-direction: column; /* Example: stack elements vertically */
    }
    nav ul {
        display: none; /* Hide desktop navigation */
    }
    .mobile-menu-icon {
        display: block; /* Show mobile menu icon */
    }
    .centered-div {
        width: 90%;                   /* Container width */
        min-height: 85vh;             /* Flexible height */
        margin: 5px auto;            /* Center horizontally */

        display: flex;                /* Enable flexbox */
        flex-wrap: wrap;              /* Allow items to wrap */
        justify-content: center;      /* Center items horizontally */
        align-content: center;        /* Center wrapped rows vertically */
        gap: 2px;                    /* Space between items */

        border-radius: 10px;          /* Rounded corners */
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
        padding: 15px;
        overflow: auto;               /* Scroll if content overflows */
    }
    .centered-div-2 {
        width: 100%; /* Or a fixed pixel value, e.g., 300px */
        display: grid;
        justify-content: center; /* Centers horizontally */
        align-items: center;    /* Centers vertically */
        margin: 0 auto auto;
        padding: 0;
    }
    .centered-div-3 {
        width: 90%; /* Or a fixed pixel value, e.g., 300px */
        display: flex;
        justify-content: center;  /*Centers horizontally */
        align-items: center;    /* Centers vertically */
        height: 10vh;
        margin: 0 auto auto;
        border-radius: 10px; /* Rounds all corners by 10px */
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
        padding: 20px 10px 20px 20px;
    }
    .centered-div-4 {
        width: 90%;                   /* Container width */
        min-height: 25vh;             /* Flexible height */
        margin: 10px auto;            /* Center horizontally */

        display: flex;                /* Enable flexbox */
        flex-wrap: wrap;              /* Allow items to wrap */
        justify-content: center;      /* Center items horizontally */
        align-content: center;        /* Center wrapped rows vertically */
        gap: 2px;                    /* Space between items */

        border-radius: 5px;          /* Rounded corners */
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
        padding: 15px;
        overflow: auto;               /* Scroll if content overflows */

    }
    .myImage {
        width: 90px;
        height: auto; /* Maintain aspect ratio */
        border-radius: 10px;
        display: flex; /* Ensures margin auto works for centering */
    }

    body {
        /*height: 100vh;*/
        background: linear-gradient(-100deg, #9c8153, #003055, #9c8153, #003055, #9c8153);
        background-size: 400% 400%;
        animation: gradientFlow 12s ease infinite;
        background-repeat: no-repeat;
        overflow: auto;
    }

    @keyframes gradientFlow {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }

    .zammad_logo{
        font-size: 10px;
    }
    .mobile_hide{
        display: none;
    }
    .mobile_footer_margin{
        margin-top: 20px;
    }
    .button-40 {
        background-color: transparent;
        border: 1px solid rgb(209,213,219);
        border-radius: .5rem;
        box-sizing: border-box;
        color: #ffffff;
        font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.25rem;
        text-align: center;
        text-decoration: none #D1D5DB solid;
        text-decoration-thickness: auto;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        cursor: pointer;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        padding: 10px 12px;
        display: inline-block;
        margin: 4px 4px 4px 4px;
    }
    /* Modal styles */
    .modal {
        display: none; /* Hidden by default */
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    .modal-content {
        margin: 2%  auto auto;
        border: 1px solid #888;
        width: 50%;
        max-width: 300px;
        backdrop-filter: blur(20px);
        background: rgba(255,255,255,0.1);
        z-index: 10; overflow: hidden;
        padding: 10px 30px 30px 30px;
        color: #ffffff;
        border-radius: 10px; /* Rounds all corners by 10px */
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); /* Creates a shadow */
        font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    }

    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        cursor: pointer;
    }

    .close:hover {
        color: black;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .form-group label {
        display: flex;
        margin-bottom: 5px;
    }

    .form-group input {
        width: 100%;
        padding: 8px;
        box-sizing: border-box;
    }
    input {
        width: 100%;              /* Full width */
        padding: 10px 12px;       /* Inner spacing */
        margin: 8px 0;            /* Space between inputs */
        border: 1px solid #ccc;   /* Light border */
        border-radius: 6px;       /* Rounded corners */
        font-size: 16px;          /* Text size */
        box-sizing: border-box;   /* Include padding in width */
        transition: 0.3s;         /* Smooth effect */
    }
    input:focus {
        border-color: #007BFF;      /* Highlight border */
        outline: none;              /* Remove default blue outline */
        box-shadow: 0 0 5px rgba(0,123,255,0.5); /* Glow effect */
    }
    input::placeholder {
        color: #999;
        font-style: italic;
    }
    .error { color: red; }
    /* Modal content with glass effect */
    .sliding-modal-content {
        background: rgba(156, 129, 83, 0.5);  /* semi-transparent */
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px) saturate(180%);
        border-radius: 16px;
        border: 1px solid rgba(255,255,255,0.3);
        padding: 20px 10px ;
        width: 320px;
        max-width: 80%;
        margin-top: -500px; /* hidden above */
        transition: margin-top 0.5s ease, opacity 0.5s ease;
        box-shadow: 0 8px 32px rgba(0,0,0,0.25);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sliding-modal-content-lodges {
        background: rgba(0, 48, 85, 0.5);  /* semi-transparent */
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px) saturate(180%);
        border-radius: 16px;
        border: 1px solid rgba(255,255,255,0.3);
        padding: 20px 10px ;
        width: 320px;
        max-width: 80%;
        margin-top: -500px; /* hidden above */
        transition: margin-top 0.5s ease, opacity 0.5s ease;
        box-shadow: 0 8px 32px rgba(0,0,0,0.25);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    @media (max-width: 768px) {
        .hide-on-mobile {
            display: none !important;
        }
    }

}
@media (max-width: 1280px) {
    .hide-on-mobile {
        display: none !important;
    }
}

/* Modal styles */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
    margin: 2%  auto auto;
    border: 1px solid #888;
    width: 50%;
    max-width: 300px;
    backdrop-filter: blur(20px);
    background: rgba(255,255,255,0.1);
    z-index: 10; overflow: hidden;
    padding: 10px 30px 30px 30px;
    color: #ffffff;
    border-radius: 10px; /* Rounds all corners by 10px */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); /* Creates a shadow */
    font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

    /* Modal styles */

    .modal {
        display: none; /* Hidden by default */
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    }

    .modal-content {
        margin: 8% auto;
        border: 1px solid #888;
        width: 80%;
        max-width: 300px;
        backdrop-filter: blur(20px);
        background: rgba(255, 255, 255, 0.1);
        z-index: 10;
        overflow: hidden;
        padding: 10px 30px 30px 30px;
        color: #ffffff;
        border-radius: 10px; /* Rounds all corners by 10px */
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); /* Creates a shadow */
        font-family: "Inter var", ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }

    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        cursor: pointer;
    }

    .close:hover {
        color: black;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .form-group label {
        display: flex;
        margin-bottom: 5px;
    }

    .form-group input {
        width: 100%;
        padding: 8px;
        box-sizing: border-box;
    }

    input {
        width: 100%; /* Full width */
        padding: 10px 12px; /* Inner spacing */
        margin: 8px 0; /* Space between inputs */
        border: 1px solid #ccc; /* Light border */
        border-radius: 6px; /* Rounded corners */
        font-size: 16px; /* Text size */
        box-sizing: border-box; /* Include padding in width */
        transition: 0.3s; /* Smooth effect */
    }

    input:focus {
        border-color: #007BFF; /* Highlight border */
        outline: none; /* Remove default blue outline */
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Glow effect */
    }

    input::placeholder {
        color: #999;
        font-style: italic;
    }

     .df-ui-download {
        display: none !important;
    }

    /* Force DearFlip search button to show on mobile */

    .dflip-search-box {
        display: block !important;
    }

    @media (max-width: 768px) {
        .dflip-search-box {
            display: block !important; /* force visible on tablets/phones */
        }
    }

    @media (max-width: 1920px) {
        .dflip-search-box {
            display: block !important; /* force visible on tablets/phones */
        }
    }

    @media (max-width: 900px) {
        .dflip-search-box {
            display: block !important; /* force visible on tablets/phones */
        }
    }
    @media (max-width: 900px) {
        /*.thumb-width-mobile{
             width : 500px;
             height: auto;
        }*/
    }

    .dflip-thumbnail_1 {
        position: relative;
    }

    .dflip-thumbnail_1::after {
        content: "A' la Carte Menu"; /* Change this text */
        position: relative;
        bottom: 5px;
        left: 5px;
        top: 25px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 4px 10px;
        border-radius: 4px;
        font-family: "Inter var", ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 0.8rem;
        font-weight: 600;
    }

    .dflip-thumbnail_2 {
        position: relative;
    }

    .dflip-thumbnail_2::after {
        content: "Beverage Card"; /* Change this text */
        position: relative;
        bottom: 5px;
        left: 5px;
        top: 25px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 4px 10px;
        border-radius: 4px;
        font-family: "Inter var", ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 0.8rem;
        font-weight: 600;
    }

    .dflip-thumbnail_3 {
        position: relative;
    }

    .dflip-thumbnail_3::after {
        content: "Special Offers"; /* Change this text */
        position: relative;
        bottom: 5px;
        left: 5px;
        top: 25px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 4px 10px;
        border-radius: 4px;
        font-family: "Inter var", ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 0.8rem;
        font-weight: 600;
    }

    /*@media screen and (max-width: 768px){
	.thumb-width-mobile-2 {
	    width: 280px;
            height: auto;
	}
    }*/
    @media screen and (max-width: 1440px) {
        .dflip-thumbnail_1 {
            position: relative;
        }

        .dflip-thumbnail_1::after {
            content: "A' la Carte Menu"; /* Change this text */
            position: relative;
            bottom: 5px;
            left: 5px;
            top: 10px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            padding: 4px 10px;
            border-radius: 4px;
            font-family: "Inter var", ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            font-size: 0.8rem;
            font-weight: 600;
        }

        .dflip-thumbnail_2 {
            position: relative;
        }

        .dflip-thumbnail_2::after {
            content: "Beverage Card"; /* Change this text */
            position: relative;
            bottom: 5px;
            left: 5px;
            top: 10px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            padding: 4px 10px;
            border-radius: 4px;
            font-family: "Inter var", ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            font-size: 0.8rem;
            font-weight: 600;
        }

        .dflip-thumbnail_3 {
            position: relative;
        }

        .dflip-thumbnail_3::after {
            content: "Special Offers"; /* Change this text */
            position: relative;
            bottom: 5px;
            left: 5px;
            top: 10px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            padding: 4px 10px;
            border-radius: 4px;
            font-family: "Inter var", ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            font-size: 0.8rem;
            font-weight: 600;
        }

    }