/* City Page Design System (RTL) */
.city-page {
            margin-top: 100px;
    --city-bg: #f4f7fb;
    --city-surface: #ffffff;
    --city-surface-soft: #fbfcfe;
    --city-text: #0f172a;
    --city-text-muted: rgba(15, 23, 42, 0.72);
    --city-border: rgba(15, 23, 42, 0.08);
    --city-radius-lg: 22px;
    --city-radius-md: 16px;
    --city-radius-sm: 12px;
    --city-shadow-soft: 0 10px 26px rgba(16, 24, 40, 0.08);
    --city-shadow-hover: 0 16px 30px rgba(16, 24, 40, 0.12);
    --city-section-gap: 56px;
    background: var(--city-bg);
    color: var(--city-text);
}

.city-page .city,
.city-page .frame-parent2,
.city-page .all-Product,
.city-page .latest-post-1,
.city-page .city-category-summary {
    width: 100%;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

/* Hero */
.city-page .city {
    margin-top: 34px;
    margin-bottom: var(--city-section-gap);
    padding: 34px 34px 30px;
    border-radius: var(--city-radius-lg);
    border: 1px solid var(--city-border);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.86)),
        radial-gradient(circle at top right, rgba(30, 34, 140, 0.11), transparent 58%);
    box-shadow: var(--city-shadow-soft);
}

.city-page .city-search {
    width: min(760px, 100%);
    margin: 0 auto 28px;
    padding: 8px;
    border-radius: 999px;
    border: 1px solid rgba(30, 34, 140, 0.14);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 22px rgba(16, 24, 40, 0.1);
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
}

.city-page .search-1-parent {
    flex: 1;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding-right: 8px;
}

.city-page .search-1-icon {
    width: 20px;
    height: 20px;
    opacity: 0.72;
}

.city-page .places-to-go {
    flex: 1;
    min-width: 0;
}

.city-page .places-to-go input {
    width: 100%;
    height: 42px;
    border: 0;
    outline: 0;
    font-size: 15px;
    color: var(--city-text);
    text-align: right;
}

.city-page .places-to-go input::placeholder {
    color: rgba(15, 23, 42, 0.52);
}

.city-page .search {
    border: 0;
    border-radius: 999px;
    background: #1a1f7a;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 11px 24px;
    cursor: pointer;
    transition: box-shadow 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.city-page .search:hover {
    background: #171b6d;
    box-shadow: 0 8px 16px rgba(26, 31, 122, 0.26);
}

.city-page .img-data {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 20px;
}

.city-page .city .data h2 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    color: rgba(15, 23, 42, 0.76);
    text-align: right;
}

.city-page .city .data h1 {
    margin: 0 0 14px;
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 800;
    line-height: 1.08;
    color: #0b1167;
    letter-spacing: -0.02em;
    text-shadow: none;
    text-align: right;
}

.city-page .city .data p {
    margin: 0;
    max-width: 760px;
    font-size: 18px;
    line-height: 1.65;
    font-weight: 500;
    color: var(--city-text-muted);
    text-align: right;
}

.city-page .img-vector img {
    width: clamp(120px, 18vw, 220px);
    height: auto;
    opacity: 0.92;
}

/* Section rhythm */
.city-page .frame-parent2,
.city-page .all-Product,
.city-page .latest-post-1,
.city-page .city-category-summary {
    margin-bottom: var(--city-section-gap);
    padding: 0 20px;
}

/* Category circles */
.city-page .category-product {
    width: 100%;
}

.city-page .category-products {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 18px;
    overflow-x: auto;
    padding: 6px 2px 10px;
    scrollbar-width: thin;
}

.city-page .category-products a {
    flex: 0 0 auto;
    text-decoration: none;
    color: inherit;
}

.city-page .category-products-cart {
    width: 124px;
    min-height: 158px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.city-page .category-products-cart img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 18px rgba(16, 24, 40, 0.12);
}

.city-page .category-products-cart h2,
.city-page .category-products-cart h3 {
    margin: 0;
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--city-text);
}

/* Shared section titles */
.city-page .section-header h2,
.city-page .places-city > h2,
.city-page .all-Product > h2,
.city-page .popular2,
.city-page .city-category-summary-title {
    margin: 0 0 20px;
    font-size: clamp(28px, 3.3vw, 36px);
    line-height: 1.22;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #111827;
    text-align: right;
}

/* Top activities */
.city-page .featured-product-city {
    margin-top: 8px;
    position: relative;
    width: 100%;
    height: auto;
    overflow: visible;
    text-align: right;
}

.city-page .featured-product-city .container-fluid {
    padding: 0;
}

.city-page .featured-product-city .product-slider {
    margin: 0 -8px;
}

.city-page .featured-product-city .slick-slide {
    padding: 8px;
}

/* Places */
.city-page .places-city {
    background: transparent;
    width: 100%;
}

.city-page .places-city-1 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 16px;
    overflow: visible;
}

.city-page .places-city-1 a {
    text-decoration: none;
    color: inherit;
}

.city-page .places-city-cart {
    margin: 0;
    width: 100%;
    height: auto;
    background: var(--city-surface);
    border: 1px solid var(--city-border);
    border-radius: var(--city-radius-md);
    box-shadow: var(--city-shadow-soft);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.city-page .places-city-cart img {
    width: 100%;
    height: 150px;
    border-radius: 0;
    object-fit: cover;
    display: block;
}

.city-page .places-city-cart h3 {
    margin: 0;
    padding: 12px;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--city-text);
}

/* Cards polish (applies top + all products) */
.city-page .frame-parent7 {
    width: 100%;
    margin: 0;
    background: var(--city-surface);
    border: 1px solid var(--city-border);
    border-radius: var(--city-radius-md);
    box-shadow: var(--city-shadow-soft);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.city-page .frame-wrapper1 {
    position: relative;
}

.city-page .frame-wrapper1 > img,
.city-page .frame-wrapper1 .overlay img {
    width: 100%;
    height: 192px;
    object-fit: cover;
    display: block;
}

.city-page .frame-wrapper1 .overlay {
    display: none;
}

.city-page .frame-wrapper1 .parent {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 20px rgba(16, 24, 40, 0.14);
}

.city-page .frame-wrapper1 .parent .b {
    font-size: 19px;
    line-height: 1.2;
    font-weight: 800;
    color: #0b1167;
}

.city-page .frame-wrapper1 .parent .div {
    font-size: 13px;
    font-weight: 600;
    color: rgba(15, 23, 42, 0.56);
    text-decoration: line-through;
}

.city-page .frame-wrapper2 {
    padding: 15px 14px 16px;
}

.city-page .noun-star-3234064-parent {
    display: flex;
    align-items: center;
    gap: 2px;
}

.city-page .travelvego-logo-1-wrapper .b,
.city-page .your-job-as8 {
    color: rgba(15, 23, 42, 0.7);
    font-weight: 600;
}

.city-page .tivoli-hotel-aqua,
.city-page .tivoli-hotel-aqua8 {
    margin-top: 6px;
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 800;
    color: var(--city-text);
    text-align: right;
}

.city-page .location-2-parent,
.city-page .location-2-parent6,
.city-page .time-2-parent {
    display: flex;
    align-items: center;
    gap: 7px;
}

.city-page .sharm-el-shikh,
.city-page .sharm-el-shikh8,
.city-page .pickup-0800-am {
    font-size: 14px;
    line-height: 1.5;
    color: var(--city-text-muted);
}

/* All products section */
.city-page .all-Product {
    gap: 0;
}

.city-page .all-Product-city {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
}

.city-page .all-Product-city a {
    margin: 0;
    text-decoration: none;
    color: inherit;
}

.city-page .More {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.city-page #load_more_button {
    min-width: 168px;
    border: 0;
    border-radius: 999px;
    background: #1a1f7a;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 24px;
    cursor: pointer;
    transition: box-shadow 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.city-page #load_more_button:hover {
    background: #171b6d;
    box-shadow: 0 8px 16px rgba(26, 31, 122, 0.26);
}

/* Latest posts */
.city-page .latest-post-1 {
    margin-left: auto;
    width: 100%;
}

.city-page .articles-4-parent {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
}

.city-page .articles-4-parent a {
    text-decoration: none;
    color: inherit;
}

.city-page .articles-4 {
    background: var(--city-surface);
    border: 1px solid var(--city-border);
    border-radius: var(--city-radius-md);
    box-shadow: var(--city-shadow-soft);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.city-page .image-placeholder-icon4 {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
}

.city-page .coronavirus-warning-over4 {
    display: block;
    margin: 0;
    padding: 12px 14px 16px;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 700;
    color: var(--city-text);
    text-align: right;
}

.city-page .card-icon3,
.city-page .category-label4 {
    display: none;
}

/* City category summary */
.city-page .city-category-summary {
    margin-top: 0;
    margin-bottom: 64px;
}

.city-page .city-category-summary-title {
    text-align: right;
}

.city-page .city-category-summary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.city-page .city-category-summary-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.city-page .city-category-summary-item {
    background: var(--city-surface-soft);
    border: 1px solid var(--city-border);
    border-radius: var(--city-radius-md);
    overflow: hidden;
    box-shadow: var(--city-shadow-soft);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.city-page .city-category-summary-image-wrap {
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: #eef2f9;
}

.city-page .city-category-summary-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.city-page .city-category-summary-item h3 {
    margin: 0;
    padding: 14px 12px 16px;
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 800;
    color: #111827;
}

@media (min-width: 992px) {
    .city-page .places-city-cart:hover,
    .city-page .frame-parent7:hover,
    .city-page .articles-4:hover,
    .city-page .city-category-summary-link:hover .city-category-summary-item {
        transform: translateY(-3px);
        box-shadow: var(--city-shadow-hover);
    }
}

@media (max-width: 992px) {
    .city-page {
        --city-section-gap: 40px;
    }

    .city-page .city,
    .city-page .frame-parent2,
    .city-page .all-Product,
    .city-page .latest-post-1,
    .city-page .city-category-summary {
        padding-left: 14px;
        padding-right: 14px;
    }

    .city-page .city {
        margin-top: 20px;
        padding: 18px 14px;
    }

    .city-page .city-search {
        margin-bottom: 20px;
    }

    .city-page .search {
        padding: 10px 16px;
        font-size: 14px;
    }

    .city-page .img-data {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .city-page .city .data h2 {
        font-size: 16px;
    }

    .city-page .city .data p {
        font-size: 16px;
        line-height: 1.55;
    }

    .city-page .img-vector {
        display: none;
    }

    .city-page .section-header h2,
    .city-page .places-city > h2,
    .city-page .all-Product > h2,
    .city-page .popular2,
    .city-page .city-category-summary-title {
        margin-bottom: 14px;
        font-size: 26px;
    }

    .city-page .all-Product-city,
    .city-page .articles-4-parent,
    .city-page .city-category-summary-grid {
        grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
        gap: 14px;
    }

    .city-page .places-city-1 {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 12px;
    }

    .city-page .frame-wrapper1 > img,
    .city-page .frame-wrapper1 .overlay img,
    .city-page .city-category-summary-image-wrap,
    .city-page .image-placeholder-icon4 {
        height: 150px;
    }

    .city-page .frame-wrapper2 {
        padding: 12px;
    }

    .city-page .tivoli-hotel-aqua,
    .city-page .tivoli-hotel-aqua8,
    .city-page .coronavirus-warning-over4,
    .city-page .city-category-summary-item h3 {
        font-size: 15px;
    }

    .city-page .frame-wrapper1 .parent {
        right: 8px;
        top: 8px;
        padding: 7px 10px;
    }

    .city-page .frame-wrapper1 .parent .b {
        font-size: 16px;
    }
}

@media (max-width: 560px) {
    .city-page .city-search {
        display: grid;
        grid-template-columns: 1fr;
        border-radius: 16px;
        padding: 10px;
    }

    .city-page .search-1-parent {
        width: 100%;
    }

    .city-page .search {
        width: 100%;
        border-radius: 12px;
    }

    .city-page .all-Product-city,
    .city-page .articles-4-parent,
    .city-page .city-category-summary-grid {
        grid-template-columns: 1fr;
    }

    .city-page .places-city-1 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* =========================================================
   CITY-HOME VISUAL PARITY LAYER (RTL)
   Card + Footer aligned to home.css/home-ar.css values
========================================================= */

.city-page .frame-parent7 {
    background: #fbfcfe;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: var(--home-radius-lg, 24px);
    overflow: hidden;
    box-shadow: var(--home-shadow-soft, 0 6px 18px rgba(16, 24, 40, 0.06));
    transition: transform 0.32s ease, box-shadow 0.32s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.city-page .frame-wrapper1 {
    position: relative;
    height: 224px;
    overflow: hidden;
    flex-shrink: 0;
}

.city-page .frame-wrapper1 > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.city-page .frame-parent7:hover .frame-wrapper1 > img {
    transform: scale(1.08);
}

.city-page .frame-wrapper1 .overlay {
    position: absolute;
    inset: 0;
    display: block;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.04) 55%, rgba(0, 0, 0, 0.14) 100%);
    pointer-events: none;
}

.city-page .frame-wrapper1 .overlay img {
    display: none;
}

.city-page .frame-wrapper1 .parent {
    position: absolute;
    top: 12px;
    inset-inline-start: 12px;
    inset-inline-end: 12px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    gap: 4px 8px;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.city-page .frame-wrapper1 .parent > .b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #00056f;
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 0.01em;
    padding: 10px 15px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    box-shadow: 0 10px 22px rgba(0, 5, 111, 0.3);
    line-height: 1.05;
    min-height: 40px;
    backdrop-filter: blur(2px);
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.city-page .frame-wrapper1 .parent > .div {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    padding: 0 0 2px;
    border-radius: 0;
    background: transparent;
    border: 0;
    opacity: 0.82;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    margin-bottom: 2px;
}

.city-page .frame-wrapper2 {
    padding: 24px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.city-page .frame-parent8,
.city-page .frame-parent10 {
    display: flex;
    flex-direction: column;
}

.city-page .frame-parent9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
    direction: rtl;
}

.city-page .noun-star-3234064-parent {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    flex-direction: row;
}

.city-page .noun-star-3234064-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
}

.city-page .frame-parent9 .travelvego-logo-1-wrapper .b {
    font-size: 13px;
    font-weight: 600;
    color: var(--home-text-muted, rgba(15, 23, 42, 0.7));
    white-space: nowrap;
    text-align: right;
}

.city-page .location-2-parent {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    direction: rtl;
}

.city-page .location-2-parent .location-2-icon,
.city-page .frame-parent11 .time-2-parent .time-2-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.city-page .location-2-parent .sharm-el-shikh {
    font-size: 13.5px;
    color: var(--home-text-muted, rgba(15, 23, 42, 0.7));
    line-height: 1.4;
    text-align: right;
}

.city-page .tivoli-hotel-aqua {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 700;
    color: var(--home-text-primary, #0f172a);
    min-height: 60px;
    word-break: break-word;
    text-align: right;
}

.city-page .frame-parent11 {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-top: auto;
}

.city-page .frame-parent11 .time-2-parent {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    direction: rtl;
}

.city-page .frame-parent11 .time-2-parent .sharm-el-shikh {
    font-size: 13.5px;
    color: var(--home-text-muted, rgba(15, 23, 42, 0.7));
    line-height: 1.55;
    text-align: right;
}

.city-page .pickup-0800-am {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    color: #374151;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}

@media (hover: hover) and (pointer: fine) {
    .city-page .search:hover {
        background: #161b6d;
        transform: translateY(-1px);
        box-shadow: 0 8px 18px rgba(0, 5, 111, 0.22);
    }

    .city-page .frame-parent7:hover {
        transform: translateY(-2px);
        box-shadow: var(--home-shadow-hover-soft, 0 10px 22px rgba(16, 24, 40, 0.08));
    }

    .city-page .frame-child75:hover {
        transform: translateY(-2px);
        filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.22));
    }
}

