
@font-face {
    font-family: "Amsterdam Handwriting";
    src: url("fonts/AmsterdamHandwriting.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


@charset "utf-8";




/* HERO SLIDER */
.hero {
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide.active {
    opacity: 1;
}

/* HERO TEXT */
.hero-text {
    position: relative;
    z-index: 2;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    background: rgba(0,0,0,0.4);
    padding: 25px;
    border-radius: 10px;
}


/* HERO HEADINGS */
.hero .slider .slide .slide-content h1 {
    font-family: "Amsterdam Handwriting", cursive;
    font-weight: 300;
    font-size: 40px;
    color: #F2C11B;
}
.hero p {
    font-size: 18px;
}

/* ===================== RESET ===================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
}

/* ===================== NAVBAR ===================== */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0,92,117,0.55);
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    z-index: 1000;
}

.logo {
    color: white;
    font-size: 20px;
    font-weight: bold;
}

/* ===================== MAIN MENU ===================== */
.menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0;
    padding: 0;
}

.menu li {
    position: relative;
}

.menu a {
    display: block;
    text-decoration: none;
    color: white;
    font-size: 20px;
    padding: 8px 12px;
}

/* HIDE ARROWS ON DESKTOP */
@media (min-width: 993px) {
    .dropdown-arrow {
        display: none;
    }
}


/* ===================== BOOK BUTTON ===================== */
.book-btn {
    background: #d4af37;
    padding: 8px 16px;
    border-radius: 25px;
    color: black;
    font-weight: 600;
}

/* ===================== DROPDOWN BASE ===================== */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    flex-direction: column;
    background: rgba(0,92,117,0.55);
    min-width: 190px;
    border-radius: 8px;
    padding: 8px 0;
    z-index: 1000;
}

/* ===================== DESKTOP HOVER ===================== */
@media (min-width: 993px) {
    .dropdown:hover .dropdown-menu {
        display: flex;
    }
}

/* ===================== DROPDOWN LINKS ===================== */
.dropdown-menu li a {
    color: white;
    font-size: 18px;
    padding: 8px 16px;
    font-style: italic;
}

.dropdown-menu li a:hover {
    background: rgba(0,0,0,0.1);
   color: #F8B21B; 
}

/* ===================== MOBILE MENU ===================== */
.menu-toggle {
    display: none;
    font-size: 28px;
    color: white;
    cursor: pointer;
}

/* ===================== MOBILE ===================== */
@media (max-width: 768px) {

    
    /* MOBILE ARROW STYLE */
@media (max-width: 768px) {

    .dropdown-row {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .dropdown-arrow {
        display: inline-block;
        background: none;
        border: none;
        color: white;
        font-size: 16px;
        cursor: pointer;
    }

}
    
    /* HIDE DROPDOWN IMAGES ON MOBILE ONLY */
@media (max-width: 992px) {
    .menu-image {
        display: none;
    }
}
    
    .menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #000;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
        transition: 0.4s;
        opacity: 0;
    }

    .menu.active {
        right: 0;
        opacity: 1;
    }

    body.menu-open {
        overflow: hidden;
    }

    .menu-toggle {
        display: block;
    }

    .menu li {
        text-align: center;
        width: 100%;
    }

    .menu a {
        padding: 10px 0;
    }

    /* ================= MOBILE DROPDOWN ================= */
    .dropdown-menu {
        position: static;
        display: none;
        background: transparent;
        text-align: center;
    }

    .dropdown.open .dropdown-menu {
        display: flex;
        flex-direction: column;
    }

    /* MUSTARD LINKS (MOBILE ONLY) */
    .dropdown-menu li a {
        color: #d4af37;
        font-size: 16px;
        padding: 6px 0;
    }

    .dropdown-menu li a:hover {
        color: white;
    }
}

/* ================= SAFETY FIX ================= */
.menu.active {
    right: 0;
    opacity: 1;
}



/* ===================== HERO SECTION ===================== */
.hero {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

/* ===================== SLIDER ===================== */
.slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide.active { opacity: 1; z-index: 1; }

.slide1 { background-image: url('images_new_index/pools2.jpg'); }
.slide2 { background-image: url('images_new_index/restaurant1.jpg'); }
.slide3 { background-image: url('images_new_index/pools3.jpg'); }
.slide4 { background-image: url('images_new_index/chalets_overview.jpg'); }

.slide-content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.45);
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 60px;
    padding-bottom: 40px;
     border-radius: 15px;
    text-align: justify;
    color: white;
    width: 100%;
    max-width: 1200px;
}

.slide-content h1 {
    font-size: 55px;
    font-family: "Calibri Light";
    font-weight: lighter;
    margin-bottom: 20px;
}

.slide-content p {
    font-family: "Calibri Light";
    font-size: 20px;
    color: #ffffff;
    font-style: italic;
    font-weight: lighter;
    line-height: 1.4;
}

/* ===================== BOOKING MODAL ===================== */
.booking-modal {
    display: none;
    position: fixed;
    z-index: 3000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0,0,0,0.7);

    justify-content: flex-end;   /* ✅ pushes panel to RIGHT */
    align-items: stretch;
}

/* ===================== CONTENT BOX (RIGHT PANEL) ===================== */
.booking-content {
    position: relative;
    background: white;

    width: 420px;
    max-width: 100%;
    height: 100vh;              /* ✅ full height panel */

    padding: 40px 25px;
    text-align: center;

    overflow-y: auto;          /* ✅ scroll if needed */

    animation: slideInRight 0.3s ease;
}

/* ===================== CLOSE BUTTON ===================== */
.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
}

.close-btn:hover {
    color: #C5191C;
}

/* ===================== FORM INPUTS ===================== */
.booking-content input,
.booking-content select {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 15px;
}

/* DATE PICKER */
.booking-content input[type="date"] {
    cursor: pointer;
}

/* ===================== BUTTON ===================== */
.booking-content button {
    width: 100%;
    padding: 14px;
    margin-top: 10px;
    background: #d4af37;
    border: none;
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.3s;
}

.booking-content button:hover {
    background: #b8962f;
}

/* ===================== ANIMATION ===================== */
@keyframes slideInRight {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

/* ===================== SUCCESS MESSAGE ===================== */
#formMessage {
    margin-top: 15px;
    font-weight: bold;
    font-size: 14px;
}

/* THANK YOU MODAL */
.thankyou-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}

.thankyou-content {
    position: relative;
    background-color: #ffffff;
    width: 90%;
    max-width: 420px;

    margin: 15% auto;
    padding-top: 30px;
    padding-bottom: 120px;
     padding-left: 10px;
    padding-right: 10px;

    border-radius: 12px;

    text-align: center;

    box-shadow: 0 0 20px rgba(0,0,0,0.4);

    color: #000;
}

/* CLOSE BUTTON */
.thankyou-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 32px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    line-height: 1;
}

.thankyou-close:hover {
    color: #DB3235;
}
/* ===================== ANIMATION ===================== */
@keyframes fadeIn {
    from {opacity: 0; transform: scale(0.9);}
    to {opacity: 1; transform: scale(1);}
}

/* ===================== MOBILE FULL SCREEN ===================== */
@media (max-width: 768px) {

    .booking-content {
        width: 100%;
        height: 100%;
        border-radius: 0;
        max-width: none;

        display: flex;
        flex-direction: column;
        justify-content: center;

        padding: 25px;
    }

    .close-btn {
        font-size: 30px;
        top: 15px;
        right: 20px;
        color:#F8B21B
    }

    .booking-content input,
    .booking-content select {
        font-size: 16px;
        padding: 14px;
    }

    .booking-content button {
        padding: 16px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {

    .booking-content {
        width: 100%;
        height: 100vh;
        border-radius: 0;
    }

}













/* ===================== RESPONSIVE SLIDER TEXT ===================== */
@media (max-width: 1200px) {
    .slide-content h1 { font-size: 60px; }
    .slide-content p { font-size: 28px; }
}

@media (max-width: 768px) {
    .slide-content h1 { font-size: 45px; }
    .slide-content p { font-size: 22px; padding: 25px 20px; }
}

@media (max-width: 480px) {
    .slide-content h1 { font-size: 32px; }
    .slide-content p { font-size: 18px; padding: 20px 15px; }
}