.hero.home-search,
.hero.medium-height
{
    background-image: url("../images/cover_page_zleby-KExcBxJ.webp");
    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;
}

.facility-item {
    max-width: 100%;
    display: contents;
}
.facility-icon {
    width: 20%;
    display: inline-block;
}
.facility-icon img {
    max-width: 100%;
}
.facility-name {
    width: 80%;
    display: inline-block;
}
.facility-name div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 1rem;
}
.custom-calendar-select {
    height: 50px;
    width: 100%;
    text-align: left;
    font-size: 0.875rem;
    background-color: white;
    color: #333;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .375rem;
    padding-left: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23333' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
}

.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;
    }
}

/* Promo Card - Ski Discount Box */
.promo-card {
    background: linear-gradient(160deg, #2c3e2e 0%, #1a2a1c 100%);
    border-radius: 12px;
    padding: 2rem 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.promo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.promo-card__badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 20px;
    border-radius: 20px;
    margin-bottom: 1.2rem;
}

.promo-card__logo {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.promo-card__discount {
    font-size: 3rem;
    font-weight: 800;
    color: #a68f66;
    line-height: 1;
    margin-bottom: 0.8rem;
}

.promo-card__text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
    max-width: 280px;
}

.promo-card__text strong {
    color: #fff;
}

.promo-card__link {
    color: #a68f66;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    border-bottom: 1px solid rgba(166, 143, 102, 0.4);
    padding-bottom: 2px;
    transition: border-color 0.3s ease, color 0.3s ease;
}

.promo-card__link:hover {
    color: #c4a96e;
    border-bottom-color: #c4a96e;
}

/* Room Price Info - Room Detail */
.room-price-info {
    font-size: 1.25rem;
    color: #7a5e32;
    margin-top: 0.5rem;
}

.room-price-info strong {
    font-size: 1.5rem;
    font-weight: 700;
}

/* 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;
}

