/* ===== headerHotelDescBlock.tpl ===== */
.header-desc-container {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -10;
}


/* Hide room capacity/adults/children text on room listing page */
body#category .capa_txt {
    display: none !important;
}

body#category #left_column {
    display: none !important;
}

body#category #center_column {
    width: 100% !important;
}

/* Move the homepage title block up/down here */
.header-desc-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    width: 100%;
    padding-top: 32vh;
    box-sizing: border-box;
}
/* Lighten/fade the homepage hero background image */
.header-desc-container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 0;
    pointer-events: none;
}

/* Keep the title/text panel above the faded background overlay */
.header-desc-wrapper {
    position: relative;
    z-index: 1;
}
.header-desc-primary {
    text-align: center;
    color: #ffffff;
    font-family: arial;;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);

    background: rgba(20, 20, 20, 0.45);
    padding: 28px 55px;
    border-radius: 20px;
    display: inline-block;
    max-width: 850px;
    margin: 0 auto;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
}
.header-desc-welcome {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.5px;
}

.header-desc-primary hr {
    margin-bottom: 10px;
    border-color: rgba(255, 255, 255, 0.85);
}

.heasder-desc-hr-first {
    width: 42px;
    margin-top: 12px;
}

.header-hotel-name {
    font-family: Impact, "Times New Roman", serif;
    font-size: 64px;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 22px;
    letter-spacing: 1px;
}

.header-hotel-desc {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    margin: 0;
}

.heasder-desc-hr-second {
    width: 190px;
    margin-top: 28px;
}


@media (max-width: 767px) {
.topSubSecondaryBlock {
    margin-top: 0px; } }

/* ===== headerHotelDescBlock.tpl ===== */

.copyRightWrapper {
    background-color: #242424;
    padding: 30px;
}
.copyRightWrapper p {
    color: #868686;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-align: center;
}

.copyRightWrapper {
    background-color: #242424;
    padding: 30px;
    width: 100%; }
    .copyRightWrapper .copyRight {
        color: #868686;
        font-size: 16px;
        margin: 0;
        text-align: center;
        line-height: 23px; }
