/* City Page Design System (LTR) */
.city-page {
    --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;
}
    .new-detail-page .header1 {
        background-color: #0B1E6D;
        width: 100%;
        min-height: 100px;
        overflow: hidden;
        text-align: center;
        color: var(--darkblue100);
        font-family: var(--notosans-regular-18);
    }
    .new-detail-page .header1 .frame-parent {
        position: relative;
        top: 0;
        left: auto;
        transform: none;
        width: 100%;
        max-width: 1222px;
        min-height: 100px;
        margin: 0 auto;
        padding: 14px 20px;
        box-sizing: border-box;
    }
/* Hero */
.city-page .city {
    margin-top: 65px;
    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 left, 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;
    align-items: center;
    gap: 10px;
}

.city-page .search-1-parent {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding-left: 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);
}

.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: minmax(0, 1fr) auto;
    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);
}

.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;
}

.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);
}

.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;
    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;
}

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

.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;
    left: 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);
}

.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);
}

.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: center;
}

.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 {
        left: 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 (LTR)
   Card + Footer aligned to home.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;
}

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

.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;
}

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

.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;
}

.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;
}

.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;
}

.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;
}

.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));
    }
}

/* City-scoped utility wrappers used by city.blade.php */
.city-page .frame-parent3 {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.city-page .section-title-group {
    display: grid;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.city-page .search-found {
    background-color: #fff;
    width: min(620px, 100%);
    padding: 0 15px;
    position: absolute;
    top: 75px;
    border-radius: 8px;
    z-index: 2147483647;
    overflow-y: auto;
    color: #000;
}

.city-page .search-found a,
.city-page .search-found span {
    line-height: 26px;
    font-size: 20px;
}

/* City-scoped trip cards (decoupled from index.css shared block) */
.city-page .mx-trip-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.city-page .mx-trip-card {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}

.city-page .mx-trip-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
}

.city-page .mx-trip-image-wrap {
    position: relative;
    height: 220px;
    overflow: hidden;
    flex-shrink: 0;
}

.city-page .mx-trip-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.city-page .mx-trip-card:hover .mx-trip-image {
    transform: scale(1.08);
}

.city-page .mx-trip-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.03));
    pointer-events: none;
}

.city-page .mx-trip-price-box {
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.city-page .mx-trip-price-current {
    background: #000056;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    line-height: 1;
}

.city-page .mx-trip-price-old {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    color: rgb(255 255 255);
    font-size: 18px;
    font-weight: bolder;
    letter-spacing: 0;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
    padding: 0 0 2px;
    border-radius: 0;
    background: transparent;
    border: 0;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    margin-bottom: 2px;
}

.city-page .mx-trip-content {
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.city-page .mx-trip-rating-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.city-page .mx-trip-stars {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.city-page .mx-trip-star-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.city-page .mx-trip-rate-value {
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
    white-space: nowrap;
}

.city-page .mx-trip-info-block {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.city-page .mx-trip-location-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.city-page .mx-trip-location-text {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.4;
}

.city-page .mx-trip-title {
    margin: 0 0 14px 0;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 700;
    color: #111827;
    min-height: 58px;
    word-break: break-word;
    overflow: visible;
}

.city-page .mx-trip-meta-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
}

.city-page .mx-trip-meta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.city-page .mx-trip-meta-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.city-page .mx-trip-meta-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.city-page .mx-trip-meta-text {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.4;
}

.city-page .mx-trip-pickup-chip {
    display: inline-flex;
    align-items: center;
    background: #f3f4f6;
    color: #374151;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}

@media (max-width: 576px) {
    .city-page .mx-trip-image-wrap {
        height: 210px;
    }

    .city-page .mx-trip-title {
        font-size: 18px;
        min-height: auto;
    }
}

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

.city-page .city-category-summary-link{
    display:block !important;
    width:100% !important;
    text-decoration:none !important;
    color:inherit !important;
}

.city-page .city-category-summary-item{
    display:block !important;
    width:100% !important;
    background:#fbfcfe !important;
    border:1px solid rgba(15,23,42,.08) !important;
    border-radius:16px !important;
    overflow:hidden !important;
    box-shadow:0 10px 26px rgba(16,24,40,.08) !important;
}

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

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

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

/* =========================================================
   CITY HEADER ALIGNMENT (match blog header structure)
========================================================= */
.city-page .header1 {
    margin-top: 0 !important;
    padding-top: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.city-page .frame-parent {
    position: relative !important;
    top: 0 !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 1200px !important;
    min-height: 100px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    z-index: 20 !important;
}

.city-page .frame-parent::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #0B1E6D;
    border-radius: 0;
    z-index: -1;
}

.city-page .frame-wrapper {
    margin-right: auto;
}

.city-page .frame-group {
    margin-left: auto;
    flex: 0 1 auto !important;
    justify-content: flex-end !important;
    align-items: center !important;
}



@media (max-width: 768px) {
    .city-page .frame-parent {
        min-height: 84px !important;
        padding: 0 14px !important;
    }
}

/* =========================================================
   NEWS DETAIL PAGE POLISH (loaded via product layout + city.css)
========================================================= */
.new-detail-page .popular-parent {
    width: 100%;
    max-width: 1240px;
    margin: 30px auto 56px;
    padding: 96px 20px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 26px;
}

.new-detail-page .popular-parent .news {
    position: static;
    width: 100%;
    height: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.new-detail-page .popular-parent .news-name {
    width: 100%;
    margin: 0;
    color: #0f172a;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.18;
    letter-spacing: -0.02em;
    font-weight: 800;
}

.new-detail-page .popular-parent .category-label3 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.new-detail-page .popular-parent .category-label3 img {
    width: 20px;
    height: 20px;
}

.new-detail-page .popular-parent .category-label3 h1 {
    margin: 0;
    color: #4b5563;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 600;
}

.new-detail-page .popular-parent .img-news {
    width: 100%;
    height: auto;
    aspect-ratio: 21 / 9;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.new-detail-page .popular-parent .blog-body-content {
    width: 100%;
    margin: 0;
    padding: 6px 0 0;
    color: rgba(15, 23, 42, 0.9);
    font-size: 18px;
    line-height: 1.85;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.new-detail-page .popular-parent .blog-body-content *,
.new-detail-page .popular-parent .blog-body-content p,
.new-detail-page .popular-parent .blog-body-content div,
.new-detail-page .popular-parent .blog-body-content span {
    max-width: 100% !important;
}

.new-detail-page .popular-parent .blog-body-content p,
.new-detail-page .popular-parent .blog-body-content li {
    margin: 0 0 14px;
    width: auto !important;
    line-height: 1.85;
    font-size: 1em !important;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.new-detail-page .popular-parent .blog-body-content h1,
.new-detail-page .popular-parent .blog-body-content h2,
.new-detail-page .popular-parent .blog-body-content h3,
.new-detail-page .popular-parent .blog-body-content h4 {
    margin: 20px 0 10px;
    color: #0f172a;
    line-height: 1.35;
    font-weight: 700;
}

.new-detail-page .popular-parent .blog-body-content h2 {
    font-size: clamp(24px, 2.4vw, 32px);
}

.new-detail-page .popular-parent .blog-body-content h3 {
    font-size: clamp(20px, 2vw, 26px);
}

.new-detail-page .popular-parent .blog-body-content img,
.new-detail-page .popular-parent .blog-body-content iframe,
.new-detail-page .popular-parent .blog-body-content video {
    display: block;
    max-width: 100% !important;
    height: auto !important;
    margin: 24px auto;
    border-radius: 14px;
}

.new-detail-page .popular-parent .latest-post {
    width: 100%;
    margin-top: 8px;
}

.new-detail-page .popular-parent .latest-post .popular2 {
    width: 100%;
    margin: 0 0 16px;
    color: #0f172a;
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.2;
    font-weight: 800;
}

.new-detail-page .popular-parent .articles-4-parent {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.new-detail-page .popular-parent .articles-4-parent > a {
    display: block;
    height: 100%;
}

.new-detail-page .popular-parent .articles-4 {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0 14px 16px;
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.new-detail-page .popular-parent .articles-4 .card-icon3 {
    display: none;
}

.new-detail-page .popular-parent .image-placeholder-icon4 {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 14px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 12px;
}

.new-detail-page .popular-parent .category-label4 {
    position: static;
    width: auto;
    height: auto;
    margin: 2px 0 0;
    font-size: 13px;
}

.new-detail-page .popular-parent .category-label4 .location-7-parent {
    position: static;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: auto;
}

.new-detail-page .popular-parent .coronavirus-warning-over4 {
    position: static;
    width: 100%;
    margin: 0;
    color: #111827;
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
    .new-detail-page .popular-parent .articles-4:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 30px rgba(15, 23, 42, 0.14);
    }
}

@media (max-width: 1024px) {
    .new-detail-page .popular-parent .articles-4-parent {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .new-detail-page .header1 {
        min-height: 84px;
    }
    .new-detail-page .header1 .frame-parent {
        min-height: 84px;
        padding: 12px 14px;
    }

    .new-detail-page .popular-parent {
        margin: 18px auto 38px;
        padding: 84px 14px 0;
        gap: 20px;
    }

    .new-detail-page .popular-parent .news-name {
        font-size: 28px;
    }

    .new-detail-page .popular-parent .category-label3 h1 {
        font-size: 15px;
    }

    .new-detail-page .popular-parent .img-news {
        aspect-ratio: 16 / 10;
    }

    .new-detail-page .popular-parent .blog-body-content {
        font-size: 16px;
        line-height: 1.75;
    }

    .new-detail-page .popular-parent .blog-body-content p,
    .new-detail-page .popular-parent .blog-body-content li {
        line-height: 1.75;
    }

    .new-detail-page .popular-parent .articles-4-parent {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .new-detail-page .popular-parent .coronavirus-warning-over4 {
        font-size: 18px;
    }
}

/* =========================================================
   TRIP DETAIL PAGE FIXES
   Restore classic trip-detail layout (as old design)
========================================================= */
.trip-page .span4 {
    width: 100%;
    max-width: 1222px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
    gap: 10px;
    align-items: stretch;
}

.trip-page .span4 > .thumbnail {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: none;
}

.trip-page .span4 > .thumbnail img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    max-height: 360px;
    object-fit: cover;
    display: block;
}

.trip-page .thumbnails-small {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 10px;
    overflow: hidden;
    height: 100%;
    min-height: 320px;
    max-height: 360px;
    position: relative;
}

.trip-page .thumbnails-small > li,
.trip-page .thumbnails-small > .thumbnails-small2 {
    min-width: 0;
}

.trip-page .thumbnails-small2 {
    display: block;
}

.trip-page .thumbnails-small > li {
    display: none;
}

.trip-page .thumbnails-small > li:nth-of-type(1),
.trip-page .thumbnails-small > li:nth-of-type(2),
.trip-page .thumbnails-small > li:nth-of-type(3),
.trip-page .thumbnails-small > li:nth-of-type(4) {
    display: block;
}

.trip-page .thumbnails-small > li:nth-of-type(n+5) {
    display: none;
}

.trip-page .thumbnails-small2 > li {
    display: none;
}

.trip-page .thumbnails-small .span2,
.trip-page .thumbnails-small .span1 {
    height: 100%;
    gap: 10px;
}

.trip-page .thumbnails-small .thumbnail {
    display: block;
    border: 0;
    margin: 0;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.trip-page .thumbnails-small .thumbnail img {
    width: 100%;
    height: 100%;
    min-height: 150px;
    object-fit: cover;
    display: block;
}

.trip-page .thumbnails-small .thumbnail p {
    margin: 0;
    width: 100%;
    min-height: 150px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(0, 5, 111, 0.15), rgba(0, 5, 111, 0.85));
}

.trip-page .thumbnails-small2 > a.thumbnail {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 3;
    width: auto;
    height: auto;
    border-radius: 999px;
    overflow: visible;
    background: transparent;
}

.trip-page .thumbnails-small2 > a.thumbnail p {
    min-height: auto;
    padding: 6px 10px;
    border-radius: 999px;
    background: #00056f;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    box-shadow: 0 6px 14px rgba(0, 5, 111, 0.3);
}

.trip-page .featured-product-city.product {
    width: 100%;
    max-width: 1222px;
    margin: 26px auto 34px;
    padding: 0 20px;
    box-sizing: border-box;
}

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

.trip-page .featured-product-city.product .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.trip-page .featured-product-city.product .section-header h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
}

.trip-page .featured-product-city.product .section-header a {
    color: #00056f;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.trip-page .featured-product-city.product .product-slider {
    margin: 0 -6px;
    overflow: visible;
}

.trip-page .featured-product-city.product .product-slider.row {
    margin-left: 0;
    margin-right: 0;
}

/* Fallback layout when slick is not initialized: keep 4 cards per desktop row */
.trip-page .featured-product-city.product .product-slider:not(.slick-initialized) {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.trip-page .featured-product-city.product .product-slider > a {
    display: block;
    padding: 0;
    text-decoration: none;
    color: inherit;
    min-width: 0;
}

.trip-page .featured-product-city.product .frame-parent7 {
    background: #ffffff;
    border: 1px solid #e6e7ea;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
    max-width: 100%;
}

.trip-page .featured-product-city.product .frame-wrapper1 {
    position: relative;
    height: 150px;
    overflow: hidden;
    width: 100%;
}

.trip-page .featured-product-city.product .frame-wrapper1 > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.trip-page .featured-product-city.product .frame-wrapper1 .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.05));
}

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

.trip-page .featured-product-city.product .frame-wrapper1 .parent {
    position: absolute;
    top: 8px;
    left: 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
}

.trip-page .featured-product-city.product .frame-wrapper1 .parent .b {
    padding: 6px 10px;
    border-radius: 999px;
    background: #00056f;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.trip-page .featured-product-city.product .frame-wrapper1 .parent .div {
    color: rgba(255, 255, 255, 0.85);
    font-size: 11px;
    text-decoration: line-through;
}

.trip-page .featured-product-city.product .frame-wrapper2 {
    padding: 10px 12px 12px;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 190px;
    width: 100%;
    max-width: 100%;
}

.trip-page .featured-product-city.product .tivoli-hotel-aqua {
    margin: 6px 0 10px;
    min-height: 50px;
    max-height: none;
    overflow: visible;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #00056f;
}

.trip-page .featured-product-city.product .location-2-parent,
.trip-page .featured-product-city.product .time-2-parent {
    display: flex;
    align-items: center;
    gap: 8px;
}

.trip-page .featured-product-city.product .sharm-el-shikh {
    font-size: 12px;
    line-height: 1.35;
    color: #6b7280;
}

.trip-page .featured-product-city.product .frame-parent8 {
    position: static !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.trip-page .featured-product-city.product .frame-parent9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}

.trip-page .featured-product-city.product .noun-star-3234064-parent {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    flex-wrap: nowrap;
}

.trip-page .featured-product-city.product .noun-star-3234064 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    padding: 2px;
    background: #00056f;
    border-radius: 3px;
    flex: 0 0 auto;
}

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

.trip-page .featured-product-city.product .travelvego-logo-1-wrapper .b {
    font-size: 11px;
    line-height: 1.2;
    color: #6b7280;
    font-weight: 600;
}

.trip-page .featured-product-city.product .frame-parent10 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.trip-page .featured-product-city.product .frame-parent11 {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.trip-page .featured-product-city.product .pickup-0800-am {
    display: inline-flex;
    align-items: center;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
}

.trip-page .featured-product-city.product .product-slider .slick-list {
    margin: 0 -8px;
    overflow: visible;
    height: auto !important;
}

.trip-page .featured-product-city.product .product-slider .slick-slide {
    padding: 8px;
    height: auto !important;
}

.trip-page .featured-product-city.product .product-slider .slick-track {
    display: flex !important;
    height: auto !important;
    align-items: stretch;
}

.trip-page .featured-product-city.product .product-slider .slick-slide > div {
    display: flex;
    height: 100%;
    width: 100%;
}

.trip-page .featured-product-city.product .product-slider .slick-slide a {
    display: flex;
    height: 100%;
    width: 100%;
}

/* Show only 4 related cards on desktop; rest stays behind "View All" */
.trip-page .featured-product-city.product .product-slider > a:nth-of-type(n+5) {
    display: none;
}

.trip-page .featured-product-city.product .product-slider.slick-initialized .slick-track {
    width: 100% !important;
    transform: none !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.trip-page .featured-product-city.product .product-slider.slick-initialized .slick-slide {
    width: auto !important;
    float: none !important;
    padding: 0;
}

.trip-page .featured-product-city.product .product-slider.slick-initialized .slick-slide:nth-child(n+5) {
    display: none !important;
}

.trip-page .featured-product-city.product .product-slider.slick-initialized .slick-slide > div {
    height: 100%;
}

.trip-page .region-head {
    width: 100%;
    max-width: 1222px;
    margin: 0 auto 14px;
    padding: 96px 20px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.trip-page .region-head p {
    margin: 0 0 10px;
    font-size: 12px;
    color: #6b7280;
    line-height: 1.3;
}

.trip-page .region-book {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.trip-page .region-book h1 {
    margin: 0;
    font-size: 34px;
    line-height: 1.25;
    color: #1f2937;
    font-weight: 700;
    max-width: 860px;
}

.trip-page .region-book h2 {
    margin: 0;
    color: #00056f;
    font-size: 23px;
    font-weight: 700;
    white-space: nowrap;
}

.trip-page .region-book h2 span {
    color: #6b7280;
    font-size: 14px;
    text-decoration: line-through;
    margin-inline-start: 4px;
}

.trip-page .region-location {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.trip-page .region-location h2 {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    color: #4b5563;
}

.trip-page .region-location .noun-star-3234064-icon {
    width: 14px;
    height: 14px;
}

.trip-page .region-body {
    width: 100%;
    max-width: 1222px;
    margin: 16px auto 0;
    padding: 0 20px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 16px;
    align-items: start;
    overflow: visible;
}

.trip-page .region-dis {
    min-width: 0;
}

.trip-page .region-map,
.trip-page .region-map form,
.trip-page .Rating {
    width: 100%;
    min-width: 0;
}

.trip-page .Rating textarea,
.trip-page .Rating input[type="text"],
.trip-page .Rating input[type="email"],
.trip-page .Rating input[type="number"] {
    width: 100%;
    max-width: 100%;
    display: block;
}

.trip-page .details-trip,
.trip-page .region-Description,
.trip-page .policies,
.trip-page .book,
.trip-page .Rating {
    border-radius: 8px;
    border: 1px solid #e3e7ef;
    box-shadow: none;
    background: #ffffff;
}

.trip-page .details-trip,
.trip-page .region-Description,
.trip-page .policies {
    padding: 14px;
}

.trip-page .book,
.trip-page .Rating {
    padding: 14px;
}

.trip-page .details-trip {
    background: #f3f5ff;
    border-color: #e5e8f6;
}

.trip-page .details-trip .d-t-dis {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
    width: 100%;
    margin: 0 0 10px;
}

.trip-page .details-trip .d-t-dis:last-child {
    margin-bottom: 0;
}

.trip-page .details-trip .d-t-dis1 {
    min-width: 0;
}

.trip-page .details-trip .d-t-dis2 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.trip-page .details-trip .d-t-dis2 h3,
.trip-page .details-trip .d-t-dis2 h1 {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    color: #1f2937;
}

.trip-page .book h2,
.trip-page .Rating h2,
.trip-page .region-Description h2,
.trip-page .point-1 {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.35;
    color: #1f2937;
}

.trip-page .region-Description p,
.trip-page .policies p,
.trip-page .policies li,
.trip-page .details-trip p {
    font-size: 14px;
    line-height: 1.6;
    color: #374151;
}

.trip-page .policies .includedno {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.trip-page .book button {
    width: 100%;
    min-height: 40px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    background: #00056f;
    border-color: #00056f;
}

/* =========================================================
   PLACE DETAIL PAGE FIXES
   Keep place.show aligned with trip-page system
========================================================= */
.place-page .region-head,
.place-page .containe,
.place-page .region-body,
.place-page .Customer-Reviews,
.place-page .featured-product-city.product {
    width: 100%;
    max-width: 1222px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.place-page .region-head {
    padding-top: 96px;
    margin-bottom: 12px;
}

.place-page .region-head h1 {
    margin: 0 0 8px;
    font-size: clamp(30px, 4.2vw, 44px);
    line-height: 1.2;
    color: #1f2937;
}

.place-page .containe {
    margin-top: 8px;
    margin-bottom: 16px;
    height: auto;
    left: auto;
}

.place-page .containe .item img {
    width: 100%;
    height: clamp(240px, 40vw, 430px);
    object-fit: cover;
}

.place-page .region-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
    gap: 16px;
    align-items: start;
}

.place-page .region-dis,
.place-page .region-map {
    width: 100%;
    min-width: 0;
}

.place-page .region-map .col-lg-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    float: none;
    padding: 0 !important;
}

.place-page .maps-container,
.place-page .maps-container iframe {
    width: 100% !important;
    max-width: 100% !important;
}

.place-page .Rating textarea {
    width: 100%;
    max-width: 100%;
}

.place-page .Customer-Reviews {
    margin-top: 12px;
}

@media (max-width: 992px) {
    .place-page .region-head,
    .place-page .containe,
    .place-page .region-body,
    .place-page .Customer-Reviews,
    .place-page .featured-product-city.product {
        padding-left: 14px;
        padding-right: 14px;
    }

    .place-page .region-head {
        padding-top: 88px;
    }

    .place-page .region-body {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .place-page .region-head {
        padding-top: 78px;
    }

    .place-page .region-head h1 {
        font-size: 26px;
    }
}

@media (hover: hover) and (pointer: fine) {
    .trip-page .featured-product-city.product .frame-parent7:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 14px rgba(15, 23, 42, 0.08);
    }
}

@media (max-width: 992px) {
    .trip-page .span4,
    .trip-page .featured-product-city.product,
    .trip-page .region-head,
    .trip-page .region-body {
        padding-left: 14px;
        padding-right: 14px;
    }

    .trip-page .region-body {
        grid-template-columns: 1fr;
    }

    .trip-page .region-head {
        padding-top: 88px;
    }

    .trip-page .region-book h1 {
        font-size: 29px;
    }

    .trip-page .region-book h2 {
        font-size: 20px;
    }

    .trip-page .featured-product-city.product .product-slider:not(.slick-initialized) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trip-page .featured-product-city.product .product-slider.slick-initialized .slick-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trip-page .details-trip .d-t-dis {
        grid-template-columns: 1fr;
    }

    .trip-page .policies .includedno {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .trip-page .span4 {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .trip-page .span4 > .thumbnail img {
        min-height: 220px;
        max-height: none;
    }

    .trip-page .thumbnails-small {
        min-height: auto;
        max-height: none;
    }

    .trip-page .thumbnails-small .thumbnail img,
    .trip-page .thumbnails-small .thumbnail p {
        min-height: 110px;
    }

    .trip-page .featured-product-city.product .frame-wrapper1 {
        height: 140px;
    }

    .trip-page .featured-product-city.product .tivoli-hotel-aqua {
        font-size: 14px;
        min-height: 0;
    }

    .trip-page .featured-product-city.product .section-header h2 {
        font-size: 22px;
    }

    .trip-page .region-book {
        flex-direction: column;
        gap: 6px;
    }

    .trip-page .region-book h1 {
        font-size: 22px;
    }

    .trip-page .region-head {
        padding-top: 78px;
    }

    .trip-page .featured-product-city.product .product-slider:not(.slick-initialized) {
        grid-template-columns: 1fr;
    }

    .trip-page .featured-product-city.product .product-slider.slick-initialized .slick-track {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   TRIP DETAIL UI UPGRADE
   Visual-only redesign for conversion + hierarchy
========================================================= */
.trip-page {
    --trip-bg: #f3f6fb;
    --trip-card: #ffffff;
    --trip-text: #0f172a;
    --trip-muted: #64748b;
    --trip-border: rgba(15, 23, 42, 0.1);
    --trip-shadow: 0 14px 34px rgba(15, 23, 42, 0.1);
    --trip-cta: #00056f;
    --trip-accent: #15803d;
    background: var(--trip-bg);
}

.trip-page .region-head {
    margin-bottom: 20px;
}

.trip-page .region-book {
    align-items: flex-start;
    gap: 12px;
}

.trip-page .region-book-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.trip-page .trip-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 193, 7, 0.16);
    color: #8a5600;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.trip-page .region-book h1 {
    font-size: clamp(30px, 3.3vw, 44px);
    font-weight: 800;
    line-height: 1.2;
    color: var(--trip-text);
    max-width: 880px;
}

.trip-page .region-book-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.trip-page .region-book h2 {
    font-size: clamp(28px, 2.6vw, 38px);
    color: var(--trip-accent);
    line-height: 1.1;
}

.trip-page .region-book h2 span {
    margin-inline-start: 6px;
    font-size: 16px;
    color: #94a3b8;
    text-decoration: line-through;
}

.trip-page .trip-price-note {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: var(--trip-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.trip-page .span4 {
    margin-bottom: 26px;
}

.trip-page .span4 > .thumbnail {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.trip-page .span4 > .thumbnail::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(2, 6, 23, 0.32), rgba(2, 6, 23, 0.04));
    pointer-events: none;
}

.trip-page .span4 > .thumbnail img {
    transition: transform 0.35s ease;
}

.trip-page .span4 > .thumbnail:hover img {
    transform: scale(1.03);
}

.trip-page .thumbnails-small .thumbnail {
    border-radius: 12px;
    overflow: hidden;
}

.trip-page .thumbnails-small .thumbnail img {
    transition: transform 0.25s ease, filter 0.25s ease;
}

.trip-page .thumbnails-small .thumbnail:hover img {
    transform: scale(1.04);
    filter: saturate(1.08);
}

.trip-page .region-body {
    gap: 22px;
}

.trip-page .details-trip,
.trip-page .region-Description,
.trip-page .policies,
.trip-page .book,
.trip-page .Rating,
.trip-page .trip-itinerary {
    background: var(--trip-card);
    border: 1px solid var(--trip-border);
    border-radius: 16px;
    box-shadow: var(--trip-shadow);
}

.trip-page .details-trip,
.trip-page .region-Description,
.trip-page .policies,
.trip-page .trip-itinerary {
    padding: 22px;
}

.trip-page .trip-itinerary {
    margin-top: 16px;
}

.trip-page .trip-itinerary-list {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.trip-page .trip-itinerary-list li {
    position: relative;
    padding-inline-start: 26px;
}

.trip-page .trip-itinerary-list li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--trip-cta);
    box-shadow: 0 0 0 5px rgba(0, 5, 111, 0.12);
}

.trip-page .trip-itinerary-list span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--trip-muted);
    margin-bottom: 3px;
}

.trip-page .trip-itinerary-list p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--trip-text);
}

.trip-page .region-Description h2,
.trip-page .point-1,
.trip-page .book h2,
.trip-page .Rating h2 {
    font-size: 20px;
    margin-bottom: 12px;
}

.trip-page .region-Description p,
.trip-page .policies li,
.trip-page .details-trip p {
    font-size: 15px;
    line-height: 1.75;
    color: #334155;
}

.trip-page .policies ul li {
    margin-bottom: 8px;
}

.trip-page .includedno {
    gap: 20px;
}

.trip-page .region-map {
    position: relative;
}

.trip-page .book {
    position: sticky;
    top: 108px;
    padding: 20px;
}

.trip-page .book-price-hero {
    background: linear-gradient(135deg, #eef2ff, #f8fafc);
    border: 1px solid #dbe3ff;
    border-radius: 14px;
    padding: 14px 14px 12px;
    margin-bottom: 12px;
}

.trip-page .book-price-current {
    font-size: clamp(26px, 2.5vw, 34px);
    font-weight: 800;
    color: var(--trip-accent);
    line-height: 1.1;
}

.trip-page .book-price-old {
    margin-top: 4px;
    font-size: 15px;
    color: #94a3b8;
    text-decoration: line-through;
}

.trip-page .book-price-note {
    margin-top: 6px;
    font-size: 12px;
    color: #475569;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.trip-page .book > h2:first-of-type {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 8px;
}

.trip-page .book > h2:not(:first-of-type) {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 6px;
}

.trip-page .book .book-now-btn,
.trip-page .book button {
    width: 95%;
    min-height: 52px;
    border-radius: 12px;
    border: 0;
    background: var(--trip-cta);
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    margin: 14px 0 10px;
    box-shadow: 0 10px 22px rgba(0, 5, 111, 0.25);
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.trip-page .book .book-now-btn:hover,
.trip-page .book button:hover {
    transform: translateY(-2px);
    background: #020a8f;
    box-shadow: 0 14px 28px rgba(0, 5, 111, 0.32);
}

.trip-page .book-trust-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.trip-page .book-trust-list li {
    position: relative;
    padding-inline-start: 22px;
    font-size: 13px;
    color: #334155;
    font-weight: 600;
}

.trip-page .book-trust-list li::before {
    content: "✓";
    position: absolute;
    inset-inline-start: 0;
    top: -1px;
    color: #16a34a;
    font-weight: 800;
}

.trip-page .Rating {
    margin-top: 14px;
    padding: 18px;
}

.trip-page .Customer-Reviews {
    margin-top: 18px;
    margin-bottom: 38px;
    border: 0;
}

.trip-page .Customer-Reviews h2:first-child {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.trip-page .Customer-Reviews1 {
    margin-top: 22px;
    padding: 18px;
    border: 1px solid var(--trip-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

.trip-page .Customer-Reviews > h2:nth-of-type(2) {
    margin: 0 0 12px;
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
    color: #0f172a;
}

.trip-page .Customer-Reviews > h2:nth-of-type(2) span {
    font-size: 16px;
    font-weight: 700;
    color: #64748b;
    line-height: 1.4;
}

.trip-page .Customer-Reviews > div:first-of-type {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 4px;
}

.trip-page .Customer-Reviews .region-Reviews-img {
    width: 23px;
    height: 23px;
}

.trip-page .reviews-grid {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.trip-page .reviews-grid .Customer-Reviews1 {
    margin-top: 0;
    height: 100%;
}

.trip-page .reviews-grid .reviews-empty {
    grid-column: 1 / -1;
}

.trip-page .Customer-Reviews2 {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.trip-page .Customer-Reviews .profile-Reviews-img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
    object-fit: cover;
}

.trip-page .Customer-Reviews3 {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.trip-page .Customer-Reviews3 > div {
    display: flex;
    align-items: center;
    gap: 2px;
}

.trip-page .Customer-Reviews .region-location-img {
    width: 14px;
    height: 14px;
}

.trip-page .Customer-Reviews3 h3 {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
    color: #0f172a;
}

.trip-page .Customer-Reviews .Customer-Reviews2-img {
    width: 14px;
    height: 14px;
}

.trip-page .Customer-Reviews3 h4 {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    color: #64748b;
    font-weight: 700;
}

.trip-page .review-coment {
    margin: 10px 0 0;
    width: 100%;
    max-width: none;
    padding: 8px 12px;
    min-height: 0;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.trip-page .review-coment p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #1e293b;
}

.trip-page .reviews-empty {
    margin-top: 18px;
    padding: 24px;
    border: 1px dashed #cbd5e1;
    border-radius: 14px;
    background: #fff;
    text-align: center;
}

.trip-page .reviews-empty-stars {
    font-size: 26px;
    letter-spacing: 2px;
    color: #f59e0b;
    margin-bottom: 8px;
}

.trip-page .reviews-empty h3 {
    margin: 0 0 6px;
    color: var(--trip-text);
    font-size: 18px;
}

.trip-page .reviews-empty p {
    margin: 0;
    color: var(--trip-muted);
}

.trip-page .featured-product-city.product .frame-parent7 {
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
    border: 1px solid rgba(15, 23, 42, 0.09);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.trip-page .featured-product-city.product .frame-parent7:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.16);
}

@media (max-width: 992px) {
    .trip-page .book {
        position: static;
    }

    .trip-page .region-book-price {
        align-items: flex-start;
    }

    .trip-page .details-trip,
    .trip-page .region-Description,
    .trip-page .policies,
    .trip-page .trip-itinerary,
    .trip-page .book,
    .trip-page .Rating {
        padding: 16px;
    }
}

@media (max-width: 768px) {
    .trip-page .region-book h1 {
        font-size: 28px;
    }

    .trip-page .trip-badge {
        font-size: 11px;
        padding: 6px 10px;
    }

    .trip-page .book .book-now-btn {
        position: fixed;
        left: 10px;
        bottom: 10px;
        z-index: 55;
        margin: 0;
        min-height: 44px;
        font-size: 15px;
        border-radius: 10px;
        padding: 10px 12px;
        box-sizing: border-box;
        justify-content: center;
    }

    .trip-page .book {
        padding-bottom: 70px;
    }

    .trip-page .book-trust-list {
        margin-bottom: 8px;
    }

    .trip-page .Customer-Reviews > h2:first-child {
        font-size: 24px;
    }

    .trip-page .Customer-Reviews > h2:nth-of-type(2) {
        font-size: 28px;
    }

    .trip-page .Customer-Reviews > h2:nth-of-type(2) span {
        font-size: 14px;
    }

    .trip-page .Customer-Reviews1 {
        padding: 14px;
    }

    .trip-page .reviews-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .trip-page .Customer-Reviews .profile-Reviews-img {
        width: 52px;
        height: 52px;
    }

    .trip-page .Customer-Reviews3 h3 {
        font-size: 16px;
    }

    .trip-page .review-coment {
        margin-top: 8px;
        padding: 7px 10px;
    }
}


