/* HEADER */
#header_wrapper #languages:before{
    display: none;
}
#languages .desktop > ul > li a.lang_sel_sel span,
#languages .desktop > ul ul li:last-child a.lang_sel_other span{
    text-transform: uppercase;
}


/* HIGHLIGHT MENU */
#highlight_menu{
    margin-left: 0;
}

/* BUTTONS */

main .content_wrap .offers_container a,
.main .content_wrap .offers_container a {
    color: white;
}

.main_book a {
    color: white;
    padding: 0;
}

.btns_wrap .btnCta a {
    color: white;
}

.item_wrap.offer_wrap .item .content .btns_wrap .book a,
.item_wrap.offer_wrap .item .content .btns_wrap .btnCta a {
    color: white;
}

.post_preview_section.carousel .item_wrap .item .content .btns_wrap .book a,
.post_preview_section.carousel .item_wrap .item .content .btns_wrap .btnCta a,
.post_preview_section.carousel_2 .item_wrap .item .content .btns_wrap .book a,
.post_preview_section.carousel_2 .item_wrap .item .content .btns_wrap .btnCta a,
.post_preview_section.carousel_3 .item_wrap .item .content .btns_wrap .book a,
.post_preview_section.carousel_3 .item_wrap .item .content .btns_wrap .btnCta a,
.post_preview_section.list .item_wrap .item .content .btns_wrap .book a,
.post_preview_section.list .item_wrap .item .content .btns_wrap .btnCta a,
.post_preview_section.list_2 .item_wrap .item .content .btns_wrap .book a,
.post_preview_section.list_2 .item_wrap .item .content .btns_wrap .btnCta a {
    color: white;
}

/* ROOM FEATURES AMENITIES */
.section_icons .wrap .icons .item .label {
    font-size: 1.4em;
}

.section_icons .wrap .icons {
    margin-top: 2em;
}

.section_icons .subtitle {
    font-size: 2em;
}


/* SIMPLE COMMENTER */
.simple-commenter-textarea {
    color: black;
}


:root {
    --first-font: 'times-new-roman', serif;
    --highlight-font: 'times-new-roman', serif;
}

.fbw-calendar--week .day--price {
    display: none;
}

.section_expandable_contents h2 {
    margin-bottom: 1em;
}

.slideshow_container .address {
    display: none !important;
}

#header_wrapper.custom #header #logo img.custom {
    transform: scale(2);
    transform-origin: left;
}

@media (max-width: 767px) {
    #logo img {
        width: 100%;
    }
}

#right_sidebar .top .page_title {
    display: flex;
    gap: 10px 30px;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    white-space: nowrap;

    @media (max-width: 1440px) {
        flex-direction: column;
    }

    a {
        transition: all 0.3s ease;
        text-decoration: none;
        color: inherit;

        &:hover {
            color: var(--highlighted);
        }
    }
}


@media (min-width: 1200px) {

    .content_wrap,
    .container .content_container {
        max-width: 2000px;
    }
}


/*CAREERS__NUMBERS */
/* Basic styling for the container */
.statistics-wrapper {
    /* Mimics the padding and centering of the previous section */
    padding: 50px 20px;
    max-width: 1500px;
    margin: 0 auto;
}

/* Grid container for the statistics items */
.stat-container {
    display: grid;
    /* Default: 4 equal columns */
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}

/* Styling for the large numbers */
.stat-number {
    font-size: 3.5rem;
    margin: 0 0 5px 0;
    font-weight: 300;
    line-height: 1.2;
}

/* Styling for the description text */
.stat-description {
    font-size: 0.95rem;
    margin: 0;
    text-align: center;
}

/* --- RESPONSIVENESS (Mobile First Approach) --- */

/* Tablet/Medium Screens: Transition from 4 columns to 2 columns */
@media (max-width: 900px) {
    .stat-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
        /* Increase vertical gap */
    }

    .stat-number {
        font-size: 3rem;
    }
}

/* Mobile/Small Screens: Transition from 2 columns to 1 column */
@media (max-width: 550px) {
    .stat-container {
        grid-template-columns: 1fr;
        /* Single column layout */
        gap: 30px;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .stat-description {
        font-size: 0.9rem;
    }
}


/*CAREERS__VALUES*/
/* Block: values-cards */
.values-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
}

/* Element: card item */
.values-cards__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
}

/* Element: title */
.values-cards__title {
    margin: 0 0 20px 0;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.4;
}

.post_preview_section.carousel_4 h2, .post_preview_section.list_3 h2 {
    text-transform: math-auto;
}

/* Element: description */
.values-cards__description {
    margin: 0;
    line-height: 1.8;
    text-align: left;
}

/* Media Queries - Responsive */
@media screen and (max-width: 1414px) {
    .values-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 30px;
    }
}

@media screen and (max-width: 768px) {
    .values-cards {
        grid-template-columns: 1fr;
        gap: 35px;
        padding: 15px;
    }

    .values-cards__title {
        margin-bottom: 15px;
    }

    .values-cards__description {}
}

@media screen and (max-width: 480px) {
    .values-cards {
        padding: 10px;
        gap: 30px;
    }

    .values-cards__title {
        margin-bottom: 12px;
        letter-spacing: 1.5px;
    }

    .values-cards__description {
        line-height: 1.7;
    }
}


/* CAREER__TIMELINE CV*/

/* Block: recruitment-timeline */
.recruitment-timeline {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

/* Element: timeline item */
.recruitment-timeline__item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

.recruitment-timeline__item:last-child {
    margin-bottom: 0;
}

.recruitment-timeline__item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 35px;
    top: 70px;
    height: calc(100% + 30px);
    border-left: 2px solid #d4c5b9;
}

/* Element: number circle */
.recruitment-timeline__number {
    flex-shrink: 0;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    display: flex;
    background: var(--highlighted);
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

/* Element: content container */
.recruitment-timeline__content {
    flex: 1;
    padding-top: 20px;
}

/* Element: text */
.recruitment-timeline__text {
    margin: 0;
    font-size: 1.4em;
    line-height: 1.5;
}

/* Media Queries - Responsive */
@media screen and (max-width: 768px) {
    .recruitment-timeline {
        padding: 15px;
    }

    .recruitment-timeline__item {
        gap: 15px;
        margin-bottom: 25px;
    }

    .recruitment-timeline__item:not(:last-child)::after {
        left: 27.5px;
        top: 55px;
        height: calc(100% + 25px);
    }

    .recruitment-timeline__number {
        height: 55px;
        min-width: 55px;
        font-size: 20px;
    }

    .recruitment-timeline__content {
        padding-top: 15px;
    }

    .recruitment-timeline__text {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .recruitment-timeline {
        padding: 10px;
    }

    .recruitment-timeline__item {
        gap: 12px;
        margin-bottom: 20px;
    }

    .recruitment-timeline__item:not(:last-child)::after {
        left: 22.5px;
        top: 45px;
        height: calc(100% + 20px);
    }

    .recruitment-timeline__number {
        height: 45px;
        min-width: 45px;
        font-size: 18px;
    }

    .recruitment-timeline__content {
        padding-top: 10px;
    }

    .recruitment-timeline__text {
        font-size: 14px;
    }
}

.de_block_room_amenities #accommodation_features .smoking.elem {
    display: none;
}

.de_block_room_amenities #accommodation_features .bed_types.elem {
    width: auto;
}

#primary_menu.mobile_menu {
    display: none;
}

@media (max-width: 991px) {
    #primary_menu.mobile_menu {
        display: block;
        margin-bottom: 80px;
    }

    #primary_menu.desktop_menu {
        display: none;
    }
}

@media (min-width: 992px) {
    .slideshow_container .caption .cta {
        display: none;
    }
}

/* Widgets */
#availpro-widget {
    bottom: 90px !important;
    top: auto !important;
}

#room_15 {
    height: 33.6px;
}

/*DIDOMI */

#didomi-host div {
  color: black;
}