
    /* --- ALL STYLES REMAIN CONSISTENT --- */
    @media (max-width: 560px) {
      .ftm-gallery { grid-template-columns: 1fr !important; gap: 12px !important; }
      .ftm-gallery-main-wrap { width: 100% !important; aspect-ratio: 16 / 10 !important; border-radius: 18px !important; overflow: hidden !important; }
      .ftm-gallery-main { width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: center center !important; }
      .ftm-gallery-side { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; overflow-x: auto !important; overflow-y: hidden !important; -webkit-overflow-scrolling: touch !important; scroll-snap-type: x proximity !important; gap: 10px !important; padding: 2px 0 2px !important; grid-template-rows: none !important; scrollbar-width: none !important; overscroll-behavior-x: contain !important; touch-action: pan-x !important; align-items: stretch !important; }
      .ftm-gallery-side::-webkit-scrollbar { display: none !important; }
      .ftm-gallery-thumb { flex: 0 0 calc((100% - 20px) / 3) !important; width: calc((100% - 20px) / 3) !important; min-width: calc((100% - 20px) / 3) !important; height: 76px !important; aspect-ratio: auto !important; scroll-snap-align: start !important; border-radius: 14px !important; }
      .ftm-gallery-badge { left: 12px !important; bottom: 12px !important; padding: 9px 14px !important; font-size: 13px !important; gap: 8px !important; }
      .ftm-gallery-badge-icon { width: 16px !important; height: 16px !important; }
      .ftm-gallery-thumb-count { font-size: 16px !important; }
      .ftm-gallery-thumb-more-icon { display: none !important; }
      .ftm-lightbox { padding: 18px !important; }
      .ftm-lightbox-content { max-width: 100% !important; max-height: 100% !important; }
      .ftm-lightbox-img { max-width: calc(100vw - 36px) !important; max-height: 64vh !important; width: auto !important; height: auto !important; object-fit: contain !important; border-radius: 14px !important; }
      .ftm-lightbox-close { top: -44px !important; right: 0 !important; width: 40px !important; height: 40px !important; font-size: 24px !important; }
      .ftm-lightbox-nav { display: none !important; }
      .ftm-lightbox-counter { bottom: -34px !important; font-size: 14px !important; padding: 6px 14px !important; }
      .ftm-title { font-size: 19px !important; }
      .ftm-card h2 { font-size: 18px !important; }
      .ftm-step-title, .ftm-card h3 { font-size: 16px !important; }
      .ftm-help-card h4, .ftm-modal-head h4, h5 { font-size: 15px !important; }
      .ftm-practical-grid { grid-template-columns: repeat(2, 1fr) !important; }
      .ftm-form-row { grid-template-columns: 1fr 1fr !important; gap: 12px !important; }
    }
    @media (max-width: 420px) {
      .ftm-gallery-thumb { flex: 0 0 calc((100% - 20px) / 3) !important; width: calc((100% - 20px) / 3) !important; min-width: calc((100% - 20px) / 3) !important; height: 68px !important; }
      .ftm-gallery-main-wrap { aspect-ratio: 16 / 10 !important; }
      .ftm-lightbox-img { max-height: 58vh !important; }
      .ftm-practical-value { font-size: 15px !important; }
    }
    .ftm-tour-page, .ftm-tour-page * { box-sizing: border-box; margin: 0; padding: 0; }
    .ftm-tour-page {
      --ftm-bg: #f4f8ff; --ftm-card: #ffffff; --ftm-line: #d4deef; --ftm-text: #2C4A5A; --ftm-muted: #5A7A8A;
      --ftm-primary: #C08648;
      --ftm-blue: #6EA0A2;
      --ftm-blue-dark: #4A7B7D;
      --ftm-shadow-soft: 0 1px 3px rgba(46, 91, 93, 0.08);
      --ftm-shadow-card: 0 14px 30px rgba(46, 91, 93, 0.08);
      font-family: Georgia, "Times New Roman", serif;
      background: linear-gradient(180deg, #f4f8ff 0%, #eef5ff 100%); color: var(--ftm-text); padding: 18px 0 42px; line-height: 1.5; isolation: isolate;
    }
    .ftm-tour-page img { display: block; max-width: 100%; height: 100%; object-fit: cover; }
    .ftm-tour-page a, .ftm-tour-page button, .ftm-tour-page input, .ftm-tour-page textarea { font: inherit; color: inherit; }
    .ftm-tour-page button { appearance: none; -webkit-appearance: none; background: none; border: 0; }
    .ftm-wrap { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
    .ftm-gallery { display: grid; grid-template-columns: minmax(0, 2.2fr) minmax(250px, 0.95fr); gap: 14px; margin-bottom: 18px; align-items: stretch; }
    .ftm-gallery-main-wrap { position: relative; width: 100%; height: 100%; aspect-ratio: 16 / 9; border-radius: 20px; overflow: hidden; background: var(--ftm-card); border: 1px solid var(--ftm-line); box-shadow: var(--ftm-shadow-soft); cursor: pointer; }
    .ftm-gallery-main-wrap::after { content: ""; position: absolute; inset: auto 0 0 0; height: 24%; background: linear-gradient(to top, rgba(46, 91, 93, 0.22), rgba(46, 91, 93, 0)); pointer-events: none; }
    .ftm-gallery-main { width: 100%; height: 100%; object-fit: cover; transition: opacity 0.22s ease, transform 0.22s ease; }
    .ftm-gallery-main.ftm-main-switch { opacity: 0.9; transform: scale(1.01); }
    .ftm-gallery-badge { position: absolute; left: 14px; bottom: 14px; z-index: 3; display: inline-flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, 0.95); color: #2C4A5A; border: 1px solid rgba(212, 222, 239, 0.95); border-radius: 999px; padding: 10px 16px; font-size: 13px; font-weight: 700; line-height: 1; box-shadow: 0 2px 6px rgba(46, 91, 93, 0.08); pointer-events: none; }
    .ftm-gallery-badge-icon { width: 18px; height: 18px; display: inline-flex; align-items: center; justify-content: center; color: var(--ftm-blue); flex-shrink: 0; }
    .ftm-gallery-side { display: grid; grid-template-rows: repeat(3, minmax(0, 1fr)); gap: 14px; height: 100%; min-height: 0; align-self: stretch; }
    .ftm-gallery-thumb { position: relative; width: 100%; height: 100%; min-height: 0; overflow: hidden; border-radius: 18px; cursor: pointer; border: 1px solid var(--ftm-line); background: var(--ftm-card); box-shadow: var(--ftm-shadow-soft); transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease; aspect-ratio: 16 / 9; }
    .ftm-gallery-thumb:hover { transform: translateY(-1px); }
    .ftm-gallery-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(46, 91, 93, 0.18), rgba(46, 91, 93, 0.03)); pointer-events: none; z-index: 1; }
    .ftm-gallery-thumb.active { border-color: var(--ftm-primary); box-shadow: 0 0 0 1px rgba(192, 134, 72, 0.18); }
    .ftm-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
    .ftm-gallery-thumb-count { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); z-index: 3; color: #ffffff; font-size: 19px; font-weight: 800; letter-spacing: 0.01em; display: none; text-shadow: 0 1px 4px rgba(0, 0, 0, 0.22); pointer-events: none; }
    .ftm-gallery-thumb.ftm-gallery-thumb--more .ftm-gallery-thumb-count { display: block; }
    .ftm-gallery-thumb-more-icon { position: absolute; left: 50%; bottom: 12px; transform: translateX(-50%); z-index: 3; width: 40px; height: 40px; border-radius: 999px; background: rgba(255, 255, 255, 0.92); border: 1px solid rgba(212, 222, 239, 0.95); display: none; align-items: center; justify-content: center; color: var(--ftm-blue); box-shadow: 0 2px 8px rgba(46, 91, 93, 0.08); pointer-events: none; }
    .ftm-gallery-thumb.ftm-gallery-thumb--more .ftm-gallery-thumb-more-icon { display: inline-flex; }
    .ftm-lightbox { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.95); z-index: 100000; display: none; align-items: center; justify-content: center; padding: 40px; backdrop-filter: blur(8px); }
    .ftm-lightbox.active { display: flex; }
    .ftm-lightbox-content { position: relative; max-width: 1200px; max-height: 90vh; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
    .ftm-lightbox-img { max-width: 90%; max-height: 82vh; width: auto; height: auto; object-fit: contain; border-radius: 8px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4); }
    .ftm-lightbox-close { position: absolute; top: -50px; right: -50px; width: 44px; height: 44px; border-radius: 50%; background: rgba(255, 255, 255, 0.2); border: 1px solid rgba(255, 255, 255, 0.3); color: white; font-size: 28px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s ease; }
    .ftm-lightbox-close:hover { background: rgba(255, 255, 255, 0.3); transform: scale(1.1); }
    .ftm-lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; border-radius: 50%; background: rgba(255, 255, 255, 0.2); border: 1px solid rgba(255, 255, 255, 0.3); color: white; font-size: 24px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s ease; }
    .ftm-lightbox-nav:hover { background: rgba(255, 255, 255, 0.3); transform: translateY(-50%) scale(1.1); }
    .ftm-lightbox-prev { left: -70px; } .ftm-lightbox-next { right: -70px; }
    .ftm-lightbox-counter { position: absolute; bottom: -40px; left: 50%; transform: translateX(-50%); color: white; font-size: 16px; background: rgba(0, 0, 0, 0.6); padding: 6px 16px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.2); }
    .ftm-breadcrumb { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: 13px; color: #5A7A8A; background: rgba(255, 255, 255, 0.92); padding: 11px 16px; border-radius: 14px; margin: 4px 0 16px; border: 1px solid #d4deef; box-shadow: var(--ftm-shadow-soft); }
    .ftm-breadcrumb a { color: var(--ftm-muted); text-decoration: none; }
    .ftm-breadcrumb .ftm-sep { color: var(--ftm-primary); }
    .ftm-breadcrumb span:last-child { color: #2C4A5A; font-weight: 700; }
    .ftm-topline { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
    .ftm-title { font-size: 36px; line-height: 1.14; color: #2C4A5A; font-weight: 800; letter-spacing: -0.3px; max-width: 780px; }
    .ftm-stars { color: #C08648; font-size: 18px; letter-spacing: 2px; white-space: nowrap; display: inline-flex; align-items: center; gap: 6px; background: rgba(255, 255, 255, 0.78); border: 1px solid #d4deef; border-radius: 999px; padding: 8px 14px; box-shadow: var(--ftm-shadow-soft); }
    .ftm-rating-number { font-size: 15px; font-weight: 700; color: #2C4A5A; letter-spacing: 0; }
    .ftm-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 24px; align-items: start; }
    .ftm-card { background: var(--ftm-card); border: 1px solid var(--ftm-line); border-radius: 18px; padding: 20px 22px; margin-bottom: 20px; box-shadow: var(--ftm-shadow-card); }
    .ftm-card h2, .ftm-card h3 { font-size: 23px; margin: 0 0 16px 0; color: #2C4A5A; font-weight: 800; display: flex; align-items: center; gap: 10px; border-left: 4px solid var(--ftm-primary); padding-left: 14px; line-height: 1.25; }
    .ftm-about p { font-size: 16px; line-height: 1.75; color: #5A7A8A; margin-bottom: 14px; }
    .ftm-about strong { color: #2C4A5A; font-weight: 700; background: none; }
    .ftm-program { display: flex; flex-direction: column; gap: 0; position: relative; }
    .ftm-step { position: relative; border-left: 2px solid #d4deef; padding: 0 0 22px 28px; margin-left: 11px; }
    .ftm-step:last-child { padding-bottom: 2px; }
    .ftm-step::before { content: ""; position: absolute; left: -8px; top: 4px; width: 14px; height: 14px; background: var(--ftm-primary); border: 3px solid #eef5ff; border-radius: 50%; z-index: 2; }
    .ftm-step-title { font-size: 18px; line-height: 1.45; font-weight: 800; color: #2C4A5A; margin-bottom: 5px; }
    .ftm-step p { font-size: 15px; line-height: 1.7; color: #5A7A8A; max-width: 75ch; }
    .ftm-highlights { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
    .ftm-pill { background: #fbfdff; border: 1px solid #d4deef; border-radius: 14px; padding: 14px 15px; display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: 14.5px; color: #2C4A5A; box-shadow: var(--ftm-shadow-soft); min-height: 68px; }
    .ftm-pill .ftm-pill-icon { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: linear-gradient(180deg, #ffffff 0%, #eef5ff 100%); border: 1px solid #d4deef; border-radius: 14px; color: var(--ftm-primary); flex-shrink: 0; box-shadow: inset 0 1px 0 rgba(255,255,255,.8); }
    .ftm-practical-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
    .ftm-practical-item { background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%); border: 1px solid #d4deef; border-radius: 16px; padding: 16px; box-shadow: var(--ftm-shadow-soft); }
    .ftm-practical-label { display: block; font-size: 12px; line-height: 1.3; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: #5A7A8A; margin-bottom: 8px; }
    .ftm-practical-value { display: block; font-size: 18px; line-height: 1.45; font-weight: 800; color: #2C4A5A; }
    .ftm-practical-value small { display: block; font-size: 13px; line-height: 1.5; font-weight: 600; color: #5A7A8A; margin-top: 4px; }
    .ftm-faq-accordion { display: grid; gap: 12px; margin-top: 18px; }
    .ftm-faq-item { background: #fbfdff; border-radius: 16px; border: 1px solid #d4deef; overflow: hidden; transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease; box-shadow: var(--ftm-shadow-soft); }
    .ftm-faq-item.active { border-color: #D4B08C; background: #FDF8F4; box-shadow: 0 10px 24px rgba(192, 134, 72, 0.08); }
    .ftm-faq-question { width: 100%; border: 0; background: transparent; text-align: left; padding: 16px 18px; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 14px; font-family: inherit; }
    .ftm-faq-question-text { font-size: 15px; font-weight: 700; color: #2C4A5A; line-height: 1.5; }
    .ftm-faq-answer { display: block; max-height: 0; overflow: hidden; opacity: 0; padding: 0 18px; transition: max-height 0.35s ease, opacity 0.28s ease, padding 0.35s ease; }
    .ftm-faq-answer p, .ftm-faq-answer li { font-size: 14px; color: #5A7A8A; line-height: 1.7; }
    .ftm-faq-answer ul { margin: 0; padding: 2px 0 0 18px; }
    .ftm-faq-answer li { margin: 0 0 6px; }
    .ftm-faq-item.active .ftm-faq-answer { opacity: 1; padding: 0 18px 16px 18px; }
    .ftm-faq-toggle { width: 34px; height: 34px; border-radius: 999px; background: linear-gradient(180deg, #ffffff 0%, #eef5ff 100%); border: 1px solid #d4deef; color: var(--ftm-blue); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; position: relative; box-shadow: 0 4px 10px rgba(46, 91, 93, 0.08); }
    .ftm-faq-toggle::before { content: ""; width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-1px); transition: transform 0.25s ease; margin-top: -3px; }
    .ftm-faq-item.active .ftm-faq-toggle::before { transform: rotate(-135deg) translateY(-1px); margin-top: 3px; }
    .ftm-sidebar { position: sticky; top: 24px; }
    .ftm-booking { padding: 18px 16px; }
    .ftm-price-block { padding: 2px 2px 16px; text-align: center; border-bottom: 1px solid #d4deef; margin-bottom: 16px; }
    .ftm-price-label { display: block; font-size: 12px; font-weight: 800; color: #5A7A8A; text-transform: uppercase; letter-spacing: 0.16em; margin-bottom: 8px; }
    .ftm-price-big { font-size: 42px; font-weight: 900; color: #2C4A5A; line-height: 1; display: inline-flex; align-items: baseline; gap: 4px; justify-content: center; flex-wrap: wrap; }
    .ftm-price-note { font-size: 13px; color: #5A7A8A; margin-top: 6px; line-height: 1.5; }
    .ftm-side-btn { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; border-radius: 14px; padding: 15px 12px; font-size: 16px; font-weight: 700; cursor: pointer; transition: background 0.2s ease, transform 0.18s ease, box-shadow 0.18s ease; margin-bottom: 12px; text-decoration: none; }
    .ftm-btn-primary, .ftm-btn-primary:link, .ftm-btn-primary:visited { background: linear-gradient(180deg, #C08648 0%, #A86E38 100%) !important; color: #ffffff !important; border: 1px solid #A86E38 !important; box-shadow: 0 8px 20px rgba(192, 134, 72, 0.18) !important; }
    .ftm-btn-primary:hover, .ftm-btn-primary:focus { background: linear-gradient(180deg, #D49658 0%, #9A622E 100%) !important; color: #ffffff !important; border-color: #9A622E !important; transform: translateY(-1px); }
    .ftm-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }
    .ftm-meta div { display: flex; align-items: center; justify-content: center; gap: 8px; min-width: 0; background: #f8fbff; border: 1px solid #d4deef; border-radius: 12px; padding: 11px 10px; font-size: 13px; line-height: 1.25; color: #2C4A5A; font-weight: 700; white-space: nowrap; text-align: center; }
    .ftm-help-card { text-align: left; padding: 18px 16px; }
    .ftm-help-card h4 { margin-bottom: 8px; display: flex; align-items: center; gap: 8px; color: #2C4A5A; font-size: 18px; line-height: 1.3; }
    .ftm-help-copy { font-size: 14px; line-height: 1.6; color: #5A7A8A; margin-bottom: 14px; }
    .ftm-help-list { display: grid; gap: 10px; }
    .ftm-help-row { display: flex; align-items: center; gap: 12px; padding: 11px 12px; border: 1px solid #d4deef; border-radius: 12px; background: #f8fbff; text-decoration: none; }
    .ftm-help-row small { display: block; font-size: 11px; line-height: 1.3; letter-spacing: 0.08em; text-transform: uppercase; color: #5A7A8A; margin-bottom: 2px; }
    .ftm-help-row strong { display: block; font-size: 14px; line-height: 1.45; color: #2C4A5A; font-weight: 700; word-break: break-word; }
    .ftm-help-dot { width: 40px; height: 40px; border-radius: 14px; border: 1px solid #d4deef; background: linear-gradient(180deg, #ffffff 0%, #eef5ff 100%); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--ftm-primary); box-shadow: inset 0 1px 0 rgba(255,255,255,.9); }
    .ftm-modal { position: fixed; inset: 0; background: rgba(46, 91, 93, 0.55); display: none; align-items: center; justify-content: center; z-index: 99999; padding: 20px; }
    .ftm-modal.ftm-show { display: flex; }
    .ftm-modal-box { max-width: 620px; width: 100%; background: #fff; border-radius: 24px; overflow: hidden; box-shadow: 0 20px 40px rgba(46, 91, 93, 0.28); }
    .ftm-modal-head { background: #6EA0A2; color: white; padding: 20px 24px; display: flex; justify-content: space-between; align-items: center; }
    .ftm-modal-head h4 { font-size: 24px; font-weight: 700; line-height: 1.2; letter-spacing: -0.2px; }
    .ftm-close { background: rgba(255,255,255,0.18); color: white; font-size: 28px; width: 44px; height: 44px; border-radius: 12px; cursor: pointer; line-height: 1; border: none; transition: background 0.15s; }
    .ftm-close:hover { background: rgba(255,255,255,0.3); }
    .ftm-form { padding: 24px; display: grid; gap: 16px; }
    .ftm-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .ftm-field { display: flex; flex-direction: column; gap: 6px; }
    .ftm-field label { font-size: 14px; font-weight: 700; color: #2C4A5A; line-height: 1.35; }
    .ftm-field input, .ftm-field textarea { padding: 14px 15px; border: 1px solid #d4deef; border-radius: 14px; background: #fbfdff; font-family: inherit; line-height: 1.4; min-height: 50px; outline: none; transition: border-color 0.18s ease, box-shadow 0.18s ease; width: 100%; }
    .ftm-field input:focus, .ftm-field textarea:focus { border-color: #C08648; box-shadow: 0 0 0 3px rgba(192, 134, 72, 0.10); }
    .ftm-submit, .ftm-submit:link, .ftm-submit:visited { background: linear-gradient(180deg, #C08648 0%, #A86E38 100%) !important; color: #ffffff !important; padding: 16px; border-radius: 14px; font-weight: 700; font-size: 17px; border: 1px solid #A86E38 !important; cursor: pointer; box-shadow: 0 4px 10px rgba(192, 134, 72, 0.18) !important; transition: all 0.15s; }
    .ftm-submit:hover, .ftm-submit:focus { background: linear-gradient(180deg, #D49658 0%, #9A622E 100%) !important; color: #ffffff !important; border-color: #9A622E !important; }
    .ftm-thankyou-message { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 16px; background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%); border: 1px solid #d4deef; color: #2C4A5A; padding: 36px 30px; border-radius: 24px; margin: 24px; min-height: 230px; box-shadow: 0 16px 28px rgba(46, 91, 93, 0.08); }
    .ftm-thankyou-icon { width: 58px; height: 58px; border-radius: 18px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; background: #6EA0A2; box-shadow: 0 10px 20px rgba(46, 91, 93, 0.18); }
    .ftm-thankyou-icon svg { width: 28px; height: 28px; stroke: #ffffff; stroke-width: 2; }
    .ftm-thankyou-content strong { display: block; font-size: 22px; line-height: 1.3; font-weight: 800; color: #2C4A5A; margin-bottom: 8px; }
    .ftm-thankyou-content p { margin: 0; font-size: 15px; line-height: 1.75; color: #5A7A8A; }
    .ftm-sec-icon, .ftm-btn-icon, .ftm-meta-icon, .ftm-help-icon { display: inline-flex; align-items: center; justify-content: center; line-height: 0; flex-shrink: 0; }
    .ftm-sec-icon { width: 24px; height: 24px; color: var(--ftm-primary); }
    .ftm-btn-icon { width: 18px; height: 18px; color: currentColor; }
    .ftm-meta-icon { width: 16px; height: 16px; color: var(--ftm-blue); flex-shrink: 0; }
    .ftm-help-icon { width: 18px; height: 18px; color: var(--ftm-primary); }
    .ftm-svg { width: 100%; height: 100%; display: block; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
    
    .ftm-field { min-width: 0; overflow: hidden; }
    .ftm-field input, .ftm-field textarea, .ftm-field select { max-width: 100%; }
    input[type="date"], input[type="time"] { -webkit-appearance: none; appearance: none; }
    
    @media (max-width: 1000px) { .ftm-layout { grid-template-columns: 1fr; } .ftm-sidebar { position: static; } }
    @media (max-width: 780px) { 
      .ftm-wrap { padding: 0 14px; } 
      .ftm-title { font-size: 29px; } 
      .ftm-card { padding: 18px; } 
      .ftm-highlights { grid-template-columns: repeat(2, minmax(0, 1fr)); } 
      .ftm-price-big { font-size: 36px; } 
      .ftm-modal-head h4 { font-size: 22px; } 
      .ftm-practical-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .ftm-form-row { grid-template-columns: 1fr 1fr !important; }
    }
    @media (max-width: 560px) { 
      .ftm-tour-page { padding: 14px 0 32px; } 
      .ftm-wrap { padding: 0 12px; } 
      .ftm-breadcrumb { width: 100%; padding: 10px 13px; border-radius: 12px; } 
      .ftm-stars { font-size: 16px; padding: 7px 12px; } 
      .ftm-card { padding: 16px; border-radius: 16px; } 
      .ftm-about p { font-size: 15px; line-height: 1.7; } 
      .ftm-step { padding: 0 0 20px 22px; margin-left: 8px; } 
      .ftm-step p { font-size: 14px; line-height: 1.65; } 
      .ftm-pill { min-height: 60px; padding: 12px 13px; font-size: 14px; } 
      .ftm-pill .ftm-pill-icon { width: 34px; height: 34px; } 
      .ftm-faq-question { padding: 14px 15px; } 
      .ftm-faq-question-text { font-size: 14px; white-space: normal !important; word-wrap: break-word !important; } 
      .ftm-faq-answer p, .ftm-faq-answer li { font-size: 13.5px; } 
      .ftm-side-btn { padding: 14px 12px; font-size: 15px; } 
      .ftm-meta { gap: 8px; } 
      .ftm-meta div { font-size: 11px; padding: 10px 5px; gap: 5px; white-space: normal !important; word-wrap: break-word !important; } 
      .ftm-help-row strong { font-size: 13.5px; } 
      .ftm-modal { padding: 12px; } 
      .ftm-modal-box { border-radius: 20px; } 
      .ftm-modal-head { padding: 16px 18px; } 
      .ftm-form { padding: 18px; gap: 14px; } 
      .ftm-submit { padding: 15px; font-size: 16px; border-radius: 12px; } 
      .ftm-form-row { grid-template-columns: 1fr 1fr !important; gap: 12px !important; }
      .ftm-practical-grid { grid-template-columns: repeat(2, 1fr) !important; }
      .ftm-field input, .ftm-field textarea { padding: 12px 14px; }
      .ftm-practical-value { font-size: 15px !important; }
      .ftm-help-copy { font-size: 13px; }
    }
    @media (max-width: 420px) { 
      .ftm-highlights { grid-template-columns: 1fr; } 
      .ftm-meta div { font-size: 10px; padding: 10px 4px; } 
      .ftm-price-big { font-size: 32px; } 
    }
    
    .ftm-faq-question-text { white-space: normal !important; word-wrap: break-word !important; }
    .ftm-meta div { white-space: normal !important; word-wrap: break-word !important; }
  

.ftm-tour-page i{font-style:normal}
.ftm-tour-page img{display:block;max-width:100%;height:100%;object-fit:cover}
.ftm-about p{margin-bottom:14px}
.ftm-step:last-child{padding-bottom:2px}
.ftm-faq-answer ul{margin:0;padding:2px 0 0 18px}
.ftm-faq-answer li{margin:0 0 6px}
.ftm-gallery-side .ftm-gallery-thumb{padding:0;background:#fff}
.ftm-gallery-thumb-count{pointer-events:none}
.ftm-booking .ftm-side-btn{border:none}
.ftm-form-wrap{padding:0}


/* v1.3 reviews + responsive refinements */
.ftm-side-btn{max-width:220px !important;margin:0 auto 12px !important;text-align:center !important}
.ftm-side-btn .ftm-btn-icon{margin-right:2px}
.ftm-booking .ftm-price-block{text-align:center}
.ftm-faq-item{overflow:hidden}
.ftm-faq-question{align-items:center}
.ftm-faq-question-text{padding-right:8px;font-size:15px !important}
.ftm-faq-item.active{border-color:#D4B08C !important;background:#FDF8F4 !important;box-shadow:0 10px 24px rgba(192,134,72,.08) !important}
.ftm-faq-answer{background:transparent}
.ftm-faq-answer p,.ftm-faq-answer li{font-size:14px !important}
.ftm-reviews-card h3{font-size:20px;margin:0 0 14px;color:#2C4A5A}
.ftm-review-summary{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;border:1px solid #d4deef;border-radius:16px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:var(--ftm-shadow-soft);margin-bottom:16px}
.ftm-review-score strong{display:block;font-size:32px;line-height:1;font-weight:900;color:#2C4A5A}
.ftm-review-score span{display:block;margin-top:6px;font-size:14px;color:#5A7A8A}
.ftm-review-stars,.ftm-review-item-stars{color:#C08648;display:flex;gap:4px;align-items:center}
.ftm-review-list{display:grid;gap:14px;margin:16px 0 22px}
.ftm-review-item{border:1px solid #d4deef;border-radius:16px;padding:16px 18px;background:#fbfdff;box-shadow:var(--ftm-shadow-soft)}
.ftm-review-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:10px}
.ftm-review-head strong{display:block;font-size:15px;color:#2C4A5A}
.ftm-review-head small{display:block;margin-top:4px;color:#5A7A8A}
.ftm-review-content p{margin:0;font-size:14px;line-height:1.75;color:#5A7A8A}
.ftm-review-empty{padding:16px 18px;border:1px dashed #d4deef;border-radius:16px;color:#5A7A8A;background:#fbfdff;margin:16px 0 22px}
.ftm-review-form-wrap{padding:18px;border:1px solid #d4deef;border-radius:18px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:var(--ftm-shadow-soft)}
.ftm-review-form{display:grid;gap:16px}
.ftm-review-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.ftm-rating-pills{display:flex;flex-wrap:wrap;gap:10px}
.ftm-rating-pill{position:relative}
.ftm-rating-pill input{position:absolute;opacity:0;pointer-events:none}
.ftm-rating-pill span{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;border:1px solid #d4deef;border-radius:999px;background:#fff;color:#2C4A5A;font-weight:700;cursor:pointer}
.ftm-rating-pill input:checked + span{background:#FDF8F4;border-color:#D4B08C;color:#A86E38;box-shadow:0 6px 14px rgba(192,134,72,.12)}
.ftm-submit-review{max-width:220px}
.ftm-form,.ftm-review-form{overflow:hidden}
.ftm-field input,.ftm-field textarea{max-width:100%;box-sizing:border-box}
@media (max-width:780px){
  .ftm-review-form-row{grid-template-columns:1fr}
}
@media (max-width:560px){
  .ftm-side-btn{max-width:100% !important}
  .ftm-review-summary{flex-direction:column;align-items:flex-start}
  .ftm-review-head{flex-direction:column}
  .ftm-submit-review{max-width:100%}
}


/* v4 isolation and pro overrides */
.ftm-tour-page{font-family:Georgia,"Times New Roman",serif !important;color:#2C4A5A !important}
.ftm-tour-page, .ftm-tour-page * ,.ftm-tour-page *::before,.ftm-tour-page *::after{box-sizing:border-box}
.ftm-tour-page a{color:inherit !important;text-decoration:none !important}
.ftm-tour-page a:hover,.ftm-tour-page a:focus{color:inherit !important;text-decoration:none !important}
.ftm-tour-page button,.ftm-tour-page input,.ftm-tour-page textarea,.ftm-tour-page select{font:inherit !important}
.ftm-tour-page .ftm-type-pill{display:inline-flex;align-items:center;background:#fff7ed;border:1px solid #f1d4b2;color:#9a622e;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}
.ftm-tour-page .ftm-section-copy{font-size:16px;line-height:1.75;color:#5A7A8A;margin-bottom:18px}
.ftm-tour-page .ftm-gallery-main-wrap,.ftm-tour-page .ftm-gallery-thumb,.ftm-tour-page .ftm-lightbox-img{border-radius:22px !important}
.ftm-tour-page .ftm-gallery-thumb{overflow:hidden}
.ftm-tour-page .ftm-button-center-wrap{display:flex;justify-content:center;align-items:center;width:100%;margin:0 auto 12px}
.ftm-tour-page .ftm-side-btn{width:auto !important;min-width:220px;max-width:100%;margin:0 auto 12px !important;padding:16px 22px !important;text-align:center;justify-content:center !important;box-shadow:0 8px 20px rgba(192,134,72,.18) !important}
.ftm-tour-page .ftm-btn-primary,
.ftm-tour-page .ftm-btn-primary:link,
.ftm-tour-page .ftm-btn-primary:visited,
.ftm-tour-page .ftm-btn-primary:hover,
.ftm-tour-page .ftm-btn-primary:focus{background:linear-gradient(180deg,#C08648 0%,#A86E38 100%) !important;color:#fff !important;border:1px solid #A86E38 !important;filter:none !important;opacity:1 !important}
.ftm-tour-page .ftm-btn-primary:hover,.ftm-tour-page .ftm-btn-primary:focus{transform:translateY(-1px)}
.ftm-tour-page .ftm-faq-item{border-radius:18px !important;border:1px solid #d8e3f3 !important;background:#fff !important}
.ftm-tour-page .ftm-faq-item.active{border-color:#D4B08C !important;background:#FDF8F4 !important;box-shadow:0 10px 24px rgba(192,134,72,0.10) !important}
.ftm-tour-page .ftm-faq-question{padding:18px 18px !important}
.ftm-tour-page .ftm-faq-question-text{font-size:15px !important;line-height:1.6 !important;color:#25485f !important;padding-right:12px}
.ftm-tour-page .ftm-faq-answer p{font-size:14px !important;line-height:1.8 !important}
.ftm-tour-page .ftm-destination-card{display:grid;grid-template-columns:240px minmax(0,1fr);gap:18px;align-items:stretch}
.ftm-tour-page .ftm-destination-media{border-radius:20px;overflow:hidden;min-height:180px;background:#eef5ff;border:1px solid #d4deef}
.ftm-tour-page .ftm-destination-media img{width:100%;height:100%;object-fit:cover}
.ftm-tour-page .ftm-destination-copy h2{margin-bottom:10px}
.ftm-tour-page .ftm-destination-label{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#5A7A8A;margin-bottom:8px}
.ftm-tour-page .ftm-destination-copy p{font-size:15px;line-height:1.8;color:#5A7A8A;margin-bottom:14px}
.ftm-tour-page .ftm-destination-link{display:inline-flex !important;align-items:center;justify-content:center;background:#fff;border:1px solid #d4deef;border-radius:14px;padding:12px 16px;font-weight:700;color:#2C4A5A !important}
.ftm-tour-page .ftm-google-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e4ebf5}
.ftm-tour-page .ftm-google-score{min-width:180px;background:#f8fbff;border:1px solid #dbe5f2;border-radius:20px;padding:16px;text-align:center}
.ftm-tour-page .ftm-google-score-top strong{display:block;font-size:34px;line-height:1;color:#1f1f1f}
.ftm-tour-page .ftm-google-score-top span{font-size:13px;color:#5f6368}
.ftm-tour-page .ftm-review-stars,.ftm-tour-page .ftm-review-item-stars{color:#fbbc04;display:flex;gap:3px;align-items:center}
.ftm-tour-page .ftm-google-count{margin-top:8px;color:#5f6368;font-size:13px}
.ftm-tour-page .ftm-google-review-list{display:grid;gap:14px;margin-bottom:24px}
.ftm-tour-page .ftm-google-review-item{display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px;padding:16px;border:1px solid #e5e7eb;border-radius:18px;background:#fff}
.ftm-tour-page .ftm-google-avatar{width:48px;height:48px;border-radius:50%;background:#1a73e8;color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center}
.ftm-tour-page .ftm-google-review-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:8px}
.ftm-tour-page .ftm-google-review-head strong{display:block;font-size:15px}
.ftm-tour-page .ftm-google-review-head small{display:block;color:#5f6368;font-size:12px;margin-top:2px}
.ftm-tour-page .ftm-google-review-content p{margin:0;color:#3c4043;line-height:1.75;font-size:14px}
.ftm-tour-page .ftm-review-form-wrap{margin-top:10px;padding:20px;border:1px solid #dbe5f2;border-radius:20px;background:#fbfdff}
.ftm-tour-page .ftm-review-form-wrap h3{font-size:20px;margin:0 0 14px;color:#25485f}
.ftm-tour-page .ftm-review-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.ftm-tour-page .ftm-rating-pills{display:flex;flex-wrap:wrap;gap:10px}
.ftm-tour-page .ftm-rating-pill{position:relative}
.ftm-tour-page .ftm-rating-pill input{position:absolute;opacity:0;inset:0}
.ftm-tour-page .ftm-rating-pill span{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;border-radius:999px;border:1px solid #dbe5f2;background:#fff;font-weight:700;color:#25485f}
.ftm-tour-page .ftm-rating-pill input:checked + span{border-color:#1a73e8;background:#e8f0fe;color:#1a73e8}
.ftm-tour-page .ftm-review-empty{padding:18px;border:1px dashed #dbe5f2;border-radius:18px;text-align:center;color:#5f6368;margin-bottom:18px}
.ftm-tour-page .ftm-form input,.ftm-tour-page .ftm-form textarea,.ftm-tour-page .ftm-review-form input,.ftm-tour-page .ftm-review-form textarea{background:#fff !important;border:1px solid #d4deef !important;border-radius:14px !important;color:#2C4A5A !important;box-shadow:none !important}
.ftm-tour-page .ftm-form input:focus,.ftm-tour-page .ftm-form textarea:focus,.ftm-tour-page .ftm-review-form input:focus,.ftm-tour-page .ftm-review-form textarea:focus{border-color:#C08648 !important;box-shadow:0 0 0 3px rgba(192,134,72,.1) !important;outline:none !important}
.ftm-tour-page .ftm-submit,.ftm-tour-page .ftm-submit:hover,.ftm-tour-page .ftm-submit:focus{justify-content:center !important;gap:10px;background:linear-gradient(180deg,#C08648 0%,#A86E38 100%) !important;color:#fff !important;border:1px solid #A86E38 !important}
@media (max-width: 900px){
  .ftm-tour-page .ftm-destination-card{grid-template-columns:1fr}
  .ftm-tour-page .ftm-google-header{flex-direction:column}
}
@media (max-width: 560px){
  .ftm-tour-page .ftm-side-btn{min-width:100%;width:100% !important}
  .ftm-tour-page .ftm-review-form-row{grid-template-columns:1fr}
  .ftm-tour-page .ftm-google-review-item{grid-template-columns:1fr}
  .ftm-tour-page .ftm-google-avatar{display:none}
}


/* Strong isolation from theme styles */
.ftm-tour-page a, .ftm-tour-page button, .ftm-tour-page input, .ftm-tour-page textarea, .ftm-tour-page select { box-sizing:border-box; }
.ftm-tour-page .ftm-side-btn, .ftm-tour-page .ftm-submit, .ftm-tour-page .ftm-tour-card__button {
  display:inline-flex !important; align-items:center !important; justify-content:center !important; gap:10px !important;
  text-decoration:none !important; border-radius:16px !important; border:1px solid #A86E38 !important;
  background:linear-gradient(180deg, #C08648 0%, #A86E38 100%) !important; color:#fff !important;
  box-shadow:0 8px 20px rgba(192,134,72,.18) !important; transition:all .18s ease !important;
}
.ftm-tour-page .ftm-side-btn:hover, .ftm-tour-page .ftm-submit:hover, .ftm-tour-page .ftm-tour-card__button:hover,
.ftm-tour-page .ftm-side-btn:focus, .ftm-tour-page .ftm-submit:focus, .ftm-tour-page .ftm-tour-card__button:focus {
  background:linear-gradient(180deg, #D49658 0%, #9A622E 100%) !important; color:#fff !important; border-color:#9A622E !important; transform:translateY(-1px);
}
.ftm-tour-page .ftm-button-center-wrap { display:flex !important; justify-content:center !important; }
.ftm-tour-page .ftm-gallery-main-wrap, .ftm-tour-page .ftm-gallery-thumb, .ftm-tour-page .ftm-gallery-main, .ftm-tour-page .ftm-gallery-thumb img { border-radius:20px !important; }
.ftm-tour-page .ftm-card h3 {font-size:20px; margin:0 0 14px; color:#2C4A5A;}
.ftm-tour-page .ftm-inclusion-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.ftm-tour-page .ftm-inclusion-box { border:1px solid #d4deef; background:#fbfdff; border-radius:18px; padding:18px; box-shadow:var(--ftm-shadow-soft); }
.ftm-tour-page .ftm-inclusion-box--muted { background:#fff9f7; }
.ftm-tour-page .ftm-check-list, .ftm-tour-page .ftm-cross-list { list-style:none; margin:0; padding:0; display:grid; gap:10px; }
.ftm-tour-page .ftm-check-list li, .ftm-tour-page .ftm-cross-list li { position:relative; padding-left:28px; color:#2C4A5A; line-height:1.55; }
.ftm-tour-page .ftm-check-list li::before, .ftm-tour-page .ftm-cross-list li::before { position:absolute; left:0; top:2px; font-family:"Font Awesome 6 Free"; font-weight:900; }
.ftm-tour-page .ftm-check-list li::before { content:"00c"; color:#6EA0A2; }
.ftm-tour-page .ftm-cross-list li::before { content:"00d"; color:#C08648; }
.ftm-tour-page .ftm-map-embed { border:1px solid #d4deef; border-radius:20px; overflow:hidden; background:#fff; box-shadow:var(--ftm-shadow-soft); }
.ftm-tour-page .ftm-map-embed iframe { width:100% !important; min-height:420px !important; border:0 !important; display:block; }
.ftm-tour-page .ftm-destination-hero { position:relative; min-height:320px; border-radius:26px; overflow:hidden; background:#dfe7ef center/cover no-repeat; margin-bottom:24px; display:flex; align-items:end; }
.ftm-tour-page .ftm-destination-hero__overlay { position:absolute; inset:0; background:linear-gradient(180deg, rgba(34,53,66,.15), rgba(34,53,66,.7)); }
.ftm-tour-page .ftm-destination-hero__content { position:relative; z-index:2; padding:34px; color:#fff; }
.ftm-tour-page .ftm-destination-subtitle { max-width:760px; font-size:18px; line-height:1.6; margin-top:10px; color:#eef5ff; }
.ftm-tour-page .ftm-tour-cards-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.ftm-tour-page .ftm-tour-card { border:1px solid #d4deef; border-radius:22px; overflow:hidden; background:#fff; box-shadow:var(--ftm-shadow-card); display:flex; flex-direction:column; }
.ftm-tour-page .ftm-tour-card__image { display:block; aspect-ratio:16/10; overflow:hidden; }
.ftm-tour-page .ftm-tour-card__image img { width:100%; height:100%; object-fit:cover; }
.ftm-tour-page .ftm-tour-card__body { padding:18px; display:flex; flex-direction:column; gap:12px; }
.ftm-tour-page .ftm-tour-card__type { display:inline-flex; align-self:flex-start; padding:6px 10px; border-radius:999px; background:#f3f7fc; border:1px solid #d4deef; font-size:12px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; color:#5A7A8A; }
.ftm-tour-page .ftm-tour-card__body h3 { font-size:22px; margin:0; }
.ftm-tour-page .ftm-tour-card__body h3 a { color:#2C4A5A !important; text-decoration:none !important; }
.ftm-tour-page .ftm-tour-card__body p { color:#5A7A8A; margin:0; line-height:1.65; }
.ftm-tour-page .ftm-tour-card__meta { display:flex; flex-wrap:wrap; gap:12px; color:#5A7A8A; font-size:14px; font-weight:700; }
.ftm-tour-page .ftm-tour-card__button { width:100%; margin-top:auto; }
@media (max-width: 900px){ .ftm-tour-page .ftm-tour-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr));} }
@media (max-width: 640px){ .ftm-tour-page .ftm-inclusion-grid, .ftm-tour-page .ftm-tour-cards-grid{grid-template-columns:1fr;} .ftm-tour-page .ftm-map-embed iframe{min-height:320px !important;} .ftm-tour-page .ftm-destination-hero{min-height:240px;} .ftm-tour-page .ftm-destination-hero__content{padding:22px;} }


/* v6 fixes */
.ftm-tour-page .ftm-destination-panel,
.ftm-tour-page .ftm-tour-destination-card { display:none !important; }

.ftm-tour-page .ftm-gallery-main-wrap,
.ftm-tour-page .ftm-gallery-thumb,
.ftm-tour-page .ftm-gallery-thumb img,
.ftm-tour-page .ftm-gallery-main { border-radius: 22px !important; }

.ftm-tour-page .ftm-faq-item,
.ftm-tour-page .ftm-faq-item.active {
  background: #ffffff !important;
  border: 1px solid #d4deef !important;
  box-shadow: 0 6px 16px rgba(46, 91, 93, 0.06) !important;
}
.ftm-tour-page .ftm-faq-question,
.ftm-tour-page .ftm-faq-question:hover,
.ftm-tour-page .ftm-faq-question:focus,
.ftm-tour-page .ftm-faq-question:active,
.ftm-tour-page .ftm-faq-question:visited {
  display:flex !important;
  flex-direction: row !important;
  align-items:center !important;
  justify-content:space-between !important;
  width:100% !important;
  padding: 18px 20px !important;
  background: #ffffff !important;
  color: #2C4A5A !important;
  text-decoration:none !important;
  border:0 !important;
  box-shadow:none !important;
  outline:none !important;
  appearance:none !important;
  -webkit-appearance:none !important;
}
.ftm-tour-page .ftm-faq-question-text {
  flex: 1 1 auto !important;
  padding-right: 16px !important;
  color: #2C4A5A !important;
}
.ftm-tour-page .ftm-faq-toggle {
  margin-left: auto !important;
  order: 2 !important;
  flex: 0 0 38px !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  background: #f7fbff !important;
  border: 1px solid #d4deef !important;
  color: #6EA0A2 !important;
  box-shadow: none !important;
}
.ftm-tour-page .ftm-faq-answer,
.ftm-tour-page .ftm-faq-item.active .ftm-faq-answer {
  background: #ffffff !important;
}
.ftm-tour-page .ftm-faq-answer p {
  margin: 0 !important;
}
.ftm-tour-page .ftm-faq-item:hover,
.ftm-tour-page .ftm-faq-question:hover {
  transform:none !important;
}

.ftm-tour-page .ftm-map-embed {
  width: 100% !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  border: 1px solid #d4deef !important;
  background: #fff !important;
  line-height: 0 !important;
}
.ftm-tour-page .ftm-map-embed iframe,
.ftm-tour-page .ftm-map-embed > * {
  width: 100% !important;
  max-width: 100% !important;
}
.ftm-tour-page .ftm-map-embed iframe {
  min-height: 460px !important;
  height: 460px !important;
  display:block !important;
  border: 0 !important;
  border-radius: 18px !important;
}

.ftm-tour-page .ftm-inclusion-grid {
  display:grid !important;
  grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  gap: 16px !important;
}
.ftm-tour-page .ftm-inclusion-box,
.ftm-tour-page .ftm-inclusion-box--muted {
  background: #fff !important;
  border: 1px solid #d4deef !important;
  border-radius: 18px !important;
  padding: 20px !important;
}
.ftm-tour-page .ftm-inclusion-box h3,
.ftm-tour-page .ftm-inclusion-box--muted h3 {
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  margin: 0 0 14px 0 !important;
  color:#2C4A5A !important;
}
.ftm-tour-page .ftm-check-list,
.ftm-tour-page .ftm-cross-list {
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
}
.ftm-tour-page .ftm-check-list li,
.ftm-tour-page .ftm-cross-list li {
  position:relative !important;
  padding: 0 0 0 30px !important;
  margin: 0 0 12px 0 !important;
  color:#2C4A5A !important;
  font-size:16px !important;
  line-height:1.6 !important;
}
.ftm-tour-page .ftm-check-list li::before,
.ftm-tour-page .ftm-cross-list li::before {
  position:absolute !important;
  left:0 !important;
  top:2px !important;
  font-family:"Font Awesome 6 Free" !important;
  font-weight:900 !important;
  font-size:16px !important;
}
.ftm-tour-page .ftm-check-list li::before {
  content:"\f058" !important;
  color:#2e9f5a !important;
}
.ftm-tour-page .ftm-cross-list li::before {
  content:"\f057" !important;
  color:#d64545 !important;
}

.ftm-tour-page .ftm-button-center-wrap {
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
}
.ftm-tour-page .ftm-side-btn,
.ftm-tour-page .ftm-side-btn:link,
.ftm-tour-page .ftm-side-btn:visited,
.ftm-tour-page .ftm-side-btn:hover,
.ftm-tour-page .ftm-side-btn:focus,
.ftm-tour-page .ftm-side-btn:active {
  width: auto !important;
  min-width: 200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align:center !important;
  border-radius: 16px !important;
  text-decoration:none !important;
}
.ftm-tour-page .ftm-btn-primary,
.ftm-tour-page .ftm-btn-primary:hover,
.ftm-tour-page .ftm-btn-primary:focus,
.ftm-tour-page .ftm-btn-primary:active,
.ftm-tour-page .ftm-btn-primary:visited {
  background: linear-gradient(180deg, #C08648 0%, #A86E38 100%) !important;
  color:#ffffff !important;
  border: 1px solid #A86E38 !important;
  box-shadow: 0 8px 20px rgba(192,134,72,0.18) !important;
  transform:none !important;
}

.ftm-tour-page .ftm-practical-grid {
  align-items:stretch !important;
}
.ftm-tour-page .ftm-practical-item {
  min-width: 0 !important;
}
.ftm-tour-page .ftm-practical-value {
  word-break: break-word !important;
}
.ftm-tour-page .ftm-card,
.ftm-tour-page .ftm-practical-item,
.ftm-tour-page .ftm-pill,
.ftm-tour-page .ftm-meta div,
.ftm-tour-page .ftm-help-row {
  max-width:100% !important;
}

@media (max-width: 767px) {
  .ftm-tour-page .ftm-wrap { padding: 0 12px !important; }
  .ftm-tour-page .ftm-card { padding: 16px !important; border-radius: 16px !important; }
  .ftm-tour-page .ftm-title { font-size: 28px !important; line-height:1.2 !important; }
  .ftm-tour-page .ftm-practical-grid,
  .ftm-tour-page .ftm-highlights,
  .ftm-tour-page .ftm-meta,
  .ftm-tour-page .ftm-inclusion-grid,
  .ftm-tour-page .ftm-review-form-row,
  .ftm-tour-page .ftm-form-row {
    grid-template-columns: 1fr !important;
  }
  .ftm-tour-page .ftm-gallery { grid-template-columns: 1fr !important; gap: 12px !important; }
  .ftm-tour-page .ftm-gallery-side {
    display:flex !important;
    overflow-x:auto !important;
    gap:10px !important;
    grid-template-rows:none !important;
    padding-bottom:4px !important;
  }
  .ftm-tour-page .ftm-gallery-thumb {
    min-width: 110px !important;
    width: 110px !important;
    height: 78px !important;
    flex: 0 0 110px !important;
  }
  .ftm-tour-page .ftm-map-embed iframe {
    min-height: 320px !important;
    height: 320px !important;
  }
  .ftm-tour-page .ftm-faq-question { padding:16px !important; }
  .ftm-tour-page .ftm-practical-item,
  .ftm-tour-page .ftm-inclusion-box { width:100% !important; }
}

@media (max-width: 480px) {
  .ftm-tour-page .ftm-price-big { font-size: 36px !important; }
  .ftm-tour-page .ftm-lightbox { padding: 16px !important; }
  .ftm-tour-page .ftm-lightbox-img { max-width: calc(100vw - 32px) !important; }
}


/* v7 colors, mobile and seo-safe refinements */
.ftm-tour-page {
  --ftm-bg: var(--nt-bg, #ffffff) !important;
  --ftm-card: #ffffff !important;
  --ftm-line: var(--nt-line, #d4deef) !important;
  --ftm-text: var(--nt-text, #1f3f5b) !important;
  --ftm-muted: var(--nt-muted, #5A7A8A) !important;
  --ftm-primary: var(--nt-primary, #f44336) !important;
  background: var(--nt-bg, #ffffff) !important;
  color: var(--nt-text, #1f3f5b) !important;
}
.ftm-tour-page .ftm-title,.ftm-tour-page .ftm-card h2,.ftm-tour-page .ftm-card h3,.ftm-tour-page .ftm-step-title,.ftm-tour-page .ftm-price-big,.ftm-tour-page .ftm-rating-number{color:var(--nt-text,#1f3f5b) !important}
.ftm-tour-page .ftm-about p,.ftm-tour-page .ftm-section-copy,.ftm-tour-page .ftm-step p,.ftm-tour-page .ftm-price-note,.ftm-tour-page .ftm-help-copy,.ftm-tour-page .ftm-google-count{color:var(--nt-muted,#5A7A8A) !important}
.ftm-tour-page .ftm-card,.ftm-tour-page .ftm-practical-item,.ftm-tour-page .ftm-pill,.ftm-tour-page .ftm-faq-item,.ftm-tour-page .ftm-help-row,.ftm-tour-page .ftm-meta div,.ftm-tour-page .ftm-inclusion-box,.ftm-tour-page .ftm-map-embed{border-color:var(--nt-line,#d4deef) !important;background:#fff !important}
.ftm-tour-page .ftm-card h2{border-left-color:var(--nt-primary,#f44336) !important}
.ftm-tour-page .ftm-sec-icon,.ftm-tour-page .ftm-help-icon,.ftm-tour-page .ftm-meta-icon,.ftm-tour-page .ftm-gallery-badge-icon,.ftm-tour-page .ftm-stars{color:var(--nt-primary,#f44336) !important}
.ftm-tour-page .ftm-rating-count{font-size:14px;color:var(--nt-muted,#5A7A8A) !important}
.ftm-tour-page .ftm-btn-primary,.ftm-tour-page .ftm-btn-primary:link,.ftm-tour-page .ftm-btn-primary:visited,.ftm-tour-page .ftm-btn-primary:hover,.ftm-tour-page .ftm-btn-primary:focus,.ftm-tour-page .ftm-submit,.ftm-tour-page .ftm-submit:hover,.ftm-tour-page .ftm-submit:focus{background:var(--nt-primary,#f44336) !important;border-color:var(--nt-primary,#f44336) !important;color:var(--nt-button-text,#fff) !important;box-shadow:none !important;transform:none !important}
.ftm-tour-page .ftm-side-btn{border-radius:18px !important}
.ftm-tour-page .ftm-faq-item,.ftm-tour-page .ftm-faq-item.active{background:#fff !important;box-shadow:none !important}
.ftm-tour-page .ftm-faq-question{display:flex !important;align-items:center !important;justify-content:space-between !important;padding:18px 20px !important;background:#fff !important}
.ftm-tour-page .ftm-faq-question-text{order:1;padding-right:16px !important;flex:1 1 auto}
.ftm-tour-page .ftm-faq-toggle{order:2;margin-left:auto !important;background:#fff !important;border:1px solid var(--nt-line,#d4deef) !important}
.ftm-tour-page .ftm-faq-question:hover,.ftm-tour-page .ftm-faq-item:hover{background:#fff !important}
.ftm-tour-page .ftm-inclusion-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:18px !important}
.ftm-tour-page .ftm-inclusion-box h3{display:flex;align-items:center;gap:10px;margin:0 0 14px;font-size:24px;color:var(--nt-text,#1f3f5b) !important}
.ftm-tour-page .ftm-check-list li::before,.ftm-tour-page .ftm-cross-list li::before{font-family:"Font Awesome 6 Free" !important;font-weight:900 !important;top:1px !important}
.ftm-tour-page .ftm-check-list li::before{content:"058" !important;color:#2e9f5a !important}
.ftm-tour-page .ftm-cross-list li::before{content:"057" !important;color:#d64545 !important}
.ftm-tour-page .ftm-map-embed{width:100% !important;overflow:hidden !important;border-radius:20px !important}
.ftm-tour-page .ftm-map-embed iframe{display:block !important;width:100% !important;max-width:100% !important;height:400px !important;border:0 !important}
@media (max-width: 767px){
  .ftm-tour-page .ftm-topline{align-items:flex-start !important}
  .ftm-tour-page .ftm-title{font-size:26px !important;line-height:1.2 !important}
  .ftm-tour-page .ftm-practical-grid{grid-template-columns:1fr !important}
  .ftm-tour-page .ftm-meta{grid-template-columns:1fr 1fr !important}
  .ftm-tour-page .ftm-inclusion-grid{grid-template-columns:1fr !important}
  .ftm-tour-page .ftm-map-embed iframe{height:400px !important;min-height:400px !important}
  .ftm-tour-page .ftm-form-row,.ftm-tour-page .ftm-review-form-row{grid-template-columns:1fr !important}
}


/* v8 fixes */
.ftm-tour-page *::selection{background:rgba(0,0,0,.08);color:inherit}
.ftm-tour-page .ftm-check-list li,.ftm-tour-page .ftm-cross-list li{display:flex !important;align-items:flex-start !important;gap:10px !important;padding-left:0 !important}
.ftm-tour-page .ftm-item-icon{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-width:18px !important;margin-top:2px !important}
.ftm-tour-page .ftm-item-icon--check{color:#20a35a !important}
.ftm-tour-page .ftm-item-icon--cross{color:#e14949 !important}
.ftm-tour-page .ftm-check-list li::before,.ftm-tour-page .ftm-cross-list li::before{content:none !important}
.ftm-tour-page .ftm-map-embed,.ftm-tour-page .ftm-map-embed iframe{width:100% !important;max-width:100% !important}
@media (max-width: 767px){
  .ftm-tour-page .ftm-inclusion-grid{grid-template-columns:1fr !important}
  .ftm-tour-page .ftm-inclusion-box + .ftm-inclusion-box{margin-top:0 !important}
  .ftm-tour-page .ftm-map-embed iframe{height:400px !important}
}
@media (min-width: 768px){
  .ftm-tour-page .ftm-map-embed iframe{height:400px !important}
}

/* === Premium card grid for Elementor shortcode and archive pages === */
.mdt_wrapper_9x7z{font-family:Inter,sans-serif;background:#fff;color:#1e293b;line-height:1.6;max-width:1300px;margin:0 auto;padding:0 0 30px;--mdt_teal_blue:#6EA0A2;--mdt_sand_gold:#C08648;--mdt_teal_light_bg:#F0F6F6;--mdt_sand_light_bg:#F9F3EC;--mdt_text_primary:#1A2E2F;--mdt_text_secondary:#3A4A4B}
.mdt_title_section_3j9v{text-align:center;margin-bottom:50px}.mdt_heading_main_4k2p{font-family:Montserrat,sans-serif;font-size:42px;font-weight:700;color:var(--mdt_text_primary);margin-bottom:15px;letter-spacing:-.5px;display:inline-block;position:relative;padding-bottom:20px}.mdt_heading_main_4k2p::after{content:'';position:absolute;bottom:0;left:20%;width:60%;height:4px;background:linear-gradient(90deg,transparent,var(--mdt_teal_blue),var(--mdt_sand_gold),var(--mdt_teal_blue),transparent);border-radius:4px}.mdt_heading_main_4k2p span{color:var(--mdt_sand_gold)}.mdt_subheading_7n8m{color:var(--mdt_text_secondary);font-size:18px;font-weight:400;margin-top:5px}
.mdt_grid_container_8l2m{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin:30px 0 40px}.mdt_tour_card_3p8r{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 20px 35px -8px rgba(0,0,0,.08),0 6px 12px -4px rgba(0,0,0,.02);transition:all .35s cubic-bezier(.2,.9,.4,1);text-decoration:none!important;color:inherit!important;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.05);height:100%}.mdt_tour_card_3p8r:hover{transform:translateY(-8px);box-shadow:0 30px 45px -12px rgba(110,160,162,.25),0 10px 20px -8px rgba(0,0,0,.1);border-color:rgba(110,160,162,.4)}
.mdt_card_image_5v2n{position:relative;height:240px;overflow:hidden;background:#eef3f8;flex-shrink:0}.mdt_card_image_5v2n img{width:100%;height:100%;object-fit:cover;transition:transform .9s ease}.mdt_tour_card_3p8r:hover .mdt_card_image_5v2n img{transform:scale(1.06)}
.mdt_badge_route_8u4i{position:absolute;bottom:18px;left:18px;background:rgba(26,46,47,.9);backdrop-filter:blur(8px);border-radius:50px;padding:8px 16px;font-weight:600;font-size:13px;color:#fff;display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.2)}.mdt_badge_route_8u4i i{color:var(--mdt_sand_gold)}
.mdt_card_content_1y6h{padding:24px 20px 20px;display:flex;flex-direction:column;flex:1;background:#fff}.mdt_card_title_0z9x{font-family:Montserrat,sans-serif;font-size:20px;font-weight:700;color:var(--mdt_text_primary);margin-bottom:14px;line-height:1.4;display:flex;align-items:flex-start;gap:10px}.mdt_card_title_0z9x i{color:var(--mdt_teal_blue);font-size:22px;margin-top:2px}.mdt_title_text_2j5k{flex:1}
.mdt_feature_list_4q7w{display:flex;flex-wrap:nowrap;gap:8px;margin-bottom:20px;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.mdt_feature_list_4q7w::-webkit-scrollbar{display:none}.mdt_pill_feature_6e2r{background:var(--mdt_teal_light_bg);color:var(--mdt_text_primary);padding:6px 14px;border-radius:40px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:6px;border-left:3px solid var(--mdt_teal_blue);white-space:nowrap;flex-shrink:0}.mdt_pill_feature_6e2r i{color:var(--mdt_teal_blue);font-size:12px}
.mdt_card_meta_7b3t{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid rgba(0,0,0,.06)}.mdt_price_box_9t2s{display:flex;align-items:baseline;gap:4px}.mdt_price_value_3k1m{font-size:24px;font-weight:800;color:var(--mdt_text_primary)}.mdt_price_currency_8h4n{font-size:14px;font-weight:600;color:var(--mdt_text_secondary);margin-right:2px}.mdt_price_label_1r7z{font-size:13px;color:var(--mdt_text_secondary);font-weight:400}.mdt_duration_text_5h6m{color:var(--mdt_text_primary);font-weight:700;font-size:14px;background:var(--mdt_sand_light_bg);padding:6px 12px;border-radius:30px;display:flex;align-items:center;gap:6px}.mdt_duration_text_5h6m i{color:var(--mdt_sand_gold)}
.mdt_btn_details_3k7j{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px 0;background:transparent;border:2px solid var(--mdt_teal_blue);border-radius:60px;color:var(--mdt_teal_blue);font-weight:700;font-size:15px;transition:all .25s ease;text-decoration:none;margin-top:auto}.mdt_tour_card_3p8r:hover .mdt_btn_details_3k7j{background:var(--mdt_teal_blue);color:#fff;border-color:var(--mdt_teal_blue)}.mdt_btn_details_3k7j i{transition:transform .2s;font-size:13px}.mdt_tour_card_3p8r:hover .mdt_btn_details_3k7j i{transform:translateX(5px)}
.mdt_btn_view_all_4l8m{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:18px 44px;background:var(--mdt_teal_blue);color:#fff!important;border-radius:60px;text-decoration:none;font-weight:700;font-size:16px;transition:all .3s ease;border:2px solid var(--mdt_teal_blue);box-shadow:0 8px 18px rgba(110,160,162,.2)}.mdt_btn_view_all_4l8m:hover{background:var(--mdt_sand_gold)!important;color:var(--mdt_text_primary)!important;transform:translateY(-3px);box-shadow:0 15px 25px rgba(192,134,72,.25);border-color:var(--mdt_sand_gold)}.mdt_text_center_3m6k{text-align:center}.mdt_margin_top_40_5p9q{margin-top:30px}
.ntd_page{background:#fff}.ntd_banner{position:relative;width:100%;height:400px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;margin-bottom:50px}.ntd_banner_overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(145deg,rgba(58,95,96,.85) 0%,rgba(26,46,47,.6) 100%)}.ntd_banner_content{position:relative;z-index:2;text-align:center;color:#fff;padding:0 20px}.ntd_banner_content h1{font-family:Montserrat,sans-serif;font-size:clamp(42px,8vw,72px);font-weight:800;margin-bottom:20px;text-shadow:2px 2px 12px rgba(0,0,0,.3);letter-spacing:1px}.ntd_banner_content h1 span{color:#C08648}.ntd_banner_content p{font-size:clamp(18px,3vw,24px);font-weight:400;max-width:700px;margin:0 auto;text-shadow:1px 1px 6px rgba(0,0,0,.3);color:#F9F3EC}.ntd_container{max-width:1300px;margin:0 auto;padding:0 40px 60px}.ntd_info_section{margin-bottom:50px}.ntd_info_box{background:linear-gradient(135deg,#F9FBFB 0%,#F0F6F6 100%);padding:35px 40px;border-radius:20px;box-shadow:0 10px 30px rgba(110,160,162,.1);border:1px solid rgba(110,160,162,.15)}.ntd_info_box p{font-size:18px;line-height:1.9;color:#4A5C5D;margin-bottom:20px}.ntd_faq_section{margin:60px 0 30px}.section-title{font-family:Montserrat,sans-serif;font-size:36px;font-weight:700;color:#1A2E2F;margin-bottom:15px;text-align:center;position:relative;display:inline-block;padding-bottom:20px;left:50%;transform:translateX(-50%)}.section-title span{color:#C08648}.section-title::after{content:'';position:absolute;bottom:0;left:20%;width:60%;height:4px;background:linear-gradient(90deg,transparent,#6EA0A2,#C08648,#6EA0A2,transparent);border-radius:4px}.section-subtitle{text-align:center;color:#4A5C5D;font-size:18px;margin-bottom:40px;margin-top:10px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:30px}.faq-column{display:flex;flex-direction:column;gap:18px}.faq-item{background:#fff;border-radius:18px;border:1px solid rgba(110,160,162,.2);box-shadow:0 5px 12px rgba(0,0,0,.02);overflow:hidden;transition:all .2s}.faq-item.active{border-color:#6EA0A2;box-shadow:0 8px 20px rgba(110,160,162,.1)}.faq-question{font-weight:700;font-size:16px;color:#1A2E2F;display:flex;align-items:center;gap:12px;padding:18px 22px;cursor:pointer;user-select:none;transition:background .15s;margin:0}.faq-question:hover{background:#F0F6F6}.faq-question i:first-child{color:#C08648;font-size:18px;width:22px;text-align:center}.faq-question i.fa-chevron-down{margin-left:auto;font-size:14px;color:#6EA0A2;transition:transform .3s}.faq-item.active .faq-question i.fa-chevron-down{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease-out;padding:0 22px;font-size:14px;color:#4A5C5D;line-height:1.6}.faq-item.active .faq-answer{max-height:200px;padding:0 22px 20px 54px}
@media (max-width:1000px){.mdt_grid_container_8l2m{grid-template-columns:repeat(2,1fr);gap:25px}}@media (max-width:900px){.faq-grid{grid-template-columns:1fr}}@media (max-width:768px){.mdt_wrapper_9x7z{padding:0 20px 40px}.mdt_heading_main_4k2p{font-size:34px}.mdt_subheading_7n8m{font-size:16px}.mdt_grid_container_8l2m{grid-template-columns:1fr;gap:25px}.mdt_card_title_0z9x{font-size:19px}.mdt_card_image_5v2n{height:220px}.mdt_price_value_3k1m{font-size:22px}.ntd_container{padding:0 20px 40px}.ntd_banner{height:300px}.section-title{font-size:28px}.ntd_info_box{padding:25px 20px}.ntd_info_box p{font-size:15px}}@media (max-width:480px){.mdt_wrapper_9x7z{padding:0 16px 30px}.mdt_heading_main_4k2p{font-size:28px}.mdt_card_image_5v2n{height:200px}.mdt_card_content_1y6h{padding:20px 16px 18px}.mdt_btn_view_all_4l8m{padding:16px 32px;font-size:15px}.mdt_badge_route_8u4i{padding:6px 12px;font-size:12px;bottom:14px;left:14px}.mdt_pill_feature_6e2r{padding:5px 12px;font-size:11px}.ntd_banner_content h1{font-size:28px}}

/* ===== V10 PREMIUM GRID + DESTINATION PAGE ===== */
.mdt_wrapper_9x7z,
.mdt_wrapper_9x7z *{box-sizing:border-box}
.mdt_wrapper_9x7z{font-family:'Inter',sans-serif !important;background:#ffffff !important;color:#1e293b !important;line-height:1.6;max-width:1300px;margin:0 auto;padding:0 40px 60px;--mdt_teal_blue:#6EA0A2;--mdt_sand_gold:#C08648;--mdt_teal_light_bg:#F0F6F6;--mdt_sand_light_bg:#F9F3EC;--mdt_text_primary:#1A2E2F;--mdt_text_secondary:#3A4A4B}
.mdt_title_section_3j9v{text-align:center;margin-bottom:50px}
.mdt_heading_main_4k2p{font-family:'Montserrat',sans-serif !important;font-size:42px !important;font-weight:700 !important;color:var(--mdt_text_primary) !important;margin-bottom:15px !important;letter-spacing:-.5px;display:inline-block;position:relative;padding-bottom:20px;line-height:1.15}
.mdt_heading_main_4k2p::after{content:'';position:absolute;bottom:0;left:20%;width:60%;height:4px;background:linear-gradient(90deg,transparent,var(--mdt_teal_blue),var(--mdt_sand_gold),var(--mdt_teal_blue),transparent);border-radius:4px}
.mdt_heading_main_4k2p span{color:var(--mdt_sand_gold)}
.mdt_subheading_7n8m{color:var(--mdt_text_secondary);font-size:18px;font-weight:400;margin-top:5px}
.mdt_grid_container_8l2m{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:30px !important;margin:30px 0 40px !important}
.mdt_tour_card_3p8r{background:#fff !important;border-radius:24px !important;overflow:hidden !important;box-shadow:0 20px 35px -8px rgba(0,0,0,.08),0 6px 12px -4px rgba(0,0,0,.02) !important;transition:all .35s cubic-bezier(.2,.9,.4,1) !important;text-decoration:none !important;color:inherit !important;display:flex !important;flex-direction:column !important;border:1px solid rgba(0,0,0,.05) !important;height:100%}
.mdt_tour_card_3p8r:hover{transform:translateY(-8px) !important;box-shadow:0 30px 45px -12px rgba(110,160,162,.25),0 10px 20px -8px rgba(0,0,0,.1) !important;border-color:rgba(110,160,162,.4) !important}
.mdt_card_image_5v2n{position:relative;height:240px;overflow:hidden;background:#eef3f8;flex-shrink:0}
.mdt_card_image_5v2n img{width:100% !important;height:100% !important;object-fit:cover !important;transition:transform .9s ease !important;display:block}
.mdt_tour_card_3p8r:hover .mdt_card_image_5v2n img{transform:scale(1.06)}
.mdt_badge_route_8u4i{position:absolute;bottom:18px;left:18px;background:rgba(26,46,47,.9);backdrop-filter:blur(8px);border-radius:50px;padding:8px 16px;font-weight:600;font-size:13px;color:#fff;display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.2)}
.mdt_badge_route_8u4i i{color:var(--mdt_sand_gold)}
.mdt_card_content_1y6h{padding:24px 20px 20px;display:flex;flex-direction:column;flex:1;background:#fff}
.mdt_card_title_0z9x{font-family:'Montserrat',sans-serif !important;font-size:20px !important;font-weight:700 !important;color:var(--mdt_text_primary) !important;margin-bottom:14px !important;line-height:1.4 !important;display:flex;align-items:flex-start;gap:10px}
.mdt_card_title_0z9x i{color:var(--mdt_teal_blue);font-size:22px;margin-top:2px}
.mdt_title_text_2j5k{flex:1}
.mdt_feature_list_4q7w{display:flex;flex-wrap:nowrap;gap:8px;margin-bottom:20px;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.mdt_feature_list_4q7w::-webkit-scrollbar{display:none}
.mdt_pill_feature_6e2r{background:var(--mdt_teal_light_bg);color:var(--mdt_text_primary);padding:6px 14px;border-radius:40px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:6px;border-left:3px solid var(--mdt_teal_blue);white-space:nowrap;flex-shrink:0}
.mdt_pill_feature_6e2r i{color:var(--mdt_teal_blue);font-size:12px}
.mdt_card_meta_7b3t{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid rgba(0,0,0,.06)}
.mdt_price_box_9t2s{display:flex;align-items:baseline;gap:4px}.mdt_price_value_3k1m{font-size:24px;font-weight:800;color:var(--mdt_text_primary)}.mdt_price_currency_8h4n{font-size:14px;font-weight:600;color:var(--mdt_text_secondary);margin-right:2px}.mdt_price_label_1r7z{font-size:13px;color:var(--mdt_text_secondary);font-weight:400}
.mdt_duration_text_5h6m{color:var(--mdt_text_primary);font-weight:700;font-size:14px;background:var(--mdt_sand_light_bg);padding:6px 12px;border-radius:30px;display:flex;align-items:center;gap:6px}.mdt_duration_text_5h6m i{color:var(--mdt_sand_gold)}
.mdt_btn_details_3k7j{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px 0;background:transparent;border:2px solid var(--mdt_teal_blue);border-radius:60px;color:var(--mdt_teal_blue);font-weight:700;font-size:15px;transition:all .25s ease;text-decoration:none;margin-top:auto}
.mdt_tour_card_3p8r:hover .mdt_btn_details_3k7j{background:var(--mdt_teal_blue);color:#fff;border-color:var(--mdt_teal_blue)}
.mdt_btn_details_3k7j i{transition:transform .2s;font-size:13px}.mdt_tour_card_3p8r:hover .mdt_btn_details_3k7j i{transform:translateX(5px)}
.mdt_btn_view_all_4l8m{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:18px 44px;background:var(--mdt_teal_blue);color:#fff;border-radius:60px;text-decoration:none;font-weight:700;font-size:16px;transition:all .3s ease;border:2px solid var(--mdt_teal_blue);box-shadow:0 8px 18px rgba(110,160,162,.2)}
.mdt_btn_view_all_4l8m:hover{background:var(--mdt_sand_gold) !important;color:var(--mdt_text_primary) !important;transform:translateY(-3px);box-shadow:0 15px 25px rgba(192,134,72,.25);border-color:var(--mdt_sand_gold)}
.mdt_text_center_3m6k{text-align:center}.mdt_margin_top_40_5p9q{margin-top:30px}
.page-banner{position:relative;width:100%;height:400px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;margin-bottom:50px}.banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(145deg,rgba(58,95,96,.85) 0%,rgba(26,46,47,.6) 100%)}.banner-content{position:relative;z-index:2;text-align:center;color:#fff;padding:0 20px}.banner-content h1{font-family:'Montserrat',sans-serif !important;font-size:clamp(42px,8vw,72px) !important;font-weight:800 !important;margin-bottom:20px !important;text-shadow:2px 2px 12px rgba(0,0,0,.3);letter-spacing:1px}.banner-content h1 span{color:var(--mdt_sand_gold)}.banner-content p{font-size:clamp(18px,3vw,24px);font-weight:400;max-width:700px;margin:0 auto;text-shadow:1px 1px 6px rgba(0,0,0,.3);color:#F9F3EC}
.page-container{max-width:1300px;margin:0 auto;padding:0 40px 60px}.info-section{margin-bottom:50px}.info-box{background:linear-gradient(135deg,#F9FBFB 0%,#F0F6F6 100%);padding:35px 40px;border-radius:20px;box-shadow:0 10px 30px rgba(110,160,162,.1);border:1px solid rgba(110,160,162,.15)}.info-box p{font-size:18px;line-height:1.9;color:#4A5C5D;margin-bottom:20px}
.section-title{font-family:'Montserrat',sans-serif !important;font-size:36px !important;font-weight:700 !important;color:#1A2E2F !important;margin-bottom:15px !important;text-align:center;position:relative;display:inline-block;padding-bottom:20px;left:50%;transform:translateX(-50%)}.section-title span{color:#C08648}.section-title::after{content:'';position:absolute;bottom:0;left:20%;width:60%;height:4px;background:linear-gradient(90deg,transparent,#6EA0A2,#C08648,#6EA0A2,transparent);border-radius:4px}.section-subtitle{text-align:center;color:#4A5C5D;font-size:18px;margin-bottom:40px;margin-top:10px}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:30px}.faq-column{display:flex;flex-direction:column;gap:18px}.faq-item{background:#fff;border-radius:18px;border:1px solid rgba(110,160,162,.2);box-shadow:0 5px 12px rgba(0,0,0,.02);overflow:hidden;transition:all .2s}.faq-item.active{border-color:#6EA0A2;box-shadow:0 8px 20px rgba(110,160,162,.1)}.faq-question{font-weight:700;font-size:16px;color:#1A2E2F;display:flex;align-items:center;gap:12px;padding:18px 22px;cursor:pointer;user-select:none;transition:background .15s;margin:0}.faq-question:hover{background:#F0F6F6}.faq-question i:first-child{color:#C08648;font-size:18px;width:22px;text-align:center}.faq-question i.fa-chevron-down{margin-left:auto;font-size:14px;color:#6EA0A2;transition:transform .3s}.faq-item.active .faq-question i.fa-chevron-down{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease-out;padding:0 22px;font-size:14px;color:#4A5C5D;line-height:1.6}.faq-item.active .faq-answer{max-height:200px;padding:0 22px 20px 54px}
@media (max-width:1000px){.mdt_grid_container_8l2m{grid-template-columns:repeat(2,1fr) !important;gap:25px !important}}
@media (max-width:900px){.faq-grid{grid-template-columns:1fr}.page-container{padding:0 24px 50px}}
@media (max-width:768px){.mdt_wrapper_9x7z{padding:0 20px 40px}.mdt_heading_main_4k2p{font-size:34px !important}.mdt_subheading_7n8m{font-size:16px}.mdt_grid_container_8l2m{grid-template-columns:1fr !important;gap:25px !important}.mdt_card_title_0z9x{font-size:19px !important}.mdt_card_image_5v2n{height:220px}.mdt_price_value_3k1m{font-size:22px}.page-banner{height:300px}.section-title{font-size:28px !important}.info-box{padding:25px 20px}.info-box p{font-size:15px}.page-container{padding:0 20px 40px}}
@media (max-width:480px){.mdt_wrapper_9x7z{padding:0 16px 30px}.mdt_heading_main_4k2p{font-size:28px !important}.mdt_card_image_5v2n{height:200px}.mdt_card_content_1y6h{padding:20px 16px 18px}.mdt_btn_view_all_4l8m{padding:16px 32px;font-size:15px}.mdt_badge_route_8u4i{padding:6px 12px;font-size:12px;bottom:14px;left:14px}.mdt_pill_feature_6e2r{padding:5px 12px;font-size:11px}.banner-content h1{font-size:28px !important}}


/* Tour Pro v11 overrides */
.ftm-tour-page{
  --ftm-primary:#f44336;
  --ftm-bg:#ffffff;
  background:#ffffff !important;
}
.ftm-tour-page a,.ftm-tour-page button,.ftm-tour-page input,.ftm-tour-page textarea,.ftm-tour-page select{font-family:inherit}
.ftm-google-review-carousel{overflow:hidden}
.ftm-google-review-track{display:grid;grid-auto-flow:column;grid-auto-columns:100%;gap:16px;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory}
.ftm-google-review-track::-webkit-scrollbar{display:none}
.ftm-google-review-item{scroll-snap-align:start}
.ftm-review-dots{display:flex;justify-content:center;gap:8px;margin-top:16px}
.ftm-review-dot{width:10px;height:10px;border-radius:999px;border:0;background:#d1dbe6;cursor:pointer;padding:0}
.ftm-review-dot.active{background:var(--ftm-primary)}

.ftm-mobile-bookbar{display:none !important}
.ftm-mobile-bookbar *,
.ftm-mobile-bookbar *::before,
.ftm-mobile-bookbar *::after{box-sizing:border-box}
.ftm-mobile-bookbar-inner{display:flex;align-items:center;gap:10px;padding:10px 12px;background:linear-gradient(180deg,#c62b1d 0%,#b61f18 100%);border-radius:16px 16px 0 0;box-shadow:0 -10px 28px rgba(0,0,0,.18)}
.ftm-mobile-people-group{display:flex;align-items:center;justify-content:space-between;gap:10px;flex:1;min-width:0;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:8px 10px}
.ftm-mobile-people-label{display:flex;align-items:center;gap:8px;color:#fff;font-weight:800;font-size:14px;white-space:nowrap}
.ftm-mobile-people-label i{font-size:14px;color:#fff}
.ftm-mobile-stepper{display:flex;align-items:center;gap:10px;flex-shrink:0;border:none !important;background:transparent !important;padding:0 !important}
.ftm-stepper-btn{width:30px !important;height:30px !important;border:none !important;border-radius:999px !important;background:rgba(255,255,255,.14) !important;color:#fff !important;font-size:18px !important;font-weight:800 !important;line-height:1 !important;display:flex !important;align-items:center !important;justify-content:center !important;box-shadow:none !important}
.ftm-stepper-btn:hover,.ftm-stepper-btn:focus{background:rgba(255,255,255,.22) !important;color:#fff !important}
.ftm-stepper-value{min-width:18px;text-align:center;font-weight:800;font-size:24px;line-height:1;color:#fff}
.ftm-mobile-book-btn{flex:1;display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:8px !important;min-height:50px !important;padding:0 16px !important;border:none !important;border-radius:12px !important;background:linear-gradient(180deg,#ff9d2f 0%,#f18718 100%) !important;color:#fff !important;font-weight:800 !important;font-size:16px !important;white-space:nowrap !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.2) !important}
.ftm-mobile-book-btn:hover,.ftm-mobile-book-btn:focus{background:linear-gradient(180deg,#ffa63e 0%,#f18718 100%) !important;color:#fff !important}
.ftm-mobile-book-btn .ftm-btn-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}
@media (min-width: 769px){
  .ftm-mobile-bookbar{display:none !important}
}
@media (max-width: 768px){
  .ftm-layout{grid-template-columns:1fr}
  .ftm-sidebar{display:none}
  .ftm-mobile-bookbar{display:block !important;position:fixed !important;left:0 !important;right:0 !important;bottom:0 !important;z-index:99998 !important;padding:0 !important;background:transparent !important}
  .ftm-tour-page{padding-bottom:92px !important}
  .ftm-google-review-track{grid-auto-columns:88%}
}
@media (max-width: 420px){
  .ftm-mobile-bookbar-inner{gap:8px;padding:8px 10px}
  .ftm-mobile-people-group{padding:8px 8px}
  .ftm-mobile-people-label{font-size:13px}
  .ftm-stepper-btn{width:28px !important;height:28px !important}
  .ftm-stepper-value{font-size:22px}
  .ftm-mobile-book-btn{min-width:135px;font-size:15px !important;padding:0 14px !important}
}



/* v12.1 emergency mobile fixes */
@media (min-width:769px){
  .ftm-tour-page .ftm-mobile-bookbar{display:none !important}
}
@media (max-width:768px){
  .ftm-tour-page .ftm-mobile-bookbar{display:block !important;position:fixed !important;left:0 !important;right:0 !important;bottom:0 !important;z-index:999999 !important}
  .ftm-tour-page .ftm-mobile-bookbar-inner{display:flex !important;align-items:center !important;gap:8px !important;flex-wrap:nowrap !important}
  .ftm-tour-page .ftm-inclusion-grid{grid-template-columns:1fr !important}
  .ftm-tour-page .ftm-check-list li,.ftm-tour-page .ftm-cross-list li{display:flex !important;gap:10px !important;align-items:flex-start !important;padding-left:0 !important}
  .ftm-tour-page .ftm-check-list li::before,.ftm-tour-page .ftm-cross-list li::before{display:none !important}
}



/* v13 mobile overflow fix requested */
@media only screen and (max-width: 768px){
  html,
  body{
    width:100%;
    overflow-x:hidden;
  }
}

/* v13 professional form styling */
.ftm-tour-page .ftm-form{
  background: linear-gradient(180deg, #ffffff 0%, #fff8f6 100%) !important;
}
.ftm-tour-page .ftm-field label{
  color: var(--nt-text,#1f3f5b) !important;
  font-weight: 800 !important;
}
.ftm-tour-page .ftm-field input,
.ftm-tour-page .ftm-field textarea{
  background: #ffffff !important;
  border: 1px solid rgba(244,67,54,.18) !important;
  border-radius: 16px !important;
  color: var(--nt-text,#1f3f5b) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8) !important;
}
.ftm-tour-page .ftm-field input:focus,
.ftm-tour-page .ftm-field textarea:focus{
  border-color: var(--nt-primary,#f44336) !important;
  box-shadow: 0 0 0 4px rgba(244,67,54,.12) !important;
  outline: none !important;
}
.ftm-tour-page .ftm-submit{
  background: linear-gradient(180deg, #ff6a5f 0%, #f44336 100%) !important;
  border: 1px solid #e53935 !important;
  border-radius: 16px !important;
  min-height: 56px !important;
  gap: 10px !important;
  box-shadow: 0 14px 28px rgba(244,67,54,.22) !important;
}
.ftm-tour-page .ftm-submit:hover,
.ftm-tour-page .ftm-submit:focus{
  background: linear-gradient(180deg, #ff766c 0%, #f44336 100%) !important;
  transform: none !important;
}
.ftm-tour-page .ftm-modal-box{
  border-radius: 28px !important;
}
.ftm-tour-page .ftm-modal-head{
  background: linear-gradient(135deg, #f44336 0%, #d93025 100%) !important;
}

/* v13 thank you redesign */
.ftm-tour-page .ftm-thankyou-message{
  position: relative !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 18px !important;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.95) 0 10%, transparent 10% 100%),
    linear-gradient(180deg, #fff7f5 0%, #ffffff 100%) !important;
  border: 1px solid rgba(244,67,54,.16) !important;
  border-radius: 24px !important;
  margin: 24px !important;
  min-height: 280px !important;
  padding: 38px 28px !important;
  box-shadow: 0 22px 40px rgba(217,48,37,.12) !important;
}
.ftm-tour-page .ftm-thankyou-message::before,
.ftm-tour-page .ftm-thankyou-message::after{
  content:"" !important;
  position:absolute !important;
  inset:auto auto 100% auto !important;
  width:220px !important;
  height:220px !important;
  background:
    radial-gradient(circle, rgba(244,67,54,.20) 0 3px, transparent 4px),
    radial-gradient(circle, rgba(255,167,38,.24) 0 3px, transparent 4px),
    radial-gradient(circle, rgba(76,175,80,.20) 0 3px, transparent 4px),
    radial-gradient(circle, rgba(33,150,243,.20) 0 3px, transparent 4px) !important;
  background-size: 44px 44px, 52px 52px, 60px 60px, 70px 70px !important;
  opacity:.9 !important;
  animation: ftm-confetti-burst 2.8s ease-out infinite !important;
  pointer-events:none !important;
}
.ftm-tour-page .ftm-thankyou-message::before{
  left:-20px !important;
  top:-30px !important;
}
.ftm-tour-page .ftm-thankyou-message::after{
  right:-20px !important;
  top:-10px !important;
  animation-delay: .7s !important;
}
@keyframes ftm-confetti-burst{
  0%{transform: translateY(0) rotate(0deg); opacity:0}
  15%{opacity:1}
  100%{transform: translateY(240px) rotate(18deg); opacity:0}
}
.ftm-tour-page .ftm-thankyou-icon{
  width: 78px !important;
  height: 78px !important;
  border-radius: 24px !important;
  background: linear-gradient(180deg, #ff6a5f 0%, #f44336 100%) !important;
  box-shadow: 0 18px 34px rgba(244,67,54,.24) !important;
  color: #fff !important;
  font-size: 30px !important;
}
.ftm-tour-page .ftm-thankyou-content strong{
  font-size: 28px !important;
  color: var(--nt-text,#1f3f5b) !important;
  margin-bottom: 10px !important;
}
.ftm-tour-page .ftm-thankyou-content p{
  max-width: 420px !important;
  margin: 0 auto !important;
  font-size: 16px !important;
  color: var(--nt-muted,#5A7A8A) !important;
}

/* v13 lightbox close visibility */
.ftm-tour-page .ftm-lightbox-close{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background: rgba(255,255,255,.18) !important;
  border: 1px solid rgba(255,255,255,.35) !important;
  color: #fff !important;
  backdrop-filter: blur(8px) !important;
  z-index: 100002 !important;
}
.ftm-tour-page .ftm-lightbox-close:hover,
.ftm-tour-page .ftm-lightbox-close:focus{
  background: rgba(255,255,255,.28) !important;
  color:#fff !important;
}



/* v14 professional review carousel */
.ftm-tour-page .ftm-google-review-carousel{
  position:relative !important;
  margin: 18px 0 28px !important;
}
.ftm-tour-page .ftm-google-review-track{
  display:grid !important;
  grid-auto-flow:column !important;
  grid-auto-columns: minmax(0, 100%) !important;
  gap: 18px !important;
  overflow-x:auto !important;
  overscroll-behavior-x:contain !important;
  scroll-snap-type:x mandatory !important;
  scrollbar-width:none !important;
  -ms-overflow-style:none !important;
  padding: 2px 2px 8px !important;
}
.ftm-tour-page .ftm-google-review-track::-webkit-scrollbar{
  display:none !important;
}
.ftm-tour-page .ftm-google-review-item{
  scroll-snap-align:start !important;
  display:grid !important;
  grid-template-columns: 56px minmax(0,1fr) !important;
  gap: 16px !important;
  align-items:start !important;
  width:100% !important;
  min-width:0 !important;
  border: 1px solid rgba(31,63,91,.10) !important;
  border-radius: 22px !important;
  background: linear-gradient(180deg,#ffffff 0%,#fffaf8 100%) !important;
  box-shadow: 0 14px 34px rgba(31,63,91,.08) !important;
  padding: 20px 20px 18px !important;
  margin: 0 !important;
}
.ftm-tour-page .ftm-google-avatar{
  width:56px !important;
  height:56px !important;
  border-radius:999px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background: linear-gradient(135deg,#ff6f61 0%,#f44336 100%) !important;
  color:#fff !important;
  font-weight:800 !important;
  font-size:22px !important;
  box-shadow: 0 10px 20px rgba(244,67,54,.22) !important;
}
.ftm-tour-page .ftm-google-review-body{
  min-width:0 !important;
}
.ftm-tour-page .ftm-google-review-head{
  display:flex !important;
  align-items:flex-start !important;
  justify-content:space-between !important;
  gap:16px !important;
  margin-bottom: 12px !important;
}
.ftm-tour-page .ftm-google-review-head strong{
  display:block !important;
  font-size:20px !important;
  line-height:1.25 !important;
  color: var(--nt-text,#1f3f5b) !important;
  margin:0 !important;
}
.ftm-tour-page .ftm-google-review-head small{
  display:block !important;
  margin-top:6px !important;
  color: var(--nt-muted,#5A7A8A) !important;
  font-size:14px !important;
}
.ftm-tour-page .ftm-review-item-stars{
  flex:0 0 auto !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:4px !important;
  color:#f44336 !important;
  font-size:18px !important;
  padding-top: 2px !important;
}
.ftm-tour-page .ftm-google-review-content p{
  margin:0 !important;
  color: var(--nt-text,#1f3f5b) !important;
  font-size:16px !important;
  line-height:1.8 !important;
}
.ftm-tour-page .ftm-review-dots{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  gap:10px !important;
  margin-top: 18px !important;
}
.ftm-tour-page .ftm-review-dot{
  width:10px !important;
  height:10px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:999px !important;
  background:#d7dfea !important;
  opacity:1 !important;
  cursor:pointer !important;
  box-shadow:none !important;
}
.ftm-tour-page .ftm-review-dot.active{
  width:28px !important;
  background: linear-gradient(90deg,#ff6f61 0%,#f44336 100%) !important;
}
.ftm-tour-page .ftm-review-empty{
  border-radius:20px !important;
  padding:20px 22px !important;
  background: linear-gradient(180deg,#ffffff 0%,#fffaf8 100%) !important;
}
@media (max-width:768px){
  .ftm-tour-page .ftm-google-review-track{
    grid-auto-columns: 92% !important;
    gap: 14px !important;
  }
  .ftm-tour-page .ftm-google-review-item{
    grid-template-columns: 48px minmax(0,1fr) !important;
    gap: 12px !important;
    padding: 16px !important;
    border-radius: 18px !important;
  }
  .ftm-tour-page .ftm-google-avatar{
    width:48px !important;
    height:48px !important;
    font-size:18px !important;
  }
  .ftm-tour-page .ftm-google-review-head{
    gap:10px !important;
  }
  .ftm-tour-page .ftm-google-review-head strong{
    font-size:18px !important;
  }
  .ftm-tour-page .ftm-review-item-stars{
    font-size:16px !important;
  }
  .ftm-tour-page .ftm-google-review-content p{
    font-size:15px !important;
    line-height:1.7 !important;
  }
}



/* v14.1 hide mobile booking bar while modal is open */
@media (max-width: 768px){
  .ftm-tour-page .ftm-modal.ftm-show ~ .ftm-mobile-bookbar,
  .ftm-tour-page .ftm-mobile-bookbar.is-hidden{
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}



/* v14.2 responsive review carousel: 2 desktop, 1 mobile */
.ftm-tour-page .ftm-google-review-carousel{
  overflow:hidden !important;
  width:100% !important;
}
.ftm-tour-page .ftm-google-review-track{
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:stretch !important;
  gap:18px !important;
  overflow-x:auto !important;
  scroll-snap-type:x mandatory !important;
  scroll-behavior:smooth !important;
  scrollbar-width:none !important;
  -ms-overflow-style:none !important;
  padding:2px 2px 8px !important;
}
.ftm-tour-page .ftm-google-review-track::-webkit-scrollbar{
  display:none !important;
}
.ftm-tour-page .ftm-google-review-item{
  flex:0 0 calc((100% - 18px) / 2) !important;
  width:calc((100% - 18px) / 2) !important;
  max-width:calc((100% - 18px) / 2) !important;
  margin:0 !important;
  scroll-snap-align:start !important;
}
.ftm-tour-page .ftm-review-dots{
  display:flex !important;
  justify-content:center !important;
  gap:10px !important;
  margin-top:18px !important;
}
.ftm-tour-page .ftm-review-dot{
  width:10px !important;
  height:10px !important;
  border-radius:999px !important;
  border:none !important;
  background:#d7dfea !important;
  padding:0 !important;
}
.ftm-tour-page .ftm-review-dot.active{
  width:28px !important;
  background:linear-gradient(90deg,#ff6f61 0%,#f44336 100%) !important;
}
@media (max-width: 768px){
  .ftm-tour-page .ftm-google-review-track{
    gap:14px !important;
  }
  .ftm-tour-page .ftm-google-review-item{
    flex:0 0 100% !important;
    width:100% !important;
    max-width:100% !important;
  }
}


/* v14.3 css backup rules */
@media (max-width:768px){
  .ftm-tour-page.modal-open .ftm-mobile-bookbar,
  .ftm-tour-page .ftm-mobile-bookbar.is-hidden{
    display:none !important;
  }
}

/* v14.4 professional Google-style reviews: no overflow, stable mobile layout */
.ftm-tour-page,.ftm-tour-page *{box-sizing:border-box !important;}
.ftm-tour-page .ftm-reviews-card{overflow:hidden !important;}
.ftm-tour-page .ftm-google-header{display:grid !important;grid-template-columns:minmax(0,1fr) minmax(154px,220px) !important;align-items:start !important;gap:18px !important;width:100% !important;min-width:0 !important;}
.ftm-tour-page .ftm-google-header>div{min-width:0 !important;max-width:100% !important;}
.ftm-tour-page .ftm-google-header h2{display:flex !important;align-items:center !important;gap:10px !important;flex-wrap:wrap !important;margin-bottom:8px !important;overflow-wrap:anywhere !important;}
.ftm-tour-page .ftm-section-copy{max-width:680px !important;overflow-wrap:break-word !important;}
.ftm-tour-page .ftm-google-score{width:100% !important;max-width:220px !important;min-width:0 !important;justify-self:end !important;padding:18px 14px !important;border-radius:22px !important;background:#f8fbff !important;box-shadow:0 8px 22px rgba(31,63,91,.06) !important;}
.ftm-tour-page .ftm-review-stars,.ftm-tour-page .ftm-review-item-stars{max-width:100% !important;min-width:0 !important;display:flex !important;align-items:center !important;justify-content:center !important;flex-wrap:nowrap !important;gap:4px !important;white-space:nowrap !important;line-height:1 !important;}
.ftm-tour-page .ftm-review-stars i,.ftm-tour-page .ftm-review-item-stars i{flex:0 0 auto !important;font-size:clamp(14px,4.4vw,18px) !important;}
.ftm-tour-page .ftm-google-review-carousel{overflow:hidden !important;width:100% !important;max-width:100% !important;position:relative !important;margin:18px 0 28px !important;}
.ftm-tour-page .ftm-google-review-track{display:flex !important;flex-wrap:nowrap !important;align-items:stretch !important;gap:18px !important;width:100% !important;max-width:100% !important;overflow-x:auto !important;overflow-y:hidden !important;scroll-snap-type:x mandatory !important;scroll-behavior:smooth !important;scrollbar-width:none !important;-ms-overflow-style:none !important;padding:3px 2px 10px !important;margin:0 !important;}
.ftm-tour-page .ftm-google-review-track::-webkit-scrollbar{display:none !important;}
.ftm-tour-page .ftm-google-review-item{flex:0 0 calc((100% - 18px)/2) !important;width:calc((100% - 18px)/2) !important;max-width:calc((100% - 18px)/2) !important;min-width:0 !important;scroll-snap-align:start !important;display:grid !important;grid-template-columns:56px minmax(0,1fr) !important;gap:16px !important;overflow:hidden !important;padding:20px !important;border-radius:22px !important;background:#fff !important;border:1px solid rgba(218,226,239,.95) !important;box-shadow:0 12px 30px rgba(31,63,91,.07) !important;}
.ftm-tour-page .ftm-google-avatar{flex:0 0 auto !important;min-width:0 !important;}
.ftm-tour-page .ftm-google-review-body{min-width:0 !important;max-width:100% !important;overflow:hidden !important;}
.ftm-tour-page .ftm-google-review-head{display:grid !important;grid-template-columns:minmax(0,1fr) auto !important;align-items:start !important;gap:12px !important;width:100% !important;max-width:100% !important;}
.ftm-tour-page .ftm-google-review-head>div{min-width:0 !important;max-width:100% !important;}
.ftm-tour-page .ftm-google-review-head strong{display:block !important;max-width:100% !important;overflow-wrap:anywhere !important;word-break:break-word !important;line-height:1.25 !important;}
.ftm-tour-page .ftm-google-review-head small{overflow-wrap:anywhere !important;}
.ftm-tour-page .ftm-review-item-stars{justify-content:flex-end !important;align-self:start !important;padding-top:3px !important;}
.ftm-tour-page .ftm-google-review-content,.ftm-tour-page .ftm-google-review-content p{max-width:100% !important;overflow-wrap:anywhere !important;word-break:break-word !important;}
@media (max-width:900px){.ftm-tour-page .ftm-google-header{grid-template-columns:minmax(0,1fr) minmax(138px,170px) !important;}.ftm-tour-page .ftm-google-score{max-width:170px !important;padding:15px 12px !important;}.ftm-tour-page .ftm-google-score-top strong{font-size:clamp(30px,9vw,46px) !important;}}
@media (max-width:768px){.ftm-tour-page .ftm-google-review-track{gap:14px !important;padding-left:1px !important;padding-right:1px !important;}.ftm-tour-page .ftm-google-review-item{flex:0 0 100% !important;width:100% !important;max-width:100% !important;grid-template-columns:48px minmax(0,1fr) !important;gap:12px !important;padding:16px !important;border-radius:18px !important;}.ftm-tour-page .ftm-google-avatar{display:flex !important;width:48px !important;height:48px !important;font-size:18px !important;}.ftm-tour-page .ftm-google-review-head{grid-template-columns:minmax(0,1fr) auto !important;gap:8px !important;}.ftm-tour-page .ftm-review-item-stars i{font-size:14px !important;}.ftm-tour-page .ftm-google-review-head strong{font-size:17px !important;}}
@media (max-width:420px){.ftm-tour-page .ftm-google-header{grid-template-columns:minmax(0,1fr) 124px !important;gap:12px !important;}.ftm-tour-page .ftm-google-header h2{font-size:22px !important;line-height:1.2 !important;}.ftm-tour-page .ftm-section-copy{font-size:14px !important;line-height:1.55 !important;}.ftm-tour-page .ftm-google-score{max-width:124px !important;padding:13px 8px !important;border-radius:18px !important;}.ftm-tour-page .ftm-google-score-top strong{font-size:38px !important;}.ftm-tour-page .ftm-review-stars{gap:2px !important;}.ftm-tour-page .ftm-review-stars i{font-size:15px !important;}.ftm-tour-page .ftm-google-count{font-size:12px !important;}.ftm-tour-page .ftm-google-review-item{grid-template-columns:42px minmax(0,1fr) !important;padding:14px !important;}.ftm-tour-page .ftm-google-avatar{width:42px !important;height:42px !important;font-size:16px !important;}.ftm-tour-page .ftm-google-review-head{grid-template-columns:1fr !important;}.ftm-tour-page .ftm-review-item-stars{justify-content:flex-start !important;}}


/* v1.7.2 review card layout refinement */
.ftm-tour-page .ftm-google-review-head{display:block !important;margin-bottom:10px !important;}
.ftm-tour-page .ftm-google-review-author{display:block !important;max-width:100% !important;margin:0 0 8px !important;font-size:15px !important;font-weight:700 !important;line-height:1.35 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;overflow-wrap:normal !important;word-break:normal !important;color:#1f1f1f !important;}
.ftm-tour-page .ftm-google-review-meta-row{display:flex !important;align-items:center !important;justify-content:flex-start !important;gap:10px !important;min-width:0 !important;max-width:100% !important;white-space:nowrap !important;overflow:hidden !important;}
.ftm-tour-page .ftm-google-review-date{display:block !important;margin:0 !important;font-size:12px !important;line-height:1.2 !important;color:#5f6368 !important;white-space:nowrap !important;flex:0 0 auto !important;}
.ftm-tour-page .ftm-review-item-stars{justify-content:flex-start !important;align-self:center !important;padding-top:0 !important;flex:0 0 auto !important;}
.ftm-tour-page .ftm-google-review-content{margin-top:2px !important;}
.ftm-tour-page .ftm-google-review-content p{margin:0 !important;}
@media (max-width:768px){
  .ftm-tour-page .ftm-google-review-head{margin-bottom:10px !important;}
  .ftm-tour-page .ftm-google-review-author{font-size:16px !important;}
  .ftm-tour-page .ftm-google-review-meta-row{gap:8px !important;}
}
@media (max-width:420px){
  .ftm-tour-page .ftm-google-review-author{font-size:15px !important;}
  .ftm-tour-page .ftm-google-review-meta-row{gap:7px !important;}
  .ftm-tour-page .ftm-google-review-date{font-size:11px !important;}
}


/* v1.7.3 review card stacked meta refinement */
.ftm-tour-page .ftm-google-review-head{display:block !important;margin-bottom:10px !important;}
.ftm-tour-page .ftm-google-review-author{display:block !important;max-width:100% !important;margin:0 0 8px !important;font-size:15px !important;font-weight:700 !important;line-height:1.35 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;overflow-wrap:normal !important;word-break:normal !important;color:#1f1f1f !important;}
.ftm-tour-page .ftm-review-item-stars{display:flex !important;justify-content:flex-start !important;align-items:center !important;gap:4px !important;padding-top:0 !important;margin:0 0 6px !important;flex-wrap:nowrap !important;white-space:nowrap !important;}
.ftm-tour-page .ftm-google-review-date{display:block !important;margin:0 !important;font-size:12px !important;line-height:1.2 !important;color:#5f6368 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;}
.ftm-tour-page .ftm-google-review-content{margin-top:4px !important;}
.ftm-tour-page .ftm-google-review-content p{margin:0 !important;}
@media (max-width:768px){
  .ftm-tour-page .ftm-google-review-author{font-size:16px !important;}
}
@media (max-width:420px){
  .ftm-tour-page .ftm-google-review-author{font-size:15px !important;}
  .ftm-tour-page .ftm-review-item-stars i{font-size:13px !important;}
  .ftm-tour-page .ftm-google-review-date{font-size:11px !important;}
}


/* v1.7.4 review card style aligned to compact Google-like layout */
.ftm-tour-page .ftm-google-review-item{align-items:start !important;grid-template-columns:44px minmax(0,1fr) !important;gap:14px !important;padding:16px 18px !important;}
.ftm-tour-page .ftm-google-avatar{width:36px !important;height:36px !important;border-radius:50% !important;background:#f7d58a !important;color:#9a6b00 !important;font-size:14px !important;font-weight:700 !important;}
.ftm-tour-page .ftm-google-review-head{display:flex !important;flex-direction:column !important;align-items:flex-start !important;justify-content:flex-start !important;gap:6px !important;width:100% !important;max-width:100% !important;margin:0 0 10px !important;}
.ftm-tour-page .ftm-google-review-head > div{width:100% !important;}
.ftm-tour-page .ftm-google-review-author{display:block !important;max-width:100% !important;margin:0 !important;font-size:20px !important;line-height:1.2 !important;font-weight:700 !important;color:#1f2937 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;}
.ftm-tour-page .ftm-review-item-stars{display:flex !important;justify-content:flex-start !important;align-items:center !important;gap:3px !important;margin:0 !important;padding:0 !important;white-space:nowrap !important;line-height:1 !important;}
.ftm-tour-page .ftm-review-item-stars i{font-size:14px !important;color:#fbbc04 !important;}
.ftm-tour-page .ftm-google-review-date{display:block !important;margin:0 !important;font-size:13px !important;line-height:1.25 !important;color:#6b7280 !important;white-space:nowrap !important;}
.ftm-tour-page .ftm-google-review-content{margin-top:0 !important;}
.ftm-tour-page .ftm-google-review-content p{margin:0 !important;font-size:15px !important;line-height:1.7 !important;color:#4b5563 !important;}
@media (max-width:768px){
  .ftm-tour-page .ftm-google-review-item{grid-template-columns:36px minmax(0,1fr) !important;padding:16px !important;}
  .ftm-tour-page .ftm-google-avatar{width:36px !important;height:36px !important;font-size:14px !important;}
  .ftm-tour-page .ftm-google-review-author{font-size:18px !important;}
}
@media (max-width:420px){
  .ftm-tour-page .ftm-google-review-item{grid-template-columns:32px minmax(0,1fr) !important;gap:12px !important;padding:14px !important;}
  .ftm-tour-page .ftm-google-avatar{width:32px !important;height:32px !important;font-size:13px !important;}
  .ftm-tour-page .ftm-google-review-author{font-size:17px !important;}
  .ftm-tour-page .ftm-review-item-stars i{font-size:13px !important;}
  .ftm-tour-page .ftm-google-review-date{font-size:12px !important;}
  .ftm-tour-page .ftm-google-review-content p{font-size:14px !important;}
}


/* v1.8.1 clean review card: hide email-style names and prevent meta overflow */
.ftm-tour-page .ftm-google-review-item{
  min-height:190px !important;
  align-items:start !important;
  overflow:hidden !important;
}
.ftm-tour-page .ftm-google-review-head{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:6px !important;
  width:100% !important;
  max-width:100% !important;
}
.ftm-tour-page .ftm-google-review-author{
  display:block !important;
  max-width:100% !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  line-height:1.25 !important;
}
.ftm-tour-page .ftm-review-item-stars{
  display:flex !important;
  flex-wrap:nowrap !important;
  justify-content:flex-start !important;
  gap:3px !important;
  margin:0 !important;
  width:auto !important;
  max-width:100% !important;
}
.ftm-tour-page .ftm-google-review-date{
  display:block !important;
  white-space:normal !important;
  overflow:visible !important;
  max-width:100% !important;
  line-height:1.35 !important;
  font-size:12px !important;
  color:#667085 !important;
}
.ftm-tour-page .ftm-google-review-content{
  margin-top:4px !important;
}
@media (max-width:768px){
  .ftm-tour-page .ftm-google-review-item{
    min-height:auto !important;
    grid-template-columns:42px minmax(0,1fr) !important;
  }
}
