/*
Theme Name: Visit Gyumri
Description: A modern, mobile-first WordPress theme for Gyumri tourism website. Features beautiful design, dynamic content management, and optimized performance without Advanced Custom Fields dependency.
Author: AI Assistant
Version: 1.0.0
Text Domain: visitgyumri
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: tourism, mobile-first, responsive, custom-post-types, custom-fields
*/

/* ========================
   General Styles
   ======================== */

.vg-tt-btn.booking {
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
}



/* ========================
   CSS VARIABLES
   ======================== */
:root {
    --primary-red: #c85c46;
    --primary-brown: #b85c38;
    --primary-green: #7a7f41;
    --primary-gold: #d2a15e;
    --primary-dark-red: #7d2b32;
    --primary-dark-brown: #87000c;

    --bg-cream: #ffece4;
    --bg-light-green: #f3ffdd;
    --bg-light-yellow: #fff7eb;
    --bg-light-pink: #f6eae6;
    --bg-light-mint: #d9ffe1;
    --bg-light-red: #ffe7e7;
    --bg-gray: #efefe8;
    --bg-light-gray: #f4e9d9;

    --text-black: #000000;
    --text-neutral-900: #171717;
    --text-white: #ffffff;
    --text-muted: #6b6b6b;

    --spacing-xs: 4px;
    --spacing-sm: 8px;
    --spacing-md: 12px;
    --spacing-lg: 24px;
    --spacing-xl: 48px;

    --radius-sm: 12px;
    --radius-md: 16px;
    --radius-lg: 24px;

    --font-primary: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-secondary: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-armenian: 'Noto Sans Armenian', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

html[lang^="hy"],
html[lang^="hy"] body,
:lang(hy) {
    font-family: var(--font-armenian) !important;
}

/* Guide gallery grid */
.guide-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 12px;
}
.guide-gallery-grid .gg-item {
    border-radius: 24px;
    overflow: hidden;
}
.guide-gallery-grid .gg-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* Tweak message pill in quick-info */
.error-404 .qi-org {
    border-radius: 14px;
}
.city-description{
padding: 12px;
}
.filter-chip-icon img{
    width: 16px;
    height: 16px;
}

.error-404 .qi-org-label {
    display: block;
    font-size: 12px;
    opacity: .8;
    margin-bottom: 4px;
}

.error-404 .qi-org-name {
    font-size: 15px;
}

.legend-list-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.legend-list-inline li {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 12px;
    background: rgb(var(--rc-btn-rgb, 223 182 165) / 22%);
    color: #111;
}

.legend-list-inline li:hover {
    background: rgb(var(--rc-btn-rgb, 223 182 165) / 30%);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-primary);
    line-height: 1.6;
    color: var(--text-black);
    background-color: #fff;
    font-size: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

p {
    margin: 0;
    margin-bottom: var(--spacing-md);
    line-height: 1.6;
}

button {
    outline: none;
    border: none;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
    font-weight: 600;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1.125rem;
}

a {
    color: var(--primary-red);
    text-decoration: none;
    transition: color 0.3s ease;
}

.place-card,
.event-card,
.legend-card,
.rest-card,
.hotel-card {
    color: var(--text-black);
}

.place-card a,
.event-card a,
.legend-card a,
.rest-card a,
.hotel-card a {
    color: inherit;
}

a:hover {
    color: var(--primary-brown);
}

ul,
ol {
    padding-inline-start: 24px;
}

.site-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.container {
    max-width: 393px;
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

/* Homepage: Restaurants & Cafés filters */
.restaurants-section .filters {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.restaurants-section .filter-chip-wrap {
    height: 48px;
    padding: 4px 18px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.restaurants-section .filter-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 18px;
    background: #F6EAE6;
    border-radius: 12px;
}

.restaurants-section .filter-chip .filter-chip-text {
    font-size: 14px;
    color: #000;
}

.restaurants-section .filter-chip .filter-chip-active {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 2px;
    left: -12px;
    display: block;
    background: #ffffff;
    transition: ease-in-out 0.2s;
}

.restaurants-section .filter-chip .filter-chip-misak {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.restaurants-section .filter-chip.is-active .filter-chip-active {
    background: var(--chip-accent, #7A7F41);
}

.places-section .filters {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.places-section .filter-chip-wrap {
    height: 48px;
    padding: 4px 18px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.places-section .filter-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 18px;
    background: #F6EAE6;
    border-radius: 12px;
}

.places-section .filter-chip .filter-chip-text {
    font-size: 14px;
    color: #000;
}

.places-section .filter-chip .filter-chip-active {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 2px;
    left: -12px;
    display: block;
    background: #ffffff;
    transition: ease-in-out 0.2s;
}

.places-section .filter-chip .filter-chip-misak {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.places-section .filter-chip.is-active .filter-chip-active {
    background: var(--chip-accent, #7A7F41);
}

.vg-itinerary.tour-plan {
    margin: 30px 0;
}
.tour-v2 {
    --t2-bg: #fff;
    --t2-text: #151515;
    --t2-muted: #6b6b6b;
    --t2-brand1: #c85c46;
    --t2-brand2: #d2a15e;
    --t2-brand3: #7a7f41;
    --t2-surface: #faf9f6;
    --t2-card: #ffffff;
    color: var(--t2-text);
}

.tour-v2 .t2-hero {
    border-radius: 32px;
    overflow: hidden;
    min-height: clamp(320px, 46vh, 560px);
    corner-shape: squircle;
}

.tour-v2 .t2-hero .tour-hero-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.55)),
        radial-gradient(1200px 360px at 20% 0%, rgba(210, 161, 94, 0.35), rgba(0, 0, 0, 0) 60%),
        radial-gradient(1200px 360px at 80% 0%, rgba(122, 127, 65, 0.35), rgba(0, 0, 0, 0) 60%);
}

.tour-v2 .t2-hero .tour-hero-inner {
    padding: 28px 18px 22px;
}

.tour-v2 .t2-hero .entry-title {
    font-weight: 700;
    letter-spacing: -0.3px;
}

.tour-v2 .t2-hero .tour-quick {
    gap: 10px;
}

.tour-v2 .t2-hero .chip {
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.tour-v2 .t2-hero .chip-alt {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.22);
}

.tour-v2 .t2-hero .btn.primary {
    background: linear-gradient(90deg, var(--t2-brand1), var(--t2-brand2));
    box-shadow: 0 12px 28px rgba(200, 92, 70, 0.35);
}

.tour-v2 .t2-hero .btn.ghost {
    background: rgba(255, 255, 255, 0.92);
}

.tour-v2 .vg-itinerary.tour-plan .container {
    background: linear-gradient(180deg, rgba(210, 161, 94, 0.06), rgba(122, 127, 65, 0.04));
    border-radius: 32px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
    corner-shape: squircle;
    max-width: 980px;
}

.tour-v2 .t2-topnav {
    position: sticky;
    top: 64px;
    z-index: 9;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    padding: 6px 10px;
    margin: 8px 0 18px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.06);
    corner-shape: squircle;
}

.tour-v2 .t2-topnav ul {
    justify-content: center;
    gap: 8px;
}

.tour-v2 .t2-topnav a {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.035);
    corner-shape: squircle;
}

.tour-v2 .t2-topnav a.active {
    background: linear-gradient(90deg, rgba(200, 92, 70, 0.16), rgba(210, 161, 94, 0.16));
}

.tour-v2 .tour-aside {
    display: none;
}

.tour-v2 .tour-layout {
    display: block;
}

.tour-v2 .tour-aside .vg-day-nav a {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.035), rgba(0, 0, 0, 0.02));
}

.tour-v2 .tour-aside .vg-day-nav a.active {
    background: linear-gradient(90deg, rgba(200, 92, 70, 0.18), rgba(210, 161, 94, 0.18));
    color: var(--t2-text);
}

.tour-v2 .vg-day-vertical::before {
    content: none !important;
}

.tour-v2 .vg-rail-svg {
    display: none !important;
}

.tour-v2 .vg-stop-card::before,
.tour-v2 .vg-stop-card::after {
    display: none !important;
    content: none !important;
}

.tour-v2 .vg-stop-vertical {
    gap: 16px;
}

.tour-v2 .vg-stop-meta {
    color: var(--t2-muted);
}

.tour-v2 .vg-stop-card {
    position: relative;
}

.tour-v2 .vg-stop-card>.rest-card,
.tour-v2 .vg-stop-card>.rest-card-wrap,
.tour-v2 .vg-stop-card>.scroll-item,
.tour-v2 .vg-stop-card>.place-card-mini,
.tour-v2 .vg-stop-card>.legend-card-mini {
    border-radius: 24px !important;
    background: var(--t2-card);
    corner-shape: squircle;
}

.tour-v2 .vg-stop-vertical .vg-stop-card::marker {
    content: none;
}

.tour-v2 .vg-stop-vertical .vg-stop-card {
    border-left: 4px solid rgba(200, 92, 70, 0.28);
    padding-left: 12px;
}

.tour-v2 .vg-stop-vertical:nth-child(odd) .vg-stop-card {
    border-left-color: rgba(210, 161, 94, 0.28);
}

.tour-v2 .vg-stop-vertical:nth-child(3n) .vg-stop-card {
    border-left-color: rgba(122, 127, 65, 0.28);
}

.tour-v2 .rest-card .rc-body {
    background: rgba(0, 0, 0, 0.025);
    border-radius: 16px;
    corner-shape: squircle;
}

.tour-v2 .rest-card .rc-actions .rc-btn,
.tour-v2 .rest-card .vg-tt-trigger,
.tour-v2 .rest-card .vg-tt-btn,
.tour-v2 .rest-card .vg-tt-number a {
    background: rgb(var(--rc-btn-rgb, 223 182 165) / 22%);
}

.tour-v2 .rest-card:hover .rc-preview .gcard-bg img {
    transform: none;
}

.tour-v2 .t2-steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tour-v2 .t2-step-head {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px 12px;
    align-items: center;
    margin-bottom: 8px;
}

.tour-v2 .t2-badge {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--t2-brand1), var(--t2-brand2));
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(200, 92, 70, 0.25);
    corner-shape: squircle;
}

.tour-v2 .t2-head-meta {
    color: var(--t2-muted);
    font-size: 13px;
}

.tour-v2 .t2-head-title {
    grid-column: 1 / -1;
}

.tour-v2 .t2-head-title h3 {
    font-size: 20px;
    line-height: 1.25;
    margin: 0;
}

.tour-v2 .t2-head-title a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.tour-v2 .t2-head-title a:hover {
    border-bottom-style: solid;
}

.tour-v2 .t2-tags {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
}

.tour-v2 .vg-category-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.035);
    border: 1px solid rgba(0, 0, 0, 0.06);
    color: var(--t2-text);
    font-weight: 400;
    corner-shape: squircle;
}

.tour-v2 .t2-tag.t2-type {
    background: rgba(200, 92, 70, 0.10);
    border-color: rgba(200, 92, 70, 0.20);
}

.tour-v2 .t2-tag.t2-dur {
    background: rgba(210, 161, 94, 0.10);
    border-color: rgba(210, 161, 94, 0.20);
}

.tour-v2 .t2-tag.t2-map a {
    color: inherit;
}

.tour-v2 .t2-article {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tour-v2 .t2-figure {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: #f5f5f5;
    corner-shape: squircle;
}

.tour-v2 .t2-figure img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.tour-v2 .t2-excerpt p {
    margin: 0;
    color: #2a2a2a;
    line-height: 1.6;
}

.tour-v2 .t2-more {
    margin-top: 2px;
}

.tour-v2 .t2-link {
    color: #1a73e8;
    text-decoration: none;
    font-weight: 600;
}

.tour-v2 .t2-link:hover {
    text-decoration: underline;
}

.tour-v2 .vg-day-map {
    display: none !important;
}

.tour-v2 .t2-steps .t2-step {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.tour-v2 .t2-steps .t2-step:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.tour-v2 .chip {
    color: #111;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.06);
    color: #222;
}

.tour-v2 .chip:nth-child(3n+1) {
    background: rgba(200, 92, 70, 0.10);
    border-color: rgba(200, 92, 70, 0.20);
}

.tour-v2 .chip:nth-child(3n+2) {
    background: rgba(210, 161, 94, 0.10);
    border-color: rgba(210, 161, 94, 0.20);
}

.tour-v2 .chip:nth-child(3n) {
    background: rgba(122, 127, 65, 0.10);
    border-color: rgba(122, 127, 65, 0.20);
}

.tour-v2 .section-title {
    font-weight: 700;
    letter-spacing: 0;
}

.tour-v2 .section-title small {
    font-weight: 500;
    color: var(--t2-muted);
}

.tour-v2 .vg-backtop {
    color: var(--t2-text);
    background: rgba(255, 255, 255, 0.92);
}

.tour-v2 .vg-backtop:hover {
    background: #fff;
}

.vg-itinerary.tour-plan .container {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.00));
    border-radius: 28px;
    padding: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    corner-shape: squircle;
}

.single-tour .tour-hero {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    min-height: clamp(260px, 38vh, 420px);
    display: flex;
    align-items: flex-end;
    corner-shape: squircle;
}

.single-tour .tour-hero-bg {
    position: absolute;
    inset: 0;
    background: var(--tour-hero, none);
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
}

.single-tour .tour-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.55));
}

.single-tour .tour-hero-inner {
    position: relative;
    z-index: 2;
    padding: 18px 16px 18px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.single-tour .tour-hero .entry-title {
    color: #fff;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}

.single-tour .tour-hero .entry-excerpt {
    color: #fff;
    opacity: .95;
    max-width: 820px;
}

.single-tour .tour-quick {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 2px;
}

.single-tour .chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 13px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    corner-shape: squircle;
}

.single-tour .chip-alt {
    background: rgba(255, 255, 255, 0.12);
}

.single-tour .tour-cta {
    display: flex;
    gap: 8px;
    margin-top: 6px;
}

.single-tour .btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    border-radius: 4px;
    padding: 8px 14px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    transition: all .2s ease;
    corner-shape: squircle;
}

.single-tour .btn.primary {
    background: var(--primary-red);
    color: #fff;
    box-shadow: 0 10px 24px rgba(200, 92, 70, 0.35);
}

.single-tour .btn.primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(200, 92, 70, 0.42);
}

.single-tour .btn.ghost {
    background: rgba(255, 255, 255, 0.86);
    color: #111;
}

.single-tour .btn.ghost:hover {
    background: #fff;
    transform: translateY(-1px);
}

.vg-itinerary.tour-plan .section-title {
    margin: 14px 0 18px;
    letter-spacing: 0.2px;
    font-weight: 500;
}

.vg-itin-day {
    margin-bottom: 22px;
    scroll-margin-top: 88px;
}

.vg-itin-day .horizontal-scroll {
    gap: 14px;
}

.vg-itinerary.tour-plan .scroll-item-title {
    white-space: normal;
    line-height: 1.15;
}

.vg-itinerary.tour-plan .scroll-item-subtitle,
.vg-itinerary.tour-plan .scroll-item-description {
    opacity: 0.9;
}

.vg-itinerary.tour-plan .scroll-item-actions .hero-btn,
.vg-itinerary.tour-plan .scroll-item-actions .btn {
    padding: 6px 10px;
    font-size: 13px;
}

.vg-day-vertical {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.vg-day-vertical::before {
    content: "";
    position: absolute;
    left: 80px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #e9e9e9, #f4f4f4, #e9e9e9);
    background-size: 100% 300%;
    animation: vg-rail 6s ease-in-out infinite;
    border-radius: 2px;
}


.vg-rail-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.vg-rail-path {
    fill: none;
    stroke: rgba(200, 92, 70, 0.35);
    stroke-width: 3px;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.06));
}

.vg-stop-vertical {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    position: relative;
}

.vg-stop-meta {
    flex: 0 0 80px;
    text-align: right;
    color: #6b6b6b;
    font-size: 13px;
    line-height: 1.35;
    padding-top: 10px;
}

.vg-stop-time {
    font-weight: 700;
    color: #222;
    font-size: 15px;
    letter-spacing: 0.15px;
}

.vg-stop-duration {
    opacity: .7;
    font-size: 12px;
}

.vg-stop-card {
    position: relative;
    flex: 1 1 auto;
    display: flex;
}

.vg-stop-card::before {
    content: "";
    position: absolute;
    left: -34px;
    top: 12px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid var(--primary-red);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.vg-stop-vertical.is-section .vg-stop-card::before {
    display: none;
}

.vg-stop-card::after {
    content: "";
    position: absolute;
    left: -18px;
    top: 20px;
    width: 18px;
    height: 2px;
    background: rgba(0, 0, 0, 0.08);
    z-index: 1;
    border-radius: 2px;
}

.vg-itinerary.tour-plan .rest-card {
    transition: transform 220ms ease, box-shadow 220ms ease;
    will-change: transform;
}

.vg-itinerary.tour-plan .rest-card:hover {
    transform: translateY(-4px) scale(1.012);
}

.vg-itinerary.tour-plan .rest-card .rc-preview .gcard-bg img {
    transition: transform 280ms ease;
}

.vg-itinerary.tour-plan .rest-card:hover .rc-preview .gcard-bg img {
    transform: scale(1.045);
}

.vg-stop-card .rest-card-wrap,
.vg-stop-card>.rest-card,
.vg-stop-card>.place-card-mini,
.vg-stop-card>.legend-card-mini,
.vg-stop-card>.scroll-item {
    width: 100%;
    flex: 0 1 auto;
    max-width: 380px;
    margin-left: 0;
    align-self: flex-start;
    border-radius: 48px;
    corner-shape: squircle;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
}

.vg-stop-card .rest-card-wrap {
    display: block;
}

.vg-stop-card .scroll-item {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    corner-shape: squircle;
}

.vg-day-map {
    width: 100%;
    height: 220px;
    margin: 12px 0 8px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    corner-shape: squircle;
}

.vg-day-map .leaflet-pane,
.vg-day-map .leaflet-map-pane,
.vg-day-map .leaflet-tile,
.vg-day-map .leaflet-layer {
    filter: saturate(0.9) contrast(1.02);
}

.vg-day-map .leaflet-control-container {
    display: none;
}

.vg-backtop {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 50;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    border: none;
    background: rgba(255, 255, 255, 0.92);
    color: var(--primary-red);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease, background-color .2s ease;
    opacity: 0;
    transform: translateY(8px);
    corner-shape: squircle;
}

.vg-backtop.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.vg-backtop:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
    background: #fff;
}

.vg-backtop:active {
    transform: translateY(0) scale(0.98);
}

.vg-backtop:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgba(200, 92, 70, 0.3), 0 10px 24px rgba(0, 0, 0, 0.12);
}

.vg-day-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 64px;
    z-index: 8;
    background: rgba(255, 255, 255, 0.86);
    -webkit-backdrop-filter: saturate(1.1) blur(6px);
    backdrop-filter: saturate(1.1) blur(6px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.vg-day-nav ul {
    list-style: none;
    display: flex;
    gap: 12px;
    padding: 8px 0;
    margin: 0;
}

.vg-day-nav a {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.035);
    color: inherit;
    text-decoration: none;
    font-size: 14px;
    transition: background .2s ease, color .2s ease;
    corner-shape: squircle;
}

.vg-day-nav a:hover {
    background: rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}

.vg-day-nav a.active {
    background: rgba(200, 92, 70, 0.12);
    color: #000;
}

.vg-day-nav a:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgba(200, 92, 70, 0.3);
    background: rgba(200, 92, 70, 0.1);
}

.tour-layout {
    display: block;
}

.tour-aside {
    margin-bottom: 12px;
}

.tour-main {
    min-width: 0;
}

.vg-stop-vertical.is-section .vg-section-label {
    animation: vg-fade-slide 420ms ease both;
}

.vg-segment-badge {
    display: none;
}

.vg-stop-vertical.is-section {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
}

.vg-stop-vertical.is-section .vg-stop-meta {
    display: none;
}

.vg-stop-vertical.is-section .vg-section-label {
    position: relative;
    left: 112px;
    width: calc(100% - 112px);
    text-align: center;
    padding: 10px 16px;
    background: linear-gradient(180deg, rgba(239, 239, 232, 0.72), rgba(239, 239, 232, 0.48));
    border-radius: var(--radius-md, 16px);
    color: #333;
    font-weight: 600;
    font-size: 15px;
    margin: 18px 0 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    corner-shape: squircle;
}

.vg-stop-vertical.is-section::before {
    content: none;
}

.vg-seq-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    color: #C85C46;
    flex: 0 0 auto;
}

.vg-arrow-svg {
    display: block;
}

.vg-arrow-path {
    stroke-dasharray: 40;
    stroke-dashoffset: 40;
    animation: vg-draw 1.4s ease-in-out infinite;
}

.vg-arrow-head {
    transform-origin: 37px 8px;
    animation: vg-bob 1.4s ease-in-out infinite;
}

.vg-stop-vertical {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .4s ease, transform .4s ease;
}

.vg-stop-vertical.reveal-in {
    opacity: 1;
    transform: translateY(0);
}

.vg-stop-card .rest-card,
.vg-stop-card .scroll-item {
    transition: box-shadow .25s ease, transform .25s ease;
}

.vg-stop-card .rest-card:hover,
.vg-stop-card .scroll-item:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.restaurants-section .horizontal-scroll:not(.owl-loaded),
.hotels-section .horizontal-scroll:not(.owl-loaded) {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: var(--spacing-md);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
}

 .restaurants-section #home-rest-list.horizontal-scroll {
     display: flex !important;
     flex-direction: row !important;
     flex-wrap: nowrap !important;
     overflow-x: auto !important;
     overflow-y: hidden !important;
     gap: var(--spacing-md);
     -webkit-overflow-scrolling: touch;
     scrollbar-width: none;
     scroll-snap-type: x mandatory;
 }

.restaurants-section .scroll-item {
    flex: 0 0 84vw !important;
    max-width: 380px;
    scroll-snap-align: start;
}

.restaurants-section .scroll-item .rest-card {
    min-width: 0;
}


.hotels-section .scroll-item {
    max-width: 380px;
    scroll-snap-align: start;
}

.hotels-section .scroll-item .rest-card {
    min-width: 0;
}

.restaurants-section .scroll-item>img.scroll-item-image,
.restaurants-section .scroll-item>.scroll-item-overlay,
.hotels-section .scroll-item>img.scroll-item-image,
.hotels-section .scroll-item>.scroll-item-overlay {
    display: none !important;
}

.hotels-section .rc-btn,
.hotels-section .vg-tt-trigger,
.hotels-section .vg-tt-btn,
.hotels-section .vg-tt-number a {
    background: rgb(var(--rc-btn-rgb, 223 182 165) / 24%);
    transition: background-color .2s ease, background .2s ease, transform .2s ease, opacity .2s ease;
    will-change: transform, background-color;
}

.hotels-section .rc-btn:hover,
.hotels-section .vg-tt-trigger:hover,
.hotels-section .vg-tt-btn:hover,
.hotels-section .vg-tt-number a:hover {
    background: rgb(var(--rc-btn-rgb, 223 182 165) / 34%);
    transform: translateY(-1px);
}

.hotels-section .rc-btn:active,
.hotels-section .vg-tt-trigger:active,
.hotels-section .vg-tt-btn:active,
.hotels-section .vg-tt-number a:active {
    background: rgb(var(--rc-btn-rgb, 223 182 165) / 12%);
    transform: translateY(0) scale(0.98);
}

/* Single Hotel: quick info layout and styling */

.hotels-section .rc-btn:focus-visible,
.hotels-section .vg-tt-trigger:focus-visible,
.hotels-section .vg-tt-btn:focus-visible,
.hotels-section .vg-tt-number a:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}


.site-header {
    padding: 24px 24px 48px 24px;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--spacing-lg);
    height: 42px;
    flex-wrap: wrap;
    gap: var(--spacing-sm);
}

.weather-info {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    padding: var(--spacing-sm);
    border-radius: 309px;
    corner-shape: squircle;
}

.weather-icon {
    width: 20px;
    height: 20px;
}

.weather-icon .weather-icon-snow {
    display: none;
}

.weather-info.is-cold .weather-icon .weather-icon-sun {
    display: none;
}

.weather-info.is-cold .weather-icon .weather-icon-snow {
    display: block;
}

.weather-temp {
    font-weight: 500;
    font-size: 24px;
    line-height: 0.96;
}

.weather-unit {
    font-size: 10px;
}

.time-display {
    font-size: 24px;
    font-weight: 400;
}

.language-selector {
    background: rgba(255, 250, 197, 0.48);
    border-radius: 24px;
    padding: 0 var(--spacing-md) 0 var(--spacing-md);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-sm);
    corner-shape: squircle;
}

.language-text {
    font-size: 12px;
    font-weight: 400;
}

.globe-icon {
    width: 20px;
    height: 20px;
}

.site-logo {
    height: 30px;
    width: 78px;
}

.gyumri-logo {
    display: block;
    color: var(--text-black);
}

.gyumri-logo {
    width: clamp(120px, 24vw, 200px);
    height: auto;
}

.site-branding a:hover .gyumri-logo {
    transform: none;
}

.gyumri-logo path {
    stroke: none;
}

.site-branding a:hover .gyumri-logo path,
.gyumri-logo:hover path {
    stroke: none;
}

.where-to-section {
    width: -webkit-fill-available;
}

.main-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-content {
    width: 100%;
}

.menu-toggle {
    width: 42px;
    height: 42px;
    background: none;
    border: none;
    cursor: pointer;
}

.main-navigation {
    position: relative;
}

.site-navigation {
    display: none;
}

body.menu-open .site-navigation,
.main-navigation.active .site-navigation {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    padding: 10px 12px;
    z-index: 50;
}

.site-navigation .primary-menu,
.site-navigation ul {
    list-style: none;
    margin: 0;
    padding: 6px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.site-navigation .primary-menu li a {
    display: block;
    padding: 8px 10px;
    border-radius: 8px;
    color: var(--text-black);
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.site-navigation .primary-menu li a:hover {
    background: transparent;
    color: inherit;
}

.site-navigation .primary-menu li {
    border-radius: 8px;
    transition: background-color .2s ease;
}

.site-navigation .primary-menu li:hover {
    background-color: var(--menu-hover, var(--bg-cream));
}

.site-navigation .primary-menu li:hover>a {
    color: var(--text-black);
}

.hero-section {
    position: relative;
    background-size: cover;
    background-position: center;
    color: var(--text-white);
    padding: var(--spacing-xl) var(--spacing-md);
    border-radius: var(--radius-lg);
    text-align: center;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    corner-shape: squircle;
    overflow: hidden;
}

.hero-section img,
.hero-section video{
    position: relative;
    inset: 0;
    width: 620px;
    height: 360px;
    object-fit: cover;
    border-radius: 24px;
    corner-shape: squircle;
    display: block;
    z-index: 0;
}

.hero-section .container {
    position: relative;
    z-index: 2;
    width: fit-content;
}

.hero-section .img-overlay {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, var(--bg-cream), var(--bg-light-green), var(--bg-light-yellow), var(--bg-light-pink), var(--bg-light-red), var(--bg-light-mint));
    background-size: 200%;
    opacity: 0.24;
    border-radius: 12px;
    z-index: 5;
    pointer-events: none;
    animation: heroSpin 18s linear infinite;
}

.hero-section .hero-bg {
    position: relative;
    inset: 0;
    width: 620px;
    height: 360px; /* width: 100%; */
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    corner-shape: squircle;
    display: block;
    z-index: 0;
}

@keyframes heroSpin {
    0% { background-position: 0% 0%; }
    50% { background-position: 100% 100%; }
    100% { background-position: 0% 0%; }
}

@media (prefers-reduced-motion: reduce) {
    .hero-section::after { animation: none; }
}

.hero-title {
    font-size: clamp(28px, 6vw, 56px);
    font-weight: 400;
    text-align: center;
    margin-bottom: var(--spacing-sm);
}

.info-cards {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
    align-items: flex-start;
}

.info-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.72));
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    color: var(--text-black);
    padding: 8px 12px;
    corner-shape: squircle;
}

.info-card-label {
    font-size: 14px;
    font-weight: 400;
}

.info-card-value {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-title {
    font-size: 24px;
    font-weight: 400;
}

.see-all-link {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    color: var(--text-neutral-900);
    font-size: 20px;
    font-weight: 400;
}

.arrow-icon {
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
}

.category-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-sm);
    margin-bottom: var(--spacing-lg);
}

.category-card {
    background: var(--bg-cream);
    border-radius: 24px;
    padding: var(--spacing-sm);
    text-align: center;
    min-height: 96px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-xs);
    corner-shape: squircle;
}

 .category-card,
 .category-card:visited {
     color: inherit;
     text-decoration: none;
 }

.category-card:nth-child(2) {
    background: var(--bg-light-green);
}

.category-card:nth-child(3) {
    background: var(--bg-light-yellow);
}

.category-card:nth-child(4) {
    background: var(--bg-light-pink);
}

.category-card:nth-child(5) {
    background: var(--bg-light-mint);
}

.category-card:nth-child(6) {
    background: var(--bg-light-red);
}

.category-icon {
    width: 24px;
    height: 24px;
}

.category-text {
    font-size: 14px;
    font-weight: 700;
}

.horizontal-scroll:not(.owl-loaded) {
    display: flex;
    gap: var(--spacing-md);
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border-radius: 24px;
}

.horizontal-scroll {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.horizontal-scroll::-webkit-scrollbar {
    display: none;
}

.scroll-item {
    background: var(--text-white);
    border-radius: 48px;
    position: relative;
    min-height: 313px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-width: 325px;
}

.scroll-item {
    scroll-snap-align: start;
}

.scroll-item-image,
.scroll-item-overlay {
    border-radius: 48px;
}

.scroll-item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    border-radius: 48px;
    corner-shape: squircle;
}

.scroll-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(200, 92, 70, 0.48);
    z-index: 2;
    border-radius: 48px;
    corner-shape: squircle;
}

.scroll-item-content {
    position: relative;
    z-index: 3;
    padding: var(--spacing-md);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    color: var(--text-white);
    corner-shape: squircle;
}

.scroll-item-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
}

.scroll-item-description {
    background: linear-gradient(90deg, rgba(184, 92, 56, 0), rgba(184, 92, 56, 0.12));
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: var(--radius-sm);
    padding: var(--spacing-sm) 0;
    font-size: 16px;
    font-weight: 500;
}

.events-section .scroll-item-description .datetime {
    /* display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: stretch; */
        display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}

.events-section .scroll-item-description .datetime .date {
    background: var(--rc-btn-bg, rgba(0, 0, 0, 0.15));
    border-radius: 36px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.events-section .scroll-item-description .qi-date {
    font-size: 16px;
    font-weight: 500;
}

.events-section .scroll-item-description .qi-time {
    font-size: 16px;
    font-weight: 500;
}

.events-section .scroll-item-description .qi-sep {
    width: 16px;
    height: 2px;
    border: 0;
    border-radius: 50px;
    background: currentColor;
    opacity: 0.7;
}

.legend-hero {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    min-height: 361px;
    padding: var(--spacing-md);
}

.legend-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.legend-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(var(--lg-rgb, 200 92 70) / 48%);
    z-index: 2;
}

.legend-hero-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    color: var(--text-white);
}

.single-legend .legend-hero-img {
    position: relative;
    border-radius: 48px;
    overflow: hidden;
    margin-bottom: var(--spacing-md);
    aspect-ratio: 1 / 1;
}

.single-legend .legend-hero-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(var(--lg-rgb, 200 92 70) / 24%);
    pointer-events: none;
}

.single-legend .legend-hero-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0);
    -webkit-filter: saturate(0);
}

.single-legend .entry-title {
    margin-top: var(--spacing-md);
    margin-bottom: var(--spacing-xs);
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.single-legend .entry-excerpt {
    color: var(--text-muted, #6b6b6b);
    margin-bottom: var(--spacing-md);
}

.single-legend .legend-meta {
    font-size: 16px;
    color: var(--text-black);
    margin-bottom: var(--spacing-md);
}

.single-legend .legend-meta .meta-item {
    display: inline-block;
    font-weight: 400;
}

.single-legend .legend-meta strong {
    color: var(--text-black);
    font-weight: 600;
}

.single-legend .legend-qi-group {
    margin-top: unset;
    width: 100%;
}

.single-legend .qi-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-around;
    background: var(--rc-btn-bg);
    border-radius: 48px;
    padding: 12px;
    gap: 12px;
    corner-shape: squircle;
}

.single-legend .qi-card-panel {
    background: var(--rc-btn-bg);
    font-weight: 400;
    display: flex;
    flex-direction: column;
    border-radius: 36px;
    padding: 24px;
    width: 100%;
    corner-shape: squircle;
}

.single-legend .qi-card-title {
    color: var(--text-black);
    font-weight: 400;
    font-size: 24px;
}

.single-legend .qi-card-text {
    color: #222;
}

.single-legend .qi-list {
    margin: 6px 0 0 16px;
    padding: 0;
}

.single-legend .qi-list li {
    margin: 2px 0;
}
.single-legend .info-section {
    margin-top: var(--spacing-md);
}

.single-legend .info-section .section-title {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: var(--spacing-xs);
}

.single-legend .info-section p {
    color: var(--text-black);
    font-size: 16px;
    font-weight: 400;
}

.single-legend .legend-list {
    margin: var(--spacing-xs) 0 var(--spacing-md);
    padding-left: 1.25rem;
    list-style: disc;
}

.single-legend .legend-list li {
    margin: 2px 0;
}

.info-section.did-you-know {
    background: rgb(var(--lg-rgb, 200 92 70) / 8%);
    border-radius: 48px;
    padding: 12px;
}

.info-section.did-you-know .section-title {
    margin-bottom: 8px;
}

.info-section.did-you-know .legend-list {
    padding-left: 1.25rem;
    margin: 4px 0 0;
}

.info-section.did-you-know .legend-list li {
    line-height: 1.45;
}

.legend-gallery {
    position: relative;
    margin: var(--spacing-lg) 0;
}

.legend-gallery .lg-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border-radius: var(--radius-lg);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
    scroll-snap-type: x mandatory;
    display: block;
}

.legend-gallery .lg-track {
    display: flex;
    gap: var(--spacing-md);
    padding: 0 var(--spacing-xs);
}

.legend-gallery .lg-slide {
    flex: 0 0 288px;
    width: 288px;
    height: 313px;
    position: relative;
    background: var(--bg-gray);
    scroll-snap-align: start;
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.legend-gallery .lg-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-legend .related-place .place-card {
    position: relative;
    display: block;
    border-radius: 48px;
    overflow: hidden;
    min-height: 313px;
}

.single-legend .related-place .place-card-bg,
.single-legend .related-place .place-card-bg img,
.single-legend .related-place .place-card-overlay {
    position: absolute;
    inset: 0;
}

.single-legend .related-place .place-card-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-legend .related-place .place-card-overlay {
    background: linear-gradient(0deg, rgb(var(--lg-rgb, 200 92 70) / 48%) 0%, rgb(var(--lg-rgb, 200 92 70) / 48%) 100%);
}

.single-legend .related-place .place-card-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    color: #fff;
}

.single-legend .related-place .place-card-title {
    font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.1;
}

.single-legend .related-place .place-card-subtitle {
    align-self: stretch;
    padding: 8px 12px;
    background: linear-gradient(90deg, rgba(210, 161, 94, 0) 0%, rgba(210, 161, 94, 0.12) 100%);
    border-radius: 12px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.single-legend .related-place .place-card-actions {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 2;
    display: inline-flex;
    gap: 8px;
}

.single-legend .related-place .action-btn {
    width: 48px;
    height: 48px;
    background: rgb(var(--lg-btn-rgb, 223 182 165));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    border-radius: 48px;
}

.single-legend .related-place .action-btn:hover {
    background: rgb(var(--lg-btn-rgb, 223 182 165));
    transform: translateY(-1px);
}

.single-legend .related-place .action-btn:active {
    background: rgb(var(--lg-btn-rgb, 223 182 165));
    transform: translateY(0) scale(0.98);
}

.single-legend .related-place .action-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}

.single-legend .related-place .action-btn svg {
    display: block;
}

.legend-gallery.swiper {
    padding: 0 4px;
}

.legend-gallery.swiper .swiper-wrapper {
    gap: 12px;
}

.legend-gallery.swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.legend-gallery.swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.3);
}

.legend-gallery.swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0.6);
}

.legend-gallery.swiper.no-swiper {
    overflow: hidden;
}

.legend-gallery.swiper.no-swiper .swiper-wrapper {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0 4px;
}

.legend-gallery.swiper.no-swiper .swiper-slide {
    flex: 0 0 288px;
    width: 288px;
    height: 313px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--bg-gray);
    scroll-snap-align: start;
}

.legend-gallery.swiper.no-swiper .swiper-pagination {
    display: none;
}

.legend-gallery .lg-slide,
.legend-gallery.swiper .swiper-slide,
.legend-gallery.owl-carousel .item {
    width: 288px;
    height: 280px;
    min-height: 280px;
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--bg-gray);
}

.legend-gallery.owl-carousel {
    display: block;
}

.rc-preview {
    height: 280px;
    border-radius: 24px;
    overflow: hidden;
    background: var(--bg-gray);
    position: relative;
    min-height: 280px;
}

.rc-preview .gcard-bg,
.rc-preview .gcard-overlay {
    position: absolute;
    inset: 0;
}

.rc-preview .gcard-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.4);
}

/* Subtle hover scale for all archive cards */
.rest-card .rc-preview .gcard-bg img {
    transition: transform 220ms ease;
}
.rest-card:hover .rc-preview .gcard-bg img {
    transform: scale(1.035);
}

@media (prefers-reduced-motion: reduce) {
    .rest-card .rc-preview .gcard-bg img { transition: none; }
    .rest-card:hover .rc-preview .gcard-bg img { transform: none; }
}

/* Ensure restaurant archive uses full-height preview (not fixed 180px) */

@media (max-width: 7688px) {
    .rc-preview { height: 220px; }
}

.rc-preview .gcard-overlay {
    background: rgb(var(--rc-btn-rgb, 223 182 165) / 24%);
}

.legend-gallery.owl-carousel .item .gcard-bg,
.legend-gallery.owl-carousel .item .gcard-overlay {
    position: absolute;
    inset: 0;
}

.legend-gallery.owl-carousel .item .gcard-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.legend-gallery.owl-carousel .item .gcard-overlay {
    background: rgb(var(--lg-rgb, 200 92 70) / 24%);
    border-radius: 48px;
    corner-shape: squircle;
}

/* Single Hotel: allow overlay color via variable */

.legend-gallery.owl-carousel .item .gcard-bg {
    z-index: 1;
}

.legend-gallery.owl-carousel .item .gcard-overlay {
    z-index: 2;
}

.legend-gallery.owl-carousel .item .gcard-content {
    z-index: 3;
}

.legends-section .scroll-item-image {
    filter: saturate(0.4);
}

.legends-section .scroll-item-overlay {
    background: rgba(200, 92, 70, 0.24);
}

.legends-section .scroll-item-description {
    background: linear-gradient(90deg, rgb(var(--lg-rgb, 200 92 70) / 0%) 0%, rgb(var(--lg-rgb, 200 92 70) / 12%) 100%);
}

.legend-gallery.owl-carousel .item .gcard-content {
    position: absolute;
    inset: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    color: var(--text-white);
}

.legend-gallery.owl-carousel .item .gcard-title {
    color: #fff;
    font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.12;
}

.legend-gallery.owl-carousel .item .gcard-subtitle {
    align-self: stretch;
    padding: 8px 12px;
    background: linear-gradient(90deg, rgb(var(--lg-rgb, 200 92 70) / 0%) 0%, rgb(var(--lg-rgb, 200 92 70) / 12%) 100%);
    border-radius: 12px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    color: #fff;
    font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.legend-gallery.owl-carousel .owl-dots .owl-dot span {
    background: rgba(0, 0, 0, 0.3);
}

.legend-gallery.owl-carousel .owl-dots .owl-dot.active span {
    background: rgba(0, 0, 0, 0.6);
}

.restaurants-owl.owl-carousel {
    display: block;
}

.legend-gallery .lg-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
}

.legend-gallery .lg-prev {
    left: 8px;
}

.legend-gallery .lg-next {
    right: 8px;
}

.place_actions {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    gap: 8px;
    flex-direction: column;
    align-items: center;
}

.hero-actions {
    display: flex;
    gap: 8px;
}

.hero-actions a {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 3px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(4px);
    border-radius: 24px;
}

.hero-hours {
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 24px;
    backdrop-filter: blur(4px);
    justify-content: center;
    flex-direction: column;
}

.hero-hours span {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

.hero-hours span strong {
    font-size: 12px;
    font-weight: 600;
}

.hero-hours span hr {
    width: 50%;
    opacity: 0.2;
}

.entry-meta {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-md);
    font-size: 14px;
}

.entry-meta span {
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
    padding: var(--spacing-xs) var(--spacing-sm);
    background: var(--bg-gray);
    border-radius: var(--radius-sm);
    color: var(--text-black);
}

.entry-meta svg {
    width: 16px;
    height: 16px;
}

.entry-meta a,
.entry-meta .vg-tt-trigger {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 3px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(4px);
    border-radius: 24px;
    outline: 0;
    border: 0;
    cursor: pointer;
}

.entry-meta .vg-tt-number a {
    width: fit-content;
    padding: 0 12px;
    color: #000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.vg-tt-wrap {
    position: relative;
    overflow: visible;
}

.vg-tt[hidden] {
    display: none !important;
}

.vg-tt {
    left: 0;
    opacity: 0;
    transform: translateX(12px) scale(.98);
    transform-origin: top left;
    transition: opacity .12s ease, transform .12s ease;
    pointer-events: none;
}

.vg-tt.show {
    opacity: 1;
    transform: translateX(0) scale(1);
    pointer-events: auto;
}

.vg-tt-arrow {
    position: absolute;
    top: -6px;
    left: 16px;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.vg-tt-sheet {
    position: relative;
    min-width: 220px;
    display: flex;
    gap: 8px;
}

.vg-tt-number {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    text-align: left;
    border-radius: 24px;
}

.vg-tt-number a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgb(var(--rc-btn-rgb, 223 182 165) / 24%);
    transition: background-color .2s ease, background .2s ease, transform .2s ease, opacity .2s ease;
    will-change: transform, background-color;
    color: #000;
    text-decoration: none;
}

.vg-tt-number a:hover {
    background: rgb(var(--rc-btn-rgb, 223 182 165) / 34%);
    transform: translateY(-1px);
}

.vg-tt-number a:active {
    background: rgb(var(--rc-btn-rgb, 223 182 165) / 12%);
    transform: translateY(0) scale(0.98);
}

.vg-tt-number a:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}

.vg-tt-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

.vg-tt-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    color: #111;
    text-decoration: none;
    backdrop-filter: blur(4px);
}

.vg-tt-btn.wa {
    color: #128C7E;
}

.vg-tt-btn.vb {
    color: #7360F2;
}

.open-info {
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    border-radius: 24px;
    padding: 24px;
    width: 100%;
}

.rest-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 16px;
}

/* Jetpack Infinite Scroll can wrap loaded posts; keep grid layout consistent */
.rest-grid .infinite-wrap {
    display: contents;
}

/* Fluid widths inside archives; let the grid size cards */
.archive .rest-card-wrap { width: auto; }
.archive .rest-card {width: auto;min-width: 0;height: 100%;}

/* Shared pagination styling */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 24px 0;
}
.pagination a,
.pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--bg-gray);
    color: var(--text-black);
    text-decoration: none;
}
.pagination .current {
    background: rgb(var(--rc-btn-rgb, 223 182 165) / 24%);
}

/* Unified page title spacing */
.archive .page-title {
    color: #171717;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 0 16px;
}
@media (max-width: 768px) {
    .archive .page-title { font-size: 28px; }
}
.scroll-item-title a{
color: #fff;
}
.rest-card-wrap {
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(8deg,
            rgb(var(--rc-btn-rgb, 223 182 165) / 16%),
            rgb(var(--rc-btn-rgb, 223 182 165) / 0%));
    border-radius: 48px;
    padding: 2px;
    gap: 12px;
    corner-shape: squircle;
    width: 340px;
}

    .owl-stage-outer {
        border-radius: 24px;
    }

    .legend-gallery {
        margin: var(--spacing-lg) 0;
    }

    .legend-gallery.owl-carousel .item .gcard-overlay {
        background: rgb(var(--rc-btn-rgb, 223 182 165) / 24%);
    }

    .legend-gallery.owl-carousel .item {
        width: auto;
        height: 310px;
        border-radius: 48px;
        overflow: hidden;
        background: var(--bg-gray);
        position: relative;
    }

    .vg-tt {
        position: relative;
    }

    .vg-tt-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        padding: 3px;
        border-radius: 16px;
        backdrop-filter: blur(6px);
        background: var(--rc-btn-bg, rgba(0, 0, 0, 0.06));
        text-decoration: none;
    }

    .vg-tt-btn svg {
        height: 24px;
    }

    .vg-tt-btn .whatsapp-icon {
        height: 20px;
    }

    .vg-tt-number a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        height: 48px;
        border-radius: 16px;
        backdrop-filter: blur(6px);
        text-decoration: none;
        padding: 12px;
        color: #000;
        font-weight: 500;
        font-size: 16px;
        gap: 4px;
    }

    .vg-tt-number a svg {
        height: 16px;
    }

button {
    outline: none;
    border: none;
    cursor: pointer;
}

.close-tooltip {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 50px;
}

.close-tooltip svg {
    height: 24px;
    width: 24px;
}

.rest-card {
    background: #FFF;
    display: flex;
    min-width: 336px;
    padding: 12px;
    flex-direction: column;
    align-items: stretch;
    border-radius: 48px;
    gap: 4px;
    width: 325px;
}

.error-404 {
    padding: 16px 0 48px;
}

.error-404 .error-hero {
    border-radius: 48px;
    background: linear-gradient(135deg, rgba(200, 92, 70, 0.14), rgba(210, 161, 94, 0.12));
    padding: 24px;
    text-align: center;
}

.error-404 .error-title {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 8px;
}

.error-404 .error-subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 16px;
}

.error-404 .error-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.error-404 .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: var(--primary-red);
    color: #fff;
    font-weight: 600;
}

.error-404 .btn.secondary {
    background: #efefef;
    color: #111;
}

.error-404 .container {
    max-width: 980px;
}

.error-404 .event-heading {
    align-items: stretch;
    gap: 24px;
}

.error-404 .featured-image {
    flex: 0 0 50%;
    min-height: clamp(260px, 44vh, 460px);
    border-radius: 48px;
    overflow: hidden;
    position: relative;
    background: none;
}

.error-404 .featured-image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: none;
}

.error-404 .featured-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-404 .big-404 {
    position: relative;
    z-index: 1;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1;
    font-size: clamp(120px, 18vw, 160px);
    color: var(--text-neutral-900);
    text-shadow: none;
}

.error-404 .open-info {
    background: transparent !important;
}

.error-404 .qi-org {
    background: transparent !important;
}

.error-404 .featured-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 48px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.error-404 .entry-quick-info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.error-404 .entry-meta {
    gap: 10px;
}

.error-404 .entry-quick-info .qi-block a.website-btn {
    width: auto;
    height: 44px;
    padding: 10px 12px;
    gap: 8px;
    border-radius: 24px;
}

.error-404 .entry-quick-info .qi-block a.website-btn svg {
    width: 18px;
    height: 18px;
}

.error-404 .entry-quick-info .qi-block .btn-label {
    display: inline;
    background: transparent;
}

.error-404 .entry-title {
    margin: 0 0 8px;
    font-size: clamp(28px, 2.2vw + 16px, 40px);
    line-height: 1.15;
}

.error-404 .error-search form {
    display: flex;
    gap: 8px;
    align-items: center;
}

.error-404 input.search-field {
    flex: 1 1 auto;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 10px 12px;
}

.error-404 input.search-submit,
.error-404 button.search-submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 10px;
    padding: 10px 14px;
    background: var(--primary-red);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.rest-card .rc-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    padding: 24px 8px 12px;
}

.rest-card .rc-title {
    font-size: 28px;
    letter-spacing: 0.28em;
    line-height: 1.2;
    text-transform: uppercase;
    color: #7E2D24;
    text-align: center;
}

.rest-card .rc-city {
    margin-top: 8px;
    font-size: 18px;
    font-style: italic;
    color: #171717;
}


.rest-card .rc-mini-gallery .item {
    position: relative;
}

.rest-card .rc-mini-gallery .gcard-bg img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.rest-card .rc-mini-gallery .owl-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 8px 0 0;
}

.rest-card .rc-mini-gallery .owl-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgb(var(--rc-btn-rgb, 223 182 165) / 35%);
    opacity: 1;
}

.rest-card .rc-mini-gallery .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgb(var(--rc-btn-rgb, 223 182 165) / 35%);
    opacity: 1;
}

.rest-card .rc-mini-gallery .owl-dots .owl-dot.active span {
    background: rgb(var(--rc-btn-rgb, 223 182 165) / 90%);
}

.rest-card .rc-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 8px 0 0;
}

.rest-card .rc-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgb(var(--rc-btn-rgb, 223 182 165) / 70%);
}

.rest-card .rc-dots span:first-child {
    opacity: 1;
}

.rest-card .rc-divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
    margin: 10px 0 0;
}

.rest-card .rc-body {
    background: var(--rc-panel-bg, rgba(0, 0, 0, 0.04));
    border-radius: 48px;
    padding: 16px;
    corner-shape: squircle;
    height: 100%;
}

.restaurants-section {
    width: 100%;
}

.rest-card .rc-name {
    color: #000000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    /*min-height: 68px;*/
    /*height: 68px;*/
}

.rest-card .rc-name a {
    color: #000000;
}

.rest-card .rc-desc {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #000000;
    min-height: 39.2px;
}

.rest-card .rc-actions {
    display: flex;
    gap: 8px;
}

.rest-card .rc-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 3px;
    border-radius: 16px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: var(--rc-btn-bg, rgba(0, 0, 0, 0.06));
    text-decoration: none;
}

.emergency-section .container {
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.emergency-section h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 124%;
}

.emergency-section .info-text {
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 24px;
    background: #91FF91;
    justify-content: space-between;
    corner-shape: squircle;
}

.emergency-section .info-text h4 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 124%;
    margin-bottom: 0;
}

.emergency-section .info-text .info-icon {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 3px 2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    border-radius: 24px;
    background: #25FF7C;
    corner-shape: squircle;
}

.emergency-section .tip {
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 24px;
    background: rgba(246, 234, 230, 0.33);
    corner-shape: squircle;
}

.emergency-section .tip .info-icon {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 3px 2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    border-radius: 24px;
    background: #F6EAE6;
    corner-shape: squircle;
}

.info-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 12px;
    margin: var(--spacing-lg) 0;
}

.info-section .section-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.info-section .subsection-title {
    color: #7D2B32;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 124%;
}

.practical-info-section .info-items-wrapper {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.practical-info-section .info-items-wrapper .info-item:nth-child(1) {
    background: rgba(239, 239, 232, 0.33);
}

.practical-info-section .info-items-wrapper .info-item:nth-child(1) .info-icon {
    background: #F4E9D9;
}

.practical-info-section .info-items-wrapper .info-item:nth-child(2) {
    background: rgba(246, 234, 230, 0.33);
}

.practical-info-section .info-items-wrapper .info-item:nth-child(2) .info-icon {
    background: #F6EAE6;
}

.practical-info-section .info-items-wrapper .info-item:nth-child(3) {
    background: rgba(239, 239, 232, 0.33);
}

.practical-info-section .info-items-wrapper .info-item:nth-child(3) .info-icon {
    background: #EFEFE8;
}

.practical-info-section .info-item {
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 24px;
}

.practical-info-section .info-item .info-icon {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 3px 2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    border-radius: 12px;
}

.practical-info-section .info-item .info-icon svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.practical-info-section .info-item .info-text p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%;
    margin: 0;
}

.getting-around-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.getting-around-section .subsection-title {
    color: #4F531C;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 124%;
}

.getting-around-section .info-section .info-item:nth-child(1) {
    background: rgba(239, 239, 232, 0.33);
}

.getting-around-section .info-section .info-item:nth-child(1) .info-icon {
    background: #F4E9D9;
}

.getting-around-section .info-section .info-item:nth-child(2) {
    background: rgba(246, 234, 230, 0.33);
}

.getting-around-section .info-section .info-item:nth-child(2) .info-icon {
    background: #F6EAE6;
}

.getting-around-section .info-section .info-item:nth-child(3) {
    background: rgba(239, 239, 232, 0.33);
}

.getting-around-section .info-section .info-item:nth-child(3) .info-icon {
    background: #EFEFE8;
}

.getting-around-section .info-section .info-item {
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 24px;
}

.getting-around-section .info-section .info-icon {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 3px 2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    border-radius: 12px;
    background: #F4E9D9;
}

.tourist-info {
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 24px;
    corner-shape: squircle;
    background: rgba(246, 234, 230, 0.33);
}

.tourist-info .info-icon {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 3px 2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    border-radius: 24px;
    background: #F6EAE6;
    corner-shape: squircle;
}

.tourist-info .info-text {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%;
    margin: 0;
}

.tourist-info .info-text p {
    margin: 0;
}

.plan-trip-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.plan-trip-section h3 {
    color: #824B00;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 124%;
}

.plan-trip-section h4 {
    color: #171717;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
}

.plan-trip-section .info-item {
    display: flex;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 12px;
    align-self: stretch;
    border-radius: 24px;
    corner-shape: squircle;
}

.plan-trip-section .info-item:nth-child(2) {
    background: rgba(239, 239, 232, 0.33);
}

.plan-trip-section .info-item:nth-child(2) .trip-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-self: stretch;
}

.plan-trip-section .info-item:nth-child(2) .trip-options .trip-option {
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 24px;
    corner-shape: squircle;
}

.plan-trip-section .info-item:nth-child(2) .trip-options .trip-option:nth-child(1) {
    background: rgba(255, 195, 0, 0.12);
}

.plan-trip-section .info-item:nth-child(2) .trip-options .trip-option:nth-child(2) {
    background: #E0F0FF;
}

.plan-trip-section .info-item:nth-child(3) {
    display: flex;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 24px;
    corner-shape: squircle;
    background: rgba(246, 234, 230, 0.18);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.04);
}

.plan-trip-section .info-item:nth-child(3) .trip-options {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    flex-direction: column;
}

.plan-trip-section .info-item:nth-child(3) .trip-options svg {
    width: 36px;
    height: 36px;
    aspect-ratio: 1/1;
}

.plan-trip-section .info-item:nth-child(3) .trip-option {
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 24px;
    corner-shape: squircle;
}

.plan-trip-section .info-item:nth-child(3) .trip-option:nth-child(1) {
    background: #EFEFE8;
}

.plan-trip-section .info-item:nth-child(3) .trip-option:nth-child(2) {
    background: #F4E9D9;
}

.hotel-grid {
    display: flex;
    gap: var(--spacing-md);
    overflow-x: auto;
    padding-bottom: var(--spacing-sm);
}

.hotel-card {
    flex: 0 0 336px;
    background: var(--text-white);
    border: 2px solid var(--primary-brown);
    border-radius: var(--radius-lg);
    overflow: hidden;
    padding: var(--spacing-lg);
    display: flex;
    flex-direction: column;
    corner-shape: squircle;
}

.hotel-image {
    width: 240px;
    height: 240px;
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
    object-fit: cover;
    margin-bottom: var(--spacing-sm);
    corner-shape: squircle;
}

.hotel-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hotel-title {
    font-size: 24px;
    margin-bottom: var(--spacing-sm);
}

.hotel-description {
    font-size: 16px;
    margin-bottom: var(--spacing-lg);
}

.hotel-contacts {
    display: flex;
    gap: var(--spacing-md);
    justify-content: flex-end;
}

.contact-icon {
    width: 48px;
    height: 48px;
}

.bank-grid {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-sm);
    margin-bottom: var(--spacing-md);
}

.bank-tag {
    background: rgba(9, 91, 182, 0.12);
    border-radius: var(--radius-sm);
    padding: var(--spacing-sm) var(--spacing-sm);
    font-size: 16px;
    min-width: 117px;
    corner-shape: squircle;
    text-align: center;
}

 .bank-tag,
 .bank-tag:visited {
     color: inherit;
     text-decoration: none;
 }

.bank-tag:nth-child(2) {
    background: rgba(114, 191, 68, 0.12);
}

.bank-tag:nth-child(3) {
    background: rgba(91, 165, 140, 0.12);
}

.bank-tag:nth-child(4) {
    background: rgba(252, 186, 33, 0.12);
}

.bank-tag:nth-child(5) {
    background: rgba(0, 35, 102, 0.12);
}

.bank-tag:nth-child(6) {
    background: rgba(0, 132, 255, 0.12);
}

.bank-tag:nth-child(7) {
    background: rgba(0, 193, 216, 0.12);
}

.bank-tag:nth-child(8) {
    background: rgba(30, 55, 112, 0.12);
}

.bank-tag:nth-child(9) {
    background: rgba(72, 167, 74, 0.12);
}

.bank-tag:nth-child(10) {
    background: rgba(100, 0, 220, 0.12);
}

.bank-tag:nth-child(11) {
    background: rgba(44, 60, 120, 0.12);
}

.site-footer {
    background: var(--text-white);
    border: 2px solid rgba(91, 103, 112, 0.04);
    border-radius: var(--radius-md);
    padding: var(--spacing-lg);
    margin: var(--spacing-lg) 0;
    corner-shape: squircle;
}

.footer-logo {
    width: 136px;
    height: 40px;
    margin-bottom: var(--spacing-md);
}

.footer-section {
    margin-bottom: var(--spacing-lg);
}

.footer-section:last-child {
    margin-bottom: 0;
}

.footer-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: var(--spacing-md);
}

.footer-title.explore {
    color: var(--primary-red);
}

.footer-title.plan {
    color: var(--primary-dark-brown);
}

.footer-title.connect {
    color: var(--primary-green);
}

.footer-links {
    display: flex;
    flex-direction: column;
    font-weight: 400;
}

.footer-link {
    font-size: 16px;
    color: var(--text-black);
}

.footer-credits {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--spacing-xs);
    margin-top: var(--spacing-lg);
    font-size: 12px;
}

.heart-icon {
    width: 18px;
    height: 16.515px;
}

.dayananet-logo {
    width: 32px;
    height: 12px;
}

.copyright {
    font-size: 14px;
    margin-top: 8px;
    text-align: left;
}

.site-footer .container {
    display: grid;
    gap: var(--spacing-lg);
    align-items: start;
}

.footer-column {
    align-self: start;
}

.footer-credits {
    grid-column: 1 / -1;
    flex-wrap: wrap;
    gap: var(--spacing-sm);
}

.footer-link:hover {
    color: var(--primary-red);
}

.footer-link:focus-visible {
    outline: 2px solid rgba(200, 92, 70, .25);
    outline-offset: 2px;
    border-radius: 6px;
}

.text-center {
    text-align: center;
}

.text-white {
    color: var(--text-white);
}

.text-black {
    color: var(--text-black);
}

.font-medium {
    font-weight: 500;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-lg {
    margin-top: var(--spacing-lg);
}

.mb-lg {
    margin-bottom: var(--spacing-lg);
}

.loading {
    overflow: hidden;
}

.loading::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--text-white);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading::after {
    content: '';
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 3px solid var(--bg-gray);
    border-top: 3px solid var(--primary-red);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 10000;
}

.animate-in {
    animation: fadeInUp 0.6s ease-out;
}

.hovered {
    transform: translateY(-4px);
    transition: transform 0.3s ease;
}

@keyframes vg-rail {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 0 100%;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes vg-fade-slide {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes vg-draw {
    0% {
        stroke-dashoffset: 40;
    }

    60% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes vg-bob {
    0% {
        transform: translateX(0);
        opacity: .6;
    }

    60% {
        transform: translateX(2px);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: .6;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.single-post .entry-header,
.single-place .entry-header,
.single-event .entry-header,
.single-restaurant .entry-header,
.single-hotel .entry-header,
.single-legend .entry-header,
.single-guider .entry-header {
    margin-bottom: var(--spacing-lg);
}


.single-place .ql-grid-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-around;
    background: var(--rc-btn-bg);
    border-radius: 48px;
    padding: 12px;
    gap: 12px;
    corner-shape: squircle;
}

.single-place .qi-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-around;
    border-radius: 48px;
    gap: 12px;
    corner-shape: squircle;
}

.single-place .qi-card-panel {
    background: var(--rc-btn-bg);
    color: #222;
    color: var(--text-black);
    font-weight: 400;
    font-size: 24px;
    display: flex;
    flex-direction: row;
    border-radius: 36px;
    padding: 24px;
    width: 100%;
    corner-shape: squircle;
    justify-content: space-between;
    align-items: center;
}

.single-place .qi-card-panel strong {
    color: var(--text-black);
    font-weight: 400;
    font-size: 16px;
}

.featured-image {
    margin-bottom: var(--spacing-lg);
    overflow: hidden;
    border-radius: 48px;
    corner-shape: squircle;
}

.featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.entry-title {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: var(--spacing-md);
    color: var(--text-black);
}

.content-grid {
    display: flex;
    gap: var(--spacing-lg);
}

.sidebar-content {
    order: -1;
}

.info-box {
    background: var(--bg-gray);
    border-radius: var(--radius-sm);
    padding: var(--spacing-md);
    margin-bottom: var(--spacing-md);
}

.info-box:last-child {
    margin-bottom: 0;
}

.info-box h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: var(--spacing-sm);
    color: var(--primary-red);
}

.info-box p {
    margin-bottom: var(--spacing-xs);
    font-size: 14px;
    line-height: 1.5;
}

.info-box p:last-child {
    margin-bottom: 0;
}

.info-box a {
    color: var(--primary-red);
    text-decoration: underline;
}

.info-box a:hover {
    color: var(--primary-brown);
}

.star-rating {
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
}

.star-rating svg {
    width: 16px;
    height: 16px;
    color: #ffd700;
}

.rating-text {
    font-size: 14px;
    font-weight: 500;
}

.amenities-section {
    margin-top: var(--spacing-lg);
    padding-top: var(--spacing-lg);
    border-top: 1px solid var(--bg-gray);
}

.amenities-section h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: var(--spacing-md);
    color: var(--primary-red);
}

.amenities-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--spacing-sm);
}

.amenity-item {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    padding: var(--spacing-sm);
    background: var(--bg-gray);
    border-radius: var(--radius-sm);
    font-size: 14px;
    corner-shape: squircle;
}

.amenity-item svg {
    width: 16px;
    height: 16px;
    color: var(--primary-green);
    flex-shrink: 0;
}

.booking-box {
    background: linear-gradient(135deg, var(--primary-red), var(--primary-brown));
    color: var(--text-white);
    border-radius: var(--radius-lg);
    corner-shape: squircle;
}

.booking-box h3 {
    color: var(--text-white);
}

.booking-box p {
    color: var(--text-white);
    opacity: 0.9;
}

.booking-button {
    display: inline-block;
    background: var(--text-white);
    color: var(--primary-red);
    padding: var(--spacing-md) var(--spacing-lg);
    border-radius: var(--radius-md);
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
    corner-shape: squircle;
}

.booking-button:hover {
    transform: translateY(-2px);
    color: var(--primary-red);
}

.social-share {
    display: flex;
    gap: var(--spacing-sm);
}

.social-share a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--bg-gray);
    border-radius: 50%;
    transition: transform 0.2s ease;
}

.social-share a:hover {
    transform: translateY(-2px);
    background: var(--primary-red);
    color: var(--text-white);
}

.social-share svg {
    width: 20px;
    height: 20px;
}

.post-navigation {
    margin-top: var(--spacing-lg);
    padding-top: var(--spacing-lg);
    border-top: 1px solid var(--bg-gray);
}

.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    gap: var(--spacing-md);
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    flex: 1;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    display: block;
    padding: var(--spacing-md);
    background: var(--bg-gray);
    border-radius: var(--radius-sm);
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    background: var(--primary-red);
    color: var(--text-white);
}

.post-navigation .nav-subtitle {
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: var(--spacing-xs);
    opacity: 0.7;
}

.post-navigation .nav-title {
    display: block;
    font-weight: 600;
    line-height: 1.3;
}

.page-header {
    padding: var(--spacing-xl) 0 var(--spacing-lg);
    text-align: center;
    background: var(--bg-gray);
    margin-bottom: var(--spacing-lg);
}

.page-title {
    font-size: 48px;
    font-weight: 400;
    color: var(--text-black);
    margin-bottom: var(--spacing-md);
}

.archive-description {
    font-size: 1.125rem;
    color: var(--text-neutral-900);
    max-width: 600px;
    margin: 0 auto;
}

.grid-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-xl);
}

.place-card,
.event-card,
.legend-card,
.rest-card,
.hotel-card {
    background: var(--text-white);
    border-radius: 48px;
    overflow: hidden;
    corner-shape: squircle;
    width: 100%;
}

.place-image,
.event-image {
    position: relative;
    overflow: hidden;
}

.place-image img,
.event-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.place-card:hover .place-image img,
.event-card:hover .event-image img {
    transform: scale(1.05);
}

.place-content,
.event-content {
    padding: var(--spacing-md);
}

.place-title,
.event-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: var(--spacing-sm);
    line-height: 1.3;
}

.place-title a,
.event-title a {
    color: var(--text-black);
    text-decoration: none;
    transition: color 0.3s ease;
}

.place-title a:hover,
.event-title a:hover {
    color: var(--primary-red);
}

.place-meta,
.event-meta {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-sm);
    margin-bottom: var(--spacing-sm);
    font-size: 14px;
}

.place-meta span,
.event-meta span {
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
    padding: var(--spacing-xs) var(--spacing-sm);
    background: var(--bg-gray);
    border-radius: var(--radius-sm);
    color: var(--text-black);
}

.place-meta svg,
.event-meta svg {
    width: 14px;
    height: 14px;
}

.place-excerpt,
.event-excerpt {
    color: var(--text-neutral-900);
    line-height: 1.6;
    margin-bottom: var(--spacing-sm);
}

.place-categories {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-xs);
}

.place-category {
    background: var(--primary-red);
    color: var(--text-white);
    padding: var(--spacing-xs) var(--spacing-sm);
    border-radius: var(--radius-sm);
    font-size: 12px;
    font-weight: 500;
}

.event-date-badge {
    position: absolute;
    top: var(--spacing-sm);
    right: var(--spacing-sm);
    background: var(--primary-red);
    color: var(--text-white);
    padding: var(--spacing-xs);
    border-radius: var(--radius-sm);
    text-align: center;
    min-width: 50px;
}

.event-day {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.event-month {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.no-posts {
    text-align: center;
    padding: var(--spacing-xl) 0;
}

.no-posts h2 {
    font-size: 2rem;
    color: var(--text-black);
    margin-bottom: var(--spacing-md);
}

.no-posts p {
    font-size: 1.125rem;
    color: var(--text-neutral-900);
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-sm);
    margin: var(--spacing-xl) 0;
}

.pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--bg-gray);
    color: var(--text-black);
    text-decoration: none;
    border-radius: 50%;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    background: var(--primary-red);
    color: var(--text-white);
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    width: auto;
    padding: 0 var(--spacing-md);
    border-radius: var(--radius-sm);
}

.trip-option-icon svg {
    width: 18px;
    height: 18px;
}

.qi-block a {
    color: #000000;
    padding: 8px 12px;
    border-radius: 24px;
    display: flex;
    gap: 8px;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.qi-block a svg {
    width: 24px;
}

.qi-block a span {
    white-space: nowrap;
}

.qi-block a .entry-meta {
    gap: 6px;
}

.qi-block {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.qi-block .entry-meta {
    gap: 6px;
}

.qi-block a[aria-label="Free entrance"] {
    color: #000000;
}

.qi-block .datetime {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-around;
    background: var(--rc-btn-bg);
    border-radius: 48px;
    padding: 12px;
    gap: 12px;
    corner-shape: squircle;
}

.qi-block .datetime .date {
    background: var(--rc-btn-bg);
    border-radius: 36px;
    padding: 12px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    corner-shape: squircle;
}

.qi-block .datetime .date hr {
    width: 24%;
    height: 2px;
    border-radius: 50px;
    border: 0;
    background: black;
}

.qi-block .qi-date {
    font-size: 24px;
    font-weight: 600;
}

.qi-block .qi-date{
    font-size: 16px;
    font-weight: 600;
}

.qi-block .qi-time {
    font-size: 36px;
    font-weight: 300;
}

.qi-block .qi-org {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 12px;
    border-radius: 63px;
    width: 100%;
    corner-shape: squircle;
}
.date:has(.additional-info){
    corner-shape: unset !important;
    border-radius: 50px !important;
}

.date.has-additional-info {
    corner-shape: unset !important;
    border-radius: 50px !important;
}

.qi-time-wrap{
    display: flex;
    gap: 8px;
    justify-content: space-between;
    width: 100%;
    }
  .qi-time-wrap svg{
    flex: 1;
    height: 16px;
    align-self: center;
    fill: #0000000f;
  }
.final-message {
    display: flex;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
}

.message-content {
    display: flex;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.final-message .message-title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
}

.final-message .message-subtitle {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.final-message .message-description {
    color: #7D2B32;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 1.5rem;
}

.single-guide .guide-hero-image {
    width: 100%;
    margin: 0;
    padding: 0;
}

.single-guide .guide-hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

.single-guide .guide-header-section {
    text-align: center;
    padding: 2rem 1rem 1rem;
}

.single-guide .guide-main-title {
    font-size: clamp(1.75rem, 5vw, 3rem);
    font-weight: 700;
    margin: 0 0 0.75rem 0;
    line-height: 1.2;
}

.single-guide .guide-byline {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-neutral-900);
    opacity: 0.7;
    font-size: 0.9rem;
}

.single-guide .guide-separator {
    margin: 0 0.25rem;
}

.single-guide .guide-intro-section {
    padding: 1.5rem 1rem;
}

.single-guide .guide-intro-content {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--text-neutral-900);
}

.single-guide .guide-main-content {
    padding: 2rem 1rem;
}

.single-guide .guide-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.single-guide .guide-text-columns {
    max-width: 900px;
    margin: 0 auto;
}

.single-guide .guide-text-columns>* {
    break-inside: avoid;
    page-break-inside: avoid;
}

.single-guide .guide-text-columns h2,
.single-guide .guide-text-columns h3 {
    column-span: all;
    break-after: avoid;
    page-break-after: avoid;
}

.single-guide .guide-text-columns p {
    margin-bottom: 1rem;
    line-height: 1.7;
    font-size: 1rem;
}

.single-guide .guide-text-columns img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1rem 0;
}

.single-guide .guide-section {
    width: 100%;
    padding: 3rem 0;
    margin: 3rem 0;
}

.single-guide .guide-section .section-figure {
    margin: 10px 0 12px;
}

.single-guide .guide-section .section-figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
    corner-shape: squircle;
}

.single-guide .section-callout {
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.single-guide .guide-picks .picks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
    align-items: start;
}

.single-guide .qi-list {
    margin: 6px 0 0 16px;
    padding: 0;
}

.single-guide .qi-list li {
    margin: 2px 0;
}

.single-guide .qi-tags .tag-chip {
    text-decoration: none;
}

.single-guide .guide-section-green {
    background-color: var(--bg-light-green);
}

.single-guide .guide-section-yellow {
    background-color: var(--bg-light-yellow);
}

.single-guide .guide-section-title {
    text-align: center;
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-weight: 700;
    margin: 0 0 2rem 0;
}

.single-guide .guide-carousel {
    margin: 0 auto;
    max-width: 1200px;
}

.single-guide .guide-carousel-item {
    padding: 0 10px;
}

.single-guide .guide-carousel.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.single-guide .guide-carousel.owl-carousel .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.single-guide .guide-carousel.owl-carousel .owl-dot.active {
    background: var(--primary-red);
    transform: scale(1.2);
}

.single-guide .article-card {
    display: block;
}

.single-guide .article-card .ac-media {
    display: block;
}

.single-guide .article-card .ac-media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
}

.single-guide .article-card .ac-title {
    margin-top: 14px;
    margin-bottom: 6px;
    font-size: clamp(1.15rem, 2.2vw, 1.6rem);
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0;
}

.single-guide .article-card .ac-title a {
    color: var(--text-neutral-900);
    text-decoration: none;
}

.single-guide .article-card .ac-title a:hover {
    text-decoration: underline;
}

.single-guide .article-card .ac-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #6b6b6b;
    font-size: 0.92rem;
    margin-bottom: 8px;
}

.single-guide .article-card .ac-meta .dot {
    opacity: 0.75;
}

.single-guide .article-card .ac-excerpt {
    color: var(--text-neutral-900);
    opacity: 0.82;
    line-height: 1.6;
    margin: 0;
    font-size: 0.98rem;
}

.hotels-section {
    width: 100%;
}

.getting-around-section {
    width: 100%;
}

.getting-around-section .container {
    width: 100%;
}

.getting-around-section .info-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.getting-around-section .info-list .info-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.plan-trip-section .container {
    width: 100%;
}

.plan-trip-section .trip-options {
    display: flex;
    align-self: stretch !important;
    flex-direction: row !important;
}

.plan-trip-section .trip-options svg {
    width: 24px !important;
    height: 24px !important;
}

.bank-grid {
    display: flex;
    width: 50%;
}

.info-card {
    border-radius: 24px;
    color: var(--text-black);
    padding: 8px 12px;
    corner-shape: squircle;
    background: var(--bg-light-yellow);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    background: linear-gradient(90deg, 
    #ffece472, 
    #ffe7e772,
    #f3ffdd72,
    #fff7eb72,
    #f6eae672,
    /* #d9ffe172 */
        );
    background-size: 200% 200%;
    animation: heroSpin 18s ease-in-out infinite;
}

.event-heading {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.event-heading .featured-image {
    flex: 0 0 36%;
}

.event-heading .featured-image img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 48px;
    corner-shape: squircle;
    object-fit: cover;
}

.event-heading .entry-quick-info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.entry-quick-info .open-info {
    background: var(--rc-panel-bg);
    border-radius: 24px;
    padding: 10px;
}

.legend-gallery.owl-carousel .item {
    border-radius: 24px;
}

.single-place .where-to-try-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
}

/* When Owl initializes, let Owl control layout */
.single-food .where-to-try-grid.owl-loaded {
    display: block;
}

/* On mobile/tablet use native horizontal scroll when Owl is not active */
.single-food .where-to-try-grid.horizontal-scroll:not(.owl-loaded) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.single-food .where-to-try-section .where-item {
    display: block;
}

.single-food .where-to-try-section .rest-card-wrap {
    height: 100%;
}

.single-place .nearby-section {
    margin: 18px 0 8px;
}

.single-place .nearby-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
}

.single-place .nearby-grid .rest-card-wrap {
    height: 100%;
}

@media print {
    .vg-backtop {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .vg-day-vertical::before {
        animation: none !important;
    }

    .gyumri-logo,
    .gyumri-logo path {
        transition: none !important;
        animation: none !important;
    }
}

.top-bar .language-selector {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.top-bar .language-selector .language-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 4px 8px;
    border-radius: 12px;
    color: #111;
}

.top-bar .language-selector .language-text {
    text-transform: lowercase;
    font-weight: 600;
    font-size: 13px;
    color: var(--text-black);
}

.top-bar .language-selector .language-menu {
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    min-width: 160px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
    border-radius: 12px;
    list-style: none;
    padding: 6px;
    margin: 0;
    z-index: 40;
}

.top-bar .language-selector .language-menu li a {
    display: block;
    padding: 8px 10px;
    color: #111;
}

.top-bar .language-selector .language-menu li a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.top-bar .language-selector .language-menu li.current a {
    font-weight: 700;
    background: rgba(0, 0, 0, 0.06);
}

.entry-quick-info .qi-block {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.entry-quick-info .qi-block a.location,
.entry-quick-info .qi-block a.website-btn,
.entry-quick-info .qi-block a.vg-tt-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 50px;
    text-decoration: none;
    color: inherit;
    background: var(--rc-btn-bg);
}

.entry-quick-info .qi-block a svg {
    width: 18px;
    height: 18px;
}

.entry-quick-info .qi-block .btn-label {
    font-size: 14px;
    line-height: 1;
}

.entry-quick-info .qi-block a:focus-visible {
    outline: 2px solid rgba(0, 0, 0, 0.6);
    outline-offset: 2px;
}

.entry-quick-info .qi-block a.website-btn {
    color: inherit;
}

.entry-quick-info .qi-block a.website-btn svg {
    color: inherit;
}

.event-heading .qi-block .datetime {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-around;
    background: var(--rc-btn-bg);
    border-radius: 48px;
    padding: 12px;
    gap: 12px;
    corner-shape: squircle;
}

.event-heading .qi-block .datetime .date {
    background: var(--rc-btn-bg);
    border-radius: 36px;
    padding: 12px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    corner-shape: squircle;
}

.event-heading .qi-block .datetime .date .qi-date {
    font-size: 36px;
    font-weight: 300;
}

.guider .event-heading .entry-title{
    margin: 0;
}

.guider .event-heading .entry-quick-info .open-info {
    gap: 0;
}

.guider .event-heading .qi-block {
    gap: 0;
}

.guider .event-heading .qi-block .datetime .date {
    background: var(--rc-btn-bg);
    border-radius: 16px;
    padding: 12px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    corner-shape: squircle;
}

.guider .event-heading .qi-block .datetime .date hr {
    height: 2px;
    border-radius: 50px;
    border: 0;
    background: #00000048;
    width: 96%;
}

.guider .event-heading .qi-block .datetime .date .qi-date {
    font-size: 18px;
    font-weight: 300;
}
@media (max-width: 375px) {
    .entry-quick-info .qi-block .btn-label {
        display: none;
    }
    .container {
        padding: 0 var(--spacing-sm);
    }

    .hero-title {
        font-size: 28px;
    }

    .section-title {
        font-size: 20px;
    }
}
/* main responsives */
@media (max-width: 760px) {
    .bank-grid {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
}
    .site-header {
    padding: 24px 24px 0px 24px;
}
    .hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
    corner-shape: squircle;
    overflow: hidden;
    flex-direction: column;
}
.info-item p{
    margin: 0;
}

.plan-trip-section .info-item:nth-child(2) .trip-options {
    display: flex !important;
    flex-direction: column !important;
    align-self: stretch !important;
    border-radius: 12px;
}

.plan-trip-section .info-item:nth-child(3) .trip-options {
    display: flex !important;
    align-items: center !important;
    align-self: stretch !important;
    flex-direction: column !important;
    border-radius: 12px;
}

.plan-trip-section .info-item:nth-child(3) .trip-option {
    border-radius: 12px;
}

.plan-trip-section .info-item:nth-child(2) .trip-option {
    border-radius: 12px !important;
}

.tourist-info {
    border-radius: 12px;
}


.rest-card .rc-body, .scroll-item, .scroll-item-image, .scroll-item-overlay {
    border-radius: 24px;
}
.tourist-info .info-icon,
.emergency-section .tip,
.emergency-section .info-icon,
.emergency-section .emergency-icon{
        border-radius: 12px !important;
}
.emergency-section .wrap-section{
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.emergency-section .wrap-section .info-text{
    border-radius: 12px;
    corner-shape: unset;
}

.emergency-section .info-text .info-icon {
    border-radius: 12px;
    corner-shape: unset;
}
 
 .hero-section .hero-bg {
     width: 100%;
     max-width: 100%;
 }
    .hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
    corner-shape: unset;
    overflow: hidden;
    flex-direction: column;
}
    .getting-around-section .info-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
}
.hero-section img,
.hero-section video {
    position: relative;
    inset: 0;
    width: 100%;
    max-width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
    z-index: 0;
}
.hero-section .img-overlay {
    width: 100%;
    max-width: 100%;
}

.entry-title {
    line-height: 48px;
}
.featured-image {
    margin-bottom: 0;
}
.legend-gallery.owl-carousel .item {
    border-radius: 24px;
}
    .content-grid {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .content-grid > * {
        width: 100%;
        min-width: 0;
    }

    .entry-content img,
    .entry-content iframe,
    .entry-content video {
        max-width: 100%;
    }

    .entry-content iframe {
        width: 100%;
    }

    .vg-tt {
        max-width: calc(100vw - 32px);
    }

    .vg-tt-sheet {
        min-width: 0;
        max-width: calc(100vw - 32px);
        flex-wrap: wrap;
    }

    .vg-tt-number a {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

        .error-404 .container {
        max-width: 393px;
    }

    .error-404 .featured-image {
        flex: none;
    }
    .event-heading {
        flex-direction: column;
    }

    .event-heading .featured-image {
        flex: none;
    }

    .event-heading .featured-image img {
        width: 100%;
        height: auto;
    }
.single-place .nearby-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}
.rest-card {
    background: #FFF;
    display: flex;
    min-width: 0;
    padding: 12px;
    flex-direction: column;
    align-items: stretch;
    border-radius: 48px;
    gap: 4px;
    width: 100%;
    max-width: 100%;
}
.single-place .legend-gallery.owl-carousel .item {
    border-radius: 24px;
}

.single-place .ql-grid-wrap {
    border-radius: 24px;
}

.single-place .ql-grid-wrap .qi-card-panel {
    border-radius: 16px;
}

.single-place .did-you-know {
    background: rgb(var(--lg-rgb, 200 92 70) / 8%);
    border-radius: 24px;
    padding: 24px;
    gap: 0;
}
    .vg-itinerary.tour-plan .section-title {
        font-size: 20px;
    }

    .vg-day-vertical::before {
        left: 70px;
    }

    .single-guide .guide-header-section {
        padding: 1.5rem 1rem 0.75rem;
    }

    .single-guide .guide-section {
        padding: 2rem 0;
        margin: 2rem 0;
    }
.main-content{
    display: flex;
    flex-direction: column;
}
    .single-legend .qi-grid {
        grid-template-columns: 1fr;
    }
}
@media (min-width: 768px) {
       .guide-gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 16px;
    }
    .container {
        max-width: 720px;
    }
    .site-main {
        gap: 32px;
    }

    .hero-title {
        font-size: 40px;
    }

    .entry-title {
        min-width: 0;
    }

    .category-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: var(--spacing-md);
    }

    .info-section.did-you-know {
        border-radius: 48px;
        padding: 24px;
        corner-shape: squircle;
        width: 100%;
        gap: 0;
    }

    .info-cards {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--spacing-md);
    }

    .vg-itinerary.tour-plan .container {
        padding: 20px;
        border-radius: 32px;
        corner-shape: squircle;
    }

    .vg-day-map {
        height: 260px;
    }

    .vg-backtop {
        right: 24px;
        bottom: 24px;
    }

    .vg-stop-card .rest-card-wrap,
    .vg-stop-card>.rest-card,
    .vg-stop-card>.place-card-mini,
    .vg-stop-card>.legend-card-mini {
        max-width: none;
    }

    .restaurants-section .scroll-item {
        flex-basis: 48vw !important;
        max-width: 420px;
    }

    .hotels-section .scroll-item {
        flex-basis: 48vw !important;
        max-width: 420px;
    }

    .single-guide .guide-text-columns {
        column-count: 2;
        column-gap: 3rem;
    }

    .grid-layout {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) {
    .menu-toggle {
        display: none;
    }

    .site-navigation {
        display: block !important;
        position: static;
        background: transparent;
        box-shadow: none;
        padding: 0;
    }

    .site-navigation .primary-menu,
    .site-navigation ul {
        flex-direction: row;
        gap: 16px;
        padding: 0;
    }

    .site-navigation .primary-menu li a {
        padding: 6px 8px;
        background: transparent;
    }

    .container {
        max-width: 960px;
    }

    .trip-option {
        width: 100%;
        flex-direction: column-reverse;
        align-items: flex-start !important;
    }

    .trip-option p {
        margin: 0;
    }

    .legends-section {
        width: 100%;
    }

    .plan-trip-section .info-item:nth-child(3) .trip-option {
        display: flex;
        padding: 12px;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
        border-radius: 24px;
        corner-shape: squircle;
        justify-content: flex-end;
    }

    .final-message .message-description {
        color: #7D2B32;
        font-size: 48px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-top: 1.5rem;
        width: 50%;
    }

    .site-main {
        gap: 36px;
    }

    .top-bar {
        flex-wrap: nowrap;
    }

    .hero-section {
        padding: 24px;
        /* min-height: 520px; */
        max-width: 1440px;
    }
.city-description{
    width: 100%;
    max-width: 1420px;
    font-size: 18px;
}
    .hero-title {
        font-size: 48px;
    }

    .category-grid {
        grid-template-columns: repeat(6, 1fr);
        gap: var(--spacing-lg);
    }

    .info-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: var(--spacing-lg);
    }

    .tour-v2 .t2-hero .tour-hero-inner {
        padding: 36px 26px 28px;
    }

    .single-tour .tour-hero {
        min-height: clamp(340px, 46vh, 520px);
    }

    .single-tour .tour-hero-inner {
        padding: 24px 24px 24px;
    }

    .vg-itinerary.tour-plan .container {
        padding: 24px 28px;
    }

    .vg-day-map {
        height: 300px;
    }

    .vg-backtop {
        right: 24px;
        bottom: 24px;
    }

    .vg-stop-card .rest-card-wrap,
    .vg-stop-card>.rest-card,
    .vg-stop-card>.place-card-mini,
    .vg-stop-card>.legend-card-mini {
        max-width: 440px;
    }

    .tour-layout {
        display: grid;
        grid-template-columns: 260px 1fr;
        gap: var(--spacing-xl);
        align-items: start;
    }

    .vg-day-vertical::before {
        left: 50%;
        margin-left: -2px;
    }

    .places-section {
        width: 100%;
    }

    .places-section a {
        color: unset;
    }

    .places-section .scroll-item {
        min-width: 0;
        flex: 0 0 calc(50% - var(--spacing-lg)) !important;
        flex-basis: calc(50% - var(--spacing-lg)) !important;
        max-width: none;
    }

    .restaurants-section .scroll-item {
        flex: 0 0 calc(25% - var(--spacing-lg)) !important;
        flex-basis: calc(25% - var(--spacing-lg)) !important;
        max-width: 440px;
    }

    .hotels-section .scroll-item {
        flex-basis: 32vw !important;
        max-width: 440px;
    }


    .site-footer .container {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sidebar-content {
        order: 0;
    }

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

    .grid-layout {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }

    .plan-trip-section .info-item:nth-child(2) .trip-options {
        display: flex;
        flex-direction: row;
        gap: 12px;
        align-self: stretch;
    }

    .plan-trip-section .info-item:nth-child(2) .trip-options svg {
        width: 24px;
        height: 24px;
    }

    .site-main {
        gap: 40px;
    }

    .single-tour .container {
        max-width: 1400px;
    }

    .single-tour .zigzag-columns {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: var(--spacing-lg);
    }

    .single-tour .card {
        max-width: 440px;
    }

    .hero-title {
        font-size: 56px;
        color: #000;
        text-align: left;
    }

    .tour-v2 .vg-itinerary.tour-plan .container {
        max-width: 1024px;
    }

    .places-section .scroll-item {
        flex: 0 1 calc(50% - var(--spacing-lg));
        flex-basis: calc(50% - var(--spacing-lg));
        max-width: none;
    }
}
@media (min-width: 1440px) {
    .info-cards {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 12px;
    }
    .events-section,
    .food-section {
        width: 100%;
    }

    .events-section a,
    .food-section a {
        color: unset;
    }

    .legends-section .scroll-item,
    .events-section .scroll-item,
    .food-section .scroll-item,
    .hotels-section .scroll-item {
        flex: 0 1 calc(25% - var(--spacing-md));
        flex-basis: calc(25% - var(--spacing-md));
        max-width: none;
    }

    .legends-section .horizontal-scroll:not(.owl-loaded),
    .food-section .horizontal-scroll:not(.owl-loaded),
    .hotels-section .horizontal-scroll:not(.owl-loaded) {
        gap: var(--spacing-md);
    }

    .places-section .scroll-item {
        flex: 0 1 calc(50% - var(--spacing-lg));
        flex-basis: calc(50% - var(--spacing-lg));
        max-width: none;
    }

    .hotels-section .scroll-item {
        flex: 0 1 calc(25% - var(--spacing-md)) !important;
        flex-basis: calc(25% - var(--spacing-md)) !important;
        max-width: 440px !important;
    }

    .scroll-item-content {
        height: 360px;
        width: 100%;
    }
.places-section .scroll-item-content {
    justify-content: flex-end;
}
    .emergency-section {
        width: 100%;
    }

    .emergency-section .emergency-item {
        width: 100%;
    }

    .emergency-section .wrap-section {
        display: flex;
        gap: 12px;
        align-items: center;
    }

    .emergency-section .info-text {
        display: flex;
        padding: 12px;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
        border-radius: 24px;
        background: #91FF91;
        justify-content: space-between;
        corner-shape: squircle;
        flex-direction: column-reverse;
    }

    .emergency-section .tip {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .emergency-section .tip p {
        margin: 0;
    }

    .practical-info-section {
        width: 100%;
    }

    .info-items-wrapper {
        display: flex;
        flex-direction: row !important;
        align-items: center !important;
        width: 100%;
    }

    .info-items-wrapper .info-item {
        width: 100%;
    }

    .info-items-wrapper .info-item:nth-child(1),
    .info-items-wrapper .info-item:nth-child(2),
    .info-items-wrapper .info-item:nth-child(3) {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (min-width: 1440px) and (max-width: 1535.98px) {
    .menu-toggle {
        display: block !important;
    }

    .site-navigation {
        display: none !important;
        position: static;
        background: transparent;
        box-shadow: none;
        padding: 0;
    }

    body.menu-open .site-navigation,
    .main-navigation.active .site-navigation {
        display: block !important;
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% + 8px);
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
        padding: 10px 12px;
        z-index: 50;
    }

    .site-navigation .primary-menu,
    .site-navigation ul {
        flex-direction: column !important;
        gap: 8px;
        padding: 6px 0;
    }

    .site-navigation .primary-menu li a {
        padding: 8px 10px;
        background: transparent;
    }
}
@media (min-width: 1536px) {
    .container {
        max-width: 1440px;
    }

    .error-404 .container {
        max-width: 1120px;
    }

    .event-heading {
        display: flex;
        flex-direction: row;
        gap: 24px;
    }

    .single-tour .container {
        max-width: 1600px;
    }
}

html.is-safari .hero-section .hero-bg,
html.is-safari .featured-image,
html.is-safari .featured-image img,
html.is-safari .rest-card,
html.is-safari .rest-card-wrap,
html.is-safari .legend-gallery.owl-carousel .item,
html.is-safari .single-hotel .legend-gallery.native-scroll .item,
html.is-safari .info-card,
html.is-safari .qi-block .datetime,
html.is-safari .qi-block .datetime .date,
html.is-safari .restaurant-wraper .datetime,
html.is-safari .single-place .ql-grid-wrap,
html.is-safari .single-place .qi-grid,
html.is-safari .single-place .qi-card-panel {
    mask-image: radial-gradient(white, black);
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

html.is-safari .featured-image,
html.is-safari .rest-card,
html.is-safari .legend-gallery.owl-carousel .item,
html.is-safari .single-hotel .legend-gallery.native-scroll .item,
html.is-safari .info-card,
html.is-safari .qi-block .datetime,
html.is-safari .qi-block .datetime .date,
html.is-safari .restaurant-wraper .datetime {
    overflow: hidden;
}

html.is-firefox .info-card,
html.is-firefox .entry-meta a,
html.is-firefox .entry-meta .vg-tt-trigger,
html.is-firefox .vg-tt-btn,
html.is-firefox .vg-tt-number a,
html.is-firefox .rest-card .rc-btn,
html.is-firefox .hero-actions a,
html.is-firefox .hero-hours,
html.is-firefox .vg-day-nav,
html.is-firefox .single-tour .chip,
html.is-firefox .scroll-item-description,
html.is-firefox .events-section .scroll-item-description .datetime .date {
    background: var(--rc-btn-bg, rgba(0, 0, 0, 0.06));
}

html.is-firefox .info-card,
html.is-firefox .entry-meta a,
html.is-firefox .entry-meta .vg-tt-trigger,
html.is-firefox .vg-tt-btn,
html.is-firefox .vg-tt-number a,
html.is-firefox .rest-card .rc-btn,
html.is-firefox .hero-actions a,
html.is-firefox .hero-hours,
html.is-firefox .vg-day-nav,
html.is-firefox .single-tour .chip,
html.is-firefox .scroll-item-description,
html.is-firefox .events-section .scroll-item-description .datetime .date {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

@supports not ((backdrop-filter: blur(2px)) or (-webkit-backdrop-filter: blur(2px))) {
    .info-card {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .vg-day-nav {
        background: rgba(255, 255, 255, 0.96);
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .single-tour .chip {
        background: rgba(255, 255, 255, 0.24);
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .scroll-item-description {
        background: linear-gradient(90deg, rgba(184, 92, 56, 0.02), rgba(184, 92, 56, 0.18));
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .events-section .scroll-item-description .datetime .date {
        background: var(--rc-btn-bg, rgba(0, 0, 0, 0.18));
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }
}

html.is-safari .legend-gallery.owl-carousel .item .gcard-bg,
html.is-safari .legend-gallery.owl-carousel .item .gcard-overlay,
html.is-safari .single-hotel .legend-gallery.native-scroll .item .gcard-bg,
html.is-safari .single-hotel .legend-gallery.native-scroll .item .gcard-overlay,
html.is-safari .rest-card .rc-preview,
html.is-safari .rest-card .rc-preview .gcard-bg,
html.is-safari .rest-card .rc-preview .gcard-overlay,
html.is-safari .featured-image img,
html.is-firefox .legend-gallery.owl-carousel .item .gcard-bg,
html.is-firefox .legend-gallery.owl-carousel .item .gcard-overlay,
html.is-firefox .single-hotel .legend-gallery.native-scroll .item .gcard-bg,
html.is-firefox .single-hotel .legend-gallery.native-scroll .item .gcard-overlay,
html.is-firefox .rest-card .rc-preview,
html.is-firefox .rest-card .rc-preview .gcard-bg,
html.is-firefox .rest-card .rc-preview .gcard-overlay,
html.is-firefox .featured-image img {
    border-radius: inherit;
}

html.is-safari .rest-card .rc-preview,
html.is-safari .rest-card .rc-preview .gcard-bg,
html.is-safari .rest-card .rc-preview .gcard-overlay,
html.is-firefox .rest-card .rc-preview,
html.is-firefox .rest-card .rc-preview .gcard-bg,
html.is-firefox .rest-card .rc-preview .gcard-overlay {
    overflow: hidden;
}

@supports not (corner-shape: squircle) {
    .rest-card,
    .rest-card-wrap,
    .scroll-item,
    .scroll-item-image,
    .scroll-item-overlay,
    .scroll-item-content,
    .legend-gallery.owl-carousel .item,
    .legend-gallery.owl-carousel .item .gcard-overlay,
    .single-hotel .legend-gallery.native-scroll .item,
    .single-hotel .legend-gallery.native-scroll .item .gcard-overlay,
    .single-tour .tour-hero,
    .tour-v2 .t2-hero,
    .tour-v2 .t2-hero-inner,
    .single-place .ql-grid-wrap,
    .single-place .qi-grid,
    .single-place .qi-card-panel,
    .single-legend .qi-grid,
    .single-legend .qi-card-panel {
        border-radius: 48px;
    }

    .hero-section .hero-bg,
    .hero-section img,
    .hero-section video,
    .featured-image,
    .featured-image img,
    .info-card,
    .category-card,
    .entry-meta a,
    .entry-meta .vg-tt-trigger,
    .vg-tt-btn,
    .vg-tt-number a,
    .hero-actions a,
    .hero-hours {
        border-radius: 24px;
    }

    .qi-block .datetime {
        border-radius: 48px;
    }

    .qi-block .datetime .date {
        border-radius: 36px;
    }

    .vg-day-nav a,
    .single-tour .chip,
    .tour-v2 .vg-category-badge {
        border-radius: 999px;
    }

    .vg-backtop {
        border-radius: 4px;
    }

    .rest-card,
    .legend-gallery.owl-carousel .item,
    .single-hotel .legend-gallery.native-scroll .item,
    .featured-image,
    .scroll-item,
    .single-tour .tour-hero {
        overflow: hidden;
    }
}

