/**
 * Hotel property show - Avia Nova.
 */

body.avia-nova-theme .nova-hotel-show-page {
    --nova-hotel-primary: #2095AE;
    --nova-hotel-navy: #0F2454;
    --nova-hotel-text: #676977;
    --nova-hotel-line: #E6E8EE;
    background:
        radial-gradient(circle at top left, rgba(32, 149, 174, 0.08), transparent 34%),
        var(--nova-smoke);
}

body.avia-nova-theme:has(.nova-hotel-show-page) .nova-site-header {
    position: fixed;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 6px 24px rgba(15, 36, 84, 0.07);
    backdrop-filter: blur(12px);
}

body.avia-nova-theme:has(.nova-hotel-show-page) .nova-navbar > .container {
    border-bottom-color: transparent;
}

body.avia-nova-theme:has(.nova-hotel-show-page) .nova-menu .nav-link {
    color: var(--nova-hotel-navy);
}

body.avia-nova-theme:has(.nova-hotel-show-page) .nova-menu .nav-link i {
    color: rgba(15, 36, 84, 0.55);
}

body.avia-nova-theme:has(.nova-hotel-show-page) .nova-action-btn {
    color: var(--nova-hotel-navy);
    background: rgba(15, 36, 84, 0.04);
    border-color: rgba(15, 36, 84, 0.1);
}

body.avia-nova-theme:has(.nova-hotel-show-page) .nova-action-btn:hover {
    color: #fff;
    background: var(--nova-hotel-primary);
    border-color: var(--nova-hotel-primary);
}

body.avia-nova-theme:has(.nova-hotel-show-page) .nova-nav-toggle span {
    background: var(--nova-hotel-navy);
}

.th-hotel-show-page .container.th-container {
    --main-container: 1140px;
    max-width: min(1140px, calc(100% - 32px)) !important;
    margin-left: auto;
    margin-right: auto;
}

.th-hotel-show-page .breadcrumbs-area,
.th-hotel-show-page .breadcumb-wrapper {
    display: none !important;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-main.space-top {
    padding-top: 145px;
    padding-bottom: 96px;
}

/* Breadcrumb */
.th-hotel-show-breadcrumb {
    margin-bottom: 20px;
}

.th-hotel-show-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 0;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: var(--body-color);
}

.th-hotel-show-breadcrumb__list li {
    display: inline-flex;
    align-items: center;
}

.th-hotel-show-breadcrumb__list li:not(:last-child)::after {
    content: "→";
    margin: 0 10px;
    color: rgba(17, 61, 72, 0.35);
}

.th-hotel-show-breadcrumb__list a {
    color: var(--theme-color, #1ca8cb);
    text-decoration: none;
    font-weight: 500;
}

/* Gallery */
.th-hotel-show-gallery {
    position: relative;
    margin-bottom: 28px;
}

.th-hotel-show-gallery__slider {
    overflow: hidden;
    border-radius: 0;
    margin: 0 -8px;
    background: transparent;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-gallery__slider .slick-track {
    display: flex;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-gallery__slider .slick-slide {
    height: auto;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-gallery__slider .slick-slide > div,
body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-gallery__slide {
    height: 100%;
}

.th-hotel-show-gallery__slide {
    padding: 0 8px;
}

.th-hotel-show-gallery__item {
    display: block;
    width: 100%;
    height: 285px;
    padding: 0;
    border: none;
    border-radius: 0;
    overflow: hidden;
    background: #F8FAFC;
    cursor: pointer;
    aspect-ratio: auto;
}

.th-hotel-show-gallery__item img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center center;
    transition: transform 0.25s ease;
}

.th-hotel-show-gallery__item:hover img {
    transform: scale(1.03);
}

.th-hotel-show-gallery__arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(17, 61, 72, 0.12);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--title-color, #113d48);
    box-shadow: 0 4px 14px rgba(17, 61, 72, 0.12);
    transform: translateY(-50%);
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.th-hotel-show-gallery__arrow i {
    font-size: 20px;
    line-height: 1;
}

.th-hotel-show-gallery__arrow:hover {
    border-color: var(--theme-color, #1ca8cb);
    color: var(--theme-color, #1ca8cb);
}

.th-hotel-show-gallery__slider .slick-prev {
    left: 2px;
}

.th-hotel-show-gallery__slider .slick-next {
    right: 2px;
}

@media (max-width: 991px) {
    .th-hotel-show-gallery__slider {
        margin: 0 -6px;
    }

    .th-hotel-show-gallery__slide {
        padding: 0 6px;
    }

    .th-hotel-show-gallery__item {
        height: 330px;
    }

    .th-hotel-show-gallery__slider .slick-prev {
        left: 12px;
    }

    .th-hotel-show-gallery__slider .slick-next {
        right: 12px;
    }
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-gallery__slider .slick-dots {
    position: static;
    left: 0;
    right: 0;
    display: flex !important;
    justify-content: center;
    gap: 8px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-gallery__slider .slick-dots li,
body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-gallery__slider .slick-dots button {
    width: 9px;
    height: 9px;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-gallery__slider .slick-dots button {
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(15, 36, 84, 0.22);
    font-size: 0;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-gallery__slider .slick-dots li.slick-active button {
    background: var(--nova-hotel-primary);
}

/* Property header */
body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px 32px;
    margin-bottom: 28px;
    padding: 22px 24px;
    background: var(--white-color, #fff);
    border-radius: 0;
    border: 1px solid var(--nova-hotel-line);
    box-shadow: 0 18px 45px rgba(15, 36, 84, 0.08);
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-header__title {
    margin: 0 0 12px;
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 700;
    line-height: 1.25;
    color: var(--nova-hotel-navy);
    text-transform: capitalize;
}

.th-hotel-show-header__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.th-hotel-show-header__meta li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--body-color);
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-header__meta i {
    font-size: 16px;
    color: var(--nova-hotel-primary);
    flex-shrink: 0;
}

.th-hotel-show-header__price {
    text-align: right;
    flex-shrink: 0;
}

.th-hotel-show-header__from {
    margin: 0 0 2px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--body-color);
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-header__amount {
    margin: 0;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 800;
    line-height: 1.15;
    color: var(--nova-hotel-primary);
}

.th-hotel-show-header__sub {
    margin: 4px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--body-color);
}

/* Neutralize Tourm tour-details overrides inside show page */
.th-hotel-show-page .tour-details-container .details-heading {
    padding: 0;
    border: none;
}

.th-hotel-show-page .tour-details-container .date-travel-card {
    background: var(--white-color, #fff) !important;
}

/* Content panels */
body.avia-nova-theme .nova-hotel-show-page .tour-details-content,
body.avia-nova-theme .nova-hotel-show-page .comment-section,
body.avia-nova-theme .nova-hotel-show-page .contact-card {
    background: var(--white-color, #fff);
    border-radius: 0;
    border: 1px solid var(--nova-hotel-line);
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 18px 45px rgba(15, 36, 84, 0.08);
}

body.avia-nova-theme .nova-hotel-show-page .tour-details-content > .title,
body.avia-nova-theme .nova-hotel-show-page .contact-heading {
    margin: 0 0 16px;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--nova-hotel-navy);
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-section-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-section-head .title,
body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-info-card > .title,
body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-amenities .title {
    margin: 0;
    color: var(--nova-hotel-navy);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.15;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-section-subtitle {
    margin: 8px 0 0;
    color: var(--nova-hotel-text);
    font-size: 15px;
    line-height: 1.55;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-section-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--nova-hotel-primary) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-section-toggle:hover {
    color: var(--nova-hotel-navy) !important;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-amenities-grid {
    --bs-gutter-x: 14px;
    --bs-gutter-y: 14px;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-amenity,
body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    color: var(--nova-hotel-text);
    font-size: 16px;
    line-height: 1.35;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-amenity i,
body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-info-item i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(32, 149, 174, 0.2);
    background: rgba(32, 149, 174, 0.08);
    color: var(--nova-hotel-primary) !important;
    font-size: 18px !important;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-amenity .pera,
body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-info-item .pera {
    margin: 0;
    color: var(--nova-hotel-text);
}

body.avia-nova-theme .nova-hotel-show-page .amenity-hidden,
body.avia-nova-theme .nova-hotel-show-page .house-rule-hidden {
    display: none !important;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-info-card {
    box-shadow: 0 16px 38px rgba(15, 36, 84, 0.07);
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-policy-box,
body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-cancellation .policy-card,
body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-cancellation .policy-note {
    padding: 20px;
    border: 1px solid var(--nova-hotel-line) !important;
    border-radius: 0 !important;
    background: #F8FAFC !important;
    box-shadow: none !important;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-policy-box--accent {
    border-color: rgba(32, 149, 174, 0.22) !important;
    border-left: 3px solid var(--nova-hotel-primary) !important;
    background: rgba(32, 149, 174, 0.07) !important;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-prose,
body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-prose p {
    color: var(--nova-hotel-text);
    font-size: 16px;
    line-height: 1.8;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-prose p:last-child {
    margin-bottom: 0 !important;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-rules-grid {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 12px;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-rules-grid .house-rule-item {
    width: 50%;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-check-times .row,
body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-cancellation .row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-cancellation .policy-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-cancellation .policy-header i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    background: rgba(32, 149, 174, 0.1);
    color: var(--nova-hotel-primary);
    font-size: 20px;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-cancellation .policy-header h5 {
    margin: 0;
    color: var(--nova-hotel-navy);
    font-size: 17px;
    font-weight: 800;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-cancellation .policy-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-cancellation .policy-item,
body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-cancellation .condition-item,
body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-cancellation .policy-note > .d-flex {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--nova-hotel-text);
    font-size: 15px;
    line-height: 1.55;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-cancellation .policy-item i,
body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-cancellation .condition-item i,
body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-cancellation .policy-note i {
    color: var(--nova-hotel-primary);
    font-size: 18px;
    margin-top: 2px;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-cancellation .condition-item + .condition-item {
    margin-top: 14px;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-cancellation .condition-item p,
body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-cancellation .policy-note p {
    margin: 4px 0 0;
    color: var(--nova-hotel-text);
}

/* Booking sidebar */
body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-booking.date-travel-card {
    top: 100px !important;
    overflow: hidden;
    padding: 24px !important;
    border-radius: 0 !important;
    border: 1px solid var(--nova-hotel-line) !important;
    box-shadow: 0 18px 45px rgba(15, 36, 84, 0.1) !important;
    background: var(--white-color, #fff) !important;
}

.th-hotel-show-booking__price {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(17, 61, 72, 0.1);
}

.th-hotel-show-booking__from {
    margin: 0 0 2px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--body-color);
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-booking__amount {
    margin: 0;
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1.15;
    color: var(--nova-hotel-primary);
}

.th-hotel-show-booking__sub {
    margin: 4px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--body-color);
}

.th-hotel-show-booking__field {
    margin-bottom: 16px;
}

.th-hotel-show-booking__field:last-of-type {
    margin-bottom: 0;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-booking__label {
    display: block;
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--nova-hotel-navy);
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-booking__dates.date-time-dropdown {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 12px 14px !important;
    margin-bottom: 0 !important;
    font-size: 15px !important;
    border-radius: 0 !important;
    border: 1px solid var(--nova-hotel-line) !important;
    background: #F8FAFC !important;
    cursor: pointer;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-booking__dates i {
    font-size: 18px;
    color: var(--nova-hotel-primary);
    flex-shrink: 0;
}

.th-hotel-show-booking__dates .date-time-result {
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    color: var(--title-color) !important;
}

.th-hotel-show-booking__guest-summary.user-result {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 500;
    color: var(--body-color);
    min-height: 0;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-guest-rows {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 14px;
    border-radius: 0;
    border: 1px solid var(--nova-hotel-line);
    background: #F8FAFC;
}

.th-hotel-show-guest-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.th-hotel-show-guest-row__info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.th-hotel-show-guest-row__name {
    font-size: 14px;
    font-weight: 600;
    color: var(--title-color);
}

.th-hotel-show-guest-row__hint {
    font-size: 12px;
    color: var(--body-color);
}

.th-hotel-show-booking .qty-container {
    flex-shrink: 0;
    gap: 8px;
}

.th-hotel-show-qty-btn {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px;
    padding: 0 !important;
    border-radius: 8px !important;
    border: 1px solid rgba(17, 61, 72, 0.15) !important;
    background: #fff !important;
    color: var(--title-color) !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.th-hotel-show-qty-btn:hover:not(:disabled) {
    border-color: var(--theme-color, #1ca8cb) !important;
    color: var(--theme-color, #1ca8cb) !important;
}

.th-hotel-show-qty-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.th-hotel-show-booking .input-qty {
    width: 40px !important;
    max-width: 40px !important;
    margin: 0 !important;
    padding: 6px 4px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-align: center;
    border: 1px solid rgba(17, 61, 72, 0.12) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: var(--title-color) !important;
}

/* Hide legacy dropdown guest picker if any remains */
.th-hotel-show-booking .user-picker,
.th-hotel-show-booking .custom-dropdown,
.th-hotel-show-booking .dropdown-section {
    display: none !important;
}

/* Date range picker — compact single month (fits sidebar + viewport) */
body > .daterangepicker.hotel-show-daterangepicker {
    z-index: 10060 !important;
    width: 300px !important;
    max-width: min(300px, calc(100vw - 24px)) !important;
    padding: 12px 14px 14px !important;
    margin: 0 !important;
    border-radius: 12px !important;
    border: 1px solid rgba(17, 61, 72, 0.12) !important;
    box-shadow: 0 16px 40px rgba(17, 61, 72, 0.16) !important;
    font-family: var(--body-font, 'Inter', sans-serif) !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
}

body > .daterangepicker.hotel-show-daterangepicker .drp-calendar {
    max-width: 100% !important;
    padding: 0 !important;
}

body > .daterangepicker.hotel-show-daterangepicker .drp-calendar.right {
    display: none !important;
}

body > .daterangepicker.hotel-show-daterangepicker .drp-calendar.left {
    border: none !important;
    float: none !important;
    width: 100% !important;
}

body > .daterangepicker.hotel-show-daterangepicker .calendar-table {
    padding: 0 !important;
}

body > .daterangepicker.hotel-show-daterangepicker .calendar-table th.month {
    font-family: var(--title-font, 'Manrope', sans-serif);
    font-size: 15px !important;
    font-weight: 700 !important;
    color: var(--title-color) !important;
    padding: 4px 0 10px !important;
}

body > .daterangepicker.hotel-show-daterangepicker .calendar-table th,
body > .daterangepicker.hotel-show-daterangepicker .calendar-table td {
    min-width: 34px !important;
    width: 34px !important;
    height: 34px !important;
    line-height: 34px !important;
    font-size: 12px !important;
    padding: 0 !important;
}

body > .daterangepicker.hotel-show-daterangepicker .calendar-table thead tr:last-child th {
    font-size: 11px !important;
    font-weight: 600;
    color: var(--body-color) !important;
    padding-bottom: 6px !important;
}

body > .daterangepicker.hotel-show-daterangepicker td.off,
body > .daterangepicker.hotel-show-daterangepicker td.off.in-range,
body > .daterangepicker.hotel-show-daterangepicker td.disabled {
    text-decoration: none !important;
}

body > .daterangepicker.hotel-show-daterangepicker td.in-range {
    background: rgba(28, 168, 203, 0.12) !important;
    color: var(--title-color) !important;
}

body > .daterangepicker.hotel-show-daterangepicker td.active,
body > .daterangepicker.hotel-show-daterangepicker td.active:hover,
body > .daterangepicker.hotel-show-daterangepicker td.start-date,
body > .daterangepicker.hotel-show-daterangepicker td.end-date {
    background: var(--theme-color, #1ca8cb) !important;
    color: var(--white-color, #fff) !important;
    border-radius: 6px !important;
}

body > .daterangepicker.hotel-show-daterangepicker td.blocked-date,
body > .daterangepicker.hotel-show-daterangepicker td.off.blocked-date,
body > .daterangepicker.hotel-show-daterangepicker td.disabled.blocked-date {
    background: #ffe8e8 !important;
    color: #c81e1e !important;
    text-decoration: line-through !important;
    font-weight: 600;
    border-radius: 4px;
}

body > .daterangepicker.hotel-show-daterangepicker select.monthselect,
body > .daterangepicker.hotel-show-daterangepicker select.yearselect {
    display: inline-block !important;
    width: auto !important;
    max-width: 42% !important;
    height: 30px !important;
    min-height: 0 !important;
    margin: 0 4px 0 0 !important;
    padding: 2px 24px 2px 8px !important;
    font-size: 13px !important;
    font-weight: 600;
    border-radius: 6px !important;
    border: 1px solid var(--th-border-color, #e1e4e5) !important;
    background: var(--white-color, #fff) !important;
    color: var(--title-color) !important;
}

body > .daterangepicker.hotel-show-daterangepicker .drp-buttons {
    border-top: 1px solid rgba(17, 61, 72, 0.1) !important;
    padding: 10px 0 0 !important;
    margin-top: 8px !important;
}

body > .daterangepicker.hotel-show-daterangepicker .drp-selected {
    font-size: 12px !important;
    padding-right: 8px !important;
}

body > .daterangepicker.hotel-show-daterangepicker .drp-buttons .btn {
    font-size: 13px !important;
    padding: 6px 14px !important;
    border-radius: 8px !important;
}

body > .daterangepicker.hotel-show-daterangepicker .drp-buttons .applyBtn {
    background: var(--theme-color, #1ca8cb) !important;
    border-color: var(--theme-color, #1ca8cb) !important;
}

@media (max-width: 767px) {
    body > .daterangepicker.hotel-show-daterangepicker {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%, -50%) !important;
    }

    body > .daterangepicker.hotel-show-daterangepicker::before,
    body > .daterangepicker.hotel-show-daterangepicker::after {
        display: none !important;
    }
}

/* Room cards */
body.avia-nova-theme .nova-hotel-show-page .room-card,
body.avia-nova-theme .nova-hotel-show-page .property-booking-card {
    overflow: hidden;
    border: 1px solid var(--nova-hotel-line) !important;
    border-radius: 0 !important;
    box-shadow: 0 18px 45px rgba(15, 36, 84, 0.08) !important;
    background: var(--white-color) !important;
}

body.avia-nova-theme .nova-hotel-show-page .room-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 58px rgba(15, 36, 84, 0.14) !important;
}

/* Entire-property card uses .hotel-show-room-card — fixed 220px row from core hotels-show.css */

/* Compact book buttons */
body.avia-nova-theme .nova-hotel-show-page .th-hotel-book-btn.book-room-btn,
body.avia-nova-theme .nova-hotel-show-page .view-rooms-btn,
body.avia-nova-theme .nova-hotel-show-page .send-btn,
body.avia-nova-theme .nova-hotel-show-page .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 18px;
    min-height: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    border-radius: 0;
    border: none;
    background: var(--nova-hotel-primary);
    color: var(--white-color, #fff);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 14px 28px rgba(32, 149, 174, 0.22);
    transition: background 0.2s ease, transform 0.15s ease;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-book-btn.book-room-btn:hover:not(:disabled),
body.avia-nova-theme .nova-hotel-show-page .view-rooms-btn:hover,
body.avia-nova-theme .nova-hotel-show-page .send-btn:hover,
body.avia-nova-theme .nova-hotel-show-page .btn-primary:hover {
    background: var(--nova-hotel-navy);
    color: var(--white-color);
    transform: translateY(-1px);
}

.th-hotel-show-page .th-hotel-book-btn.book-room-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.th-hotel-show-page .room-card .badge {
    position: static !important;
    display: inline-flex;
    align-items: center;
}

body.avia-nova-theme .nova-hotel-show-page .comment-section {
    overflow: hidden;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-reviews__header {
    margin-bottom: 18px;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-reviews__header .title {
    margin: 0;
    color: var(--nova-hotel-navy);
    font-size: 24px;
    font-weight: 700;
}

body.avia-nova-theme .nova-hotel-show-page .reviews-summary {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center !important;
    gap: 22px;
    margin-bottom: 24px !important;
    padding: 22px !important;
    border: 1px solid var(--nova-hotel-line) !important;
    border-radius: 0 !important;
    background: linear-gradient(180deg, #F8FAFC 0%, #fff 100%) !important;
}

body.avia-nova-theme .nova-hotel-show-page .reviews-info > .d-flex {
    align-items: center !important;
    gap: 24px !important;
}

body.avia-nova-theme .nova-hotel-show-page .rating-summary {
    display: grid;
    align-content: center;
    min-width: 150px;
}

body.avia-nova-theme .nova-hotel-show-page .rating-number {
    margin: 0 0 8px !important;
    color: var(--nova-hotel-primary);
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1;
}

body.avia-nova-theme .nova-hotel-show-page .stars {
    gap: 3px;
    margin-bottom: 8px;
}

body.avia-nova-theme .nova-hotel-show-page .stars i,
body.avia-nova-theme .nova-hotel-show-page .text-warning {
    color: #E4A853 !important;
}

body.avia-nova-theme .nova-hotel-show-page .stars .text-muted,
body.avia-nova-theme .nova-hotel-show-page .stars .ri-star-s-line {
    color: #CBD1DC !important;
}

body.avia-nova-theme .nova-hotel-show-page .review-count {
    color: var(--nova-hotel-text) !important;
    font-size: 14px;
    line-height: 1.45;
}

body.avia-nova-theme .nova-hotel-show-page .review-breakdown {
    width: min(100%, 270px);
    margin-left: 0 !important;
}

body.avia-nova-theme .nova-hotel-show-page .rating-bar {
    gap: 8px;
    margin-bottom: 7px !important;
}

body.avia-nova-theme .nova-hotel-show-page .rating-label,
body.avia-nova-theme .nova-hotel-show-page .percentage {
    min-width: 24px;
    color: var(--nova-hotel-navy) !important;
    font-size: 12px;
    font-weight: 800;
}

body.avia-nova-theme .nova-hotel-show-page .progress {
    height: 7px !important;
    overflow: hidden;
    border-radius: 0;
    background: var(--nova-hotel-line);
}

body.avia-nova-theme .nova-hotel-show-page .progress-bar {
    background: var(--nova-hotel-primary) !important;
}

body.avia-nova-theme .nova-hotel-show-page .load-reviews-btn {
    display: flex;
    justify-content: flex-end;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-reviews__btn,
body.avia-nova-theme .nova-hotel-show-page .service-reviews-load-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 22px !important;
    border: 1px solid rgba(32, 149, 174, 0.35) !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: var(--nova-hotel-primary) !important;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-transform: uppercase;
    box-shadow: none !important;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-reviews__btn:hover,
body.avia-nova-theme .nova-hotel-show-page .service-reviews-load-more-btn:hover:not(:disabled) {
    background: var(--nova-hotel-primary) !important;
    color: #fff !important;
}

body.avia-nova-theme .nova-hotel-show-page .reviews-container {
    padding-top: 2px;
}

body.avia-nova-theme .nova-hotel-show-page .reviews-container.is-hidden-ui {
    display: none !important;
}

body.avia-nova-theme .nova-hotel-show-page #reviewsList {
    display: grid;
    gap: 16px;
}

body.avia-nova-theme .nova-hotel-show-page .service-review-card {
    margin: 0 !important;
    padding: 22px 24px !important;
    border: 1px solid var(--nova-hotel-line) !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: 0 12px 28px rgba(15, 36, 84, 0.06);
}

body.avia-nova-theme .nova-hotel-show-page .service-review-card__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 18px;
    margin-bottom: 16px;
}

body.avia-nova-theme .nova-hotel-show-page .service-review-card__author {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

body.avia-nova-theme .nova-hotel-show-page .service-review-card .user-initial-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(32, 149, 174, 0.12);
    color: var(--nova-hotel-primary);
    font-size: 22px;
    font-weight: 900;
}

body.avia-nova-theme .nova-hotel-show-page .service-review-card__name {
    margin: 0 0 8px;
    color: var(--nova-hotel-navy);
    font-family: var(--nova-font-heading);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.15;
}

body.avia-nova-theme .nova-hotel-show-page .service-review-card__stars {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 3px;
    color: #E4A853;
}

body.avia-nova-theme .nova-hotel-show-page .service-review-card__stars i {
    color: #E4A853;
    font-size: 17px;
}

body.avia-nova-theme .nova-hotel-show-page .service-review-card__stars .ri-star-s-line {
    color: #CBD1DC;
}

body.avia-nova-theme .nova-hotel-show-page .service-review-card__rating-label {
    margin-left: 8px;
    color: var(--nova-hotel-text);
    font-size: 13px;
    font-weight: 700;
}

body.avia-nova-theme .nova-hotel-show-page .service-review-card__date {
    color: var(--nova-hotel-text);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

body.avia-nova-theme .nova-hotel-show-page .service-review-card__comment {
    margin: 0;
    color: var(--nova-hotel-text);
    font-size: 16px;
    line-height: 1.7;
    white-space: pre-wrap;
}

body.avia-nova-theme .nova-hotel-show-page .service-review-card__photos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

body.avia-nova-theme .nova-hotel-show-page .service-review-card__photos-link {
    display: block;
    width: 82px;
    height: 82px;
    overflow: hidden;
    border: 1px solid var(--nova-hotel-line);
    border-radius: 0;
    background: #F8FAFC;
}

body.avia-nova-theme .nova-hotel-show-page .service-review-card__photos-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.avia-nova-theme .nova-hotel-show-page .service-review-card__response {
    margin-top: 16px;
    padding: 16px 18px;
    border: 1px solid var(--nova-hotel-line);
    border-left: 3px solid var(--nova-hotel-primary);
    border-radius: 0;
    background: #F8FAFC;
}

body.avia-nova-theme .nova-hotel-show-page .service-review-card__response__label {
    margin: 0 0 8px;
    color: var(--nova-hotel-navy);
    font-weight: 800;
}

body.avia-nova-theme .nova-hotel-show-page .service-review-card__response__text {
    margin: 0;
    color: var(--nova-hotel-text);
    line-height: 1.65;
}

body.avia-nova-theme .nova-hotel-show-page .service-reviews-load-more-wrap {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-review-form {
    margin-top: 26px !important;
    padding: 22px !important;
    border: 1px solid var(--nova-hotel-line) !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-review-form .contact-heading {
    margin: 0 0 22px;
    color: var(--nova-hotel-navy);
    font-size: 22px;
    font-weight: 700;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-review-form .form-label {
    color: var(--nova-hotel-navy);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-review-form .custom-form,
body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-review-form .custom-form-textarea {
    width: 100%;
    min-height: 52px;
    border: 1px solid var(--nova-hotel-line) !important;
    border-radius: 0 !important;
    background: #F8FAFC !important;
    color: var(--nova-hotel-text);
    box-shadow: none !important;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-review-form .custom-form-textarea {
    min-height: 132px;
    resize: vertical;
}

body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-review-form .custom-form:focus,
body.avia-nova-theme .nova-hotel-show-page .th-hotel-show-review-form .custom-form-textarea:focus {
    border-color: var(--nova-hotel-primary) !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(32, 149, 174, 0.12) !important;
    outline: none;
}

body.avia-nova-theme .nova-hotel-show-page .rating-input {
    display: flex;
    flex-wrap: wrap;
    gap: 8px !important;
}

body.avia-nova-theme .nova-hotel-show-page .star-rating {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0;
    border: 1px solid var(--nova-hotel-line);
    background: #F8FAFC;
    cursor: pointer;
}

body.avia-nova-theme .nova-hotel-show-page .star-rating input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

body.avia-nova-theme .nova-hotel-show-page .star-rating i {
    color: #CBD1DC;
    font-size: 25px;
}

body.avia-nova-theme .nova-hotel-show-page .star-rating:hover,
body.avia-nova-theme .nova-hotel-show-page .star-rating:has(input:checked) {
    border-color: rgba(228, 168, 83, 0.45);
    background: rgba(228, 168, 83, 0.1);
}

body.avia-nova-theme .nova-hotel-show-page .star-rating:hover i,
body.avia-nova-theme .nova-hotel-show-page .star-rating:has(input:checked) i {
    color: #E4A853;
}

body.avia-nova-theme .nova-hotel-show-page .rating-text {
    color: var(--nova-hotel-text);
    font-size: 13px;
    font-weight: 700;
}

/* Leaflet panes use z-index 400+ — contain map and keep sticky header on top */
body.th-theme .th-header.header-layout1 .sticky-wrapper.sticky {
    z-index: 1000;
}

.th-hotel-show-page #property-map-section {
    position: relative;
    z-index: 1;
    isolation: isolate;
}

.th-hotel-show-page #propertyMap {
    position: relative;
    z-index: 1;
    isolation: isolate;
    overflow: hidden;
    height: 400px;
    width: 100%;
    border-radius: 12px !important;
    border: 1px solid rgba(17, 61, 72, 0.08) !important;
    background: #e8f4f8;
}

.th-hotel-show-page #propertyMap .leaflet-container {
    height: 100% !important;
    width: 100% !important;
    font-family: inherit;
}

.th-hotel-show-page .mobile-book-now {
    border-radius: 14px 14px 0 0;
    box-shadow: 0 -8px 32px rgba(17, 61, 72, 0.15);
}

.th-hotel-show-page .view-rooms-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid var(--theme-color, #1ca8cb);
    background: transparent;
    color: var(--theme-color, #1ca8cb);
    font-size: 14px;
    font-weight: 600;
}

.th-hotel-show-page #toggle-property-description,
.th-hotel-show-page #toggleAmenities,
.th-hotel-show-page #toggleHouseRules {
    color: var(--theme-color) !important;
    font-weight: 600;
}

/* ==========================================================================
   Mobile & tablet (≤991px)
   ========================================================================== */
@media (max-width: 991.98px) {
    .th-hotel-show-page {
        overflow-x: hidden;
        padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
    }

    .th-hotel-show-page .container.th-container {
        max-width: 100% !important;
        padding-left: 16px;
        padding-right: 16px;
    }

    .th-hotel-show-main.space-top {
        padding-top: 16px;
        padding-bottom: 32px;
    }

    .th-hotel-show-breadcrumb {
        margin-bottom: 14px;
    }

    .th-hotel-show-breadcrumb__list {
        font-size: 13px;
    }

    .th-hotel-show-content {
        margin-top: 0 !important;
    }

    .th-hotel-show-content > .row {
        --bs-gutter-y: 20px;
    }

    /* Gallery */
    .th-hotel-show-gallery {
        margin-bottom: 16px;
    }

    .th-hotel-show-gallery__item {
        height: 360px;
        border-radius: 0;
    }

    .th-hotel-show-gallery__arrow {
        width: 36px;
        height: 36px;
    }

    .th-hotel-show-gallery__slider .slick-prev {
        left: 8px;
    }

    .th-hotel-show-gallery__slider .slick-next {
        right: 8px;
    }

    /* Header */
    .th-hotel-show-header {
        padding: 16px;
        margin-bottom: 16px;
        gap: 12px;
    }

    .th-hotel-show-header__title {
        font-size: 1.35rem;
    }

    .th-hotel-show-header__meta {
        gap: 6px 14px;
    }

    .th-hotel-show-header__price {
        width: 100%;
        text-align: left;
        padding-top: 12px;
        margin-top: 4px;
        border-top: 1px solid rgba(17, 61, 72, 0.08);
    }

    /* Booking card — full width, below header */
    .th-hotel-show-booking-col {
        margin-bottom: 4px;
    }

    .th-hotel-show-booking.date-travel-card {
        position: static !important;
        top: auto !important;
        margin-bottom: 0;
        padding: 18px !important;
    }

    .th-hotel-show-booking__amount {
        font-size: 1.45rem;
    }

    /* Content panels */
    .th-hotel-show-page .tour-details-content {
        padding: 16px;
        margin-bottom: 16px;
        border-radius: 14px;
    }

    .th-hotel-show-page .tour-details-content > .title {
        font-size: 1.05rem;
        margin-bottom: 12px;
    }

    /* Room / entire-property cards — stack, left-align booking */
    .th-hotel-show-page #rooms-section .hotel-show-room-card > .row.g-0 {
        height: auto;
        min-height: 0;
        max-height: none;
    }

    .th-hotel-show-page #rooms-section .hotel-room-card__media {
        width: 100%;
    }

    .th-hotel-show-page #rooms-section .hotel-room-card__image-wrap,
    .th-hotel-show-page #rooms-section .hotel-room-card__image {
        min-height: 200px;
        height: 200px;
        width: 100%;
    }

    .th-hotel-show-page #rooms-section .hotel-room-card__body .p-4 {
        padding: 16px !important;
    }

    .th-hotel-show-page #rooms-section .hotel-room-card__body-inner {
        flex-direction: column;
    }

    .th-hotel-show-page #rooms-section .hotel-room-card__booking,
    .th-hotel-show-page #rooms-section .entire-property-card .hotel-room-card__booking {
        text-align: left !important;
        height: auto;
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid rgba(17, 61, 72, 0.08);
    }

    .th-hotel-show-page #rooms-section .hotel-room-card__booking .mb-3 {
        margin-bottom: 0.5rem !important;
    }

    .th-hotel-show-page .th-hotel-book-btn.book-room-btn {
        width: 100%;
        padding: 13px 18px;
        font-size: 15px;
    }

    /* Map */
    .th-hotel-show-page #propertyMap {
        height: 260px;
    }

    .th-hotel-show-page #property-map-section .btn {
        flex: 1 1 100%;
        justify-content: center;
    }

    .th-hotel-show-page #property-map-section .d-flex.gap-2 {
        width: 100%;
    }

    /* Amenities / info cards */
    .th-hotel-show-page .th-hotel-show-section-head {
        gap: 12px;
        margin-bottom: 16px;
    }

    .th-hotel-show-page .th-hotel-show-section-head .title,
    .th-hotel-show-page .th-hotel-show-info-card > .title,
    .th-hotel-show-page .th-hotel-show-amenities .title {
        font-size: 22px;
    }

    .th-hotel-show-page .th-hotel-show-amenities-grid .amenity-item {
        width: 50%;
    }

    .th-hotel-show-page .th-hotel-show-amenity,
    .th-hotel-show-page .th-hotel-show-info-item {
        min-height: 48px;
        gap: 10px;
        font-size: 14px;
    }

    .th-hotel-show-page .th-hotel-show-amenity i,
    .th-hotel-show-page .th-hotel-show-info-item i {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
        font-size: 16px !important;
    }

    .th-hotel-show-page .th-hotel-show-policy-box,
    .th-hotel-show-page .th-hotel-show-cancellation .policy-card,
    .th-hotel-show-page .th-hotel-show-cancellation .policy-note {
        padding: 16px;
    }

    .th-hotel-show-page .th-hotel-show-prose,
    .th-hotel-show-page .th-hotel-show-prose p {
        font-size: 15px;
        line-height: 1.75;
    }

    .th-hotel-show-page .th-hotel-show-rules-grid .house-rule-item,
    .th-hotel-show-page .th-hotel-show-check-times .col-6 {
        width: 100%;
    }

    /* Reviews */
    .th-hotel-show-page .comment-section {
        padding: 16px;
    }

    .th-hotel-show-page .reviews-summary {
        grid-template-columns: 1fr;
        padding: 16px !important;
        gap: 16px;
    }

    .th-hotel-show-page .reviews-summary:has(.no-reviews-mobile) {
        text-align: center;
    }

    .th-hotel-show-page .reviews-info > .d-flex {
        align-items: flex-start !important;
        flex-direction: column;
        gap: 16px !important;
    }

    .th-hotel-show-page .reviews-info > .d-flex:has(.no-reviews-mobile) {
        align-items: center !important;
        width: 100%;
    }

    .th-hotel-show-page .no-reviews-mobile {
        width: 100%;
        min-width: 0;
        justify-items: center;
        text-align: center;
    }

    .th-hotel-show-page .no-reviews-mobile .stars {
        justify-content: center;
    }

    .th-hotel-show-page .load-reviews-btn,
    .th-hotel-show-page .th-hotel-show-reviews__btn {
        width: 100%;
    }

    .th-hotel-show-page .load-reviews-btn {
        justify-content: center;
    }

    .th-hotel-show-page .service-review-card {
        padding: 20px !important;
    }

    .th-hotel-show-page .service-review-card__head {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .th-hotel-show-page .service-review-card__date {
        justify-self: start;
    }

    .th-hotel-show-page .service-review-card__name {
        font-size: 21px;
    }

    .th-hotel-show-page .th-hotel-show-review-form {
        padding: 18px !important;
    }

    .th-hotel-show-page .rating-input {
        align-items: flex-start !important;
    }

    .th-hotel-show-page .rating-text {
        flex-basis: 100%;
        margin-left: 0 !important;
    }

    /* Sticky mobile book bar — modern theme (overrides core coral gradient) */
    .th-hotel-show-page .mobile-book-now {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        margin: 0;
        padding: 14px 16px calc(14px + env(safe-area-inset-bottom, 0px));
        border: none;
        border-radius: 16px 16px 0 0;
        background: var(--title-color, #113d48);
        color: var(--white-color, #fff);
        box-shadow: 0 -8px 32px rgba(17, 61, 72, 0.2);
        font-size: 15px;
        font-weight: 600;
        text-transform: none;
        letter-spacing: 0;
        backdrop-filter: none;
    }

    .th-hotel-show-page .mobile-book-now:hover,
    .th-hotel-show-page .mobile-book-now:active {
        background: var(--title-color, #113d48);
        color: var(--white-color, #fff);
        transform: none;
    }

    .th-hotel-show-page .mobile-book-now.is-hidden-ui {
        opacity: 0 !important;
        pointer-events: none !important;
        transform: translateY(120%) !important;
    }

    .th-hotel-show-page .mobile-book-now .price-info {
        font-size: 12px;
        opacity: 0.85;
        margin: 0;
        text-align: left;
    }

    .th-hotel-show-page .mobile-book-now .price-info span {
        display: block;
        font-size: 17px;
        font-weight: 800;
        margin: 2px 0 0;
        color: var(--white-color, #fff);
    }

    .th-hotel-show-page .mobile-book-now .book-text {
        flex-shrink: 0;
        padding: 10px 16px;
        border-radius: 10px;
        background: var(--theme-color, #1ca8cb);
        font-size: 14px;
        font-weight: 700;
    }

}

@media (min-width: 992px) {
    .th-hotel-show-page .mobile-book-now {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    .th-hotel-show-page .container.th-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .th-hotel-show-header {
        padding: 14px;
    }

    .th-hotel-show-page .tour-details-content {
        padding: 14px;
    }

    .th-hotel-show-gallery__slider {
        margin: 0;
    }

    .th-hotel-show-gallery__slide {
        padding: 0;
    }

    .th-hotel-show-gallery__item {
        height: 300px;
    }

    .th-hotel-show-page .th-hotel-show-section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .th-hotel-show-page .th-hotel-show-amenities-grid {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px;
    }

    .th-hotel-show-page .th-hotel-show-amenity {
        align-items: flex-start;
        min-height: 74px;
        padding: 12px 10px;
        border: 1px solid var(--nova-hotel-line);
        background: #F8FAFC;
    }

    .th-hotel-show-page .th-hotel-show-amenity i {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
    }

    .th-hotel-show-page .th-hotel-show-amenity .pera {
        font-size: 14px;
        line-height: 1.25;
        word-break: break-word;
    }

    .th-hotel-show-page .th-hotel-show-policy-box,
    .th-hotel-show-page .th-hotel-show-cancellation .policy-card,
    .th-hotel-show-page .th-hotel-show-cancellation .policy-note {
        padding: 14px;
    }

    .th-hotel-show-page .comment-section {
        padding: 14px;
    }

    .th-hotel-show-page .th-hotel-show-reviews__header .title {
        font-size: 34px;
        line-height: 1.05;
        text-transform: lowercase;
    }

    .th-hotel-show-page .reviews-summary {
        padding: 18px 14px !important;
        gap: 14px;
    }

    .th-hotel-show-page .rating-number {
        font-size: 54px;
    }

    .th-hotel-show-page .th-hotel-show-reviews__btn {
        min-height: 48px;
        padding: 0 14px !important;
        font-size: 12px;
        white-space: normal;
    }

    .th-hotel-show-page #rooms-section .hotel-room-card__image-wrap,
    .th-hotel-show-page #rooms-section .hotel-room-card__image {
        min-height: 180px;
        height: 180px;
    }

    .th-hotel-show-page #propertyMap {
        height: 220px;
    }

    body > .daterangepicker.hotel-show-daterangepicker {
        width: min(300px, calc(100vw - 20px)) !important;
    }

    body > .daterangepicker.hotel-show-daterangepicker .calendar-table th,
    body > .daterangepicker.hotel-show-daterangepicker .calendar-table td {
        min-width: 32px !important;
        width: 32px !important;
        height: 32px !important;
        line-height: 32px !important;
    }
}
