.hero.home-search,
.hero.medium-height
{
    background-image: url("../images/pageheader_dum-UnQX6yP.jpg");
    background-size: cover;
}


a.box_cat_rooms figure {
    background-size: cover;
    background-position: center center;
}

.gallery {
    position: relative;
}

body .sl-overlay {
    background-color: black;
}

.logo_normal img,
.logo_sticky img,
.logo_panel img {
    height: auto;
}

.gallery-item {
    padding: 0.5rem;
    display: inline-block;
}

.security-page .hero.medium-height{
    height: 250px;
}

footer .footer_bg {
    padding-top: 130px;
}

.security-page {
    min-height: 800px;
    width: 100%;
    position: relative;
}

.login-card {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.price-wrapper {
    font-size: 1rem;
    font-weight: 500;
}

.price-wrapper .price-discount,
.price-wrapper .price-persons,
.price-wrapper .price-local-fee {
    display: flex;
    flex: auto;
    justify-content: space-between;
}

.price-wrapper hr {
    float: right;
    width: 80%;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.price-wrapper .price-total {
    font-size: 1.5rem;
    font-weight: bold;
}

.home-reservation {
    display: none;
    margin-top: 4rem;
}

@media (max-width: 992px) {
    .home-reservation {
        display: block;
    }
}

@media (max-width: 576px) {
    .price-wrapper {
        font-size: 1.2rem;
    }
}

label {
    position: relative;
}

label.required:before {
    content: '*';
    color: red;
    position: absolute;
    right: -15px;
    width: 10px;
    height: 10px;
}
@media (max-width: 992px) {
    .homepage .parallax_wrapper {
        padding-left: 0;
    }
    .homepage .parallax_wrapper img {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .homepage .parallax_wrapper {
        position: relative;
        padding-left: 10%;
    }

    .homepage .parallax_wrapper .image-floated {
        position: absolute;
        right: -30px;
        bottom: -130px;
        width: 70%;
        border: 3px solid white;
    }
}
@media (min-width: 1200px) {
    .homepage .parallax_wrapper .image-floated {
        right: -20px;
        bottom: -180px;
        width: 70%;
    }
}

.footer-partners img {
    width: 205px;
}

.background-white {
    background-color: #fff;
    padding-top: 5rem;
    margin-bottom: -40px;
}
label[for="reservation_children"],
label[for="reservation_persons"] {
    font-size: 0.85rem;
}
.footer-section-heading {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
}
footer .singula-link {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

.text-right {
    text-align: right;
}

body {
    padding-top: 0;
}

body:has(.promo-banner) {
    padding-top: 56px;
}

body:has(.promo-banner) header {
    top: 56px;
}

.promo-banner {
    background: #7a5e32;
    color: #fff;
    padding: 0.75rem 1rem;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 500;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.promo-banner__content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.promo-banner__icon {
    font-size: 1.25rem;
}

.promo-banner__text {
    line-height: 1.4;
}

.promo-banner__text a {
    color: white;
}

.promo-banner__text a:hover {
    text-decoration: underline;
}
body:has(.promo-banner) .nav_panel {
    top: 55px;
}
@media (max-width: 768px) {
    body:has(.promo-banner) {
        padding-top: 80px;
    }

    body:has(.promo-banner) header {
        top: 80px;
    }

    body:has(.promo-banner) .nav_panel {
        top: 100px;
    }

    .promo-banner {
        font-size: 0.85rem;
        padding: 0.65rem 0.75rem;
    }

    .promo-banner__content {
        flex-direction: column;
        gap: 0.25rem;
    }

    .promo-banner__icon {
        font-size: 1.1rem;
    }

}

* Seasonal Prices Card - Homepage */
.seasonal-prices-card {
    background: #faf8f5;
    border-radius: 8px;
    border-left: 3px solid #978667;
    padding: 0;
    overflow: hidden;
    margin-top: 2rem;
}

.seasonal-prices-header {
    background: linear-gradient(135deg, #f5f0e8 0%, #ede6da 100%);
    color: #5a4d3a;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #e5ddd0;
}

.seasonal-prices-header h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #7a5e32;
}

.seasonal-prices-body {
    padding: 0;
}

.seasonal-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #e5ddd0;
    gap: 15px;
}

.seasonal-item:last-child {
    border-bottom: none;
}

.seasonal-item.featured {
    background: rgba(151, 134, 103, 0.08);
}

.seasonal-date {
    flex: 1;
}

.seasonal-date strong {
    display: block;
    font-size: 1rem;
    color: #212529;
}

.seasonal-date span {
    font-size: 0.85rem;
    color: #6c757d;
}

.seasonal-price {
    text-align: right;
}

.seasonal-price .price {
    font-size: 1.15rem;
    font-weight: 700;
    color: #7a5e32;
    display: block;
}

.seasonal-price .note {
    display: block;
    font-size: 0.75rem;
    color: #6c757d;
}

.badge-available {
    background: #f5f0e8;
    color: #7a5e32;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    white-space: nowrap;
    border: 1px solid #e5ddd0;
}

@media (max-width: 576px) {
    .seasonal-item {
        flex-wrap: wrap;
        gap: 10px;
    }

    .seasonal-date {
        flex: 1 1 50%;
    }

    .seasonal-price {
        text-align: left;
    }

    .badge-available {
        flex: 1 1 100%;
        text-align: center;
        margin-top: 5px;
    }
}

/* Seasonal Prices Sidebar - Contact Page */
.seasonal-sidebar h4 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}

.seasonal-sidebar .seasonal-icon {
    font-size: 1.2rem;
}

.seasonal-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.seasonal-list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e5ddd0;
}

.seasonal-list li:last-child {
    border-bottom: none;
}

.seasonal-list li.featured {
    background: rgba(151, 134, 103, 0.08);
    margin: 0 -15px;
    padding: 12px 15px;
    border-radius: 6px;
}

.seasonal-list .date {
    flex: 1 1 100%;
    font-weight: 500;
    margin-bottom: 4px;
    color: #333;
}

.seasonal-list .price {
    font-weight: 700;
    color: #7a5e32;
    font-size: 1.05rem;
}

.seasonal-list .status {
    font-size: 0.8rem;
    font-weight: 500;
}

.seasonal-sidebar .text-success {
    color: #978667 !important;
}

.seasonal-icon {
    font-style: normal;
}

