* {
    box-sizing: border-box
}

body {
    color: #1A1A1A;
    font-family: 'Merriweather', Georgia, 'Times New Roman', serif;
    margin: 0;
    padding: 0
}
/*------------------------------------
 COOKIE
------------------------------------*/
/* Zielone zaciemnienie tła */
#consent-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 129, 82, 0.65); /* Twój zielony 65% krycia */
    z-index: 9998; /* Musi być niższy niż okno z przyciskami */
    display: none;
}

/* Okno z przyciskami - podwyższony z-index */
#eu-cookie-master {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    max-width: 450px;
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    z-index: 9999; /* Musi być wyższy niż overlay, aby przyciski były klikalne */
    font-family: sans-serif;
    text-align: center;
    display: none;
}


.cookie-header h3 { margin: 0 0 10px 0; font-size: 18px; color: #222; }
.cookie-header p { font-size: 13px; color: #555; line-height: 1.4; margin-bottom: 20px; }

/* Grupa przycisków - Flexbox dla równego ułożenia */
.btn-group { display: flex; justify-content: flex-end; gap: 10px; }

.c-btn { 
    padding: 10px 18px; border: none; border-radius: 6px; 
    font-size: 13px; font-weight: 600; cursor: pointer; transition: 0.2s; 
}

/* Przycisk ZEZWÓL (Zielony) */
.btn-accept-all { background: #008152; color: #fff; }
.btn-accept-all:hover { background: #006641; }

/* Przycisk DOSTOSUJ / ZAPISZ (Czarny) */
.btn-customize, .btn-save { background: #222; color: #fff; }
.btn-save { display: none; }

/* Sekcja opcji */
.consent-options { display: none; margin-top: 15px; border-top: 1px solid #eee; padding-top: 15px; }
.option-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; font-size: 14px; color: #333; }

/* Przełączniki Toggle */
.switch { position: relative; display: inline-block; width: 34px; height: 18px; }
.switch input { opacity: 0; width: 0; height: 0; }
.slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; transition: .4s; border-radius: 20px; }
.slider:before { position: absolute; content: ""; height: 12px; width: 12px; left: 3px; bottom: 3px; background-color: white; transition: .4s; border-radius: 50%; }
input:checked + .slider { background-color: #008152; }
input:checked + .slider:before { transform: translateX(16px); }

@media (max-width: 480px) {
    #eu-cookie-master { width: 95%; bottom: 10px; padding: 15px; }
    .btn-group { flex-direction: column-reverse; }
    .c-btn { width: 100%; text-align: center; }
}

h1,
h2,
h3,
h4,
.logo {
    font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif
}

h1 {
    font-weight: bold;
    font-size: 5rem
}

h2 {
    font-weight: 400;
    font-size: 3rem
}

h3 {
    font-weight: 700;
    font-size: 1.5rem
}

#hero-section {
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 20px;
    box-sizing: border-box;
    z-index: 1;
    contain: layout style paint
}

.hero-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/lukaszowka.webp');
    background-size: cover;
    background-position: center;
    z-index: -2;
    transition: transform 0.1s linear;
    will-change: transform
}

.hero-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 215, 0, 0.1) 0%, rgba(26, 26, 26, 0.5) 80%, rgba(0, 0, 0, 0.6) 100%);
    z-index: -1;
    z-index: 1;
    pointer-events: none
}

.hero-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 26, 26, 1);
    opacity: var(--overlay-opacity, 0);
    z-index: 2;
    pointer-events: none;
    transition: opacity 0.1s linear
}

#hero-section::before {
    display: none
}

#hero-section::after {
    display: none
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: right;
    width: 60%;
    margin-right: 10%;
    text-transform: uppercase;
    will-change: opacity, transform
}

.mobile-hero-logo {
    display: none;
    margin-bottom: 80px;
    opacity: 0;
    will-change: opacity, transform
}

.mobile-hero-logo img {
    width: 280px;
    height: auto;
    object-fit: contain;
    content-visibility: auto
}

#hero-section nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    box-sizing: border-box
}

/* Logo Styles */
.logo {
    position: fixed;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    z-index: 1000;
    will-change: left, transform
}

.logo img {
    width: 222px;
    height: auto;
    object-fit: contain;
    transition: width 0.5s ease-out
}

#fixed-book-btn {
    position: fixed;
    top: 30px;
    right: 100px;
    z-index: 9999
}

.burger-btn {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #051d20;
    border: none;
    border-radius: 50%;
    z-index: 10000;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease
}

.burger-btn span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease
}

.burger-btn:hover {
    transform: scale(1.05);
    background-color: #072a2e
}

.burger-btn.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg)
}

.burger-btn.active span:nth-child(2) {
    opacity: 0
}

.burger-btn.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg)
}

.fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #051d20;
    z-index: 9998;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease
}

.fullscreen-menu.open {
    opacity: 1;
    pointer-events: auto
}

.menu-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    overflow: hidden
}

.menu-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    transition: transform 0.4s ease
}

.menu-slide.slide-left {
    transform: translateX(-100%)
}

.menu-main,
.menu-sub {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    transition: transform 0.4s ease
}

.menu-sub {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%
}

.menu-item {
    font-family: 'Raleway', sans-serif;
    font-size: 2rem;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 0.3s ease;
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px
}

.menu-item:hover {
    color: #B88147
}

.menu-arrow {
    width: 20px;
    height: 20px;
    fill: white;
    transition: fill 0.3s ease
}

.menu-item:hover .menu-arrow {
    fill: #B88147
}

.menu-back {
    font-size: 1.2rem;
    margin-bottom: 20px;
    opacity: 0.7
}

.menu-back:hover {
    opacity: 1
}

.menu-cta-btn {
    display: inline-block;
    padding: 12px 40px;
    margin-top: 0;
    border: none;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #051d20;
    border-radius: 9999px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    line-height: 1
}

.menu-cta-btn:hover {
    transform: scale(1.05);
    background-color: #072a2e;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5)
}



.hero-content h1,
.hero-content p {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5)
}

.cta-nav,
.cta-button {
    display: inline-block;
    padding: 18px 50px;
    border: none;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    background-color: #051d20;
    border-radius: 9999px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4)
}

.cta-nav:hover,
.cta-button:hover {
    transform: scale(1.05);
    background-color: #072a2e;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5)
}

.cta-nav img {
    height: 1.2em;
    vertical-align: middle;
    margin-right: 8px;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease
}

.cta-contact {
    display: inline-block;
    padding: 12px 26px;
    border: 1px solid white;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    background-color: #051d20;
    border-radius: 9999px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.cta-contact::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    background-image: linear-gradient(180deg, #D5AE6D 0%, #A3763D 100%);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s ease;
    z-index: -1
}

.cta-contact:hover::before {
    transform: translate(-50%, -50%) scale(1)
}

.cta-contact:hover {
    color: #fff;
    border-color: #D5AE6D
}

.cta-contact img {
    height: 1.2em;
    vertical-align: middle;
    margin-right: 8px;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease
}

.cta-contact:hover img {
    filter: brightness(0) invert(1)
}

/* Grenday Widget Styles */
#grenday {
    position: fixed;
    top: 80px;
    right: 30px;
    width: 800px;
    max-width: calc(100vw - 60px);
    display: none;
    background-color: #051D20;
    padding: 20px;
    border-radius: 10px;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.4s ease, transform 0.4s ease, max-height 0.4s ease;
    overflow: visible;
    max-height: 0;
    z-index: 9998;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5)
}

#grenday.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
    max-height: 2000px;
    overflow: visible
}

#grenday>div {
    overflow: visible !important;
    min-height: 100px
}

#search-widget_IO312PWQ {
    overflow: visible !important;
    position: relative;
    z-index: 1
}



.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.row {
    display: flex;
    flex-wrap: wrap
}

.col-4,
.col-8,
.col-12,
.col-3,
.col-9,
.col-6 {
    flex: 0 0 auto
}

.col-12 {
    width: 100%
}

.col-8 {
    width: 66.66%
}

.col-4 {
    width: 33.33%
}

.col-6 {
    width: 50%
}

.col-3 {
    width: 25%
}

.col-9 {
    width: 75%
}

/* Mobile Utilities */
.mobile-only {
    display: block;
}

.desktop-only {
    display: none;
}

@media (max-width:768px) {
    #hero-section {
        align-items: center
    }

    .hero-bg {
        background-image: url('../img/lukaszowka-small.webp')
    }

    #hero-section nav {
        padding: 15px 20px
    }

    .hero-content {
        width: 100%;
        text-align: center;
        margin-right: 0
    }

    .mobile-hero-logo {
        display: block;
        text-align: center;
        opacity: 1
    }

    .logo {
        display: none
    }

    .logo img {
        width: auto;
        height: 60px
    }

    .cta-nav,
    .cta-button {
        padding: 10px 20px;
        font-size: 0.8rem;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3)
    }

    .col-4,
    .col-8,
    .col-12,
    .col-3,
    .col-9 {
        width: 100%
    }

    .architecture-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto
    }

    #fixed-book-btn {
        padding: 10px 20px;
        font-size: 0.8rem;
        top: 15px;
        right: 85px;
        transform: scale(1.265);
        transform-origin: right top
    }

    .burger-btn {
        top: 15px;
        right: 15px;
        width: 50px;
        height: 50px;
        gap: 5px
    }

    .burger-btn span {
        width: 20px
    }

    .burger-btn.active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg)
    }

    .burger-btn.active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg)
    }

    #grenday {
        top: 60px;
        left: 0;
        right: auto;
        width: 100%;
        max-width: 400px;
        padding: 10px;
        border-radius: 0 10px 10px 0
    }
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.py-120 {
    padding-top: 120px;
    padding-bottom: 120px
}

#architektura {
    position: relative;
    z-index: 10;
    background-color: transparent;
    min-height: 100vh;
    margin-top: -100px
}

.architecture-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr 1fr;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px
}

.arch-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 300px
}

.item-1 {
    grid-column: 1;
    grid-row: 2
}

.item-2 {
    grid-column: 2;
    grid-row: 2;
    height: 450px;
    z-index: 2;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3)
}

.item-3 {
    grid-column: 3;
    grid-row: 2
}

.arch-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease
}

.arch-item:hover img {
    transform: scale(1.05)
}

.architecture-text-content {
    grid-column: 1 / -1;
    grid-row: 1;
    z-index: 10;
    text-align: left;
    max-width: 800px;
    margin: 0 0 40px 0;
    padding: 0;
    opacity: 0;
    transition: opacity 0.5s ease-out
}

.architecture-text-content h2 {
    margin-bottom: 0.5rem;
    color: #FFFFFF
}

.architecture-text-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #F0F0F0
}

.lazy-load {
    opacity: 0;
    transition: opacity 0.6s ease-in-out
}

.lazy-load.loaded {
    opacity: 1
}

@media (max-width:1024px) {
    .py-100 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .architecture-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto
    }

    .item-1,
    .item-2,
    .item-3 {
        grid-column: auto;
        grid-row: auto;
        height: 300px
    }

    .architecture-text-content {
        grid-column: 1 / -1;
        grid-row: auto;
        text-align: right;
        background: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        border: none;
        box-shadow: none;
        padding: 20px 0;
        margin: 0;
        max-width: 100%
    }
}

#galeria {
    position: relative;
    width: 100%;
    background-color: #1A1A1A;
    z-index: 20
}

.sticky-wrapper {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center
}

.gallery-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.2s ease-in-out
}

.gallery-img.active {
    opacity: 1
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2
}

.gallery-title-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    pointer-events: none
}

#gallery-title {
    font-family: '' Raleway'', sans-serif;
    font-size: 5rem;
    font-weight: 300;
    color: white;
    text-transform: uppercase;
    letter-spacing: 5px;
    opacity: 0;
    transition: opacity 0.5s ease
}

.gallery-controls {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 20;
    display: flex;
    gap: 20px
}

.nav-btn {
    background: #051d20;
    border: 2px solid #051d20;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(5, 29, 32, 0.4)
}

.nav-btn:hover {
    background: #072a2e;
    border-color: #072a2e;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(5, 29, 32, 0.6)
}

.nav-btn img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1)
}

@media (max-width:768px) {
    #gallery-title {
        font-size: 3rem
    }

    .gallery-controls {
        bottom: 20px;
        right: 20px
    }
}

#amenities {
    background-color: #F5F5F0;
    position: relative;
    z-index: 10;
    padding: 0
}

.amenity-intro {
    padding: 80px 10% 80px 10%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.amenity-image {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.amenity-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.amenity-intro h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #1A1A1A
}

.amenity-intro p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #4A4A4A
}

.accordion-container {
    display: flex;
    flex-direction: column
}

.accordion-item {
    background: transparent;
    border-bottom: 1px solid #E0E0E0;
    padding: 20px 0;
    overflow: hidden;
    transition: all 0.3s ease
}

.accordion-header {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: transparent;
    transition: color 0.3s ease
}

.accordion-header h4 {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #1A1A1A
}

.accordion-icon {
    font-size: 1.5rem;
    font-weight: 300;
    transition: transform 0.3s ease;
    color: #B88147
}

.accordion-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    background: transparent
}

.accordion-content p {
    margin: 0;
    padding: 10px 0 0 0;
    color: #4A4A4A;
    line-height: 1.6
}

.accordion-content ul {
    margin: 0;
    padding: 10px 0 0 20px;
    color: #4A4A4A;
    line-height: 1.6
}

.accordion-content li {
    margin-bottom: 5px
}

.accordion-item.active .accordion-icon {
    transform: rotate(45deg)
}

.accordion-item.active .accordion-content {
    max-height: 500px;
    opacity: 1
}

@media (max-width:768px) {
    .col-6 {
        width: 100%
    }

    .amenity-intro {
        padding: 60px 20px;
        margin-bottom: 0;
        text-align: center
    }

    .amenity-image {
        padding: 0;
        height: 300px
    }
}

#host-recommendations {
    background-color: #F5F5F0;
    position: relative;
    z-index: 10;
    padding: 120px 0 0 0;
    overflow: hidden
}

.host-intro {
    margin-bottom: 80px
}

.host-intro h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.5rem;
    color: #1A1A1A
}

.host-details {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    max-width: 900px;
    margin: 0 auto
}

.host-details img {
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1)
}

.host-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4A4A4A;
    margin-bottom: 20px
}

.contact-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px
}

.contact-link {
    display: inline-block;
    padding: 12px 24px;
    background-color: #B88147;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 4px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background-color 0.3s ease, transform 0.2s ease
}

.contact-link:hover {
    background-color: #9A6A38;
    transform: translateY(-2px)
}

.text-center {
    text-align: center;
    margin-bottom: 60px;
    font-size: 2.5rem;
    color: #1A1A1A
}

.villa-slider-section {
    background-color: #F5F5F0;
    position: relative;
    z-index: 10;
    padding: 0 0 120px 0;
    overflow: hidden
}

.villa-slider-section .text-center {
    margin-bottom: 60px
}

.slider-container {
    position: relative;
    width: 96%;
    max-width: 96%;
    margin: 0 auto
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #B88147 0%, #9A6A38 100%);
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(184, 129, 71, 0.4);
    transition: all 0.3s ease
}

.slider-arrow:hover {
    background: linear-gradient(135deg, #9A6A38 0%, #B88147 100%);
    box-shadow: 0 6px 30px rgba(184, 129, 71, 0.6);
    transform: translateY(-50%) scale(1.1)
}

.slider-arrow:active {
    transform: translateY(-50%) scale(0.95)
}

.slider-arrow-left {
    left: 10px
}

.slider-arrow-right {
    right: 10px
}

.slider-arrow img {
    width: 24px;
    height: 24px;
    opacity: 1;
    filter: brightness(0) invert(1)
}

.recommendations-grid {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 20px 0 40px 0;
    cursor: grab;
    user-select: none;
    width: 100%;
    padding-left: calc(50% - 250px);
    padding-right: calc(50% - 250px)
}

.recommendations-grid:active {
    cursor: grabbing
}

.recommendations-grid::-webkit-scrollbar {
    height: 8px
}

.recommendations-grid::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 4px
}

.recommendations-grid::-webkit-scrollbar-thumb {
    background: #B88147;
    border-radius: 4px
}

.recommendations-grid::-webkit-scrollbar-thumb:hover {
    background: #9A6A38
}

.villa-card {
    flex: 0 0 500px;
    width: 500px;
    background-color: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    scroll-snap-align: center
}

.villa-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15)
}

.villa-image-container {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden
}

.villa-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease
}

.villa-card:hover .villa-image-container img {
    transform: scale(1.05)
}

.villa-image-container .cta-button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #051d20;
    color: #FFFFFF;
    padding: 14px 40px;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 1px;
    border-radius: 50px;
    opacity: 1;
    box-shadow: 0 4px 15px rgba(184, 129, 71, 0.4);
    transition: all 0.3s ease;
    border: 2px solid #FFFFFF
}

.villa-image-container .cta-button:hover {
    background: #072a2e;
    box-shadow: 0 6px 20px rgba(184, 129, 71, 0.6);
    transform: translateX(-50%) translateY(-2px)
}

.villa-card h3 {
    padding: 20px 20px 10px;
    font-size: 1.5rem;
    color: #1A1A1A;
    margin: 0
}

.villa-card p {
    padding: 0 20px 20px;
    font-size: 1rem;
    line-height: 1.6;
    color: #4A4A4A;
    margin: 0
}

@media (max-width:768px) {
    .hero-content h1 {
        font-size: 2.5rem
    }

    .logo {
        left: 20px;
        top: 20px;
        transform: none
    }

    .logo img {
        width: 230px
    }

    .host-details {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .contact-links {
        justify-content: center
    }

    .recommendations-grid {
        gap: 20px;
        padding: 20px 20px 40px 20px
    }

    .villa-card {
        flex: 0 0 320px;
        width: 320px
    }

    .villa-image-container {
        height: 240px
    }

    #host-recommendations {
        padding: 80px 20px
    }
}

.contact-section {
    background-color: #051d20;
    color: #ffffff;
    padding: 100px 20px;
    text-align: center;
    position: relative;
    z-index: 10
}

.footer-content {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px
}

.footer-logo img {
    max-width: 250px;
    height: auto;
    filter: brightness(0) invert(1)
}

.footer-text {
    max-width: 600px
}

.footer-tagline {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 3px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #ffffff
}

.footer-desc {
    font-family: 'Merriweather', serif;
    font-style: italic;
    font-size: 1rem;
    line-height: 1.6;
    color: #b0c4c7
}

.footer-badge {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    padding: 30px 0
}

.badge-circle {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
    padding: 5px
}

.badge-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block
}

.footer-divider {
    width: 200px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 10px 0
}

.footer-contact {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem
}

.footer-link {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.3s ease
}

.footer-link:hover {
    color: #B88147
}

.footer-link img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1)
}

.separator {
    color: rgba(255, 255, 255, 0.3)
}

@media (max-width:768px) {
    .contact-section {
        padding: 60px 20px
    }

    .footer-logo img {
        max-width: 200px
    }

    .footer-tagline {
        font-size: 0.8rem;
        letter-spacing: 2px
    }

    .footer-desc {
        font-size: 0.9rem
    }

    .footer-contact {
        flex-direction: column;
        align-items: center;
        gap: 0
    }

    .footer-link {
        padding: 15px 20px;
        width: 100%;
        justify-content: center
    }

    .footer-link img,
    .footer-link svg {
        width: 20px;
        height: 20px
    }

    .separator {
        display: none
    }
}

/* Desktop Styles */
@media (min-width: 769px) {
    .mobile-only {
        display: none !important;
    }

    .desktop-only {
        display: flex !important;
    }

    .burger-btn {
        display: none !important;
    }

    /* Logo Fixed Left */
    .logo {
        position: fixed;
        left: 30px;
        top: 30px;
        transform: none !important;
        transition: none;
    }

    .logo img {
        width: 180px;
    }

    /* Menu Bar */
    .fullscreen-menu {
        position: fixed;
        top: 30px;
        right: 30px;
        left: auto;
        bottom: auto;
        width: auto;
        height: auto;
        background-color: #051d20;
        border-radius: 50px;
        padding: 0 20px;
        opacity: 1 !important;
        pointer-events: auto !important;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
        display: flex;
        flex-direction: row;
        align-items: center;
        z-index: 10000;
    }

    .menu-container {
        width: auto;
        max-width: none;
        overflow: visible;
        display: flex;
        align-items: center;
    }

    .menu-slide {
        flex-direction: row;
        width: auto;
        transform: none !important;
        gap: 20px;
        position: relative;
    }

    .menu-main {
        flex-direction: row;
        width: auto;
        gap: 20px;
    }

    .menu-item {
        font-size: 0.9rem;
        padding: 15px 0;
        white-space: nowrap;
    }

    /* New Buttons Styles */
    .menu-icon-btn {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: #f5f5f5;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        transition: all 0.3s ease;
        margin-left: 5px;
    }

    .menu-icon-btn:hover {
        background: #e0e0e0;
        transform: scale(1.1);
    }

    .menu-icon-btn img {
        width: 20px;
        height: 20px;
        filter: invert(8%) sepia(21%) saturate(1483%) hue-rotate(136deg) brightness(93%) contrast(96%);
    }

    .menu-cta-btn {
        padding: 12px 30px;
        background: #f5f5f5;
        border-radius: 30px;
        color: #051d20;
        font-weight: bold;
        text-decoration: none;
        font-family: 'Raleway', sans-serif;
        font-size: 0.9rem;
        transition: all 0.3s ease;
        margin-left: 10px;
        white-space: nowrap;
    }

    .menu-cta-btn:hover {
        background: #e0e0e0;
        transform: scale(1.05);
    }

    /* Gallery Dropdown */
    .menu-sub {
        display: none;
        position: absolute;
        top: 100%;
        left: 30%;
        transform: translateX(-50%);
        width: max-content;
        background-color: #051d20;
        border-radius: 20px;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        margin-top: 15px;
        height: auto;
    }

    .menu-slide.slide-left .menu-sub {
        display: flex;
    }

    .menu-back {
        display: none;
    }

    .menu-arrow {
        transform: rotate(90deg);
    }
}

/* Gallery Navigation Buttons - Green Background, White Arrows */
#gallery-title {
    font-family: 'Raleway', sans-serif;
    font-size: 5rem;
    font-weight: 300;
    color: white;
    text-transform: uppercase;
    letter-spacing: 5px;
    opacity: 0;
    transition: opacity 0.5s ease
}

.gallery-controls {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 20;
    display: flex;
    gap: 20px
}

.nav-btn {
    background: #051d20;
    border: 2px solid #051d20;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(5, 29, 32, 0.4)
}

.nav-btn:hover {
    background: #072a2e;
    border-color: #072a2e;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(5, 29, 32, 0.6)
}

.nav-btn img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1)
}

@media (max-width:768px) {
    #gallery-title {
        font-size: 3rem
    }

    .gallery-controls {
        bottom: 20px;
        right: 20px
    }
}

#amenities {
    background-color: #F5F5F0;
    position: relative;
    z-index: 10;
    padding: 0
}

.amenity-intro {
    padding: 80px 10% 80px 10%;
    display: flex;
    flex-direction: column;
    justify-content: center
}