.hero-text-hotel {
    position: absolute;
    top: -15px;
    left: 120px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Top smaller line - white box, only as wide as text */
.hotel-badge-line1 {
    background: #fff;
    color: #0b5e38;
    font-size: 25.5px;
    font-weight: 600;
    padding: 10px 28px 8px 28px;
    border-radius: 16px 16px 16px 0;
    white-space: nowrap;
    display: inline-block;
    width: fit-content;
}

/* Bottom bigger line - wider white box with bottom-right rounded */
.hotel-badge-line2 {
    background: #fff;
    color: #f47419;
    font-size: 40px;
    font-weight: 700;
    padding: 4px 15px 14px 15px;
    border-radius: 0 0 30px 16px;
    white-space: nowrap;
    display: inline-block;
    width: fit-content;
}

/* Global Modal Lock */
body.modal-open {
    overflow: hidden !important;
    padding-right: 15px;
    /* Account for scrollbar width to prevent jump */
}

/* =========================================
   Figma Style Hotel Listing Card
========================================= */
.hotel-list-card {
    display: flex;
    background: #fff;
    border-radius: 30px;
    padding: 16px;
    gap: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(225, 225, 225, 1);
    margin-bottom: 24px;
}

/* Left Media Column */
.hotel-list-media {
    width: 251px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* Slightly reduced gap to match tighter thumbnail spacing */
}

.main-img-wrap {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 185.5px;
}

.main-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-img-wrap .rating-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.main-img-wrap .rating-badge i {
    color: #ffb800;
}

.main-img-wrap .wishlist-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.thumb-imgs {
    display: flex;
    gap: 6px;
    height: 52px;
}

.thumb-imgs img {
    width: 70px;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.view-all-thumb {
    width: 70px;
    height: 100%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.view-all-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.view-all-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}

/* Right Content Column */
.hotel-list-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 4px;
}

.card-header .category {
    color: #f47419;
    font-weight: 600;
    font-size: 13px;
}

.card-header .discount-tag {
    background: #ff3b30;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px 4px 16px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 4px 10px rgba(255, 59, 48, 0.3);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 15% 100%, 0 50%);
}

.hotel-list-content .title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 12px;
}

.features-grid .feat {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #666;
    font-size: 13px;
}

.features-grid .feat i {
    color: #f47419;
    font-size: 14px;
    width: 18px;
    text-align: center;
}

.price-action {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 12px;
}

.price-info {
    display: flex;
    align-items: center;
    gap: 6px;
}

.price-info .price {
    font-size: 26px;
    font-weight: 800;
    color: #333;
    line-height: 1;
}

.price-info .per-person {
    font-size: 11px;
    color: #666;
    line-height: 1.2;
}

.price-action .book-now {
    background: #f47419;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    box-shadow:
        0px 1.45px 4.35px 0px rgba(0, 0, 0, 0.1),
        0px 7.25px 7.25px 0px rgba(0, 0, 0, 0.09),
        0px 15.95px 10.15px 0px rgba(0, 0, 0, 0.05),
        0px 29.01px 11.6px 0px rgba(0, 0, 0, 0.01),
        0px 44.96px 13.05px 0px rgba(0, 0, 0, 0);
    transition: all 0.2s;
}

.price-action .book-now:hover {
    background: #e06612;
}

.amenities-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.amenities-tags .tag,
.amenities-tags .tag-more {
    border: 1px solid rgba(225, 225, 225, 1);
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 6px;
}

.amenities-tags .tag i {
    color: #f47419;
}

.hotel-list-content .divider {
    border: none;
    border-top: 1px solid #eaeaea;
    margin: 0 0 12px 0;
}

.bottom-checks {
    display: flex;
    gap: 16px;
    color: #666;
    font-size: 13px;
    align-items: center;
    padding-bottom: 2px;
}

.bottom-checks span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.bottom-checks span i {
    color: #f47419;
}

/* Price Filter Section (Flight Sync) */
.price-filter-section {
    width: 100%;
}

.price-inputs-wrapper {
    width: 100%;
    margin-bottom: 20px;
}

.range-input {
    display: flex;
    gap: 12px;
    width: 100%;
    margin-bottom: 20px;
}

.range-input input {
    flex: 1;
    width: 100%;
    padding: 12px;
    border: 1.5px solid #e0e0e0;
    border-radius: 10px;
    outline: none;
    font-size: 14px;
    background-color: #fff;
    color: #333;
    font-weight: 500;
}

.range-input input:focus {
    border-color: #f47419;
}

/* Dual Range Slider */
.range-wrapper {
    position: relative;
    height: 6px;
    margin: 30px 0;
    width: calc(100% - 10px);
}

.slider-track {
    position: absolute;
    width: 100%;
    height: 6px;
    background: #e0e0e0;
    border-radius: 3px;
    top: 50%;
    transform: translateY(-50%);
}

.slider-range {
    position: absolute;
    height: 6px;
    background: #f47419;
    border-radius: 3px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

.range-wrapper input[type="range"] {
    position: absolute;
    width: 100%;
    height: 6px;
    background: transparent;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.range-wrapper input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #f47419;
    border: 3px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.range-wrapper input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #f47419;
    border: 3px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border: none;
}

.price-checkbox-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    cursor: pointer;
    font-size: 14px;
    transition: 0.2s;
    color: #444;
}

.price-checkbox-item:hover {
    color: #f47419;
}

.price-checkbox-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #f47419;
}

/* Dropdown Filter (Flight Sync) */
.dropdown-filter {
    margin-bottom: 12px;
}

.filter-dropdown {
    width: 100%;
    padding: 12px 15px;
    border: 1.5px solid #e0e0e0;
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
    color: #444;
    cursor: pointer;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="%23666" d="M1 1l5 5 5-5"/></svg>');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    font-weight: 500;
}

.filter-dropdown:focus {
    outline: none;
    border-color: #f47419;
}

/* Selected Tags System */
.selected-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f47419;
    color: #fff;
    padding: 6px 14px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 4px 10px rgba(244, 116, 25, 0.2);
}

.tag-x {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    transition: 0.2s;
    color: #fff;
    opacity: 0.8;
}

.tag-x:hover {
    opacity: 1;
    transform: scale(1.1);
}

/* Star Rating List */
.rating-filter-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rating-item {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: 0.3s;
}

.rating-item:hover .rating-label {
    color: #f47419;
}

.rating-stars {
    color: #ffb800;
    font-size: 14px;
    letter-spacing: 2px;
}

.rating-label {
    font-size: 14px;
    color: #555;
    font-weight: 500;
}

.custom-checkbox {
    width: 20px;
    height: 20px;
    border: 1.5px solid #e0e0e0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

input[type="checkbox"]:checked+.custom-checkbox {
    background: #f47419;
    border-color: #f47419;
}

input[type="checkbox"]:checked+.custom-checkbox::after {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    font-size: 10px;
}

.filter-option-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    color: #444;
    font-weight: 500;
    transition: 0.2s;
}

.filter-option-item:hover {
    color: #f47419;
}

/* Quick Highlights Grid */
.quick-highlights-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 15px;
}

.quick-highlight-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    padding: 10px 12px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 13px;
    color: #495057;
    font-weight: 500;
}

.quick-highlight-pill i {
    color: #f47419;
    font-size: 14px;
}

.quick-highlight-pill:hover {
    background: #fff;
    border-color: #f47419;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.quick-highlight-pill.active {
    background: #f47419;
    border-color: #f47419;
    color: #fff;
}

.quick-highlight-pill.active i {
    color: #fff;
}

/* Pagination Styling */
.custom-pagination nav {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* Hide the simple Prev/Next mobile view */
.custom-pagination nav>ul.pagination {
    display: none;
}

/* Hide the "Showing 1 to x of y results" text */
.custom-pagination nav>div>div:first-child {
    display: none;
}

/* Ensure the wrapper holding the numbers is centered */
.custom-pagination nav>div:last-child {
    display: flex;
    justify-content: center;
    width: 100%;
}

.custom-pagination .pagination {
    display: flex !important;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}

.custom-pagination .page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #eaeaea;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
}

.custom-pagination .page-item.active .page-link {
    background: #f47419;
    color: #fff;
    border-color: #f47419;
}

.custom-pagination .page-item.disabled .page-link {
    color: #aaa;
    background: #fdfdfd;
    border-color: #f1f1f1;
    cursor: not-allowed;
}

.custom-pagination .page-item .page-link:hover:not(.disabled):not(.active) {
    background: #f5f5f5;
    color: #f47419;
    border-color: #d1d1d1;
}

.custom-pagination .page-link svg {
    width: 18px;
    height: 18px;
}

.custom-pagination .page-item:first-child .page-link,
.custom-pagination .page-item:last-child .page-link {
    font-size: 18px;
}

/* =========================================
   Figma Style Hotel Details Page
========================================= */
.hotel-details-container {
    max-width: 1299px;
    /* 1259px content + 20px left/right padding */
    margin: 40px auto;
    padding: 0 20px;
}

.hd-top-section {
    display: flex;
    gap: 34px;
    margin-bottom: 40px;
}

.hd-media {
    width: 800px;
    max-width: 100%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hd-main-img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 420px;
}

.hd-main-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hd-img-actions {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 12px;
}

.hd-icon-btn {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.hd-icon-btn:hover {
    background: rgba(255, 255, 255, 0.4);
}

.hd-thumbnails {
    display: flex;
    justify-content: flex-start;
    height: 120px;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hd-thumbnails::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hd-thumbnails {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.hd-thumbnails img {
    width: 150px;
    height: 120px;
    object-fit: cover;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s;
    filter: brightness(0.9);
    flex-shrink: 0;
}

.hd-thumbnails img:hover {
    filter: brightness(1);
    transform: translateY(-2px);
}

/* View All Overlay for thumbnails */
.view-all-overlay {
    transition: all 0.3s;
}

.view-all-overlay:hover {
    background: rgba(0,0,0,0.75) !important;
}

.hd-info {
    width: 425px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hd-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.hd-category {
    color: #f47419;
    font-weight: 600;
    font-size: 14px;
}

.hd-rating {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 6px;
}

.hd-title {
    font-size: 32px;
    font-weight: 800;
    color: #333;
    margin: 0 0 12px 0;
    line-height: 1.2;
}

.hd-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
}

.hd-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hd-feat-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #666;
    font-size: 15px;
}

.hd-feat-item i {
    color: #f47419;
    width: 20px;
    text-align: center;
    font-size: 18px;
}

.hd-price-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.hd-price-left {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.hd-price {
    font-size: 36px;
    font-weight: 800;
    color: #333;
}

.hd-per-night {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.hd-discount-badge {
    background: #ff3b30;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(255, 59, 48, 0.3);
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    padding-right: 20px;
}

.hd-book-btn {
    background: #f47419;
    color: #fff;
    text-align: center;
    width: 425px;
    height: 45px;
    padding: 7.25px 14.5px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7.25px;
    box-shadow:
        0px 1.45px 4.35px 0px rgba(0, 0, 0, 0.1),
        0px 7.25px 7.25px 0px rgba(0, 0, 0, 0.09),
        0px 15.95px 10.15px 0px rgba(0, 0, 0, 0.05),
        0px 29.01px 11.6px 0px rgba(0, 0, 0, 0.01),
        0px 44.96px 13.05px 0px rgba(0, 0, 0, 0);
    transition: all 0.3s;
    box-sizing: border-box;
}

.hd-book-btn:hover {
    background: #e06612;
    color: #fff;
}

.hd-more-options {
    text-align: center;
    color: #1a6f53;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    padding: 10px;
    border-radius: 8px;
}

.hd-overview {
    margin-bottom: 40px;
}

.hd-overview h2,
.hd-amenities h2 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.hd-overview p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

.hd-amenities {
    margin-bottom: 40px;
}

.hd-amenities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.hd-amenity-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #666;
    font-size: 14px;
}

.hd-amenity-item i {
    color: #f47419;
    font-size: 18px;
    width: 24px;
    text-align: center;
}

@media (max-width: 991px) {
    .hd-top-section {
        flex-direction: column;
    }

    .hd-media,
    .hd-info {
        width: 100%;
    }

    .hd-amenities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .hd-amenities-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================
   Map Section Styling (Figma Style)
========================================= */
.hdm-section {
    max-width: 1299px;
    margin: 60px auto;
    padding: 0 20px;
}

.hdm-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
}

.hdm-address-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    color: #666;
    font-size: 15px;
}

.hdm-address-row i {
    color: #f47419;
    font-size: 18px;
}

.hdm-content {
    display: flex;
    gap: 34px;
}

.hdm-map-box {
    width: 800px;
    flex-shrink: 0;
}

.hdm-landmark-box {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.hdm-landmark-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.hdm-landmark-list {
    background: #fff;
    border-radius: 20px;
    padding: 10px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid #f0f0f0;
}

.hdm-landmark-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f8f8f8;
}

.hdm-landmark-item:last-child {
    border-bottom: none;
}

.hdm-landmark-name {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #444;
    font-weight: 500;
    font-size: 15px;
}

.hdm-landmark-name i {
    color: #f47419;
    font-size: 18px;
    width: 20px;
    text-align: center;
}

.hdm-landmark-dist {
    color: #f47419;
    font-weight: 600;
    font-size: 14px;
}

@media (max-width: 991px) {
    .hdm-content {
        flex-direction: column;
    }

    .hdm-map-box,
    .hdm-landmark-box {
        width: 100%;
    }
}

.why-book-new {
    background: #f47419;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.why-book-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    pointer-events: none;
    z-index: 0;
}

.why-map-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-header-new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.why-title-new h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    color: #333;
}

.why-title-new span {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    display: block;
    margin-top: 5px;
}

.why-cta-image-wrapper {
    margin-bottom: 0;
}

.why-header-travel-img {
    height: 80px;
    width: auto;
    object-fit: contain;
}

/* Slider Section */
.review-slider-new {
    position: relative;
    z-index: 1;
}

.review-track-new {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.review-card-new {
    background: #fff;
    border-radius: 35px;
    padding: 30px;
    color: #333;
    flex: 0 0 420px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.review-card-new.inactive {
    transform: scale(0.85);
    opacity: 0.7;
    filter: blur(1px);
}

.review-card-new.active {
    flex: 0 0 550px;
    z-index: 2;
    transform: scale(1.05);
}

.review-card-new .quote-icon {
    font-size: 40px;
    color: #f47419;
    opacity: 0.3;
    margin-bottom: 5px;
    line-height: 1;
}

.review-card-new h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1e1e1e;
}

.review-thumbnails {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.review-thumbnails img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 10px;
}

.review-card-new p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 30px;
    flex-grow: 1;
}

.review-author-footer {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.author-avatar-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.author-avatar-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info strong {
    display: block;
    font-size: 16px;
    color: #1e1e1e;
}

.author-info span {
    font-size: 13px;
    color: #888;
}

/* Dots */
.review-dots-new {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.review-dots-new .dot {
    width: 40px;
    height: 6px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    transition: 0.3s;
}

.review-dots-new .dot.active {
    background: #fff;
    width: 80px;
}

@media (max-width: 1200px) {
    .review-card-new {
        flex: 0 0 400px;
    }

    .review-card-new.active {
        flex: 0 0 500px;
    }
}

@media (max-width: 768px) {
    .why-header-new {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .why-title-new h2 {
        font-size: 28px;
    }

    .why-title-new span {
        font-size: 36px;
    }

    .review-track-new {
        flex-direction: column;
    }

    .review-card-new {
        flex: 1 1 auto;
        width: 100%;
        min-height: auto;
    }

    .review-card-new.inactive {
        display: none;
    }
}

/* =========================================
   Figma Style Guest Details Page
========================================= */
.gd-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background: #f8f9fa;
    min-height: 100vh;
}

.gd-breadcrumb {
    margin-bottom: 24px;
    font-size: 14px;
    color: #666;
}

.gd-breadcrumb a {
    color: #666;
    text-decoration: none;
}

.gd-breadcrumb span {
    color: #f47419;
    font-weight: 600;
}

.gd-section-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); */
    border: 1px solid #d1d1d1;
}

.gd-section-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 24px;
}

.gd-form-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gd-form-grid.primary-guest {
    display: grid;
    grid-template-columns: 120px 1fr 1fr 100px;
    gap: 20px;
    margin-bottom: 20px;
}

.gd-form-grid.secondary-guest {
    display: grid;
    grid-template-columns: 120px 1fr 1fr 1fr;
    gap: 20px;
}

.gd-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.gd-field-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gd-field-group label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

.gd-input,
.gd-select,
.gd-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    background: #fff;
    transition: all 0.2s;
    outline: none;
}

.gd-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path fill="%23666" d="M1 4l5 5 5-5"/></svg>');
    background-repeat: no-repeat;
    background-position: right 15px center !important;
    background-size: 10px;
    padding-right: 35px !important;
}

.gd-input:focus,
.gd-select:focus,
.gd-textarea:focus {
    border-color: #f47419;
    box-shadow: 0 0 0 3px rgba(244, 116, 25, 0.1);
}

.gd-input.is-invalid,
.gd-select.is-invalid,
.gd-textarea.is-invalid {
    border-color: #ff4d4d;
    background-color: #fff8f8;
}

.gd-input.is-invalid:focus,
.gd-select.is-invalid:focus,
.gd-textarea.is-invalid:focus {
    box-shadow: 0 0 0 3px rgba(255, 77, 77, 0.1);
}

.gd-textarea {
    min-height: 120px;
    resize: vertical;
}

/* Meal Plan Styles */
.meal-plan-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.meal-plan-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    cursor: pointer;
}

.meal-plan-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.meal-plan-item input[type="radio"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.meal-plan-item input[type="radio"]:checked {
    border-color: #f47419;
}

.meal-plan-item input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #f47419;
    border-radius: 50%;
}

.meal-plan-text {
    font-size: 14px;
    color: #666;
}

.meal-plan-text strong {
    color: #333;
    font-weight: 600;
}

.meal-plan-item.selected .meal-plan-text strong {
    color: #f47419;
}

.meal-plan-price {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.meal-plan-item.selected .meal-plan-price {
    color: #f47419;
}

/* Buttons */
.gd-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.gd-btn-back {
    padding: 12px 40px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    display: inline-block;
}

.gd-btn-back:hover {
    background: #f8f8f8;
}

.gd-btn-next {
    padding: 12px 60px;
    border: none;
    border-radius: 8px;
    background: #f47419;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.2s;
    box-shadow: 0 4px 10px rgba(244, 116, 25, 0.2);
}

.gd-btn-next:hover {
    background: #e06612;
}

@media (max-width: 991px) {
    .gd-form-grid {
        grid-template-columns: 1fr 1fr;
    }

    .gd-form-grid.primary-guest {
        grid-template-columns: 1fr 1fr;
    }

    .gd-form-row {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .gd-form-grid {
        grid-template-columns: 1fr;
    }

    .gd-form-grid.primary-guest {
        grid-template-columns: 1fr;
    }

    .gd-form-row {
        grid-template-columns: 1fr;
    }
}

.gd-btn-next {
    background: #f47419;
    color: #fff;
    padding: 12px 40px;
    border-radius: 8px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
}

.gd-btn-next:hover {
    background: #d96312;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(244, 116, 25, 0.2);
}

.gd-btn-back {
    background: #fff;
    color: #333;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.gd-btn-back:hover {
    background: #f8f9fa;
    border-color: #ccc;
}

/* =========================================
   Figma Style Review Booking Page
========================================= */
.rb-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    gap: 30px;
}

.rb-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.rb-right {
    width: 420px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.rb-card {
    /* background: #fff; */
    border-radius: 12px;
    padding: 24px;
    /* border: 1px solid #E0E0E0; */
}

.rb-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

/* Horizontal Hotel Card */
.rb-hotel-card {
    display: flex;
    gap: 24px;
}

.rb-hotel-img {
    width: 200px;
    height: 140px;
    border-radius: 15px;
    overflow: hidden;
    flex-shrink: 0;
}

.rb-hotel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rb-hotel-info {
    flex: 1;
}

.rb-hotel-cat {
    font-size: 13px;
    color: #f47419;
    font-weight: 600;
    margin-bottom: 4px;
    display: block;
}

.rb-hotel-name {
    font-size: 22px;
    font-weight: 800;
    color: #333;
    margin-bottom: 12px;
}

.rb-hotel-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
}

.rb-hotel-rating i {
    color: #ffb800;
    font-size: 14px;
}

.rb-hotel-rating span {
    font-size: 14px;
    color: #666;
}

.rb-hotel-loc {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 8px;
}

.rb-hotel-loc i {
    color: #f47419;
}

/* Info Bar */
.rb-info-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.rb-info-item {
    padding: 16px 20px;
    border-right: 1px solid #e0e0e0;
}

.rb-info-item:last-child {
    border-right: none;
}

.rb-info-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #f47419;
    font-weight: 600;
    margin-bottom: 8px;
}

.rb-info-val {
    font-size: 15px;
    font-weight: 700;
    color: #333;
}

.rb-info-sub {
    font-size: 11px;
    color: #999;
    margin-top: 4px;
}

/* Feature Grid */
.rb-feat-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr auto;
    gap: 12px 24px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.rb-feat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #666;
}

.rb-feat-item i {
    color: #f47419;
    width: 20px;
    text-align: center;
}

/* Price Section */
.rb-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.rb-price-val {
    font-size: 28px;
    font-weight: 800;
    color: #333;
}

.rb-price-val small {
    font-size: 13px;
    color: #999;
    font-weight: 400;
}

.rb-discount-badge {
    background: #ff4d4d;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 12px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    position: relative;
    clip-path: polygon(0% 0%, 88% 0%, 100% 50%, 88% 100%, 0% 100%);
    padding-right: 22px;
}

/* Amenities Tags */
.rb-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.rb-tag {
    border: 1px solid #e0e0e0;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 8px;
}

.rb-tag i {
    color: #f47419;
}

/* Checks Bar */
.rb-checks-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.rb-check-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    white-space: nowrap;
}

.rb-check-item i {
    color: #f47419;
    font-size: 16px;
}

.rb-tag-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0;
}

.rb-tag-item {
    border: 1px solid #e0e0e0;
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
}

.rb-tag-item i {
    color: #f47419;
    font-size: 16px;
}

.rb-price-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.rb-price-main {
    font-size: 36px;
    font-weight: 800;
    color: #333;
    line-height: 1;
}

.rb-price-sub {
    font-size: 12px;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
}

.rb-divider {
    border-top: 1px solid #e0e0e0;
    margin: 20px 0;
}

/* Addons List */
.rb-addon-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.rb-addon-row {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.rb-addon-row input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1.5px solid #e0e0e0;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: all 0.2s ease;
    margin: 0;
    vertical-align: middle;
}

.rb-addon-row input[type="radio"]:checked {
    border-color: #f47419;
    border-width: 2px;
}

.rb-addon-row input[type="radio"]:checked::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #f47419;
    border-radius: 50%;
    display: block;
}

.rb-addon-row input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1.5px solid #e0e0e0;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.rb-addon-row input[type="checkbox"]:checked {
    background: #f47419;
    border-color: #f47419;
}

.rb-addon-row input[type="checkbox"]:checked::after {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    font-size: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rb-addon-label {
    font-size: 14px;
    color: #666;
}

/* Summary Bill */
.rb-bill-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rb-bill-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
}

.rb-bill-row.bold {
    font-weight: 700;
    color: #333;
}

.rb-bill-row.total {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1.45px solid rgba(217, 217, 217, 1);
    font-size: 16px;
    font-weight: 800;
    color: #1a1a1a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.rb-bill-row.total .rb-price {
    font-size: 26px;
    color: #f47419;
    flex-shrink: 0;
}

.rb-bill-row.discount {
    color: #2dca73;
}

@media (max-width: 1100px) {
    .rb-container {
        flex-direction: column;
    }

    .rb-right {
        width: 100%;
    }
}

/* =========================================
   "+X More" Hover Tooltip (amenities/terms)
========================================= */
.more-tooltip-wrap {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.more-tooltip-wrap > .more-trigger {
    cursor: pointer;
}
.more-tooltip-popup {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    background: #fff;
    border-radius: 12px;
    padding: 14px 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    min-width: 220px;
    max-width: 320px;
    max-height: 280px;
    overflow-y: auto;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    pointer-events: none;
    text-align: left;
    white-space: normal;
}
.more-tooltip-popup::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top-color: #fff;
    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.05));
}
.more-tooltip-wrap:hover .more-tooltip-popup,
.more-tooltip-wrap:focus-within .more-tooltip-popup {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}
.more-tooltip-popup h5 {
    font-size: 11px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    margin: 0 0 8px;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 6px;
}
.more-tooltip-item {
    font-size: 13px;
    color: #333;
    padding: 5px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.4;
}
.more-tooltip-item i {
    color: #2DCA73;
    font-size: 11px;
    flex-shrink: 0;
}

/* =========================================
   Figma Style Checkout & Payment Page
========================================= */
.pay-options-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pay-method-card {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}

.pay-method-header {
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background: #fff;
    transition: background 0.3s;
}

.pay-method-header:hover {
    background: #fcfcfc;
}

.pay-method-title {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pay-method-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fffaf5;
    border-radius: 8px;
}

.pay-method-icon i {
    color: #f47419;
    font-size: 16px;
}

.pay-method-header h4 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.pay-method-header p {
    font-size: 12px;
    color: #999;
    margin: 4px 0 0 0;
}

.pay-method-content {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition:
        max-height 0.3s ease-out,
        padding 0.3s ease;
    border-top: 0 solid #f0f0f0;
}

.pay-method-card.active .pay-method-content {
    padding: 24px;
    max-height: 500px;
    border-top-width: 1px;
}

.pay-method-card.active .pay-method-header {
    background: #fffaf5;
}

.pay-method-card.active .pay-method-header i.fa-chevron-down {
    transform: rotate(180deg);
}

.saved-cards-row {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.saved-card {
    width: 180px;
    height: 110px;
    border-radius: 12px;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.2s;
}

.saved-card:hover {
    transform: scale(1.02);
}

.saved-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.add-card-btn {
    width: 130px;
    height: 110px;
    border: 1.5px dashed #e0e0e0;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    color: #999;
    font-size: 11px;
    font-weight: 600;
}

.add-card-btn i {
    font-size: 18px;
}

.checkout-info-row {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.checkout-info-item {
    background: transparent;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 13px;
    color: #333;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8f9fa;
}

.checkout-info-item i {
    color: #f47419;
}

.checkout-guest-bar {
    display: flex;
    gap: 12px;
    margin-top: 12px;
}

.checkout-guest-item {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    border: 1px solid #f0f0f0;
}

.checkout-guest-item i {
    color: #f47419;
}

.checkout-summary-bill li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.checkout-summary-bill li.total {
    border-top: 1px solid #f0f0f0;
    padding-top: 16px;
    margin-top: 16px;
    font-size: 18px;
    font-weight: 800;
    color: #333;
}