.hero-slider-section {
    width: 100%;
    margin: 0;
    padding: 0;
}

.hero-slider .slides li {
    height: 800px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.slide-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background: rgba(0,0,0,0.35);

    display: flex;
    justify-content: center;      /* horizontálně střed */
    align-items: flex-end;        /* dolů */
}


.slide-content {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.slide-content h2 {
    font-size: 36px;
    margin: 0;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
}


.availability {
    position: absolute;
    top: 20px;
    right: 20px;

    background: rgba(255,255,255,0.75); /* lehká průhlednost */
    color: black;
    padding: 6px 12px;

    font-weight: bold;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
