/*
 Theme Name:   Swissresort Child
 Theme URI:    https://themeforest.net/item/swissresort-resort-hotel-booking-wordpress-theme/50997440
 Description:  Swissresort Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     swissresort
 Version:      1.0.0
 Text Domain:  swissresort-child
*/

/* ==========================================================================
   Nave Font Face Declarations
   ========================================================================== */

/* Nave Thin - Weight 100 */
@font-face {
    font-family: 'Nave';
    src: url('fonts/nave-thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nave';
    src: url('fonts/nave-thin-italic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* Nave Light - Weight 300 */
@font-face {
    font-family: 'Nave';
    src: url('fonts/nave-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nave';
    src: url('fonts/nave-light-italic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Nave Regular - Weight 400 */
@font-face {
    font-family: 'Nave';
    src: url('fonts/nave-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nave';
    src: url('fonts/nave-regular-italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Nave Medium - Weight 500 */
@font-face {
    font-family: 'Nave';
    src: url('fonts/nave-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nave';
    src: url('fonts/nave-medium-italic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Nave Bold - Weight 700 */
@font-face {
    font-family: 'Nave';
    src: url('fonts/nave-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nave';
    src: url('fonts/nave-bold-italic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Nave Heavy - Weight 800 */
@font-face {
    font-family: 'Nave';
    src: url('fonts/nave-heavy.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nave';
    src: url('fonts/nave-heavy-italic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* Nave Black - Weight 900 */
@font-face {
    font-family: 'Nave';
    src: url('fonts/nave-black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nave';
    src: url('fonts/nave-black-italic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* ==========================================================================
   Override Theme Font Variables - Replace Jost & Cormorant Garamond with Nave
   ========================================================================== */

:root {
    /*--swissresort-main-font: 'Nave', sans-serif;*/
    --swissresort-heading-font: 'Nave', sans-serif;
    /*--bs-font-sans-serif: 'Nave', sans-serif;*/
}

/* ==========================================================================
   Global Font Application
   ========================================================================== */

/*body,*/
/*html {*/
/*    font-family: 'Nave', sans-serif;*/
/*}*/

/* Headings */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Nave', sans-serif;
}
.vertical-menu-container-wrapper a{
    color: #ffffff !important;
}
/* Form elements */
/*input,*/
/*textarea,*/
/*select,*/
/*button,*/
/*.btn {*/
/*    font-family: 'Nave', sans-serif;*/
/*}*/

/* Navigation */
/*.navbar,*/
/*.nav,*/
/*.menu,*/
/*.main-menu,*/
/*#main-menu,*/
/*.primary-menu {*/
/*    font-family: 'Nave', sans-serif;*/
/*}*/

/* Widget titles */
/*.widget-title,*/
/*.sidebar .widget-title {*/
/*    font-family: 'Nave', sans-serif;*/
/*}*/

/* Override any inline Jost/Cormorant Garamond styles from Revolution Slider */
/*.rs-layer,*/
/*.rs-layer * {*/
/*    font-family: 'Nave', sans-serif !important;*/
/*}*/

/* ── Base styles (above 1560px) ──────────────────────────────── */
.tour-image {
    display: flex;
    flex-direction: column;
}
.room-badge {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #0B1C1C;
    background-color: #FFFFFF;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
    position: static;        /* remove absolute */
    align-self: flex-start;  /* align left */
    margin-bottom: 30px;
    z-index: auto;
    pointer-events: none;
}

.info-detail-room .item-detail-room {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 31.5px;
    letter-spacing: 0%;
    color: #FFFFFF;
    text-transform: uppercase;
}

.tour_info_price_new {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 24.5px;
    letter-spacing: 0%;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.tour_info_price_new .currency_amount {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 24.5px;
    letter-spacing: 0%;
    color: #D99201;
    display: block;
}

.tour_info_price_new .currency_symbol {
    color: #D99201;
    font-size: 28px;
    font-weight: 600;
}

.tour-content .title a {
    font-family: "Montserrat", sans-serif;
    font-size: 38.4px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0%;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}

.tour_info_price {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 120px;
    flex-shrink: 0;
}
.widget-features-box.ameneties .item-features-inner .features-box-image svg{
    height: auto !important;
}
/* ── Responsive 1560px ───────────────────────────────────────── */
@media (max-width: 1560px) {
    .tour-content .title a {
        font-size: 32px;
        line-height: 42px;
    }
    .tour_info_price_new .currency_amount,
    .tour_info_price_new .currency_symbol {
        font-size: 24px;
    }
    .tour_info_price_new {
        font-size: 15px;
    }
    .info-detail-room .item-detail-room {
        font-size: 15px;
        line-height: 28px;
    }
    .room-badge {
        font-size: 14px;
        padding: 8px 18px;
        margin-bottom: 24px;
    }
}

/* ── Responsive 1280px ───────────────────────────────────────── */
@media (max-width: 1280px) {
    .tour-content .title a {
        font-size: 28px;
        line-height: 38px;
    }
    .tour_info_price_new .currency_amount,
    .tour_info_price_new .currency_symbol {
        font-size: 22px;
    }
    .tour_info_price_new {
        font-size: 14px;
    }
    .info-detail-room .item-detail-room {
        font-size: 14px;
        line-height: 26px;
    }
    .tour_info_price {
        min-width: 100px;
    }
}





@media (max-width: 1199px) {
 body.header_transparent #apus-header-mobile {
        padding: 15px 0;
        background: none !important;
        position: absolute;
        left: 0;
        right: 0;
    }

    #apus-header-mobile .logo img {
        max-width: 120px;
        width: 100%;
    }
    .header-top-offcanvas .logo{
         max-width: 110px;
        width: 100%;
    }
    .apus-offcanvas .header-top-offcanvas {
    padding: 20px 0;
    }
}

/* ── Responsive 1024px ───────────────────────────────────────── */
@media (max-width: 1024px) {
    .tour-content .title a {
        font-size: 24px;
        line-height: 34px;
    }
    .tour_info_price_new .currency_amount,
    .tour_info_price_new .currency_symbol {
        font-size: 20px;
    }
    .tour_info_price_new {
        font-size: 13px;
    }
    .info-detail-room .item-detail-room {
        font-size: 13px;
        line-height: 24px;
    }
    .room-badge {
        font-size: 13px;
        top: 12px;
        left: 12px;
    }
    .tour_info_price {
        min-width: 90px;
    }
}


@media (max-width: 920px) {

    #apus-header-mobile .logo img {
        max-width: 115px;
    }
}

/* ── Responsive 768px ────────────────────────────────────────── */
@media (max-width: 768px) {
    .tour-content .title a {
        font-size: 20px;
        line-height: 30px;
    }
    .tour_info_price_new .currency_amount,
    .tour_info_price_new .currency_symbol {
        font-size: 18px;
    }
    .tour_info_price_new {
        font-size: 12px;
        line-height: 20px;
    }
    .info-detail-room .item-detail-room {
        font-size: 12px;
        line-height: 22px;
    }
    .room-badge {
        font-size: 12px;
        padding: 4px 12px;
        top: 12px;
        left: 12px;
    }
    .tour_info_price {
        min-width: 80px;
    }
}


@media screen and (max-width: 676px) {
    #apus-header-mobile .logo.col-6 {
        width: 30% !important;
    }

    #apus-header-mobile .profile-avarta {
        width: 38px !important;
    }
    #apus-header-mobile .container > div{
            justify-content: space-between;
    }
    #apus-mobile-menu .header-top-offcanvas .logo{
        max-width: 110px !important;
    }
    .vertical-icon {
    width: 29px !important;
    height: 12px !important;
    }
    .vertical-icon:before {
    width: 29px !important;
    height: 2px !important;
    }
    .vertical-icon:after {
    width: 20px !important;
    height: 2px !important;
}
    .header-top-offcanvas .logo{
         max-width: 100px;
        width: 100%;
    }
.header-mobile {
    padding: 15px 0 !important;
}
}

/* ── Responsive 480px ────────────────────────────────────────── */
@media (max-width: 480px) {
    .tour-content .d-flex {
        flex-wrap: wrap;
    }
    .tour-content .title a {
        font-size: 18px;
        line-height: 26px;
    }
    .tour_info_price_new .currency_amount,
    .tour_info_price_new .currency_symbol {
        font-size: 16px;
    }
    .tour_info_price_new {
        font-size: 12px;
    }
    .info-detail-room .item-detail-room {
        font-size: 12px;
        line-height: 20px;
    }
    .tour_info_price {
        min-width: auto;
        width: 100%;
        align-items: flex-start;
        margin-top: 8px;
    }
    .room-badge {
        font-size: 11px;
        top: 10px;
        left: 10px;
        padding: 6px 12px;
    }
}

