:root {
    --theme-color: #ff5500;
    --theme-light: #fff2eb;
    --sf-brand: #632240;
    --sf-brand-dk: #e85e18;
    --sf-accent: #632240;
    --sf-accent-l: #eff4ff;
    --sf-text: #1a1f36;
    --sf-muted: #6b7280;
    --sf-border: #e5e7eb;
    --sf-bg: #ffffff;
    --sf-radius: 12px;
    --sf-shadow: 0 4px 24px rgba(0, 0, 0, .10);
    --sf-font: inherit;
}

.text-theme {
    color: var(--theme-color) !important;
}

.inv-filter-cat input,
.inv-filter-cat select {
    border-radius: 5px;
}

.inv-filter-cat .btn {
    padding: 10px 50px 10px 50px;
    font-weight: 500;
    color: #fff;
    background: #ff6e00;
    border-color: #ff6e00;
    transition: all 0.3s;
}

.inv-filter-cat .btn:focus,
.inv-filter-cat .btn:active {
    outline: none !important;
    box-shadow: none;
}

.inv-filter-cat .btn:hover {
    color: #ff6e00;
    background: #fff;
    border-color: #ff6e00 !important;
}

.header-wrapper .header-inner {
    padding: 0px 0 10px !important;
}

.cityDescription,
.cat-faqs,
.cat-tabular-info {
    width: 100%;
    float: left;
    height: auto;
    margin: 15px 0 0px 0;
    background-color: #f3f3f3;
}

.cat-faqs,
.cat-tabular-info {
    margin: 0;
    padding-top: 15px;
}

.categoryListingMainBox {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0px 0;
}

#inv-search-filter-frm {
    text-align: center;
    margin-top: 10px;
    background: #f3f4f6;
    padding: 10px;
    border-radius: 10px;
}

#search_mini_form {
    display: none !important;
}

.no-inv-pr-message {
    margin: 50px 0px 30px 0px;
}

.no-inv-pr-message p {
    text-align: center;
    color: #ff6e00;
    background: #fff4ed;
    font-weight: 500;
}

.border-secondary-subtle {
    border-color: #efefef !important;
}

.cancellation-badge {
    background: linear-gradient(135deg, #198754, #157347);
    animation: pulse 2s infinite;
    color: white;
    font-size: 0.8rem;
    font-weight: 500;
}

.titleMainBox {
    height: auto !important;
}

.booking-search-wrap .search-capsule {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
    border-color: #e5e7eb !important;
    transition: box-shadow 0.2s;
}

.booking-search-wrap .search-capsule:hover {
    box-shadow: 0 6px 32px rgba(0, 0, 0, 0.14);
}

.booking-search-wrap .vertical-divider {
    width: 1px;
    height: 40px;
    background: #e5e7eb;
    flex-shrink: 0;
    margin: 0 2px;
}

.booking-search-wrap .btn-search {
    transition: background 0.2s, transform 0.15s;
    min-height: 44px;
}

.booking-search-wrap .btn-search:hover {
    background: #e85e18 !important;
    transform: scale(1.02);
}

.booking-search-wrap .btn-search:active {
    transform: scale(0.98);
}

@keyframes nbFadeIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* -- Desktop inline chips -- */
.date-chips {
    display: flex !important;
    align-items: center;
    gap: 5px;
    flex-wrap: nowrap;
}

.date-chip {
    background: #fff4ed;
    color: #c75012;
    border: 1.5px solid #ffd4b8;
    border-radius: 50px;
    padding: 3px 11px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.5;
    transition: all 0.18s ease;
    flex-shrink: 0;
}

.date-chip:hover {
    background: #FF7733;
    color: #fff;
    border-color: #FF7733;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(255, 119, 51, 0.30);
}

.date-chip:active {
    transform: translateY(0);
}

.date-chip.active {
    background: #632240;
    color: #fff;
    border-color: #632240;
    box-shadow: 0 2px 8px rgba(99, 34, 64, 0.25);
}

/* -- Mobile chips -- */
.date-chips-mobile-row {
    padding: 0 4px;
}

.date-chip-mobile {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    background: rgba(255, 255, 255, 0.92);
    color: #632240;
    border: 1.5px solid #ffd4b8;
    border-radius: 14px;
    padding: 10px 8px 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    max-width: 110px;
}

.date-chip-mobile:hover,
.date-chip-mobile.active {
    background: #632240;
    color: #fff;
    border-color: #632240;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(99, 34, 64, 0.28);
}

.date-chip-mobile:active {
    transform: translateY(0);
}

.dcm-icon {
    font-size: 16px;
    line-height: 1;
}

.dcm-label {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.dcm-sub {
    font-size: 9px;
    font-weight: 500;
    opacity: 0.75;
    line-height: 1.2;
    text-align: center;
}

.date-chip-mobile.active .dcm-sub {
    opacity: 0.85;
}

/* -- Mobile FAB -- */
#sf-fab {
    display: none;
    justify-content: center;
    /* width: 80%; */
    align-items: center;
    gap: 8px;
    background: var(--sf-accent);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15),
        0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    margin-bottom: 14px;
    position: relative;
    box-sizing: border-box;
}

#sf-fab:active {
    transform: scale(.97);
}

#sf-fab-badge {
    background: #ff9900;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    border-radius: 50px;
    padding: 1px 6px;
    min-width: 18px;
    text-align: center;
    display: none;
}

#sf-fab-badge.sf-show {
    display: inline-block;
}

@media (max-width: 767.98px) {
    #sf-fab {
        display: flex;
    }

    .booking-search-wrap .search-capsule {
        padding: 6px 6px 6px 14px !important;
        border-radius: 16px !important;
    }

    .booking-search-wrap .btn-search {
        border-radius: 12px !important;
        padding: 10px 14px !important;
        min-width: 48px;
        min-height: 44px;
    }
}

/* -- Overlay -- */
#sf-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(10, 15, 40, .50);
    z-index: 1040;
    opacity: 0;
    transition: opacity .3s;
}

#sf-overlay.sf-open {
    display: block;
    opacity: 1;
}

/* -- Filter Panel -- */
#sf-panel {
    background: var(--sf-bg);
    border: 1px solid var(--sf-border);
    border-radius: var(--sf-radius);
    padding: 0 16px 18px;
    font-size: 14px;
    color: var(--sf-text);
    /* Sticky sidebar on desktop */
    position: sticky;
    top: 20px;
}

@media (max-width: 767.98px) {
    #sf-panel {
        position: fixed;
        inset: auto 0 0 0;
        z-index: 1050;
        border-radius: 20px 20px 0 0;
        border: none;
        box-shadow: 0 -8px 40px rgba(0, 0, 0, .16);
        max-height: 88dvh;
        overflow-y: auto;
        padding: 0 16px 0;
        transform: translateY(100%);
        transition: transform .35s cubic-bezier(.32, .72, 0, 1);
        overscroll-behavior: contain;
    }

    #sf-panel.sf-open {
        transform: translateY(0);
    }
}

/* Drag handle */
.sf-handle {
    display: none;
    justify-content: center;
    padding: 12px 0 4px;
    cursor: grab;
    margin: 0 -16px;
}

.sf-handle span {
    width: 40px;
    height: 4px;
    border-radius: 4px;
    background: #d1d5db;
    display: block;
}

@media (max-width: 767.98px) {
    .sf-handle {
        display: flex;
    }
}

/* Panel header */
.sf-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0 12px;
    border-bottom: 1px solid var(--sf-border);
    position: sticky;
    top: 0;
    background: var(--sf-bg);
    z-index: 5;
}

.sf-header__title {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -.2px;
}

.sf-header__right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sf-clear-btn {
    font-size: 12px;
    font-weight: 600;
    color: var(--sf-accent);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s;
}

.sf-clear-btn.sf-visible {
    opacity: 1;
    pointer-events: auto;
}

.sf-close-btn {
    background: #f3f4f6;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--sf-muted);
    transition: background .12s;
}

.sf-close-btn:hover {
    background: #e5e7eb;
}

@media (max-width: 767.98px) {
    .sf-close-btn {
        display: flex;
    }
}

/* -- Section toggles -- */
.sf-section {
    margin-top: 2px;
}

.sf-section__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    border-top: 1px solid var(--sf-border);
    padding: 13px 0 11px;
    text-align: left;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    color: var(--sf-text);
    transition: color .12s;
}

.sf-section__toggle:hover {
    color: var(--sf-accent);
}

.sf-section__left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sf-cat-badge {
    background: var(--sf-accent);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    border-radius: 50px;
    padding: 1px 7px;
    display: none;
}

.sf-cat-badge.sf-show {
    display: inline-block;
}

.sf-chevron {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: var(--sf-accent-l);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform .25s ease;
}

.sf-chevron svg {
    width: 10px;
    height: 10px;
}

.sf-section__toggle.sf-collapsed .sf-chevron {
    transform: rotate(-90deg);
}

.sf-body {
    overflow: hidden;
    transition: max-height .28s ease, opacity .28s;
}

.sf-body.sf-collapsed {
    max-height: 0 !important;
    opacity: 0;
    pointer-events: none;
}

/* -- Price slider -- */
.sf-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.sf-price-pill {
    background: var(--sf-accent-l);
    color: var(--sf-accent);
    font-size: 12px;
    font-weight: 700;
    border-radius: 8px;
    padding: 4px 10px;
}

.sf-price-sep {
    color: var(--sf-muted);
    font-size: 12px;
}

.sf-range-wrap {
    position: relative;
    height: 36px;
    margin: 0 4px;
}

.sf-range-track {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    height: 4px;
    background: #e5e7eb;
    border-radius: 4px;
    pointer-events: none;
}

.sf-range-fill {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    background: var(--sf-accent);
    border-radius: 4px;
    pointer-events: none;
}

.sf-range-wrap input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 4px;
    background: transparent;
    pointer-events: none;
    margin: 0;
    padding: 0;
}

.sf-range-wrap input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 2.5px solid var(--sf-accent);
    box-shadow: 0 2px 8px rgba(15, 90, 240, .22);
    pointer-events: auto;
    cursor: pointer;
    transition: transform .12s;
}

.sf-range-wrap input[type=range]::-webkit-slider-thumb:active {
    transform: scale(1.2);
}

.sf-range-wrap input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 2.5px solid var(--sf-accent);
    box-shadow: 0 2px 8px rgba(15, 90, 240, .22);
    pointer-events: auto;
    cursor: pointer;
}

/* -- Checkboxes -- */
.sf-checks {
    display: flex;
    flex-direction: column;
    gap: 1px;
    padding-bottom: 6px;
}

.sf-check {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 8px;
    border-radius: 8px;
    cursor: pointer;
    transition: background .1s;
    font-size: 13px;
    user-select: none;
}

.sf-check:hover {
    background: var(--sf-accent-l);
}

.sf-check input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #d1d5db;
    border-radius: 4px;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
    transition: border-color .12s, background .12s;
    background: #fff;
}

.sf-check input[type=checkbox]:checked {
    background: var(--sf-accent);
    border-color: var(--sf-accent);
}

.sf-check input[type=checkbox]:checked::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 0;
    width: 5px;
    height: 8px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}

/* -- Mobile footer -- */
.sf-footer {
    /* display: none; */
    display: flex;
    padding: 12px 0 18px;
    border-top: 1px solid var(--sf-border);
    gap: 10px;
    position: sticky;
    bottom: 0;
    background: var(--sf-bg);
    z-index: 5;
}

@media (max-width: 767.98px) {
    .sf-footer {
        display: flex;
    }
}

.sf-footer__reset {
    background: #f3f4f6;
    color: var(--sf-text);
    border: none;
    border-radius: 10px;
    padding: 11px 16px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.sf-footer__apply {
    flex: 1;
    background: var(--sf-brand);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 11px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    /* box-shadow: 0 4px 12px rgba(255, 119, 51, .30); */
    transition: background .12s;
}

.sf-footer__apply:hover {
    background: var(--sf-brand-dk);
}

/* -- Skeleton -- */
.sf-skeleton {
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 8px 0 10px;
}

.sf-skel {
    background: linear-gradient(90deg, #f3f4f6 25%, #e9eaec 50%, #f3f4f6 75%);
    background-size: 200% 100%;
    animation: sf-shimmer 1.4s infinite;
    border-radius: 6px;
    height: 13px;
}

.sf-skel--s {
    width: 45%;
}

.sf-skel--m {
    width: 70%;
}

.sf-skel--f {
    width: 100%;
    height: 28px;
}

@keyframes sf-shimmer {
    to {
        background-position: -200% 0;
    }
}

@media (max-width: 360px) {
    .titleMainBox .container .titleNameBox ul {
        display: inline-block;
    }

    .titleMainBox .container .titleNameBox ul li:not(:first-child) {
        display: none;
    }
}

@media (max-width: 380px) {
    .date-chip-mobile {
        padding: 8px 5px;
    }

    .dcm-label {
        font-size: 11px;
    }

    .dcm-sub {
        display: none;
    }
}

@media (max-width: 600px) {
    .titleMainBox .container .titleNameBox ul {
        display: inline-block;
    }

    .titleMainBox .container .titleNameBox ul li:not(:first-child) {
        display: none !important;
    }

    .titleMainBox .container .titleNameBox ul li {
        padding: 0 0 0 0px;
    }
}

/* -- Layout fix: sidebar always left, listings always right -- */
@media (min-width: 768px) {
    .categoryListingMainBox .row {
        display: flex;
        align-items: flex-start;
    }

    .categoryListingMainBox .col-md-3 {
        /* sidebar column keeps content sticky-scrollable */
        position: relative;
    }

    .header-wrapper .header-inner {
        margin-top: -40px;
    }

    .innerPageBannerBox {
        width: 100%;
        float: left;
        height: auto;
        position: relative;
        margin: 88px 0 0 0;
    }

    .product_list label {
        font-family: sfprodisplaysemibold;
        color: #191970;
        margin-right: 5px;
    }
}