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

/* Kompaktní hero na rezervační stránce – formulář je vidět hned */
.reservation-page .hero.medium-height {
    height: 340px;
}

@media (max-width: 991px) {
    .reservation-page .hero.medium-height {
        min-height: 0;
        height: 260px;
    }
}

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

/* === Kontaktní stránka – informační karty === */
.contact-intro__desc {
    max-width: 640px;
    margin: 0 auto 2rem;
    color: #6c6c6c;
}

.contact-cards .contact-card {
    height: 100%;
    border: 1px solid #e6e0d6;
    border-radius: 12px;
    padding: 1.75rem 2rem;
    background: #fff;
}

.contact-card__item {
    display: flex;
    gap: 1.1rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid #efeae1;
}

.contact-card__item:first-child {
    padding-top: 0;
}

.contact-card__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.contact-card__icon {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #d8cfbf;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #a98b4b;
    font-size: 1.1rem;
}

.contact-card__body {
    flex: 1 1 auto;
}

.contact-card__label {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.72rem;
    font-weight: 600;
    color: #9a9a9a;
    margin-bottom: 0.35rem;
}

.contact-card__body a {
    color: #2b2b2b;
    text-decoration: none;
}

.contact-card__body a:hover {
    text-decoration: underline;
}

.contact-card__note {
    font-size: 0.9rem;
    color: #7a7a7a;
}

.contact-card__gps {
    font-family: monospace;
    letter-spacing: 0.03em;
    color: #2b2b2b;
}

.contact-card__maps {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.contact-card__maps a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.9rem;
    border: 1px solid #d8cfbf;
    border-radius: 8px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #2b2b2b;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.contact-card__maps a:hover {
    background-color: #f4efe6;
    text-decoration: none;
}
