﻿.featured-coown-badge {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 4px 0;
    min-height: 40px;
    position: relative;
    border-radius: 12px;
    background: var(--Primary-50, #F3F2F6);
    padding: 0;
    overflow: hidden;
}

.featured-coown-progress-bar {
    position: absolute;
    top: 0;
    height: 100%;
    background: var(--Primary-500, #6A5D8B);
    transition: width 0.3s ease;
    opacity: 0.24;
}

[dir="rtl"] .featured-coown-progress-bar {
    right: 0;
    border-radius: 0 12px 12px 0;
}

[dir="ltr"] .featured-coown-progress-bar {
    left: 0;
    border-radius: 12px 0 0 12px;
}

.featured-coown-content {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    padding: 12px 16px;
    width: 100%;
    justify-content: flex-end;
}

[dir="rtl"] .featured-coown-content {
    justify-content: center;
}

[dir="ltr"] .featured-coown-content {
    justify-content: flex-start;
}

.featured-coown-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.featured-coown-text {
    color: var(--Primary-500, #6A5D8B);
    text-align: right;
    leading-trim: both;
    text-edge: cap;
    font-family: "IBM Plex Sans Arabic";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
}

[dir="rtl"] .featured-coown-text {
    text-align: right;
}

[dir="ltr"] .featured-coown-text {
    text-align: left;
}

.featured-coown-badge-full-width {
    width: 208% !important;
    margin-top: 16px;
}

[dir="rtl"] .featured-coown-badge-full-width {
    margin-left: 0;
    margin-right: 0;
}

[dir="ltr"] .featured-coown-badge-full-width {
    margin-left: -108%;
    margin-right: 0;
}

.mapViewContainer {
    border-top: 1px solid var(--Colors-Gray-Light, #CCC);
}

/* Scale all map cards and content by 50% */
#mapViewContainer .map-property-card {
    min-height: 120px !important;
    border-radius: 8px !important;
    gap: 0 !important;
    box-shadow: 0px 0px 8px 2px rgba(102, 102, 102, 0.08) !important;
}

    #mapViewContainer .map-property-card:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0px 4px 12px 4px rgba(106, 93, 139, 0.15) !important;
    }

#mapViewContainer .map-property-image-wrapper {
    width: 100% !important;
    height: 123px !important;
}

#mapViewContainer .map-property-image,
#mapViewContainer .property-image-fixed {
    min-height: 120px !important;
    border-radius: 8px !important;
}

#mapViewContainer .map-property-info {
    padding: 8px !important;
    gap: 4px !important;
}

#mapViewContainer .map-property-title,
#mapViewContainer .property-title-inline {
    font-size: 8px !important;
    margin-bottom: 2px !important;
    line-height: 1.4 !important;
}

#mapViewContainer .map-property-amenities,
#mapViewContainer .featured-property-amenities {
    gap: 4px !important;
    margin-top: 2px !important;
}

#mapViewContainer .featured-amenity-badge {
    padding-left: 6px !important;
    padding-right: 6px !important;
    padding-top: 4.75px !important;
    padding-bottom: 4.75px !important;
    border-radius: 6px !important;
    gap: 4px !important;
    width: 44.5px !important;
    height: 17.5px !important;
    min-height: 16px !important;
}

#mapViewContainer .featured-amenity-badge-area {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

#mapViewContainer .featured-amenity-badge-bath {
    width: 50px !important;
}

#mapViewContainer .featured-amenity-text {
    font-size: 8px !important;
    line-height: normal !important;
}

#mapViewContainer .featured-amenity-icon {
    width: 8px !important;
    height: 8px !important;
    flex-shrink: 0 !important;
}

    #mapViewContainer .featured-amenity-icon svg {
        width: 8px !important;
        height: 8px !important;
    }

#mapViewContainer .map-property-location-wrapper,
#mapViewContainer .featured-property-location {
    gap: 4px !important;
    margin-top: 2px !important;
    min-height: 14px !important;
}

#mapViewContainer .featured-location-icon {
    width: 12px !important;
    height: 12px !important;
    flex-shrink: 0 !important;
}

    #mapViewContainer .featured-location-icon svg {
        width: 12px !important;
        height: 12px !important;
    }

#mapViewContainer .featured-location-text {
    font-size: 8px !important;
    line-height: 1.4 !important;
}

#mapViewContainer .map-property-price-wrapper,
#mapViewContainer .featured-property-price {
    gap: 4px !important;
    margin-top: 0 !important;
}

#mapViewContainer .featured-price-amount {
    font-size: 14px !important;
    line-height: normal !important;
}

#mapViewContainer .featured-property-price svg {
    width: 12px !important;
    height: 12px !important;
}

    #mapViewContainer .featured-property-price svg[style*="width"] {
        width: 12px !important;
        height: 12px !important;
    }

#mapViewContainer .featured-investment-badge {
    padding-left: 6px !important;
    padding-right: 6px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-radius: 6px !important;
    gap: 4px !important;
    margin-top: 4px !important;
    min-height: 20px !important;
}

#mapViewContainer .featured-investment-icon {
    width: 10px !important;
    height: 10px !important;
    flex-shrink: 0 !important;
}

    #mapViewContainer .featured-investment-icon svg {
        width: 10px !important;
        height: 10px !important;
    }

#mapViewContainer .featured-investment-text {
    font-size: 7px !important;
    line-height: normal !important;
}

#mapViewContainer .map-property-frame-container {
    gap: 8px !important;
}

#mapViewContainer .property-info-container {
    gap: 8px !important;
}

#mapViewContainer .properties-list {
    gap: 8px !important;
    padding: 12px !important;
}

/* Override inline SVG sizes in map view */
#mapViewContainer .featured-amenity-icon svg[width="16"],
#mapViewContainer .featured-amenity-icon svg[height="16"] {
    width: 8px !important;
    height: 8px !important;
}

#mapViewContainer .featured-location-icon svg[width="24"],
#mapViewContainer .featured-location-icon svg[height="24"] {
    width: 12px !important;
    height: 12px !important;
}

#mapViewContainer .featured-property-price svg[style*="width:24px"],
#mapViewContainer .featured-property-price svg[style*="height:24px"] {
    width: 12px !important;
    height: 12px !important;
}

#mapViewContainer .featured-investment-icon svg[width="20"],
#mapViewContainer .featured-investment-icon svg[height="20"] {
    width: 10px !important;
    height: 10px !important;
}

/* Override responsive styles for map view to maintain 50% scaling */
@@media (max-width: 1089px) {
    #mapViewContainer .properties-list {
        padding: 8px !important;
        gap: 6px !important;
    }
}

.properties-page {
    display: flex;
    padding: 24px 156px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    background: var(--Colors-Gray-White, #FFF);
    min-height: calc(100vh - 200px);
}

.properties-filters-header {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--Colors-Gray-Lighter, #E6E6E6);
}

.filter-field {
    position: relative;
    align-self: stretch;
    height: 64px;
    padding-left: 16px;
    padding-right: 16px;
    background: var(--Colors-Gray-White, white);
    border-radius: 16px;
    outline: 1px var(--Colors-Gray-Lighter, #E6E6E6) solid;
    outline-offset: -1px;
    justify-content: space-between;
    align-items: center;
    gap: 195px;
    display: inline-flex;
    cursor: pointer;
    transition: all 0.3s ease;
}

[dir="rtl"] .filter-field {
    gap: 210px;
}

[dir="ltr"] .filter-field {
    gap: 199px;
}

.filter-field:hover {
    outline-color: var(--Primary-500, #6A5D8B);
}

.filter-field-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.filter-field-chevron-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.filter-field-content {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    justify-content: flex-end;
}

[dir="rtl"] .filter-field-content {
    justify-content: flex-end;
    flex-direction: row-reverse;
}

[dir="ltr"] .filter-field-content {
    justify-content: flex-end;
    flex-direction: row;
}

.filter-field-text {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    text-align: right;
    color: var(--Colors-Gray-Darkest, #111111);
    font-size: 16px;
    font-family: IBM Plex Sans Arabic;
    font-weight: 500;
    word-wrap: break-word;
    white-space: nowrap;
}

.filter-field-text-secondary {
    color: var(--Colors-Gray-Dark, #666666);
}

[dir="rtl"] .filter-field-text {
    text-align: right;
}

[dir="ltr"] .filter-field-text {
    text-align: left;
}

.filter-search-btn {
    width: 64px;
    height: 64px;
    background: var(--Primary-500, #6A5D8B);
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

    .filter-search-btn:hover {
        background: var(--Primary-600, #5A4D7B);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(106, 93, 139, 0.3);
    }

.filter-search-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.properties-title-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.title-section-container {
    align-self: stretch;
    justify-content: center;
    align-items: center;
    gap: 24px;
    display: inline-flex;
    position: relative;
}

.title-section-main-title {
    color: var(--Colors-Gray-Darkest, #111);
    text-align: right !important;
    leading-trim: both;
    text-edge: cap;
    font-family: "IBM Plex Sans Arabic";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    display: block;
}

[dir="rtl"] .title-section-main-title {
    text-align: right !important;
}

[dir="ltr"] .title-section-main-title {
    text-align: left !important;
}

.title-section-filter-field {
    height: 72px;
    padding-left: 16px;
    padding-right: 16px;
    background: var(--Colors-Gray-White, white);
    border-radius: 16px;
    outline: 1px var(--Colors-Gray-Lighter, #E6E6E6) solid;
    outline-offset: -1px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

    .title-section-filter-field:hover {
        outline-color: var(--Primary-500, #6A5D8B);
    }

.title-section-filter-text {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    text-align: right;
    color: var(--Colors-Gray-Dark, #666666);
    font-size: 16px;
    font-family: IBM Plex Sans Arabic;
    font-weight: 500;
    word-wrap: break-word;
}

.title-section-filter-text-primary {
    color: var(--Colors-Gray-Darkest, #111111);
}

[dir="rtl"] .title-section-filter-text {
    text-align: right;
}

[dir="ltr"] .title-section-filter-text {
    text-align: left;
}

.title-section-switchers {
    padding: 8px;
    background: var(--Colors-Gray-White, white);
    border-radius: 16px;
    outline: 1px var(--Colors-Gray-Lighter, #E6E6E6) solid;
    outline-offset: -1px;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 8px;
}

.title-section-switcher-item {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 12px;
}

.title-section-switcher-item-active {
    background: var(--Primary-50, #F3F2F6);
}

.title-section-switcher-text {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    text-align: right;
    font-size: 16px;
    font-family: IBM Plex Sans Arabic;
    font-weight: 500;
    word-wrap: break-word;
}

.title-section-switcher-text-inactive {
    color: var(--Colors-Gray-Dark, #666666);
}

.title-section-switcher-text-active {
    color: var(--Primary-500, #6A5D8B);
}

[dir="rtl"] .title-section-switcher-text {
    text-align: right;
}

[dir="ltr"] .title-section-switcher-text {
    text-align: left;
}

.filter-btn {
    padding: 12px 24px;
    border-radius: 24px;
    border: 1px solid var(--Colors-Gray-Lighter, #E6E6E6);
    background: var(--Colors-Gray-White, #FFF);
    font-family: "IBM Plex Sans Arabic";
    font-size: 16px;
    font-weight: 500;
    color: var(--Colors-Gray-Darkest, #111);
    cursor: pointer;
    transition: all 0.3s ease;
}

    .filter-btn:hover,
    .filter-btn.active {
        background: var(--Primary-500, #6A5D8B);
        color: var(--Colors-Gray-White, #FFF);
        border-color: var(--Primary-500, #6A5D8B);
    }

.empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 64px 32px;
    text-align: center;
    width: 100%;
}

.empty-state-icon {
    font-size: 64px;
    color: var(--Colors-Gray-300, #CCCCCC);
}

.empty-state-text {
    color: var(--Colors-Gray-600, #666);
    font-family: "IBM Plex Sans Arabic";
    font-size: 20px;
    font-weight: 500;
}

/* View Containers */
.view-container {
    width: 100%;
}

/* Map and Property List Container */
.map-properties-container {
    display: flex;
    width: 100%;
    gap: 0;
    align-items: stretch;
    min-height: 600px;
}

.map-container {
    flex: 1;
    position: relative;
    background: var(--Colors-Gray-Lighter, #E6E6E6);
    overflow: hidden;
    min-width: 79%;
    max-height: calc(125vh - 300px);
}

    .map-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.properties-sidebar {
    width: 550px;
    background: var(--Colors-Gray-White, white);
    border-left: 1px solid var(--Colors-Gray-Lighter, #E6E6E6);
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow-y: auto;
    max-height: calc(125vh - 300px);
}

[dir="rtl"] .properties-sidebar {
    border-left: none;
    border-right: 1px solid var(--Colors-Gray-Lighter, #E6E6E6);
}

.sidebar-title {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    text-align: right;
    color: var(--Colors-Gray-Darkest, #111111);
    font-size: 24px;
    font-family: IBM Plex Sans Arabic;
    font-weight: 700;
    word-wrap: break-word;
    margin: 0;
    padding: 24px 24px 16px 24px;
    border-bottom: 1px solid var(--Colors-Gray-Lighter, #E6E6E6);
    background: var(--Colors-Gray-White, white);
    position: sticky;
    top: 0;
    z-index: 10;
}

[dir="rtl"] .sidebar-title {
    text-align: right;
}

[dir="ltr"] .sidebar-title {
    text-align: left;
}

.properties-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    width: 100%;
    box-sizing: border-box;
}

    .properties-list > .map-property-card {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

/* Map Property Card Styles */
.map-property-card {
    align-self: stretch;
    padding: 0 !important;
    background: var(--Colors-Gray-White, white);
    box-shadow: 0px 0px 16px 4px rgba(102, 102, 102, 0.08);
    overflow: hidden;
    border-radius: 16px;
    display: flex !important;
    flex-direction: row !important;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid var(--Colors-Gray-Lighter, #E6E6E6);
    justify-content: flex-start !important;
    align-items: stretch !important;
    gap: 0 !important;
    position: relative;
    flex: none !important;
    width: 100%;
    min-height: 240px !important;
}

    .map-property-card:hover {
        transform: translateY(-4px);
        box-shadow: 0px 8px 24px 8px rgba(106, 93, 139, 0.15);
        border-color: var(--Primary-500, #6A5D8B);
    }

    /* Override featured-property-card styles for map view */
    .map-property-card.featured-property-card {
        flex-direction: row !important;
        padding: 0 !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
        gap: 0 !important;
    }

[dir="rtl"] .map-property-card.featured-property-card {
    flex-direction: row-reverse !important;
}

[dir="ltr"] .map-property-card.featured-property-card {
    flex-direction: row !important;
}

.map-property-image-wrapper {
    position: relative;
    width: 246px;
    height: 246px;
    flex-shrink: 0;
    align-self: flex-start;
    width: 100%;
}

.map-property-image {
    width: 100% !important;
    height: 100% !important;
    min-height: 240px !important;
    object-fit: cover !important;
    object-position: center !important;
    transition: transform 0.3s ease;
    display: block;
}

.map-property-card:hover .map-property-image {
    transform: scale(1.05);
}

.map-property-info {
    padding: 16px;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 8px;
    display: flex !important;
    flex: 1;
    min-width: 0;
}

[dir="rtl"] .map-property-info {
    align-items: flex-end !important;
}

[dir="ltr"] .map-property-info {
    align-items: flex-start !important;
}

/* Override featured-property-info styles for map view */
.map-property-card .map-property-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 8px !important;
}

[dir="rtl"] .map-property-card .map-property-info {
    align-items: flex-end !important;
}

[dir="ltr"] .map-property-card .map-property-info {
    align-items: flex-start !important;
}

.map-property-title {
    width: 100%;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    text-align: right;
    color: var(--Colors-Gray-Darkest, #111111);
    font-size: 16px;
    font-family: IBM Plex Sans Arabic;
    font-weight: 700;
    word-wrap: break-word;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 4px;
    display: block;
}

[dir="rtl"] .map-property-title {
    text-align: right;
}

[dir="ltr"] .map-property-title {
    text-align: left;
}

.map-property-amenities {
    align-self: stretch;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 8px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100%;
    margin-top: 4px !important;
}

[dir="rtl"] .map-property-amenities {
    justify-content: flex-end;
}

[dir="ltr"] .map-property-amenities {
    justify-content: flex-start;
}

/* Override featured-property-amenities styles for map view */
.map-property-card .map-property-amenities {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    align-content: flex-start !important;
    flex-wrap: wrap !important;
}

[dir="rtl"] .map-property-card .map-property-amenities {
    justify-content: flex-end !important;
    align-items: flex-start !important;
    align-content: flex-start !important;
}

[dir="ltr"] .map-property-card .map-property-amenities {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    align-content: flex-start !important;
}

.map-property-location-wrapper {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-top: 4px;
}

[dir="rtl"] .map-property-location-wrapper {
    flex-direction: row-reverse;
}

[dir="ltr"] .map-property-location-wrapper {
    flex-direction: row;
}

.map-property-price-wrapper {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    width: 100%;
}

[dir="rtl"] .map-property-price-wrapper {
    flex-direction: row-reverse;
}

[dir="ltr"] .map-property-price-wrapper {
    flex-direction: row;
}

/* Ensure featured-amenity-badge works correctly in map view */
.map-property-card .featured-amenity-badge {
    display: flex !important;
    flex-shrink: 0 !important;
    align-items: center !important;
    justify-content: flex-start !important;
    align-self: flex-start !important;
    margin: 0 !important;
}

.map-property-card .featured-amenity-text {
    white-space: nowrap;
    color: var(--Colors-Gray-Darkest, #111111) !important;
}

/* Override icon colors to white in map view badges */
.map-property-card .featured-amenity-icon svg path {
    stroke: var(--Colors-Gray-White, white) !important;
}

.map-property-card .featured-investment-icon svg path {
    stroke: var(--Colors-Gray-White, white) !important;
}

/* Override featured-property-location for map view */
.map-property-card .map-property-location-wrapper {
    display: flex !important;
    width: 100%;
    align-items: center;
}

.map-property-card .featured-location-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.map-property-card .featured-location-text {
    flex: 1;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.map-property-card .featured-property-price {
    display: flex !important;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.map-property-card .featured-price-amount {
    display: inline-block;
}

/* Investment badge styling for map view */
.map-property-card .featured-investment-badge {
    align-self: stretch;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--Primary-100, #D4CCE8);
    border-radius: 12px;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
    margin-top: 8px;
}

[dir="rtl"] .map-property-card .featured-investment-badge {
    justify-content: flex-start;
}

[dir="ltr"] .map-property-card .featured-investment-badge {
    justify-content: flex-start;
}

.map-property-card .featured-investment-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.map-property-card .featured-investment-text {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    text-align: right;
    color: var(--Colors-Gray-White, #FFFFFF);
    font-size: 14px;
    font-family: IBM Plex Sans Arabic;
    font-weight: 700;
    word-wrap: break-word;
    white-space: nowrap;
}

[dir="rtl"] .map-property-card .featured-investment-text {
    text-align: right;
}

[dir="ltr"] .map-property-card .featured-investment-text {
    text-align: left;
}

/* Widescreen (1440px and above) */
@@media (min-width: 1440px) {
    .properties-page {
        padding: 24px 156px;
    }

    .properties-grid {
        gap: 32px;
    }

    .pagination-container {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .pagination-info-container {
        flex: 0 1 auto;
        min-width: 0;
    }

    .pagination-controls {
        flex: 0 0 auto;
        flex-wrap: nowrap;
    }
}

@@media (min-width: 1090px) {

    .map-property-card-vertical {
        flex: 0 1 calc(50% - 12px);
        padding: 24px;
        position: relative;
        background: var(--Colors-Gray-White, white);
        box-shadow: 0px 0px 32px 8px rgba(102, 102, 102, 0.08);
        overflow: visible;
        border-radius: 24px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 16px;
        display: flex;
        min-width: 200px;
        max-width: calc(50% - 12px);
    }
}

/* Desktop (1024px - 1439px) */
@@media (min-width: 1090px) and (max-width: 1439px) {
    .properties-page {
        padding: 24px 80px;
    }

    .title-section-container {
        flex-wrap: wrap;
        gap: 16px;
    }

    .title-section-main-title {
        font-size: 28px;
        text-align: right !important;
    }

    .property-row-container {
        flex-wrap: wrap;
    }

    .property-card-vertical {
        flex: 0 1 calc(50% - 12px);
        min-width: 500px;
        max-width: calc(50% - 12px);
    }

    .pagination-container {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .pagination-info-container {
        flex: 0 1 auto;
        min-width: 0;
    }

    .pagination-controls {
        flex: 0 0 auto;
        flex-wrap: nowrap;
    }
}

/* Tablet / iPad (768px - 1023px) */
@@media (min-width: 768px) and (max-width: 1080px) {
    .properties-page {
        padding: 24px 40px;
        gap: 24px;
    }

    .properties-filters-header {
        flex-wrap: wrap;
        gap: 12px;
    }

    .filter-field {
        min-width: 200px;
        flex: 1 1 calc(33.333% - 8px);
        height: 56px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .filter-search-btn {
        width: 56px;
        height: 56px;
        flex: 0 0 56px;
    }

    .title-section-container {
        flex-wrap: wrap;
        gap: 16px;
    }

    .title-section-main-title {
        font-size: 28px;
        flex: 1 1 100%;
        text-align: right !important;
    }

    .title-section-filter-field {
        height: 56px;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 14px;
    }

    .title-section-switchers {
        padding: 6px;
        gap: 6px;
    }

    .title-section-switcher-item {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .title-section-switcher-text {
        font-size: 14px;
    }

    .property-row-container {
        flex-direction: column;
        gap: 16px;
    }

    .property-card-vertical {
        width: 100%;
    }

    .property-frame-container {
        flex-direction: column;
        align-items: stretch;
    }

    .property-image-wrapper {
        width: 100%;
        height: 300px;
    }

    .property-info-container {
        width: 100%;
    }

    .featured-property-image {
        width: 100%;
        height: 300px;
    }

    .pagination-container {
        flex-wrap: nowrap;
        padding: 12px 16px;
        gap: 10px;
    }

    .pagination-info-container {
        flex: 0 1 auto;
        justify-content: flex-start;
        min-width: 0;
    }

    .pagination-info-text {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pagination-controls {
        flex: 0 0 auto;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .pagination-item-text,
    .pagination-item-text-active {
        font-size: 11px;
    }
}

/* Mobile (up to 767px) */
@@media (max-width: 1080px) {

    [dir="ltr"] .featured-coown-badge-full-width {
        margin-left: 0%;
        margin-right: 0;
    }

    .featured-coown-badge-full-width {
        width: 100% !important;
    }

    .properties-sidebar {
        display: none !important;
    }

    .map-container {
        flex: 0 !important;
    }

    .properties-page {
        padding: 24px 20px;
        gap: 40px;
    }

    [dir="rtl"] .progress-bar-inline {
        right: 0%;
        top: 4%;
    }

    [dir="ltr"] .progress-bar-inline {
        left: -119%;
        top: 4%;
    }

    .properties-filters-header {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .filter-field {
        width: 100%;
        height: 56px;
        padding-left: 12px;
        padding-right: 12px;
        gap: 0;
    }

    [dir="rtl"] .filter-field {
        gap: 0;
    }

    [dir="ltr"] .filter-field {
        gap: 0;
    }

    .filter-field-content {
        gap: 6px;
    }

    .filter-field-text {
        font-size: 14px;
    }

    .filter-search-btn {
        width: 100%;
        height: 56px;
    }

    .title-section-container {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .title-section-main-title {
        font-size: 24px;
        text-align: center;
        width: 100%;
    }

    [dir="rtl"] .title-section-main-title {
        text-align: center;
    }

    [dir="ltr"] .title-section-main-title {
        text-align: center;
    }

    .title-section-filter-field {
        width: 100%;
        height: 56px;
        padding-left: 12px;
        padding-right: 12px;
        justify-content: space-between;
    }

    .title-section-filter-text {
        font-size: 14px;
    }

    .title-section-switchers {
        width: 100%;
        justify-content: space-between;
        padding: 6px;
    }

    .title-section-switcher-item {
        flex: 1;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .title-section-switcher-text {
        font-size: 14px;
    }

    .map-properties-container {
        flex-direction: column;
    }

    .map-container {
        width: 100%;
        min-height: 400px;
    }

    .properties-sidebar {
        width: 100%;
        border-left: none;
        border-right: none;
        border-top: 1px solid var(--Colors-Gray-Lighter, #E6E6E6);
        max-height: none;
    }

    [dir="rtl"] .properties-sidebar {
        border-right: none;
        border-top: 1px solid var(--Colors-Gray-Lighter, #E6E6E6);
    }

    .sidebar-title {
        padding: 16px;
        font-size: 20px;
    }

    .properties-list {
        padding: 16px;
        gap: 12px;
    }



    .map-property-image {
        min-height: 180px;
    }

    .map-property-info {
        padding: 12px;
    }

    .property-row-container {
        flex-direction: column !important;
        flex-wrap: wrap !important;
        gap: clamp(12px, 2vw, 20px) !important;
        width: 100%;
        overflow-x: visible !important;
        overflow-y: visible !important;
    }

    .property-card-vertical {
        min-width: 100% !important;
        max-width: 100% !important;
        flex: 1 1 100% !important;
        padding: 24px;
        margin: 0;
        display: flex;
        flex-direction: column;
        min-height: 650px !important;
        overflow: visible !important;
    }

    .property-frame-container {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 24px;
        display: flex;
    }

    .property-image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        height: 280px;
        align-self: stretch;
        flex-shrink: 0;
        display: block;
        position: relative;
    }

    .property-image-fixed {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 16px;
        display: block;
    }

    .property-info-container {
        width: 100% !important;
        max-width: 100% !important;
        align-items: flex-start;
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    [dir="rtl"] .property-info-container {
        align-items: flex-start;
    }

    [dir="ltr"] .property-info-container {
        align-items: flex-start;
    }

    .property-title-inline {
        font-size: 18px;
        width: 100%;
        display: block;
        margin: 0 0 4px 0;
        line-height: 1.4;
        min-height: 25px;
    }

    [dir="rtl"] .property-title-inline {
        text-align: right !important;
    }

    [dir="ltr"] .property-title-inline {
        text-align: left !important;
    }

    .featured-property-amenities {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 8px;
        display: flex;
        margin: 4px 0;
    }

    .featured-amenity-badge {
        flex-shrink: 0;
        min-width: auto;
        display: flex;
        min-height: 32px;
    }

    .featured-amenity-text {
        font-size: 14px;
        white-space: nowrap;
    }

    .featured-property-location {
        width: 100%;
        flex-wrap: nowrap;
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 4px 0;
        min-height: 28px;
    }

    .featured-location-icon {
        flex-shrink: 0;
    }

    .featured-location-text {
        font-size: 14px;
        line-height: 1.4;
        flex: 1;
        word-wrap: break-word;
    }

    .featured-property-price {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: 4px 0;
        min-height: 32px;
    }

    .featured-price-amount {
        font-size: 24px;
        display: block;
    }

    .featured-investment-badge {
        width: 100% !important;
        max-width: 100% !important;
        align-self: stretch !important;
        display: flex !important;
        margin: 4px 0;
        min-height: 40px;
        box-sizing: border-box;
    }

    .featured-investment-text {
        font-size: 14px;
    }

    .completion-badge-inline {
        width: 100%;
        margin-top: 12px;
        display: flex;
        min-height: 44px;
    }

    .completion-text-inline {
        font-size: 14px;
    }

    .share-badge-absolute {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
        display: flex;
    }

    .share-badge-text {
        font-size: 13px;
    }

    .featured-property-card {
        flex-direction: column;
        padding: 20px;
    }

    .featured-property-image {
        width: 100%;
        height: 250px;
    }

    .featured-property-title {
        font-size: 18px;
    }

    .featured-price-amount {
        font-size: 24px;
    }

    .featured-amenity-text {
        font-size: 14px;
    }

    .featured-location-text {
        font-size: 14px;
    }

    .featured-investment-text {
        font-size: 14px;
    }

    .completion-text-inline {
        font-size: 14px;
    }

    .pagination-container {
        flex-direction: row;
        height: auto;
        padding: 8px 12px;
        gap: 8px;
        min-height: auto;
        box-sizing: border-box;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

        .pagination-container::-webkit-scrollbar {
            display: none;
        }

    .pagination-container {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .pagination-info-container {
        flex: 0 0 auto;
        justify-content: flex-start;
        min-width: 0;
    }

    .pagination-info-text {
        font-size: 11px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        flex: 0 0 auto;
    }

    [dir="rtl"] .pagination-info-text {
        text-align: right;
    }

    [dir="ltr"] .pagination-info-text {
        text-align: left;
    }

    .pagination-controls {
        flex: 0 0 auto;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        gap: 4px;
        height: auto;
        min-height: 28px;
    }

    .pagination-item,
    .pagination-item-active {
        width: 26px;
        height: 26px;
        min-width: 26px;
        flex-shrink: 0;
    }

    .pagination-item-text,
    .pagination-item-text-active {
        font-size: 11px;
    }

    .pagination-arrow-wrapper {
        width: 26px;
        height: 26px;
        min-width: 26px;
    }

    .pagination-arrow-wrapper {
        width: 28px;
        height: 28px;
        min-width: 28px;
        flex-shrink: 0;
    }

        .pagination-arrow-wrapper svg {
            width: 16px;
            height: 16px;
        }

    .slider-controls {
        flex-direction: row;
        gap: 16px;
        width: auto;
    }

    .slider-btn {
        width: 52px;
        height: 52px;
    }

        .slider-btn svg {
            width: 28px;
            height: 28px;
        }

    .filter-popup {
        width: calc(100vw - 40px) !important;
        max-width: 90vw !important;
        left: 20px !important;
        right: 20px !important;
    }

    [dir="rtl"] .filter-popup {
        right: 20px !important;
        left: 20px !important;
    }

    [dir="ltr"] .filter-popup {
        left: 20px !important;
        right: 20px !important;
    }
}

/* Small mobile (up to 480px) */
@@media (max-width: 480px) {
    .properties-page {
        padding: 24px 16px;
        gap: 32px;
    }

    .properties-filters-header {
        gap: 10px;
    }

    .filter-field {
        height: 48px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .filter-field-text {
        font-size: 13px;
    }

    .filter-search-btn {
        height: 48px;
    }

    .filter-btn {
        padding: 10px 16px;
        font-size: 14px;
    }

    .title-section-main-title {
        font-size: 20px;
        text-align: right !important;
    }

    .title-section-filter-field {
        height: 48px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .title-section-filter-text {
        font-size: 13px;
    }

    .title-section-switcher-item {
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .title-section-switcher-text {
        font-size: 13px;
    }

    .property-row-container {
        gap: clamp(12px, 2vw, 20px) !important;
    }

    .property-card-vertical {
        padding: 20px !important;
        gap: 24px !important;
        min-height: 620px !important;
        overflow: visible !important;
    }

    .property-frame-container {
        gap: 20px;
    }

    .property-image-wrapper {
        height: 240px;
    }

    .property-image-fixed {
        border-radius: 12px;
    }

    .property-title-inline {
        font-size: 18px !important;
        line-height: 1.3;
    }

    [dir="rtl"] .property-title-inline {
        text-align: right !important;
    }

    [dir="ltr"] .property-title-inline {
        text-align: left !important;
    }

    .property-info-container {
        gap: 16px;
    }

    .featured-amenity-text {
        font-size: 13px !important;
    }

    .featured-location-text {
        font-size: 13px;
    }

    .featured-price-amount {
        font-size: 22px !important;
    }

    .featured-investment-text {
        font-size: 13px;
    }

    .completion-text-inline {
        font-size: 13px;
    }

    .slider-controls {
        flex-direction: row;
        gap: 12px;
    }

    .slider-btn {
        width: 48px;
        height: 48px;
    }

        .slider-btn svg {
            width: 24px;
            height: 24px;
        }

    .featured-amenity-text {
        font-size: 12px;
    }

    .featured-location-text {
        font-size: 13px;
    }

    .featured-price-amount {
        font-size: 20px;
    }

    .featured-investment-text {
        font-size: 13px;
    }

    .completion-text-inline {
        font-size: 13px;
    }

    .featured-property-image {
        height: 200px;
    }

    .featured-property-title {
        font-size: 16px;
    }

    .featured-price-amount {
        font-size: 20px;
    }

    .featured-amenity-badge {
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    [dir="ltr"] .featured-amenity-badge {
        padding-left: 3px;
        padding-right: 3px;
    }

    .featured-amenity-text {
        font-size: 13px;
    }

    .featured-location-text {
        font-size: 13px;
    }

    .featured-investment-text {
        font-size: 13px;
    }

    .completion-badge-inline {
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .completion-text-inline {
        font-size: 13px;
    }

    .pagination-container {
        padding: 8px 10px;
        gap: 6px;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .pagination-info-container {
        flex: 0 0 auto;
        min-width: 0;
    }

    .pagination-info-text {
        font-size: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pagination-controls {
        gap: 3px;
        flex: 0 0 auto;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .pagination-item,
    .pagination-item-active {
        width: 26px;
        height: 26px;
        min-width: 26px;
        flex-shrink: 0;
    }

    .pagination-item-text,
    .pagination-item-text-active {
        font-size: 11px;
    }

    .pagination-arrow-wrapper {
        width: 26px;
        height: 26px;
        min-width: 26px;
        flex-shrink: 0;
    }

        .pagination-arrow-wrapper svg {
            width: 14px;
            height: 14px;
        }

    .filter-popup {
        width: calc(100vw - 32px) !important;
        left: 16px !important;
        right: 16px !important;
    }

    [dir="rtl"] .filter-popup {
        right: 16px !important;
        left: 16px !important;
    }

    [dir="ltr"] .filter-popup {
        left: 16px !important;
        right: 16px !important;
    }

    .filter-popup-section-wrapper {
        padding: 16px 12px;
    }

    .filter-popup-section-title {
        font-size: 14px;
    }

    .filter-popup-chip {
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .filter-popup-chip-text {
        font-size: 13px;
    }

    .filter-popup-action-button {
        height: 44px;
        font-size: 14px;
    }
}

/* Featured Properties Row Styles */
.featured-row {
    align-self: stretch;
    justify-content: center;
    align-items: center;
    gap: 24px;
    display: inline-flex;
    width: 100%;
    margin-bottom: 24px;
}

.featured-property-card {
    flex: 1 1 0;
    padding: 24px;
    background: var(--Colors-Gray-White, white);
    box-shadow: 0px 0px 32px 8px rgba(102, 102, 102, 0.08);
    overflow: hidden;
    border-radius: 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    display: flex;
    position: relative;
    flex-direction: row;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .featured-property-card:hover {
        transform: translateY(-4px);
        box-shadow: 0px 8px 40px 12px rgba(106, 93, 139, 0.15);
    }

[dir="rtl"] .featured-property-card {
    flex-direction: row-reverse;
}

[dir="ltr"] .featured-property-card {
    flex-direction: row;
}

.featured-property-info {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 16px;
    display: inline-flex;
}

[dir="rtl"] .featured-property-info {
    align-items: flex-end;
}

[dir="ltr"] .featured-property-info {
    align-items: flex-start;
}

.featured-property-title {
    align-self: stretch;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    text-align: right;
    color: var(--Colors-Gray-Darkest, #111111);
    font-size: 20px;
    font-family: IBM Plex Sans Arabic;
    font-weight: 700;
    word-wrap: break-word;
    margin: 0;
}

[dir="rtl"] .featured-property-title {
    text-align: right;
}

[dir="ltr"] .featured-property-title {
    text-align: left;
}

.featured-property-amenities {
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
    flex-wrap: wrap;
}

.featured-amenity-badge {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 9.50px;
    padding-bottom: 9.50px;
    background: var(--Primary-50, #F3F2F6);
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;
    width: 89px;
    height: 35px;
}

[dir="ltr"] .featured-amenity-badge {
    padding-left: 3px;
    padding-right: 3px;
}

.featured-amenity-badge-area {
    padding-top: 12px;
    padding-bottom: 12px;
}

.featured-amenity-badge-bath {
    width: 100px !important;
}

.featured-amenity-text {
    color: var(--Primary-500, #6A5D8B);
    text-align: right;
    leading-trim: both;
    text-edge: cap;
    font-family: "IBM Plex Sans Arabic";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

[dir="rtl"] .featured-amenity-text {
    text-align: right;
}

[dir="ltr"] .featured-amenity-text {
    text-align: left;
}

.featured-amenity-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.featured-property-location {
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
    width: 100%;
}

[dir="rtl"] .featured-property-location {
    justify-content: flex-start;
    flex-direction: row;
}

[dir="ltr"] .featured-property-location {
    justify-content: flex-start;
    /* flex-direction: row-reverse; */
}

.featured-location-text {
    color: var(--Colors-Gray-Darkest, #111);
    text-align: right;
    leading-trim: both;
    text-edge: cap;
    font-family: "IBM Plex Sans Arabic";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

[dir="rtl"] .featured-location-text {
    text-align: right;
}

[dir="ltr"] .featured-location-text {
    text-align: left;
}

.featured-location-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.featured-property-price {
    align-self: stretch;
    text-align: right;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

[dir="rtl"] .featured-property-price {
    text-align: right;
    justify-content: flex-start;
}

[dir="ltr"] .featured-property-price {
    text-align: left;
    justify-content: flex-start;
}

.featured-price-amount {
    color: var(--Colors-Gray-Darkest, #111);
    text-align: right;
    font-family: "IBM Plex Sans Arabic";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.featured-price-currency {
    color: var(--Colors-Gray-Darkest, #111111);
    font-size: 28px;
    font-family: saudi_riyal;
    font-weight: 400;
    word-wrap: break-word;
}

.featured-investment-badge {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    background: var(--Primary-50, #F3F2F6);
}

.featured-investment-text {
    color: var(--Primary-500, #6A5D8B);
    text-align: right;
    leading-trim: both;
    text-edge: cap;
    font-family: "IBM Plex Sans Arabic";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

[dir="rtl"] .featured-investment-text {
    text-align: right;
}

[dir="ltr"] .featured-investment-text {
    text-align: left;
}

.featured-investment-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.featured-property-image {
    width: 280px;
    height: 280px;
    border-radius: 24px;
    object-fit: cover;
    flex-shrink: 0;
}

.featured-image-wrapper {
    position: relative;
    flex-shrink: 0;
}

.featured-badge {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    position: absolute;
    top: 24px;
    right: 24px;
    background: rgba(0, 0, 0, 0.48);
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    display: flex;
}

[dir="rtl"] .featured-badge {
    right: 24px;
    left: auto;
}

[dir="ltr"] .featured-badge {
    left: 24px;
    right: auto;
}

.featured-badge-text {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    text-align: right;
    color: var(--Colors-Gray-White, white);
    font-size: 16px;
    font-family: IBM Plex Sans Arabic;
    font-weight: 500;
    word-wrap: break-word;
}

[dir="rtl"] .featured-badge-text {
    text-align: right;
}

[dir="ltr"] .featured-badge-text {
    text-align: left;
}

.featured-badge-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Responsive for Featured Row */
@@media (max-width: 1080px) {
    .featured-row {
        flex-direction: column;
        gap: 16px;
    }

    .featured-property-card {
        flex-direction: column;
        width: 100%;
    }

    .featured-property-image {
        width: 100%;
        height: 300px;
    }

    .featured-badge {
        top: 16px;
        right: 16px;
    }

    [dir="ltr"] .featured-badge {
        left: 16px;
        right: auto;
    }
}

@@media (max-width: 1080px) {
    .featured-row {
        gap: 12px;
    }

    .featured-property-image {
        height: 250px;
    }

    .featured-badge {
        top: 12px;
        right: 12px;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    [dir="ltr"] .featured-badge {
        left: 12px;
        right: auto;
    }

    .featured-badge-text {
        font-size: 14px;
    }
}

@@media (max-width: 480px) {
    .featured-property-image {
        height: 200px;
    }

    .featured-badge {
        top: 10px;
        right: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    [dir="ltr"] .featured-badge {
        left: 10px;
        right: auto;
    }

    .featured-badge-text {
        font-size: 13px;
    }
}

/* Pagination Styles */
.pagination-container {
    align-self: stretch;
    height: 48px;
    padding-left: 20px;
    padding-right: 20px;
    background: var(--Colors-Gray-White, white);
    box-shadow: 0px 0px 32px 8px rgba(102, 102, 102, 0.08);
    border-radius: 12px;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    box-sizing: border-box;
}

/* Slider Navigation Styles */
.slider-navigation {
    margin-top: 24px;
}

.slider-controls {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.slider-btn {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--Colors-Gray-White, white);
    border: 2px solid var(--Primary-500, #6A5D8B);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    box-shadow: 0 2px 8px rgba(106, 93, 139, 0.15);
}

    .slider-btn:hover {
        background: var(--Primary-50, #F3F2F6);
        border-color: var(--Primary-600, #5A4D7B);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(106, 93, 139, 0.25);
    }

    .slider-btn:active {
        transform: translateY(0);
        box-shadow: 0 2px 6px rgba(106, 93, 139, 0.2);
    }

    .slider-btn:disabled {
        opacity: 0.4;
        cursor: not-allowed;
        pointer-events: none;
        border-color: var(--Colors-Gray-Lighter, #E6E6E6);
    }

    .slider-btn svg {
        width: 24px;
        height: 24px;
    }

.pagination-info-container {
    flex: 0 1 auto;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
    min-width: 0;
}

[dir="rtl"] .pagination-info-container {
    justify-content: flex-start;
}

[dir="ltr"] .pagination-info-container {
    justify-content: flex-end;
}

.pagination-info-text {
    flex: 0 0 auto;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    text-align: right;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    color: var(--Colors-Gray-Darkest, #111111);
    font-size: 13px;
    font-family: IBM Plex Sans Arabic;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

[dir="rtl"] .pagination-info-text {
    text-align: right;
}

[dir="ltr"] .pagination-info-text {
    text-align: left;
}

.pagination-controls {
    height: 26px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    display: flex;
    flex-wrap: nowrap;
    flex: 0 0 auto;
}

.pagination-arrow-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex-shrink: 0;
    min-width: 26px;
    width: 26px;
    height: 26px;
}

    .pagination-arrow-wrapper svg {
        width: 16px;
        height: 16px;
    }

    .pagination-arrow-wrapper:hover {
        opacity: 0.8;
    }

.pagination-item {
    width: 26px;
    height: 26px;
    overflow: hidden;
    border-radius: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    text-decoration: none;
    transition: background-color 0.2s;
    flex-shrink: 0;
    min-width: 26px;
}

    .pagination-item:hover {
        background-color: var(--Primary-50, #F3F2F6);
    }

.pagination-item-active {
    width: 26px;
    height: 26px;
    background: var(--Primary-500, #6A5D8B);
    overflow: hidden;
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    min-width: 26px;
}

.pagination-item-text {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    text-align: center;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    color: var(--Colors-Gray-Dark, #666666);
    font-size: 12px;
    font-family: IBM Plex Sans Arabic;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
}

.pagination-item-text-active {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    text-align: center;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    color: var(--Colors-Gray-White, white);
    font-size: 12px;
    font-family: IBM Plex Sans Arabic;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
}

.pagination-item-text-ellipsis {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    text-align: center;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    color: var(--Colors-Gray-Dark, #666666);
    font-size: 12px;
    font-family: IBM Plex Sans Arabic;
    font-weight: 500;
    letter-spacing: 2px;
    white-space: nowrap;
    overflow: hidden;
}

/* Completion Status Badge Styles */
.completion-status-badge {
    align-self: stretch;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    background: var(--Primary-50, #F3F2F6);
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
    overflow: hidden;
}

.completion-progress-bar {
    height: 100%;
    top: 0px;
    position: absolute;
    opacity: 0.24;
    background: var(--Primary-500, #6A5D8B);
}

.completion-status-badge[data-percentage="40"] .completion-progress-bar {
    width: 40%;
}

.completion-status-badge[data-percentage="90"] .completion-progress-bar {
    width: 90%;
}

[dir="rtl"] .completion-progress-bar {
    right: 0;
    left: auto;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

[dir="ltr"] .completion-progress-bar {
    left: 0;
    right: auto;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.completion-status-text {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    text-align: right;
    color: var(--Primary-500, #6A5D8B);
    font-size: 16px;
    font-family: IBM Plex Sans Arabic;
    font-weight: 700;
    word-wrap: break-word;
    position: relative;
    z-index: 1;
}

[dir="rtl"] .completion-status-text {
    text-align: right;
}

[dir="ltr"] .completion-status-text {
    text-align: left;
}

.completion-status-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 1;
}

/* Filter Popup Styles */
.filter-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9998;
    display: none;
}

    .filter-popup-overlay.show {
        display: block;
    }

.filter-popup {
    position: fixed !important;
    width: 270px !important;
    max-width: 90vw !important;
    max-height: 80vh !important;
    overflow-y: auto !important;
    background: var(--Colors-Gray-White, white) !important;
    border-radius: 16px !important;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.12) !important;
    padding: 0 !important;
    z-index: 9999 !important;
    display: none !important;
    flex-direction: column !important;
    gap: 0 !important;
}

[dir="ltr"] .filter-popup {
    max-height: 90vh !important;
}

.filter-popup.show {
    display: flex !important;
}

.filter-popup > .Filter {
    position: relative !important;
    width: 100% !important;
    left: auto !important;
    top: auto !important;
}

/* Filter Popup Content Styles */
.filter-popup-content-wrapper {
    width: 100%;
    position: relative;
    background: var(--Colors-Gray-White, white);
    overflow: hidden;
    border-radius: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.filter-popup-section-wrapper {
    align-self: stretch;
    padding-top: 24px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 1px var(--Colors-Gray-Lighter, #E6E6E6) solid;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    display: flex;
}

.filter-popup-section-title {
    align-self: stretch;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    text-align: right;
    color: var(--Colors-Gray-Darker, #333333);
    font-size: 16px;
    font-family: IBM Plex Sans Arabic;
    font-weight: 700;
    word-wrap: break-word;
}

[dir="rtl"] .filter-popup-section-title {
    text-align: right;
}

[dir="ltr"] .filter-popup-section-title {
    text-align: left;
}

.filter-popup-input-container {
    align-self: stretch;
    padding: 16px;
    background: var(--Colors-Gray-White, white);
    overflow: hidden;
    border-radius: 12px;
    outline: 1px var(--Colors-Gray-Lighter, #E6E6E6) solid;
    outline-offset: -1px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}

.filter-popup-input-icon-wrapper {
    position: relative;
}

.filter-popup-input-placeholder {
    flex: 1 1 0;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    /* text-align: right; */
    /* justify-content: center; */
    display: flex;
    flex-direction: column;
    color: var(--Colors-Gray-Default, #999999);
    font-size: 16px;
    font-family: IBM Plex Sans Arabic;
    font-weight: 500;
    word-wrap: break-word;
}

[dir="rtl"] .filter-popup-input-placeholder {
    text-align: right;
    /* justify-content: flex-end; */
}

[dir="ltr"] .filter-popup-input-placeholder {
    text-align: left;
}

.filter-popup-chips-container {
    align-self: stretch;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
}

[dir="rtl"] .filter-popup-chips-container {
    justify-content: flex-start;
}

[dir="ltr"] .filter-popup-chips-container {
    justify-content: flex-start;
}

.filter-popup-chip {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 34px;
    outline: 1px var(--Colors-Gray-Lighter, #E6E6E6) solid;
    outline-offset: -1px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease;
    background: var(--Colors-Gray-White, white);
}

    .filter-popup-chip:hover {
        outline-color: var(--Primary-500, #6A5D8B);
    }

.filter-popup-chip-active {
    background: var(--Primary-50, #F3F2F6);
    outline: 1px var(--Primary-500, #6A5D8B) solid;
}

.filter-popup-chip-text {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    text-align: right;
    color: var(--Colors-Gray-Default, #999999);
    font-size: 14px;
    font-family: IBM Plex Sans Arabic;
    font-weight: 500;
    word-wrap: break-word;
}

[dir="rtl"] .filter-popup-chip-text {
    text-align: right;
}

[dir="ltr"] .filter-popup-chip-text {
    text-align: left;
}

.filter-popup-chip-text-active {
    color: var(--Primary-500, #6A5D8B);
}

.filter-popup-price-container {
    align-self: stretch;
    justify-content: center;
    align-items: center;
    gap: 16px;
    display: inline-flex;
}

.filter-popup-price-field {
    flex: 1 1 0;
    padding: 16px;
    background: var(--Colors-Gray-White, white);
    overflow: hidden;
    border-radius: 12px;
    outline: 1px var(--Colors-Gray-Lighter, #E6E6E6) solid;
    outline-offset: -1px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;
}

.filter-popup-actions-container {
    align-self: stretch;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}

.filter-popup-action-button {
    flex: 1 1 0;
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.filter-popup-action-button-cancel {
    background: var(--Primary-50, #F3F2F6);
    outline: 1px var(--Primary-500, #6A5D8B) solid;
    outline-offset: -1px;
}

    .filter-popup-action-button-cancel:hover {
        background: var(--Primary-100, #E6E3ED);
    }

.filter-popup-action-button-apply {
    background: var(--Primary-500, #6A5D8B);
}

    .filter-popup-action-button-apply:hover {
        background: var(--Primary-600, #5A4D7B);
    }

.filter-popup-action-button-text {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    text-align: right;
    font-size: 16px;
    font-family: IBM Plex Sans Arabic;
    font-weight: 700;
    word-wrap: break-word;
}

[dir="rtl"] .filter-popup-action-button-text {
    text-align: right;
}

[dir="ltr"] .filter-popup-action-button-text {
    text-align: left;
}

.filter-popup-action-button-text-cancel {
    color: var(--Primary-500, #6A5D8B);
}

.filter-popup-action-button-text-apply {
    color: var(--Colors-Gray-White, white);
}

.filter-popup-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.filter-popup-section-title {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    text-align: right;
    color: var(--Colors-Gray-Darkest, #111111);
    font-size: 16px;
    font-family: IBM Plex Sans Arabic;
    font-weight: 700;
    word-wrap: break-word;
}

[dir="rtl"] .filter-popup-section-title {
    text-align: right;
}

[dir="ltr"] .filter-popup-section-title {
    text-align: left;
}

.filter-popup-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.filter-popup-input {
    width: 100%;
    height: 48px;
    padding-left: 16px;
    padding-right: 48px;
    background: var(--Colors-Gray-White, white);
    border-radius: 12px;
    outline: 1px var(--Colors-Gray-Lighter, #E6E6E6) solid;
    outline-offset: -1px;
    border: none;
    color: var(--Colors-Gray-Darkest, #111111);
    font-size: 16px;
    font-family: IBM Plex Sans Arabic;
    font-weight: 500;
    text-align: right;
}

[dir="rtl"] .filter-popup-input {
    text-align: right;
}

[dir="ltr"] .filter-popup-input {
    text-align: left;
}

.filter-popup-input:focus {
    outline-color: var(--Primary-500, #6A5D8B);
}

.filter-popup-input-icon {
    position: absolute;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

[dir="rtl"] .filter-popup-input-icon {
    right: 16px;
    left: auto;
}

[dir="ltr"] .filter-popup-input-icon {
    left: 16px;
    right: auto;
}

.filter-popup-buttons-group {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.filter-popup-button {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--Colors-Gray-White, white);
    border-radius: 12px;
    outline: 1px var(--Colors-Gray-Lighter, #E6E6E6) solid;
    outline-offset: -1px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    text-align: center;
    color: var(--Colors-Gray-Darkest, #111111);
    font-size: 14px;
    font-family: IBM Plex Sans Arabic;
    font-weight: 500;
    word-wrap: break-word;
}

    .filter-popup-button:hover {
        outline-color: var(--Primary-500, #6A5D8B);
    }

    .filter-popup-button.active {
        background: var(--Primary-500, #6A5D8B);
        color: var(--Colors-Gray-White, white);
        outline-color: var(--Primary-500, #6A5D8B);
    }

.filter-popup-price-inputs {
    display: flex;
    gap: 12px;
}

.filter-popup-price-input {
    flex: 1;
    position: relative;
}


.filter-popup-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    padding-top: 8px;
    border-top: 1px solid var(--Colors-Gray-Lighter, #E6E6E6);
}

[dir="rtl"] .filter-popup-actions {
    flex-direction: row-reverse;
}

[dir="ltr"] .filter-popup-actions {
    flex-direction: row;
}

.filter-popup-action-btn {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    text-align: center;
    font-size: 16px;
    font-family: IBM Plex Sans Arabic;
    font-weight: 700;
    word-wrap: break-word;
}

.filter-popup-action-btn-cancel {
    background: var(--Primary-50, #F3F2F6);
    color: var(--Primary-500, #6A5D8B);
}

    .filter-popup-action-btn-cancel:hover {
        background: var(--Primary-100, #E6E3ED);
    }

.filter-popup-action-btn-apply {
    background: var(--Primary-500, #6A5D8B);
    color: var(--Colors-Gray-White, white);
}

    .filter-popup-action-btn-apply:hover {
        background: var(--Primary-600, #5A4D7B);
    }

/* Utility Classes */
.cursor-pointer {
    cursor: pointer;
}

.position-relative {
    position: relative;
}

/* Property Row Container */
.property-row-container {
    align-self: stretch;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

/* Responsive adjustments for property cards */
@@media (max-width: 1080px) {
    .share-badge-absolute {
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    [dir="rtl"] .share-badge-absolute {
        right: 12px;
        top: 12px;
    }

    [dir="ltr"] .share-badge-absolute {
        left: 12px;
        top: 12px;
    }

    .share-badge-text {
        font-size: 14px;
    }
}

@@media (max-width: 1080px) {
    .share-badge-absolute {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    [dir="rtl"] .share-badge-absolute {
        right: 10px;
        top: 10px;
    }

    [dir="ltr"] .share-badge-absolute {
        left: 10px;
        top: 10px;
    }

    .share-badge-text {
        font-size: 13px;
    }
}

/* Property Card Vertical */
.property-card-vertical {
    flex: 0 1 calc(50% - 12px);
    padding: 24px;
    position: relative;
    background: var(--Colors-Gray-White, white);
    box-shadow: 0px 0px 32px 8px rgba(102, 102, 102, 0.08);
    overflow: visible;
    border-radius: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 16px;
    display: flex;
    min-width: 500px;
    max-width: calc(50% - 12px);
}

    .property-card-vertical:hover {
        transform: translateY(-4px);
        box-shadow: 0px 8px 40px 12px rgba(106, 93, 139, 0.15);
    }

/* Property Frame Container */
.property-frame-container {
    align-self: stretch;
    justify-content: flex-start;
    align-items: stretch;
    gap: 16px;
    display: flex;
    width: 100%;
}

.map-property-frame-container {
    align-self: stretch;
    justify-content: flex-start;
    align-items: stretch;
    gap: 16px;
    display: flex;
    width: 100%;
    flex-direction: column;
}
/* Property Image Wrapper */
.property-image-wrapper {
    position: relative;
    width: 246px;
    height: 246px;
    flex-shrink: 0;
    align-self: flex-start;
}



/* Property Image Fixed */
.property-image-fixed {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
    display: block;
}

/* Property Info Container */
.property-info-container {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 16px;
    display: flex;
    width: 100%;
    min-width: 0;
}

[dir="rtl"] .property-info-container {
    align-items: flex-end;
}

[dir="ltr"] .property-info-container {
    align-items: flex-start;
}

/* Ensure investment badge spans full width within property-info-container */
.property-info-container .featured-investment-badge {
    align-self: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}

/* Property Title Inline */
.property-title-inline {
    color: var(--Colors-Gray-Darkest, #111);
    text-align: right;
    leading-trim: both;
    text-edge: cap;
    font-family: "IBM Plex Sans Arabic";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    display: block;
}

[dir="rtl"] .property-title-inline {
    text-align: right !important;
}

[dir="ltr"] .property-title-inline {
    text-align: left !important;
}

/* Share Badge Absolute */
.share-badge-absolute {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    position: absolute;
    background: rgba(0, 0, 0, 0.48);
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    display: inline-flex;
    z-index: 10;
}

[dir="rtl"] .share-badge-absolute {
    right: 16px;
    top: 16px;
    left: auto;
}

[dir="ltr"] .share-badge-absolute {
    left: 16px;
    top: 16px;
    right: auto;
}

/* Share Badge Text */
.share-badge-text {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    text-align: right;
    color: var(--Colors-Gray-White, white);
    font-size: 16px;
    font-family: IBM Plex Sans Arabic;
    font-weight: 500;
    word-wrap: break-word;
}

[dir="rtl"] .share-badge-text {
    text-align: right;
}

[dir="ltr"] .share-badge-text {
    text-align: left;
}

/* Completion Badge Inline */
.completion-badge-inline {
    align-self: stretch;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    background: var(--Primary-50, #F3F2F6);
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
    flex-shrink: 0;
    min-width: 200px;
    max-width: 250px;
}

/* Completion Text Inline */
.completion-text-inline {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    text-align: right;
    color: var(--Primary-500, #6A5D8B);
    font-size: 16px;
    font-family: IBM Plex Sans Arabic;
    font-weight: 700;
    word-wrap: break-word;
}

[dir="rtl"] .completion-text-inline {
    text-align: right;
}

[dir="ltr"] .completion-text-inline {
    text-align: left;
}

/* Progress Bar Inline */
.progress-bar-inline {
    width: 201.60px;
    height: 40px;
    left: 302px;
    top: 0px;
    position: absolute;
    opacity: 0.24;
    background: var(--Primary-500, #6A5D8B);
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

[dir="rtl"] .progress-bar-inline {
    right: 302px;
    left: auto;
    /* right: 0%;
					top: 4%; */
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

[dir="ltr"] .progress-bar-inline {
    left: 302px;
    right: auto;
    /* left: -119%;
					top: 4%; */
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* iPhone 14 Pro Max (430px) */
@@media (max-width: 430px) {
    [dir="rtl"] .progress-bar-inline {
        right: 0%;
        top: 4%;
    }

    [dir="ltr"] .progress-bar-inline {
        left: 37%;
        top: 4%;
    }

    .pagination-container {
        height: auto;
    }
}

@@media (max-width: 480px) {
    [dir="rtl"] .progress-bar-inline {
        right: 0%;
        top: 4%;
    }

    [dir="ltr"] .progress-bar-inline {
        left: 44%;
        top: 4%;
    }

    .pagination-container {
        height: auto;
    }
}
