.property-showcase {
    padding: 22px 0 10px;
    background:
        radial-gradient(circle at 12% 8%, rgba(116, 91, 210, 0.13), transparent 34%),
        radial-gradient(circle at 86% 18%, rgba(68, 199, 162, 0.10), transparent 30%),
        linear-gradient(180deg, #f7f6fd 0%, #ffffff 88%);
}

.property-showcase-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.8fr);
    gap: 16px;
    padding: 16px;
    border: 1px solid rgba(74, 59, 140, 0.13);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 48px rgba(31, 31, 41, 0.09);
}

.property-gallery-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(250px, 1fr);
    gap: 10px;
    min-height: 320px;
}

.property-gallery-main,
.property-gallery-side {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f3f1fa;
}

.property-gallery-main img,
.property-gallery-side img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.property-gallery-main:hover img,
.property-gallery-side:hover img {
    transform: scale(1.03);
}

.property-gallery-side-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.property-gallery-action {
    position: absolute;
    inset-inline-start: 14px;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    border-radius: 8px;
    background-color: rgba(20, 17, 29, 0.78);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.property-hero-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 18px;
}

.property-hero-info h1 {
    margin-bottom: 8px;
    color: #25233d;
    font-size: 30px;
    line-height: 1.25;
}

.property-hero-location,
.property-hero-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6a647c;
    font-size: 14px;
}

.property-hero-rating {
    margin-top: 18px;
}

.property-hero-rating .score {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 32px;
    border-radius: 7px;
    background-color: #f6a600;
    color: #fff;
    font-weight: 800;
}

.property-hero-amenities {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.property-hero-amenity {
    min-width: 0;
    text-align: center;
    color: #4A3B8C;
    font-size: 12px;
    font-weight: 700;
}

.property-hero-amenity i {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
}

.property-tabs-wrap {
    position: sticky;
    top: 0;
    z-index: 40;
    border-top: 1px solid rgba(74, 59, 140, 0.1);
    border-bottom: 1px solid rgba(74, 59, 140, 0.1);
    background-color: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
}

.property-tabs-wrap .single-content-nav ul {
    justify-content: center;
}

.property-tabs-wrap .single-content-nav a {
    font-weight: 800;
}

.property-tabs-wrap .single-content-nav a.active,
.property-tabs-wrap .single-content-nav a:hover {
    color: #4A3B8C;
}

.property-sidebar-sticky {
    position: sticky;
    top: 110px;
    z-index: 10;
    margin-top: 60px;
}

.property-sidebar-sticky .sidebar-widget {
    border: 1px solid rgba(74, 59, 140, 0.12);
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(31, 31, 41, 0.08);
}

.side-selection-summary {
    display: block;
}

.side-selection-list {
    display: grid;
    gap: 10px;
    margin-bottom: 16px;
}

.side-selection-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(74, 59, 140, 0.1);
}

.side-selection-row span {
    color: #6d7280;
    font-size: 12px;
    font-weight: 700;
}

.side-selection-row strong {
    max-width: 58%;
    color: #25233d;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    text-align: end;
}

.side-selection-book {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #4A3B8C, #6a4bc4);
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(74, 59, 140, 0.24);
}

.side-selection-book.is-disabled {
    pointer-events: none;
    opacity: 0.55;
}

.side-selection-book.is-loading {
    cursor: wait;
    pointer-events: none;
    opacity: 0.92;
}

.booking-summary-action,
.side-selection-book {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.booking-button-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.16s ease, transform 0.16s ease;
}

.booking-button-loader {
    position: absolute;
    inset: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.9);
    transition: opacity 0.16s ease, transform 0.16s ease;
}

.booking-button-loader .spinner-border {
    width: 18px;
    height: 18px;
    border-width: 2px;
}

.booking-summary-action.is-loading .booking-button-content,
.side-selection-book.is-loading .booking-button-content {
    opacity: 0;
    transform: translateY(4px);
}

.booking-summary-action.is-loading .booking-button-loader,
.side-selection-book.is-loading .booking-button-loader {
    opacity: 1;
    transform: scale(1);
}

.availability-search-panel {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid rgba(74, 59, 140, 0.11);
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 12px 34px rgba(31, 31, 41, 0.06);
}

.availability-search-panel .row {
    row-gap: 14px;
}

.availability-search-panel .btn-box {
    margin-top: 4px;
}

.availability-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    margin: 8px 0 18px;
}

.availability-heading-row p {
    color: #6c7381;
    font-size: 13px;
}

.available-rooms-list {
    display: grid;
    gap: 18px;
}

.available-room-card {
    position: relative;
    display: grid !important;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    padding: 18px;
    border: 1px solid rgba(128, 137, 150, 0.18);
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 8px 24px rgba(74, 59, 140, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.available-room-card:hover,
.available-room-card.is-selected {
    border-color: rgba(74, 59, 140, 0.42);
    box-shadow: 0 16px 42px rgba(74, 59, 140, 0.13);
    transform: translateY(-1px);
}

.available-room-card.is-disabled {
    opacity: 0.55;
}

.available-room-card::before {
    content: "\f00c";
    position: absolute;
    top: 16px;
    inset-inline-start: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background-color: #44c7a2;
    color: #fff;
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 13px;
}

.available-room-card .cabin-type-img {
    width: 100%;
    margin-right: 0;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f5f5f8;
}

.room-gallery-trigger {
    position: relative;
    display: block;
    height: 100%;
    min-height: 150px;
    color: #fff;
}

.room-gallery-trigger img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.room-gallery-trigger:hover img {
    transform: scale(1.04);
}

.room-gallery-trigger .photo-count {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 9px;
    border-radius: 999px;
    background-color: rgba(20, 17, 29, 0.78);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.available-room-card .cabin-type-detail {
    min-width: 0;
}

.available-room-card .cabin-type-detail .row {
    margin-right: -7px;
    margin-left: -7px;
    padding-top: 12px !important;
}

.available-room-card .cabin-type-detail .responsive-column {
    padding-right: 7px;
    padding-left: 7px;
}

.available-room-card .single-tour-feature {
    align-items: flex-start !important;
    margin-bottom: 8px !important;
}

.available-room-card .single-feature-icon,
.available-room-card .single-tour-feature:hover .icon-element {
    width: auto;
    height: auto;
    margin-top: 2px;
    background-color: transparent !important;
    box-shadow: none;
    color: #28a745 !important;
    line-height: 1;
}

.available-room-card .single-feature-icon i {
    color: #28a745 !important;
    font-size: 13px;
}

.available-room-card .single-feature-titles .title {
    color: #4d5562;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.room-extra-attributes {
    margin-top: 0;
}

.room-attributes-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 2px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #4A3B8C;
    font-size: 13px;
    font-weight: 800;
}

.room-attributes-toggle:hover {
    color: #2f256f;
}

.room-title {
    margin-bottom: 12px;
    font-size: 19px;
    line-height: 1.3;
}

.available-room-card .cabin-price {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 18px;
    align-items: center;
    width: auto;
    min-width: 0;
    margin-top: 2px;
    padding: 14px 16px;
    border: 1px solid rgba(74, 59, 140, 0.18);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(74, 59, 140, 0.07), rgba(68, 199, 162, 0.06));
    text-align: left;
}

.room-price-label {
    display: block;
    color: #4A3B8C;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.room-price-value {
    display: block;
    margin-top: 4px;
    color: #1f1f29;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.15;
}

.room-qty-box {
    margin-top: 0;
}

.room-qty-box .label-text {
    display: block;
    margin-bottom: 7px;
    color: #5d6471;
    font-size: 12px;
    font-weight: 700;
}

.room-qty-control {
    display: inline-grid;
    grid-template-columns: 38px 46px 38px;
    align-items: center;
    gap: 6px;
}

.room-qty-control button {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(74, 59, 140, 0.25);
    border-radius: 8px;
    background-color: #fff;
    color: #4A3B8C;
    font-size: 18px;
    font-weight: 800;
}

.room-qty-control button:hover {
    background-color: #4A3B8C;
    color: #fff;
}

.room-qty-control button:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.room-qty-control input {
    width: 46px;
    height: 38px;
    border: 1px solid rgba(74, 59, 140, 0.18);
    border-radius: 8px;
    text-align: center;
    color: #25233d;
    font-weight: 800;
}

.booking-summary-bar {
    position: fixed;
    right: 18px;
    bottom: 18px;
    left: 18px;
    z-index: 900;
    display: none;
    align-items: center;
    gap: 14px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 12px;
    border: 1px solid rgba(74, 59, 140, 0.14);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(247, 245, 255, 0.99));
    box-shadow: 0 20px 60px rgba(31, 31, 41, 0.18);
}

.booking-summary-bar.is-visible {
    display: flex;
}

.booking-summary-action,
.booking-summary-toggle {
    border-radius: 8px;
    font-weight: 800;
}

.booking-summary-action {
    position: relative;
    overflow: hidden;
    min-width: 188px;
    background: linear-gradient(135deg, #4A3B8C, #6a4bc4);
    border: 1px solid transparent;
    color: #fff !important;
    text-align: center;
    box-shadow: 0 10px 24px rgba(74, 59, 140, 0.24);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.booking-summary-action:hover,
.booking-summary-action:focus {
    background: linear-gradient(135deg, #3d2f7d, #5a3bb3) !important;
    border-color: transparent !important;
    color: #fff !important;
    box-shadow: 0 14px 30px rgba(74, 59, 140, 0.34);
    transform: translateY(-1px);
}

.booking-summary-action.is-disabled {
    pointer-events: none;
    opacity: 0.55;
}

.booking-summary-action.is-loading {
    cursor: wait;
    pointer-events: none;
    opacity: 0.92;
}

.booking-summary-toggle {
    min-width: 145px;
    border: 1px solid rgba(74, 59, 140, 0.28);
    background-color: #fff;
    color: #4A3B8C;
}

.booking-summary-main {
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: 0;
    flex: 1;
}

.booking-summary-metric {
    min-width: 100px;
}

.booking-summary-metric span,
.booking-summary-total span {
    display: block;
    color: #6d7280;
    font-size: 11px;
    font-weight: 700;
}

.booking-summary-metric strong {
    display: block;
    color: #25233d;
    font-size: 14px;
    line-height: 1.35;
}

.booking-summary-total {
    min-width: 150px;
    padding-inline-start: 18px;
    border-inline-start: 1px solid rgba(74, 59, 140, 0.12);
}

.booking-summary-total strong {
    color: #4A3B8C;
    font-size: 22px;
    font-weight: 900;
}

body.has-booking-summary {
    padding-bottom: 92px;
}

body.has-booking-summary #back-to-top {
    bottom: 112px;
}

.text_avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 50%;
    background: #4A3B8C;
    color: #fff;
    font-size: 24px;
}

.related-tour-area {
    margin-top: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f8f7fc 100%);
}

html[dir="rtl"] .available-room-card .cabin-price,
html[dir="rtl"] .room-qty-control input,
html[dir="rtl"] .booking-summary-bar {
    direction: rtl;
}

@media only screen and (min-width: 992px) {
    body.has-side-booking-card .booking-summary-bar.is-visible {
        display: none;
    }

    body.has-side-booking-card.has-booking-summary {
        padding-bottom: 0;
    }

    body.has-side-booking-card.has-booking-summary #back-to-top {
        bottom: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .property-sidebar-sticky {
        position: static;
        top: auto;
        margin-top: 24px;
    }

    .property-showcase-panel,
    .property-gallery-grid {
        grid-template-columns: 1fr;
    }

    .property-hero-info {
        padding: 6px 4px 0;
    }

    .property-hero-info h1 {
        font-size: 22px;
    }

    .available-room-card {
        grid-template-columns: 170px minmax(0, 1fr);
    }

    .available-room-card .cabin-price {
        grid-template-columns: minmax(0, 1fr) 220px;
    }

    .side-selection-summary {
        display: none !important;
    }

    [data-side-booking-card].is-selection-active {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .property-showcase {
        padding-top: 10px;
        background:
            radial-gradient(circle at 10% 0%, rgba(116, 91, 210, 0.16), transparent 36%),
            linear-gradient(180deg, #f6f3ff 0%, #ffffff 86%);
    }

    .property-showcase-panel {
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 10px 28px rgba(31, 31, 41, 0.08);
    }

    .property-gallery-grid {
        min-height: auto;
    }

    .property-gallery-main {
        height: 250px;
    }

    .property-gallery-side-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .property-gallery-side {
        height: 105px;
    }

    .property-gallery-side:nth-child(n+3) {
        display: none;
    }

    .property-hero-amenities {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
    }

    .property-hero-amenity {
        font-size: 11px;
    }

    .property-tabs-wrap {
        top: 0;
        overflow-x: auto;
    }

    .property-tabs-wrap .single-content-nav ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        min-width: max-content;
    }

    .single-content-wrap {
        padding-top: 24px !important;
    }

    .availability-search-panel {
        margin-bottom: 24px;
        padding: 16px;
    }

    .availability-heading-row {
        display: block;
        margin-top: 6px;
        margin-bottom: 16px;
    }

    .available-rooms-list {
        gap: 14px;
    }

    .available-room-card {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 14px;
    }

    .available-room-card::before {
        top: 12px;
        inset-inline-start: 12px;
    }

    .room-gallery-trigger {
        min-height: 200px;
    }

    .available-room-card .cabin-price {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 0;
        padding: 14px;
    }

    .room-price-value {
        font-size: 22px;
    }

    .booking-summary-bar {
        right: 8px;
        bottom: 8px;
        left: 8px;
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px;
    }

    .booking-summary-action,
    .booking-summary-toggle {
        flex: 1 1 calc(50% - 5px);
        min-width: 0;
        padding: 12px 10px;
    }

    .booking-summary-main {
        order: -1;
        flex: 1 1 100%;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .booking-summary-total {
        min-width: 0;
        padding-inline-start: 0;
        border-inline-start: 0;
    }

    .booking-summary-total strong {
        font-size: 18px;
    }

    .booking-summary-metric {
        min-width: 0;
    }

    .booking-summary-metric span,
    .booking-summary-total span {
        font-size: 10px;
    }

    .booking-summary-metric strong {
        font-size: 12px;
    }

    body.has-booking-summary {
        padding-bottom: 150px;
    }

    body.has-booking-summary #back-to-top {
        display: none;
    }
}
