
    /* --- 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: #FFFFFF; --ftm-card: #FFFFFF; --ftm-line: #FFFFFF; --ftm-text: #430C05; --ftm-muted: #430C05;
      --ftm-primary: #B34F1F;
      --ftm-blue: #430C05;
      --ftm-blue-dark: #430C05;
      --ftm-shadow-soft: 0 1px 3px rgba(67,12,5,0.08);
      --ftm-shadow-card: 0 14px 30px rgba(67,12,5,0.08);
      font-family: Georgia, "Times New Roman", serif;
      background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 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(67,12,5,0.22), rgba(67,12,5,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: #430C05; 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(67,12,5,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(67,12,5,0.18), rgba(67,12,5,0.03)); pointer-events: none; z-index: 1; }
    .ftm-gallery-thumb.active { border-color: var(--ftm-primary); box-shadow: 0 0 0 1px rgba(242,183,73,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(67,12,5,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: #430C05; background: rgba(255, 255, 255, 0.92); padding: 11px 16px; border-radius: 14px; margin: 4px 0 16px; border: 1px solid #FFFFFF; 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: #430C05; 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: #430C05; font-weight: 800; letter-spacing: -0.3px; max-width: 780px; }
    .ftm-stars { color: #B34F1F; 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 #FFFFFF; border-radius: 999px; padding: 8px 14px; box-shadow: var(--ftm-shadow-soft); }
    .ftm-rating-number { font-size: 15px; font-weight: 700; color: #430C05; 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: #430C05; 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: #430C05; margin-bottom: 14px; }
    .ftm-about strong { color: #430C05; font-weight: 700; background: none; }
    .ftm-program { display: flex; flex-direction: column; gap: 0; position: relative; }
    .ftm-step { position: relative; border-left: 2px solid #FFFFFF; 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 #FFFFFF; border-radius: 50%; z-index: 2; }
    .ftm-step-title { font-size: 18px; line-height: 1.45; font-weight: 800; color: #430C05; margin-bottom: 5px; }
    .ftm-step p { font-size: 15px; line-height: 1.7; color: #430C05; max-width: 75ch; }
    .ftm-highlights { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
    .ftm-pill { background: #FFFFFF; border: 1px solid #FFFFFF; border-radius: 14px; padding: 14px 15px; display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: 14.5px; color: #430C05; 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%, #FFFFFF 100%); border: 1px solid #FFFFFF; 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%, #FFFFFF 100%); border: 1px solid #FFFFFF; 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: #430C05; margin-bottom: 8px; }
    .ftm-practical-value { display: block; font-size: 18px; line-height: 1.45; font-weight: 800; color: #430C05; }
    .ftm-practical-value small { display: block; font-size: 13px; line-height: 1.5; font-weight: 600; color: #430C05; margin-top: 4px; }
    .ftm-faq-accordion { display: grid; gap: 12px; margin-top: 18px; }
    .ftm-faq-item { background: #FFFFFF; border-radius: 16px; border: 1px solid #FFFFFF; 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: #FFFFFF; background: #FFFFFF; box-shadow: 0 10px 24px rgba(242,183,73,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: #430C05; 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: #430C05; 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%, #FFFFFF 100%); border: 1px solid #FFFFFF; color: var(--ftm-blue); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; position: relative; box-shadow: 0 4px 10px rgba(67,12,5,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 #FFFFFF; margin-bottom: 16px; }
    .ftm-price-label { display: block; font-size: 12px; font-weight: 800; color: #430C05; text-transform: uppercase; letter-spacing: 0.16em; margin-bottom: 8px; }
    .ftm-price-big { font-size: 42px; font-weight: 900; color: #430C05; line-height: 1; display: inline-flex; align-items: baseline; gap: 4px; justify-content: center; flex-wrap: wrap; }
    .ftm-price-note { font-size: 13px; color: #430C05; 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, #B34F1F 0%, #430C05 100%) !important; color: #FFFFFF !important; border: 1px solid #430C05 !important; box-shadow: 0 8px 20px rgba(242,183,73,0.18) !important; }
    .ftm-btn-primary:hover, .ftm-btn-primary:focus { background: linear-gradient(180deg, #B34F1F 0%, #B34F1F 100%) !important; color: #FFFFFF !important; border-color: #B34F1F !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: #FFFFFF; border: 1px solid #FFFFFF; border-radius: 12px; padding: 11px 10px; font-size: 13px; line-height: 1.25; color: #430C05; 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: #430C05; font-size: 18px; line-height: 1.3; }
    .ftm-help-copy { font-size: 14px; line-height: 1.6; color: #430C05; 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 #FFFFFF; border-radius: 12px; background: #FFFFFF; text-decoration: none; }
    .ftm-help-row small { display: block; font-size: 11px; line-height: 1.3; letter-spacing: 0.08em; text-transform: uppercase; color: #430C05; margin-bottom: 2px; }
    .ftm-help-row strong { display: block; font-size: 14px; line-height: 1.45; color: #430C05; font-weight: 700; word-break: break-word; }
    .ftm-help-dot { width: 40px; height: 40px; border-radius: 14px; border: 1px solid #FFFFFF; background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 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(67,12,5,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: #FFFFFF; border-radius: 24px; overflow: hidden; box-shadow: 0 20px 40px rgba(67,12,5,0.28); }
    .ftm-modal-head { background: #430C05; 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: #430C05; line-height: 1.35; }
    .ftm-field input, .ftm-field textarea { padding: 14px 15px; border: 1px solid #FFFFFF; border-radius: 14px; background: #FFFFFF; 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: #B34F1F; box-shadow: 0 0 0 3px rgba(242,183,73,0.10); }
    .ftm-submit, .ftm-submit:link, .ftm-submit:visited { background: linear-gradient(180deg, #B34F1F 0%, #430C05 100%) !important; color: #FFFFFF !important; padding: 16px; border-radius: 14px; font-weight: 700; font-size: 17px; border: 1px solid #430C05 !important; cursor: pointer; box-shadow: 0 4px 10px rgba(242,183,73,0.18) !important; transition: all 0.15s; }
    .ftm-submit:hover, .ftm-submit:focus { background: linear-gradient(180deg, #B34F1F 0%, #B34F1F 100%) !important; color: #FFFFFF !important; border-color: #B34F1F !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%, #FFFFFF 100%); border: 1px solid #FFFFFF; color: #430C05; padding: 36px 30px; border-radius: 24px; margin: 24px; min-height: 230px; box-shadow: 0 16px 28px rgba(67,12,5,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: #430C05; box-shadow: 0 10px 20px rgba(67,12,5,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: #430C05; margin-bottom: 8px; }
    .ftm-thankyou-content p { margin: 0; font-size: 15px; line-height: 1.75; color: #430C05; }
    .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:#FFFFFF}
.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:#FFFFFF !important;background:#FFFFFF !important;box-shadow:0 10px 24px rgba(242,183,73,.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:#430C05}
.ftm-review-summary{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;border:1px solid #FFFFFF;border-radius:16px;background:linear-gradient(180deg,#FFFFFF 0%,#FFFFFF 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:#430C05}
.ftm-review-score span{display:block;margin-top:6px;font-size:14px;color:#430C05}
.ftm-review-stars,.ftm-review-item-stars{color:#B34F1F;display:flex;gap:4px;align-items:center}
.ftm-review-list{display:grid;gap:14px;margin:16px 0 22px}
.ftm-review-item{border:1px solid #FFFFFF;border-radius:16px;padding:16px 18px;background:#FFFFFF;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:#430C05}
.ftm-review-head small{display:block;margin-top:4px;color:#430C05}
.ftm-review-content p{margin:0;font-size:14px;line-height:1.75;color:#430C05}
.ftm-review-empty{padding:16px 18px;border:1px dashed #FFFFFF;border-radius:16px;color:#430C05;background:#FFFFFF;margin:16px 0 22px}
.ftm-review-form-wrap{padding:18px;border:1px solid #FFFFFF;border-radius:18px;background:linear-gradient(180deg,#FFFFFF 0%,#FFFFFF 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 #FFFFFF;border-radius:999px;background:#FFFFFF;color:#430C05;font-weight:700;cursor:pointer}
.ftm-rating-pill input:checked + span{background:#FFFFFF;border-color:#FFFFFF;color:#430C05;box-shadow:0 6px 14px rgba(242,183,73,.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:#430C05 !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:#FFFFFF;border:1px solid #FFFFFF;color:#B34F1F;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:#430C05;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(242,183,73,.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,#B34F1F 0%,#430C05 100%) !important;color:#FFFFFF !important;border:1px solid #430C05 !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 #FFFFFF !important;background:#FFFFFF !important}
.ftm-tour-page .ftm-faq-item.active{border-color:#FFFFFF !important;background:#FFFFFF !important;box-shadow:0 10px 24px rgba(242,183,73,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:#430C05 !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:#FFFFFF;border:1px solid #FFFFFF}
.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:#430C05;margin-bottom:8px}
.ftm-tour-page .ftm-destination-copy p{font-size:15px;line-height:1.8;color:#430C05;margin-bottom:14px}
.ftm-tour-page .ftm-destination-link{display:inline-flex !important;align-items:center;justify-content:center;background:#FFFFFF;border:1px solid #FFFFFF;border-radius:14px;padding:12px 16px;font-weight:700;color:#430C05 !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 #FFFFFF}
.ftm-tour-page .ftm-google-score{min-width:180px;background:#FFFFFF;border:1px solid #FFFFFF;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:#430C05}
.ftm-tour-page .ftm-google-score-top span{font-size:13px;color:#430C05}
.ftm-tour-page .ftm-review-stars,.ftm-tour-page .ftm-review-item-stars{color:#B34F1F;display:flex;gap:3px;align-items:center}
.ftm-tour-page .ftm-google-count{margin-top:8px;color:#430C05;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 #FFFFFF;border-radius:18px;background:#FFFFFF}
.ftm-tour-page .ftm-google-avatar{width:48px;height:48px;border-radius:50%;background:#430C05;color:#FFFFFF;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:#430C05;font-size:12px;margin-top:2px}
.ftm-tour-page .ftm-google-review-content p{margin:0;color:#430C05;line-height:1.75;font-size:14px}
.ftm-tour-page .ftm-review-form-wrap{margin-top:10px;padding:20px;border:1px solid #FFFFFF;border-radius:20px;background:#FFFFFF}
.ftm-tour-page .ftm-review-form-wrap h3{font-size:20px;margin:0 0 14px;color:#430C05}
.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 #FFFFFF;background:#FFFFFF;font-weight:700;color:#430C05}
.ftm-tour-page .ftm-rating-pill input:checked + span{border-color:#430C05;background:#FFFFFF;color:#430C05}
.ftm-tour-page .ftm-review-empty{padding:18px;border:1px dashed #FFFFFF;border-radius:18px;text-align:center;color:#430C05;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:#FFFFFF !important;border:1px solid #FFFFFF !important;border-radius:14px !important;color:#430C05 !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:#B34F1F !important;box-shadow:0 0 0 3px rgba(242,183,73,.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,#B34F1F 0%,#430C05 100%) !important;color:#FFFFFF !important;border:1px solid #430C05 !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 #430C05 !important;
  background:linear-gradient(180deg, #B34F1F 0%, #430C05 100%) !important; color:#FFFFFF !important;
  box-shadow:0 8px 20px rgba(242,183,73,.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, #B34F1F 0%, #B34F1F 100%) !important; color:#FFFFFF !important; border-color:#B34F1F !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:#430C05;}
.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 #FFFFFF; background:#FFFFFF; border-radius:18px; padding:18px; box-shadow:var(--ftm-shadow-soft); }
.ftm-tour-page .ftm-inclusion-box--muted { background:#FFFFFF; }
.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:#430C05; 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:#430C05; }
.ftm-tour-page .ftm-cross-list li::before { content:"00d"; color:#B34F1F; }
.ftm-tour-page .ftm-map-embed { border:1px solid #FFFFFF; border-radius:20px; overflow:hidden; background:#FFFFFF; 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:#FFFFFF 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:#FFFFFF; }
.ftm-tour-page .ftm-destination-subtitle { max-width:760px; font-size:18px; line-height:1.6; margin-top:10px; color:#FFFFFF; }
.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 #FFFFFF; border-radius:22px; overflow:hidden; background:#FFFFFF; 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:#FFFFFF; border:1px solid #FFFFFF; font-size:12px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; color:#430C05; }
.ftm-tour-page .ftm-tour-card__body h3 { font-size:22px; margin:0; }
.ftm-tour-page .ftm-tour-card__body h3 a { color:#430C05 !important; text-decoration:none !important; }
.ftm-tour-page .ftm-tour-card__body p { color:#430C05; margin:0; line-height:1.65; }
.ftm-tour-page .ftm-tour-card__meta { display:flex; flex-wrap:wrap; gap:12px; color:#430C05; 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 #FFFFFF !important;
  box-shadow: 0 6px 16px rgba(67,12,5,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: #430C05 !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: #430C05 !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: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
  color: #430C05 !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 #FFFFFF !important;
  background: #FFFFFF !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: #FFFFFF !important;
  border: 1px solid #FFFFFF !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:#430C05 !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:#430C05 !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:#430C05 !important;
}
.ftm-tour-page .ftm-cross-list li::before {
  content:"\f057" !important;
  color:#B34F1F !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, #B34F1F 0%, #430C05 100%) !important;
  color:#FFFFFF !important;
  border: 1px solid #430C05 !important;
  box-shadow: 0 8px 20px rgba(242,183,73,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, #FFFFFF) !important;
  --ftm-text: var(--nt-text, #430C05) !important;
  --ftm-muted: var(--nt-muted, #430C05) !important;
  --ftm-primary: var(--nt-primary, #430C05) !important;
  background: var(--nt-bg, #FFFFFF) !important;
  color: var(--nt-text, #430C05) !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,#430C05) !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,#430C05) !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,#FFFFFF) !important;background:#FFFFFF !important}
.ftm-tour-page .ftm-card h2{border-left-color:var(--nt-primary,#430C05) !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,#430C05) !important}
.ftm-tour-page .ftm-rating-count{font-size:14px;color:var(--nt-muted,#430C05) !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,#430C05) !important;border-color:var(--nt-primary,#430C05) !important;color:var(--nt-button-text,#FFFFFF) !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:#FFFFFF !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:#FFFFFF !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:#FFFFFF !important;border:1px solid var(--nt-line,#FFFFFF) !important}
.ftm-tour-page .ftm-faq-question:hover,.ftm-tour-page .ftm-faq-item:hover{background:#FFFFFF !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,#430C05) !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:#430C05 !important}
.ftm-tour-page .ftm-cross-list li::before{content:"057" !important;color:#B34F1F !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:#430C05 !important}
.ftm-tour-page .ftm-item-icon--cross{color:#B34F1F !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:#FFFFFF;color:#430C05;line-height:1.6;max-width:1300px;margin:0 auto;padding:0 0 30px;--mdt_teal_blue:#430C05;--mdt_sand_gold:#B34F1F;--mdt_teal_light_bg:#FFFFFF;--mdt_sand_light_bg:#FFFFFF;--mdt_text_primary:#430C05;--mdt_text_secondary:#430C05}
.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:#FFFFFF;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(210,111,40,.25),0 10px 20px -8px rgba(0,0,0,.1);border-color:rgba(210,111,40,.4)}
.mdt_card_image_5v2n{position:relative;height:240px;overflow:hidden;background:#FFFFFF;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(67,12,5,.9);backdrop-filter:blur(8px);border-radius:50px;padding:8px 16px;font-weight:600;font-size:13px;color:#FFFFFF;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:#FFFFFF}.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:#FFFFFF;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:#FFFFFF!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(210,111,40,.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(242,183,73,.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:#FFFFFF}.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(179,79,31,.85) 0%,rgba(67,12,5,.6) 100%)}.ntd_banner_content{position:relative;z-index:2;text-align:center;color:#FFFFFF;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:#B34F1F}.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:#FFFFFF}.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,#FFFFFF 0%,#FFFFFF 100%);padding:35px 40px;border-radius:20px;box-shadow:0 10px 30px rgba(210,111,40,.1);border:1px solid rgba(210,111,40,.15)}.ntd_info_box p{font-size:18px;line-height:1.9;color:#430C05;margin-bottom:20px}.ntd_faq_section{margin:60px 0 30px}.section-title{font-family:Montserrat,sans-serif;font-size:36px;font-weight:700;color:#430C05;margin-bottom:15px;text-align:center;position:relative;display:inline-block;padding-bottom:20px;left:50%;transform:translateX(-50%)}.section-title span{color:#B34F1F}.section-title::after{content:'';position:absolute;bottom:0;left:20%;width:60%;height:4px;background:linear-gradient(90deg,transparent,#430C05,#B34F1F,#430C05,transparent);border-radius:4px}.section-subtitle{text-align:center;color:#430C05;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:#FFFFFF;border-radius:18px;border:1px solid rgba(210,111,40,.2);box-shadow:0 5px 12px rgba(0,0,0,.02);overflow:hidden;transition:all .2s}.faq-item.active{border-color:#430C05;box-shadow:0 8px 20px rgba(210,111,40,.1)}.faq-question{font-weight:700;font-size:16px;color:#430C05;display:flex;align-items:center;gap:12px;padding:18px 22px;cursor:pointer;user-select:none;transition:background .15s;margin:0}.faq-question:hover{background:#FFFFFF}.faq-question i:first-child{color:#B34F1F;font-size:18px;width:22px;text-align:center}.faq-question i.fa-chevron-down{margin-left:auto;font-size:14px;color:#430C05;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:#430C05;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:#430C05 !important;line-height:1.6;max-width:1300px;margin:0 auto;padding:0 40px 60px;--mdt_teal_blue:#430C05;--mdt_sand_gold:#B34F1F;--mdt_teal_light_bg:#FFFFFF;--mdt_sand_light_bg:#FFFFFF;--mdt_text_primary:#430C05;--mdt_text_secondary:#430C05}
.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:#FFFFFF !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(210,111,40,.25),0 10px 20px -8px rgba(0,0,0,.1) !important;border-color:rgba(210,111,40,.4) !important}
.mdt_card_image_5v2n{position:relative;height:240px;overflow:hidden;background:#FFFFFF;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(67,12,5,.9);backdrop-filter:blur(8px);border-radius:50px;padding:8px 16px;font-weight:600;font-size:13px;color:#FFFFFF;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:#FFFFFF}
.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:#FFFFFF;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:#FFFFFF;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(210,111,40,.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(242,183,73,.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(179,79,31,.85) 0%,rgba(67,12,5,.6) 100%)}.banner-content{position:relative;z-index:2;text-align:center;color:#FFFFFF;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:#FFFFFF}
.page-container{max-width:1300px;margin:0 auto;padding:0 40px 60px}.info-section{margin-bottom:50px}.info-box{background:linear-gradient(135deg,#FFFFFF 0%,#FFFFFF 100%);padding:35px 40px;border-radius:20px;box-shadow:0 10px 30px rgba(210,111,40,.1);border:1px solid rgba(210,111,40,.15)}.info-box p{font-size:18px;line-height:1.9;color:#430C05;margin-bottom:20px}
.section-title{font-family:'Montserrat',sans-serif !important;font-size:36px !important;font-weight:700 !important;color:#430C05 !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:#B34F1F}.section-title::after{content:'';position:absolute;bottom:0;left:20%;width:60%;height:4px;background:linear-gradient(90deg,transparent,#430C05,#B34F1F,#430C05,transparent);border-radius:4px}.section-subtitle{text-align:center;color:#430C05;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:#FFFFFF;border-radius:18px;border:1px solid rgba(210,111,40,.2);box-shadow:0 5px 12px rgba(0,0,0,.02);overflow:hidden;transition:all .2s}.faq-item.active{border-color:#430C05;box-shadow:0 8px 20px rgba(210,111,40,.1)}.faq-question{font-weight:700;font-size:16px;color:#430C05;display:flex;align-items:center;gap:12px;padding:18px 22px;cursor:pointer;user-select:none;transition:background .15s;margin:0}.faq-question:hover{background:#FFFFFF}.faq-question i:first-child{color:#B34F1F;font-size:18px;width:22px;text-align:center}.faq-question i.fa-chevron-down{margin-left:auto;font-size:14px;color:#430C05;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:#430C05;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}}


/* Luxury Private Tours Marrakech v11 overrides */
.ftm-tour-page{
  --ftm-primary:#430C05;
  --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:#FFFFFF;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,#430C05 0%,#430C05 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:#FFFFFF;font-weight:800;font-size:14px;white-space:nowrap}
.ftm-mobile-people-label i{font-size:14px;color:#FFFFFF}
.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:#FFFFFF !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:#FFFFFF !important}
.ftm-stepper-value{min-width:18px;text-align:center;font-weight:800;font-size:24px;line-height:1;color:#FFFFFF}
.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,#B34F1F 0%,#B34F1F 100%) !important;color:#FFFFFF !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,#B34F1F 0%,#B34F1F 100%) !important;color:#FFFFFF !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%, #FFFFFF 100%) !important;
}
.ftm-tour-page .ftm-field label{
  color: var(--nt-text,#430C05) !important;
  font-weight: 800 !important;
}
.ftm-tour-page .ftm-field input,
.ftm-tour-page .ftm-field textarea{
  background: #FFFFFF !important;
  border: 1px solid rgba(179,79,31,.18) !important;
  border-radius: 16px !important;
  color: var(--nt-text,#430C05) !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,#430C05) !important;
  box-shadow: 0 0 0 4px rgba(179,79,31,.12) !important;
  outline: none !important;
}
.ftm-tour-page .ftm-submit{
  background: linear-gradient(180deg, #B34F1F 0%, #430C05 100%) !important;
  border: 1px solid #B34F1F !important;
  border-radius: 16px !important;
  min-height: 56px !important;
  gap: 10px !important;
  box-shadow: 0 14px 28px rgba(179,79,31,.22) !important;
}
.ftm-tour-page .ftm-submit:hover,
.ftm-tour-page .ftm-submit:focus{
  background: linear-gradient(180deg, #B34F1F 0%, #430C05 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, #430C05 0%, #430C05 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, #FFFFFF 0%, #FFFFFF 100%) !important;
  border: 1px solid rgba(179,79,31,.16) !important;
  border-radius: 24px !important;
  margin: 24px !important;
  min-height: 280px !important;
  padding: 38px 28px !important;
  box-shadow: 0 22px 40px rgba(179,79,31,.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(179,79,31,.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, #B34F1F 0%, #430C05 100%) !important;
  box-shadow: 0 18px 34px rgba(179,79,31,.24) !important;
  color: #FFFFFF !important;
  font-size: 30px !important;
}
.ftm-tour-page .ftm-thankyou-content strong{
  font-size: 28px !important;
  color: var(--nt-text,#430C05) !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,#430C05) !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: #FFFFFF !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:#FFFFFF !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(67,12,5,.10) !important;
  border-radius: 22px !important;
  background: linear-gradient(180deg,#FFFFFF 0%,#FFFFFF 100%) !important;
  box-shadow: 0 14px 34px rgba(67,12,5,.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,#B34F1F 0%,#430C05 100%) !important;
  color:#FFFFFF !important;
  font-weight:800 !important;
  font-size:22px !important;
  box-shadow: 0 10px 20px rgba(179,79,31,.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,#430C05) !important;
  margin:0 !important;
}
.ftm-tour-page .ftm-google-review-head small{
  display:block !important;
  margin-top:6px !important;
  color: var(--nt-muted,#430C05) !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:#430C05 !important;
  font-size:18px !important;
  padding-top: 2px !important;
}
.ftm-tour-page .ftm-google-review-content p{
  margin:0 !important;
  color: var(--nt-text,#430C05) !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:#FFFFFF !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,#B34F1F 0%,#430C05 100%) !important;
}
.ftm-tour-page .ftm-review-empty{
  border-radius:20px !important;
  padding:20px 22px !important;
  background: linear-gradient(180deg,#FFFFFF 0%,#FFFFFF 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:#FFFFFF !important;
  padding:0 !important;
}
.ftm-tour-page .ftm-review-dot.active{
  width:28px !important;
  background:linear-gradient(90deg,#B34F1F 0%,#430C05 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:#FFFFFF !important;box-shadow:0 8px 22px rgba(67,12,5,.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:#FFFFFF !important;border:1px solid rgba(218,226,239,.95) !important;box-shadow:0 12px 30px rgba(67,12,5,.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:#430C05 !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:#430C05 !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:#430C05 !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:#430C05 !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:#B34F1F !important;color:#B34F1F !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:#430C05 !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:#B34F1F !important;}
.ftm-tour-page .ftm-google-review-date{display:block !important;margin:0 !important;font-size:13px !important;line-height:1.25 !important;color:#430C05 !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:#430C05 !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:#430C05 !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;
  }
}

/* v1.8.3 final mobile/review overflow guard */
.ftm-tour-page,
.ftm-tour-page *{
  box-sizing:border-box !important;
}
.ftm-tour-page .ftm-google-review-carousel,
.ftm-tour-page .ftm-google-review-track,
.ftm-tour-page .ftm-google-review-item,
.ftm-tour-page .ftm-google-review-body,
.ftm-tour-page .ftm-google-review-head,
.ftm-tour-page .ftm-google-review-content{
  max-width:100% !important;
  min-width:0 !important;
}
.ftm-tour-page .ftm-google-review-carousel{
  overflow:hidden !important;
}
.ftm-tour-page .ftm-google-review-track{
  overflow-x:auto !important;
  overflow-y:hidden !important;
  padding-left:0 !important;
  padding-right:0 !important;
}
.ftm-tour-page .ftm-google-review-item{
  overflow:hidden !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;
}
.ftm-tour-page .ftm-review-item-stars{
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  justify-content:flex-start !important;
  max-width:100% !important;
  overflow:hidden !important;
  white-space:nowrap !important;
}
.ftm-tour-page .ftm-review-item-stars i{
  flex:0 0 auto !important;
  line-height:1 !important;
}
.ftm-tour-page .ftm-google-review-author,
.ftm-tour-page .ftm-google-review-date,
.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:768px){
  .ftm-tour-page .ftm-google-review-track{
    gap:12px !important;
  }
  .ftm-tour-page .ftm-google-review-item{
    flex:0 0 100% !important;
    width:100% !important;
    max-width:100% !important;
    grid-template-columns:38px minmax(0,1fr) !important;
    padding:14px !important;
    gap:10px !important;
  }
  .ftm-tour-page .ftm-review-item-stars{
    gap:2px !important;
  }
  .ftm-tour-page .ftm-review-item-stars i{
    font-size:12px !important;
  }
  .ftm-tour-page .ftm-google-review-author{
    white-space:normal !important;
    overflow:visible !important;
    text-overflow:clip !important;
    font-size:16px !important;
  }
}
@media (max-width:420px){
  .ftm-tour-page .ftm-google-review-item{
    grid-template-columns:32px minmax(0,1fr) !important;
    padding:12px !important;
  }
  .ftm-tour-page .ftm-google-avatar{
    width:32px !important;
    height:32px !important;
    font-size:13px !important;
  }
  .ftm-tour-page .ftm-review-item-stars i{
    font-size:11px !important;
  }
}


/* v1.8.7 mobile booking bar footer docking and safer phone spacing */
@media (max-width: 768px) {
  .ftm-tour-page {
    position: relative !important;
    padding-bottom: 116px !important;
  }

  .ftm-tour-page .ftm-mobile-bookbar {
    position: fixed !important;
    left: max(12px, env(safe-area-inset-left)) !important;
    right: max(12px, env(safe-area-inset-right)) !important;
    bottom: calc(14px + env(safe-area-inset-bottom)) !important;
    width: auto !important;
    max-width: none !important;
    z-index: 9998 !important;
    border-radius: 24px !important;
    transition: transform .28s ease, opacity .28s ease, bottom .28s ease, box-shadow .28s ease !important;
    will-change: transform !important;
  }

  .ftm-tour-page .ftm-mobile-bookbar.is-docked {
    position: absolute !important;
    left: 14px !important;
    right: 14px !important;
    bottom: 22px !important;
    z-index: 10 !important;
    transform: none !important;
    box-shadow: 0 18px 42px rgba(67,12,5,.18) !important;
  }

  .ftm-tour-page.modal-open .ftm-mobile-bookbar,
  .ftm-tour-page .ftm-mobile-bookbar.is-hidden {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

@media (max-width: 420px) {
  .ftm-tour-page {
    padding-bottom: 126px !important;
  }

  .ftm-tour-page .ftm-mobile-bookbar {
    left: max(10px, env(safe-area-inset-left)) !important;
    right: max(10px, env(safe-area-inset-right)) !important;
    bottom: calc(12px + env(safe-area-inset-bottom)) !important;
  }

  .ftm-tour-page .ftm-mobile-bookbar.is-docked {
    left: 10px !important;
    right: 10px !important;
    bottom: 20px !important;
  }
}


/* v1.8.8 FAQ professional mobile/desktop redesign
   Keeps FAQ independent from WordPress theme/team hover colors. */
.ftm-tour-page .ftm-faq-accordion{gap:14px !important}
.ftm-tour-page .ftm-faq-item,
.ftm-tour-page .ftm-faq-item.active,
.ftm-tour-page .ftm-faq-item:hover,
.ftm-tour-page .ftm-faq-item:focus-within{
  background:#FFFFFF !important;
  border:1px solid #FFFFFF !important;
  border-radius:18px !important;
  box-shadow:0 8px 22px rgba(67,12,5,.055) !important;
  transform:none !important;
  overflow:hidden !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:grid !important;
  grid-template-columns:minmax(0,1fr) 42px !important;
  gap:16px !important;
  align-items:center !important;
  width:100% !important;
  min-height:74px !important;
  padding:18px 20px !important;
  background:#FFFFFF !important;
  color:#430C05 !important;
  border:0 !important;
  box-shadow:none !important;
  outline:none !important;
  text-align:left !important;
  text-decoration:none !important;
  transform:none !important;
  -webkit-tap-highlight-color:transparent !important;
}
.ftm-tour-page .ftm-faq-question-text{
  order:1 !important;
  min-width:0 !important;
  padding:0 !important;
  margin:0 !important;
  color:#430C05 !important;
  font-size:16px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
  text-align:left !important;
  white-space:normal !important;
  overflow-wrap:break-word !important;
}
.ftm-tour-page .ftm-faq-toggle{
  order:2 !important;
  justify-self:end !important;
  margin:0 !important;
  width:42px !important;
  height:42px !important;
  min-width:42px !important;
  flex:0 0 42px !important;
  border-radius:999px !important;
  background:#FFFFFF !important;
  border:1px solid #FFFFFF !important;
  color:#B34F1F !important;
  box-shadow:0 8px 18px rgba(67,12,5,.08) !important;
}
.ftm-tour-page .ftm-faq-toggle::before{
  width:10px !important;
  height:10px !important;
  border-right:2px solid currentColor !important;
  border-bottom:2px solid currentColor !important;
  transform:rotate(45deg) translateY(-2px) !important;
  margin-top:-4px !important;
}
.ftm-tour-page .ftm-faq-item.active .ftm-faq-toggle::before{
  transform:rotate(-135deg) translateY(-1px) !important;
  margin-top:4px !important;
}
.ftm-tour-page .ftm-faq-answer,
.ftm-tour-page .ftm-faq-item.active .ftm-faq-answer{
  background:#FFFFFF !important;
  color:#430C05 !important;
}
.ftm-tour-page .ftm-faq-answer p{
  margin:0 !important;
  font-size:14.5px !important;
  line-height:1.75 !important;
  color:#430C05 !important;
  text-align:left !important;
}
.ftm-tour-page .ftm-faq-item.active .ftm-faq-answer{padding:0 20px 18px 20px !important}
@media (max-width:768px){
  .ftm-tour-page .ftm-faq-accordion{gap:12px !important;margin-top:14px !important}
  .ftm-tour-page .ftm-faq-item,
  .ftm-tour-page .ftm-faq-item.active{border-radius:16px !important;box-shadow:0 6px 18px rgba(67,12,5,.05) !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{
    grid-template-columns:minmax(0,1fr) 38px !important;
    gap:12px !important;
    min-height:64px !important;
    padding:15px 16px !important;
  }
  .ftm-tour-page .ftm-faq-question-text{
    font-size:15px !important;
    line-height:1.35 !important;
    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;
    overflow:hidden !important;
  }
  .ftm-tour-page .ftm-faq-toggle{width:38px !important;height:38px !important;min-width:38px !important;flex-basis:38px !important}
  .ftm-tour-page .ftm-faq-item.active .ftm-faq-answer{padding:0 16px 16px 16px !important}
  .ftm-tour-page .ftm-faq-answer p{font-size:14px !important;line-height:1.7 !important}
}

/* Destination page FAQ safety override too */
.faq-item,.faq-item.active,.faq-item:hover{background:#FFFFFF !important;border-color:#FFFFFF !important;box-shadow:0 8px 22px rgba(67,12,5,.055) !important}
.faq-question,.faq-question:hover,.faq-question:focus{background:#FFFFFF !important;color:#430C05 !important}
.faq-question i.fa-chevron-down{color:#B34F1F !important}


/* Luxury Private Tours Marrakech orange/brown brand override */
.ftm-tour-page{--nt-primary:#430C05 !important;--nt-bg:#FFFFFF !important;--nt-text:#430C05 !important;--nt-muted:#430C05 !important;--nt-line:#FFFFFF !important;--ftm-primary:#430C05 !important;--ftm-blue:#430C05 !important;--ftm-blue-dark:#430C05 !important;--ftm-text:#430C05 !important;--ftm-muted:#430C05 !important;--ftm-line:#FFFFFF !important;}
.ftm-tour-page .ftm-btn-primary,.ftm-tour-page .ftm-submit,.ftm-tour-page #ftmTourModal .ftm-modal-head{background:linear-gradient(135deg,#B34F1F 0%,#430C05 100%) !important;border-color:#430C05 !important;color:#FFFFFF !important;}
.ftm-tour-page .ftm-faq-item.active{border-color:#430C05 !important;background:#FFFFFF !important;}


/* Luxury Private Tours Marrakech v1.9.7 final orange/brown + white background override */
.ftm-tour-page{
  --ftm-bg:#FFFFFF !important;
  --ftm-card:#FFFFFF !important;
  --ftm-line:#FFFFFF !important;
  --ftm-text:#430C05 !important;
  --ftm-muted:#430C05 !important;
  --ftm-primary:#B34F1F !important;
  --ftm-blue:#430C05 !important;
  --ftm-blue-dark:#430C05 !important;
  background:#FFFFFF !important;
}
.ftm-tour-page .ftm-card,
.ftm-tour-page .ftm-practical-item,
.ftm-tour-page .ftm-help-card,
.ftm-tour-page .ftm-faq-item,
.ftm-tour-page .ftm-review-card{background:#FFFFFF !important;}
.ftm-tour-page .ftm-btn-primary,
.ftm-tour-page .ftm-side-btn.ftm-primary,
.ftm-tour-page .ftm-submit,
.ftm-tour-page button[type="submit"]{
  background:linear-gradient(135deg,#B34F1F 0%,#430C05 100%) !important;
  border-color:#430C05 !important;
  color:#FFFFFF !important;
  box-shadow:0 10px 20px rgba(139,90,43,.22) !important;
}
.ftm-tour-page .ftm-btn-primary:hover,
.ftm-tour-page .ftm-side-btn.ftm-primary:hover,
.ftm-tour-page .ftm-submit:hover,
.ftm-tour-page button[type="submit"]:hover{
  background:linear-gradient(135deg,#B34F1F 0%,#430C05 100%) !important;
  color:#FFFFFF !important;
}
.ftm-tour-page .ftm-mobile-bookbar-inner{
  background:linear-gradient(180deg,#430C05 0%,#430C05 100%) !important;
  border-top:1px solid rgba(242,183,73,.65) !important;
}
.ftm-tour-page .ftm-mobile-book-btn{
  background:linear-gradient(180deg,#B34F1F 0%,#430C05 100%) !important;
  color:#FFFFFF !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 8px 18px rgba(91,53,24,.22) !important;
}
.ftm-tour-page .ftm-mobile-book-btn:hover,
.ftm-tour-page .ftm-mobile-book-btn:focus{
  background:linear-gradient(180deg,#B34F1F 0%,#430C05 100%) !important;
  color:#FFFFFF !important;
}
.ftm-tour-page .ftm-step::before{background:#B34F1F !important;border-color:#FFFFFF !important;}
.ftm-tour-page .ftm-faq-item.active{border-color:#B34F1F !important;background:#FFFFFF !important;}

/* Luxury Private Tours Marrakech final mobile sticky booking bar colors - orange and brown */
@media (max-width:768px){
  .ftm-mobile-bookbar,
  .ftm-tour-page .ftm-mobile-bookbar{
    background:transparent !important;
  }
  .ftm-mobile-bookbar-inner,
  .ftm-tour-page .ftm-mobile-bookbar-inner{
    background:linear-gradient(180deg,#430C05 0%,#430C05 100%) !important;
    border:1px solid #FFFFFF !important;
    box-shadow:0 12px 30px rgba(92,53,24,.28) !important;
  }
  .ftm-mobile-people-group,
  .ftm-tour-page .ftm-mobile-people-group{
    background:rgba(217,130,43,.24) !important;
    border:1px solid rgba(242,183,73,.55) !important;
    color:#FFFFFF !important;
  }
  .ftm-mobile-people-label,
  .ftm-mobile-people-label i,
  .ftm-stepper-value,
  .ftm-tour-page .ftm-mobile-people-label,
  .ftm-tour-page .ftm-mobile-people-label i,
  .ftm-tour-page .ftm-stepper-value{
    color:#FFFFFF !important;
  }
  .ftm-stepper-btn,
  .ftm-tour-page .ftm-stepper-btn{
    background:rgba(255,255,255,.16) !important;
    color:#FFFFFF !important;
    border:1px solid rgba(242,183,73,.28) !important;
  }
  .ftm-stepper-btn:hover,
  .ftm-stepper-btn:focus,
  .ftm-tour-page .ftm-stepper-btn:hover,
  .ftm-tour-page .ftm-stepper-btn:focus{
    background:rgba(217,130,43,.45) !important;
    color:#FFFFFF !important;
  }
  .ftm-mobile-book-btn,
  .ftm-mobile-book-btn:link,
  .ftm-mobile-book-btn:visited,
  .ftm-tour-page .ftm-mobile-book-btn,
  .ftm-tour-page .ftm-mobile-book-btn:link,
  .ftm-tour-page .ftm-mobile-book-btn:visited{
    background:linear-gradient(180deg,#B34F1F 0%,#430C05 100%) !important;
    border:1px solid #FFFFFF !important;
    color:#FFFFFF !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 8px 18px rgba(92,53,24,.24) !important;
  }
  .ftm-mobile-book-btn:hover,
  .ftm-mobile-book-btn:focus,
  .ftm-tour-page .ftm-mobile-book-btn:hover,
  .ftm-tour-page .ftm-mobile-book-btn:focus{
    background:linear-gradient(180deg,#B34F1F 0%,#430C05 100%) !important;
    color:#FFFFFF !important;
  }
}

/* Luxury Private Tours Marrakech v1.9.8 force mobile sticky bar brown/orange - fixes remaining red background */
@media (max-width:768px){
  body .ftm-tour-page .ftm-mobile-bookbar{background:transparent !important;}
  body .ftm-tour-page .ftm-mobile-bookbar .ftm-mobile-bookbar-inner,
  body .ftm-tour-page .ftm-mobile-bookbar-inner{
    background:#430C05 !important;
    background-image:linear-gradient(180deg,#430C05 0%,#430C05 100%) !important;
    border:1px solid #FFFFFF !important;
    box-shadow:0 -8px 24px rgba(92,53,24,.30) !important;
  }
  body .ftm-tour-page .ftm-mobile-people-group{
    background:#430C05 !important;
    background-image:linear-gradient(180deg,#430C05 0%,#430C05 100%) !important;
    border:1px solid rgba(242,183,73,.55) !important;
    color:#FFFFFF !important;
  }
  body .ftm-tour-page .ftm-stepper-btn{
    background:rgba(255,255,255,.16) !important;
    color:#FFFFFF !important;
    border:1px solid rgba(242,183,73,.35) !important;
  }
  body .ftm-tour-page .ftm-mobile-book-btn{
    background:#B34F1F !important;
    background-image:linear-gradient(180deg,#B34F1F 0%,#B34F1F 100%) !important;
    border:1px solid #FFFFFF !important;
    color:#FFFFFF !important;
  }
  body .ftm-tour-page .ftm-mobile-book-btn:hover,
  body .ftm-tour-page .ftm-mobile-book-btn:focus{
    background:#430C05 !important;
    background-image:linear-gradient(180deg,#B34F1F 0%,#430C05 100%) !important;
    color:#FFFFFF !important;
  }
}

/* v2.1.6 Rank Math readability / built-in Table of Contents */
.ftm-toc {
  scroll-margin-top: 90px;
}
.ftm-toc h2 {
  margin-bottom: 14px;
}
.ftm-toc ol {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px 14px;
  margin: 0;
  padding-left: 20px;
}
.ftm-toc li {
  margin: 0;
  color: #B34F1F;
  font-weight: 800;
}
.ftm-toc a {
  color: inherit;
  text-decoration: none;
}
.ftm-toc a:hover,
.ftm-toc a:focus {
  text-decoration: underline;
}
.ftm-card[id] {
  scroll-margin-top: 96px;
}

/* Luxury Private Tours Marrakech v2.1.13 booking popup laptop compact fix - keeps submit button visible */
.ftm-tour-page #ftmTourModal{
  padding:14px !important;
  align-items:center !important;
  overflow-y:auto !important;
  -webkit-overflow-scrolling:touch !important;
}
.ftm-tour-page #ftmTourModal .ftm-modal-box{
  width:min(660px, calc(100vw - 28px)) !important;
  max-width:660px !important;
  max-height:calc(100vh - 28px) !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
  border-radius:22px !important;
  box-sizing:border-box !important;
}
.ftm-tour-page #ftmTourModal .ftm-modal-head{
  padding:13px 18px !important;
  min-height:54px !important;
}
.ftm-tour-page #ftmTourModal .ftm-modal-head h4{
  margin:0 !important;
  font-size:20px !important;
  line-height:1.2 !important;
}
.ftm-tour-page #ftmTourModal .ftm-close{
  width:36px !important;
  height:36px !important;
  border-radius:10px !important;
  font-size:26px !important;
}
.ftm-tour-page #ftmTourModal .ftm-form{
  padding:16px 18px 18px !important;
  gap:10px !important;
}
.ftm-tour-page #ftmTourModal .ftm-form-row{
  gap:12px !important;
}
.ftm-tour-page #ftmTourModal .ftm-field{
  gap:4px !important;
}
.ftm-tour-page #ftmTourModal .ftm-field label{
  font-size:13px !important;
  line-height:1.2 !important;
  margin-bottom:3px !important;
}
.ftm-tour-page #ftmTourModal .ftm-field input,
.ftm-tour-page #ftmTourModal .ftm-field textarea{
  min-height:42px !important;
  padding:10px 12px !important;
  border-radius:12px !important;
  font-size:14px !important;
  line-height:1.25 !important;
  box-sizing:border-box !important;
}
.ftm-tour-page #ftmTourModal .ftm-field textarea{
  min-height:66px !important;
  max-height:92px !important;
}
.ftm-tour-page #ftmTourModal .ftm-submit{
  width:100% !important;
  min-height:48px !important;
  padding:12px 16px !important;
  border-radius:13px !important;
  font-size:15px !important;
  margin-top:2px !important;
}
@media (max-height:740px){
  .ftm-tour-page #ftmTourModal{padding:8px !important;align-items:flex-start !important;}
  .ftm-tour-page #ftmTourModal .ftm-modal-box{
    max-height:calc(100vh - 16px) !important;
    width:min(640px, calc(100vw - 16px)) !important;
  }
  .ftm-tour-page #ftmTourModal .ftm-modal-head{padding:10px 16px !important;min-height:48px !important;}
  .ftm-tour-page #ftmTourModal .ftm-modal-head h4{font-size:18px !important;}
  .ftm-tour-page #ftmTourModal .ftm-form{padding:12px 16px 14px !important;gap:8px !important;}
  .ftm-tour-page #ftmTourModal .ftm-form-row{gap:10px !important;}
  .ftm-tour-page #ftmTourModal .ftm-field label{font-size:12px !important;margin-bottom:2px !important;}
  .ftm-tour-page #ftmTourModal .ftm-field input,
  .ftm-tour-page #ftmTourModal .ftm-field textarea{min-height:38px !important;padding:8px 10px !important;font-size:13px !important;}
  .ftm-tour-page #ftmTourModal .ftm-field textarea{min-height:54px !important;}
  .ftm-tour-page #ftmTourModal .ftm-submit{min-height:44px !important;padding:10px 14px !important;font-size:14px !important;}
}
@media (max-width:480px){
  .ftm-tour-page #ftmTourModal{padding:8px !important;}
  .ftm-tour-page #ftmTourModal .ftm-modal-box{width:calc(100vw - 16px) !important;max-height:calc(100dvh - 16px) !important;}
  .ftm-tour-page #ftmTourModal .ftm-form{padding:14px !important;gap:9px !important;}
  .ftm-tour-page #ftmTourModal .ftm-form-row{grid-template-columns:repeat(2, minmax(0, 1fr)) !important;gap:8px !important;}
}


/* Luxury Private Tours Marrakech v2.1.14 booking popup professional center fix */
body .ftm-tour-page #ftmTourModal,
body #ftmTourModal.ftm-modal{
  position:fixed !important;
  inset:0 !important;
  display:none !important;
  align-items:center !important;
  justify-content:center !important;
  padding:32px 18px !important;
  overflow:hidden !important;
  background:rgba(35, 67, 70, 0.58) !important;
  z-index:1000000 !important;
  box-sizing:border-box !important;
}
body .ftm-tour-page #ftmTourModal.ftm-show,
body #ftmTourModal.ftm-modal.ftm-show{
  display:flex !important;
}
body .ftm-tour-page #ftmTourModal .ftm-modal-box,
body #ftmTourModal .ftm-modal-box{
  width:min(590px, calc(100vw - 36px)) !important;
  max-width:590px !important;
  max-height:calc(100dvh - 84px) !important;
  margin:auto !important;
  overflow:hidden !important;
  display:flex !important;
  flex-direction:column !important;
  border-radius:18px !important;
  background:#FFFFFF !important;
  box-shadow:0 22px 55px rgba(22, 46, 49, 0.32) !important;
  border:1px solid rgba(255,255,255,0.75) !important;
}
body.admin-bar .ftm-tour-page #ftmTourModal .ftm-modal-box,
body.admin-bar #ftmTourModal .ftm-modal-box{
  max-height:calc(100dvh - 116px) !important;
}
body .ftm-tour-page #ftmTourModal .ftm-modal-head,
body #ftmTourModal .ftm-modal-head{
  flex:0 0 auto !important;
  min-height:46px !important;
  padding:10px 18px !important;
  background:linear-gradient(135deg,#B34F1F 0%,#B34F1F 100%) !important;
  border-bottom:1px solid rgba(179,79,31,0.18) !important;
}
body .ftm-tour-page #ftmTourModal .ftm-modal-head h4,
body #ftmTourModal .ftm-modal-head h4{
  margin:0 !important;
  font-size:19px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  color:#FFFFFF !important;
}
body .ftm-tour-page #ftmTourModal .ftm-close,
body #ftmTourModal .ftm-close{
  width:32px !important;
  height:32px !important;
  min-width:32px !important;
  border-radius:9px !important;
  font-size:24px !important;
  line-height:30px !important;
  padding:0 !important;
  background:rgba(255,255,255,0.18) !important;
  color:#FFFFFF !important;
}
body .ftm-tour-page #ftmTourModal .ftm-form,
body #ftmTourModal .ftm-form{
  flex:1 1 auto !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
  padding:14px 18px 16px !important;
  gap:9px !important;
  background:#FFFFFF !important;
  box-sizing:border-box !important;
}
body .ftm-tour-page #ftmTourModal .ftm-form-row,
body #ftmTourModal .ftm-form-row{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  gap:10px !important;
}
body .ftm-tour-page #ftmTourModal .ftm-field,
body #ftmTourModal .ftm-field{
  gap:3px !important;
  min-width:0 !important;
}
body .ftm-tour-page #ftmTourModal .ftm-field label,
body #ftmTourModal .ftm-field label{
  font-size:13px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  color:#430C05 !important;
  margin:0 !important;
}
body .ftm-tour-page #ftmTourModal .ftm-field input,
body .ftm-tour-page #ftmTourModal .ftm-field textarea,
body #ftmTourModal .ftm-field input,
body #ftmTourModal .ftm-field textarea{
  min-height:40px !important;
  height:auto !important;
  padding:9px 11px !important;
  border-radius:11px !important;
  border:1px solid #B34F1F !important;
  background:#FFFFFF !important;
  color:#430C05 !important;
  font-size:14px !important;
  line-height:1.25 !important;
  box-shadow:0 1px 0 rgba(255,255,255,0.9) inset !important;
}
body .ftm-tour-page #ftmTourModal .ftm-field input:focus,
body .ftm-tour-page #ftmTourModal .ftm-field textarea:focus,
body #ftmTourModal .ftm-field input:focus,
body #ftmTourModal .ftm-field textarea:focus{
  border-color:#B34F1F !important;
  box-shadow:0 0 0 3px rgba(210,111,40,0.12) !important;
}
body .ftm-tour-page #ftmTourModal .ftm-field textarea,
body #ftmTourModal .ftm-field textarea{
  min-height:62px !important;
  max-height:84px !important;
  resize:vertical !important;
}
body .ftm-tour-page #ftmTourModal .ftm-submit,
body #ftmTourModal .ftm-submit{
  width:100% !important;
  min-height:46px !important;
  margin-top:2px !important;
  padding:11px 16px !important;
  border-radius:12px !important;
  font-size:15px !important;
  font-weight:800 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  background:linear-gradient(135deg,#B34F1F 0%,#B34F1F 100%) !important;
  color:#FFFFFF !important;
  border:1px solid #B34F1F !important;
  box-shadow:0 10px 18px rgba(179,79,31,0.18) !important;
}
body .ftm-tour-page #ftmTourModal .ftm-submit:hover,
body .ftm-tour-page #ftmTourModal .ftm-submit:focus,
body #ftmTourModal .ftm-submit:hover,
body #ftmTourModal .ftm-submit:focus{
  background:linear-gradient(135deg,#B34F1F 0%,#B34F1F 100%) !important;
  color:#FFFFFF !important;
}
@media (max-width:640px){
  body .ftm-tour-page #ftmTourModal,
  body #ftmTourModal.ftm-modal{padding:14px !important;overflow:auto !important;}
  body .ftm-tour-page #ftmTourModal .ftm-modal-box,
  body #ftmTourModal .ftm-modal-box{width:calc(100vw - 28px) !important;max-height:calc(100dvh - 28px) !important;}
  body.admin-bar .ftm-tour-page #ftmTourModal .ftm-modal-box,
  body.admin-bar #ftmTourModal .ftm-modal-box{max-height:calc(100dvh - 74px) !important;}
  body .ftm-tour-page #ftmTourModal .ftm-form-row,
  body #ftmTourModal .ftm-form-row{grid-template-columns:repeat(2, minmax(0, 1fr)) !important;}
}
@media (max-height:700px){
  body .ftm-tour-page #ftmTourModal,
  body #ftmTourModal.ftm-modal{align-items:center !important;padding:18px !important;overflow:hidden !important;}
  body .ftm-tour-page #ftmTourModal .ftm-modal-box,
  body #ftmTourModal .ftm-modal-box{max-height:calc(100dvh - 42px) !important;}
  body.admin-bar .ftm-tour-page #ftmTourModal .ftm-modal-box,
  body.admin-bar #ftmTourModal .ftm-modal-box{max-height:calc(100dvh - 80px) !important;}
  body .ftm-tour-page #ftmTourModal .ftm-form,
  body #ftmTourModal .ftm-form{padding:11px 16px 13px !important;gap:7px !important;}
  body .ftm-tour-page #ftmTourModal .ftm-modal-head,
  body #ftmTourModal .ftm-modal-head{min-height:42px !important;padding:8px 16px !important;}
  body .ftm-tour-page #ftmTourModal .ftm-modal-head h4,
  body #ftmTourModal .ftm-modal-head h4{font-size:18px !important;}
  body .ftm-tour-page #ftmTourModal .ftm-field input,
  body .ftm-tour-page #ftmTourModal .ftm-field textarea,
  body #ftmTourModal .ftm-field input,
  body #ftmTourModal .ftm-field textarea{min-height:37px !important;padding:7px 10px !important;font-size:13px !important;}
  body .ftm-tour-page #ftmTourModal .ftm-field textarea,
  body #ftmTourModal .ftm-field textarea{min-height:50px !important;max-height:66px !important;}
  body .ftm-tour-page #ftmTourModal .ftm-submit,
  body #ftmTourModal .ftm-submit{min-height:42px !important;padding:9px 14px !important;font-size:14px !important;}
}

/* Luxury Private Tours Marrakech v2.1.15 final booking popup true center fix
   This block must stay last so older compact rules cannot push the popup upward. */
html body #ftmTourModal.ftm-modal{
  position:fixed !important;
  inset:0 !important;
  width:100vw !important;
  height:100vh !important;
  height:100dvh !important;
  display:none !important;
  padding:0 !important;
  margin:0 !important;
  overflow:hidden !important;
  align-items:initial !important;
  justify-content:initial !important;
  background:rgba(33, 60, 63, 0.58) !important;
  z-index:2147483000 !important;
  box-sizing:border-box !important;
}
html body #ftmTourModal.ftm-modal.ftm-show{
  display:block !important;
}
html body #ftmTourModal.ftm-modal .ftm-modal-box{
  position:fixed !important;
  top:50% !important;
  left:50% !important;
  right:auto !important;
  bottom:auto !important;
  transform:translate(-50%, -50%) !important;
  width:min(600px, calc(100vw - 44px)) !important;
  max-width:600px !important;
  max-height:calc(100vh - 58px) !important;
  max-height:calc(100dvh - 58px) !important;
  margin:0 !important;
  overflow:hidden !important;
  display:flex !important;
  flex-direction:column !important;
  border-radius:20px !important;
  background:#FFFFFF !important;
  box-shadow:0 24px 60px rgba(22, 46, 49, 0.34) !important;
  border:1px solid rgba(255,255,255,0.72) !important;
  box-sizing:border-box !important;
}
body.admin-bar #ftmTourModal.ftm-modal .ftm-modal-box{
  top:calc(50% + 16px) !important;
  max-height:calc(100vh - 92px) !important;
  max-height:calc(100dvh - 92px) !important;
}
html body #ftmTourModal.ftm-modal .ftm-modal-head{
  flex:0 0 auto !important;
  min-height:46px !important;
  padding:10px 18px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  background:linear-gradient(135deg,#B34F1F 0%,#B34F1F 100%) !important;
  color:#FFFFFF !important;
  border-bottom:1px solid rgba(179,79,31,0.15) !important;
  box-sizing:border-box !important;
}
html body #ftmTourModal.ftm-modal .ftm-modal-head h4{
  margin:0 !important;
  color:#FFFFFF !important;
  font-size:19px !important;
  font-weight:800 !important;
  line-height:1.2 !important;
}
html body #ftmTourModal.ftm-modal .ftm-close{
  width:32px !important;
  height:32px !important;
  min-width:32px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:10px !important;
  line-height:30px !important;
  font-size:24px !important;
  background:rgba(255,255,255,0.18) !important;
  color:#FFFFFF !important;
  cursor:pointer !important;
}
html body #ftmTourModal.ftm-modal .ftm-form{
  flex:1 1 auto !important;
  min-height:0 !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
  padding:14px 18px 16px !important;
  gap:9px !important;
  display:grid !important;
  background:#FFFFFF !important;
  box-sizing:border-box !important;
}
html body #ftmTourModal.ftm-modal .ftm-form-row{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  gap:10px !important;
  margin:0 !important;
}
html body #ftmTourModal.ftm-modal .ftm-field{
  gap:3px !important;
  min-width:0 !important;
  display:flex !important;
  flex-direction:column !important;
}
html body #ftmTourModal.ftm-modal .ftm-field label{
  margin:0 0 2px !important;
  color:#430C05 !important;
  font-size:13px !important;
  font-weight:800 !important;
  line-height:1.18 !important;
}
html body #ftmTourModal.ftm-modal .ftm-field input,
html body #ftmTourModal.ftm-modal .ftm-field textarea{
  width:100% !important;
  min-height:39px !important;
  padding:8px 11px !important;
  border:1px solid #B34F1F !important;
  border-radius:12px !important;
  background:#FFFFFF !important;
  color:#430C05 !important;
  font-size:14px !important;
  line-height:1.25 !important;
  box-sizing:border-box !important;
  outline:none !important;
}
html body #ftmTourModal.ftm-modal .ftm-field input:focus,
html body #ftmTourModal.ftm-modal .ftm-field textarea:focus{
  border-color:#B34F1F !important;
  box-shadow:0 0 0 3px rgba(210,111,40,0.13) !important;
}
html body #ftmTourModal.ftm-modal .ftm-field textarea{
  min-height:58px !important;
  max-height:78px !important;
  resize:vertical !important;
}
html body #ftmTourModal.ftm-modal .ftm-submit{
  width:100% !important;
  min-height:45px !important;
  margin:2px 0 0 !important;
  padding:10px 16px !important;
  border-radius:12px !important;
  border:1px solid #B34F1F !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  background:linear-gradient(135deg,#B34F1F 0%,#B34F1F 100%) !important;
  color:#FFFFFF !important;
  font-size:15px !important;
  font-weight:800 !important;
  box-shadow:0 10px 18px rgba(179,79,31,0.18) !important;
  cursor:pointer !important;
  box-sizing:border-box !important;
}
html body #ftmTourModal.ftm-modal .ftm-submit:hover,
html body #ftmTourModal.ftm-modal .ftm-submit:focus{
  background:linear-gradient(135deg,#B34F1F 0%,#B34F1F 100%) !important;
  color:#FFFFFF !important;
}
@media (max-height:700px){
  html body #ftmTourModal.ftm-modal .ftm-modal-box{
    width:min(580px, calc(100vw - 36px)) !important;
    max-height:calc(100vh - 36px) !important;
    max-height:calc(100dvh - 36px) !important;
  }
  body.admin-bar #ftmTourModal.ftm-modal .ftm-modal-box{
    top:calc(50% + 16px) !important;
    max-height:calc(100vh - 78px) !important;
    max-height:calc(100dvh - 78px) !important;
  }
  html body #ftmTourModal.ftm-modal .ftm-modal-head{min-height:42px !important;padding:8px 16px !important;}
  html body #ftmTourModal.ftm-modal .ftm-modal-head h4{font-size:18px !important;}
  html body #ftmTourModal.ftm-modal .ftm-form{padding:10px 16px 12px !important;gap:7px !important;}
  html body #ftmTourModal.ftm-modal .ftm-form-row{gap:8px !important;}
  html body #ftmTourModal.ftm-modal .ftm-field label{font-size:12px !important;margin-bottom:1px !important;}
  html body #ftmTourModal.ftm-modal .ftm-field input,
  html body #ftmTourModal.ftm-modal .ftm-field textarea{min-height:36px !important;padding:7px 10px !important;font-size:13px !important;}
  html body #ftmTourModal.ftm-modal .ftm-field textarea{min-height:48px !important;max-height:62px !important;}
  html body #ftmTourModal.ftm-modal .ftm-submit{min-height:41px !important;padding:9px 14px !important;font-size:14px !important;}
}
@media (max-width:640px){
  html body #ftmTourModal.ftm-modal .ftm-modal-box{
    width:calc(100vw - 28px) !important;
    max-height:calc(100vh - 28px) !important;
    max-height:calc(100dvh - 28px) !important;
  }
  body.admin-bar #ftmTourModal.ftm-modal .ftm-modal-box{
    top:calc(50% + 23px) !important;
    max-height:calc(100vh - 82px) !important;
    max-height:calc(100dvh - 82px) !important;
  }
  html body #ftmTourModal.ftm-modal .ftm-form-row{grid-template-columns:1fr !important;gap:8px !important;}
}

/* Luxury Private Tours Marrakech v2.1.16 mobile booking form restore
   Desktop/laptop stays centered; phone layout goes back to the original 2-field rows. */
@media (max-width:640px){
  html body #ftmTourModal.ftm-modal{
    display:none !important;
    align-items:center !important;
    justify-content:center !important;
    padding:12px !important;
    overflow:auto !important;
    -webkit-overflow-scrolling:touch !important;
  }
  html body #ftmTourModal.ftm-modal.ftm-show{display:flex !important;}
  html body #ftmTourModal.ftm-modal .ftm-modal-box{
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    bottom:auto !important;
    transform:none !important;
    width:100% !important;
    max-width:620px !important;
    max-height:calc(100vh - 24px) !important;
    max-height:calc(100dvh - 24px) !important;
    margin:auto !important;
    overflow:auto !important;
    border-radius:20px !important;
  }
  body.admin-bar #ftmTourModal.ftm-modal .ftm-modal-box{
    top:auto !important;
    max-height:calc(100vh - 78px) !important;
    max-height:calc(100dvh - 78px) !important;
  }
  html body #ftmTourModal.ftm-modal .ftm-modal-head{
    min-height:auto !important;
    padding:16px 18px !important;
  }
  html body #ftmTourModal.ftm-modal .ftm-modal-head h4{font-size:18px !important;}
  html body #ftmTourModal.ftm-modal .ftm-form{
    padding:18px !important;
    gap:14px !important;
    overflow:visible !important;
  }
  html body #ftmTourModal.ftm-modal .ftm-form-row{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:12px !important;
  }
  html body #ftmTourModal.ftm-modal .ftm-field{min-width:0 !important;}
  html body #ftmTourModal.ftm-modal .ftm-field label{
    font-size:13px !important;
    margin-bottom:4px !important;
  }
  html body #ftmTourModal.ftm-modal .ftm-field input,
  html body #ftmTourModal.ftm-modal .ftm-field textarea{
    min-width:0 !important;
    width:100% !important;
    min-height:50px !important;
    padding:12px 14px !important;
    font-size:14px !important;
    border-radius:14px !important;
  }
  html body #ftmTourModal.ftm-modal .ftm-field textarea{
    min-height:82px !important;
    max-height:none !important;
  }
  html body #ftmTourModal.ftm-modal .ftm-submit{
    min-height:50px !important;
    padding:15px !important;
    font-size:16px !important;
    border-radius:12px !important;
  }
}

/* Luxury Private Tours Marrakech final orange/brown brand optimization */
.ftm-tour-page{
  --ftm-bg:#FFFFFF !important;
  --ftm-card:#FFFFFF !important;
  --ftm-line:#FFFFFF !important;
  --ftm-text:#430C05 !important;
  --ftm-muted:#430C05 !important;
  --ftm-primary:#B34F1F !important;
  --ftm-blue:#430C05 !important;
  --ftm-blue-dark:#430C05 !important;
  --nt-primary:#B34F1F !important;
  --nt-bg:#FFFFFF !important;
  --nt-text:#430C05 !important;
  --nt-muted:#430C05 !important;
  --nt-line:#FFFFFF !important;
  background:#FFFFFF !important;
  color:#430C05 !important;
}
.ftm-tour-page .ftm-card,
.ftm-tour-page .ftm-practical-item,
.ftm-tour-page .ftm-pill,
.ftm-tour-page .ftm-help-row,
.ftm-tour-page .ftm-meta div,
.ftm-tour-page .ftm-inclusion-box,
.ftm-tour-page .ftm-faq-item,
.ftm-tour-page .ftm-review-form-wrap,
.ftm-tour-page .ftm-review-item,
.ftm-tour-page .ftm-review-empty,
.ftm-tour-page .ftm-google-review-item,
.ftm-tour-page .ftm-map-embed{
  background:#FFFFFF !important;
  border-color:#FFFFFF !important;
}
.ftm-tour-page .ftm-btn-primary,
.ftm-tour-page .ftm-side-btn.ftm-primary,
.ftm-tour-page .ftm-submit,
.ftm-tour-page button[type="submit"],
.ftm-tour-page #ftmTourModal .ftm-modal-head{
  background:linear-gradient(135deg,#B34F1F 0%,#430C05 100%) !important;
  border-color:#430C05 !important;
  color:#FFFFFF !important;
  box-shadow:0 12px 24px rgba(179,79,31,.22) !important;
}
.ftm-tour-page .ftm-btn-primary:hover,
.ftm-tour-page .ftm-side-btn.ftm-primary:hover,
.ftm-tour-page .ftm-submit:hover,
.ftm-tour-page button[type="submit"]:hover,
.ftm-tour-page .ftm-mobile-book-btn:hover,
.ftm-tour-page .ftm-mobile-book-btn:focus{
  background:linear-gradient(135deg,#B34F1F 0%,#430C05 100%) !important;
  color:#FFFFFF !important;
}
.ftm-tour-page .ftm-stars,
.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-pill-icon i,
.ftm-tour-page .ftm-faq-toggle,
.ftm-tour-page .ftm-review-stars,
.ftm-tour-page .ftm-review-item-stars,
.ftm-tour-page .ftm-step::before,
.ftm-tour-page .ftm-toc li,
.ftm-tour-page .ftm-toc a{
  color:#B34F1F !important;
}
.ftm-tour-page .ftm-card h2,
.ftm-tour-page .ftm-inclusion-box h3,
.ftm-tour-page .ftm-faq-item.active{
  border-color:#B34F1F !important;
}
.ftm-tour-page .ftm-faq-item.active,
.ftm-tour-page .ftm-rating-pill input:checked + span{
  background:#FFFFFF !important;
  border-color:#B34F1F !important;
  color:#430C05 !important;
}
.ftm-tour-page .ftm-field input:focus,
.ftm-tour-page .ftm-field textarea:focus{
  border-color:#B34F1F !important;
  box-shadow:0 0 0 3px rgba(179,79,31,.14) !important;
}
.ftm-tour-page .ftm-mobile-bookbar-inner,
body .ftm-tour-page .ftm-mobile-bookbar .ftm-mobile-bookbar-inner,
body .ftm-tour-page .ftm-mobile-bookbar-inner{
  background:linear-gradient(180deg,#B34F1F 0%,#430C05 100%) !important;
  border-color:#FFFFFF !important;
  box-shadow:0 -8px 24px rgba(179,79,31,.30) !important;
}
.ftm-tour-page .ftm-mobile-people-group,
body .ftm-tour-page .ftm-mobile-people-group{
  background:rgba(91,52,24,.48) !important;
  border-color:rgba(212,176,140,.60) !important;
  color:#FFFFFF !important;
}
.ftm-tour-page .ftm-mobile-book-btn,
body .ftm-tour-page .ftm-mobile-book-btn{
  background:linear-gradient(180deg,#B34F1F 0%,#B34F1F 100%) !important;
  border-color:#FFFFFF !important;
  color:#FFFFFF !important;
}
.mdpclean_page,
.travel-pro-cards-section,
.wpdt3_section{
  --mdpclean_ink:#430C05 !important;
  --mdpclean_text:#430C05 !important;
  --mdpclean_red:#B34F1F !important;
  --mdpclean_red_dark:#430C05 !important;
  --mdpclean_orange:#B34F1F !important;
  --mdpclean_white:#FFFFFF !important;
  --mdpclean_border:#FFFFFF !important;
  background:#FFFFFF !important;
}
.mdpclean_card_btn,
.mdpclean_more_btn,
.wpdt3_button,
.mdpclean_price_badge,
.wpdt3_price_badge,
.mdpclean_why_icon{
  background:linear-gradient(135deg,#B34F1F 0%,#430C05 100%) !important;
  color:#FFFFFF !important;
}
.mdpclean_badge_location,
.wpdt3_badge_location{
  background:#430C05 !important;
  color:#FFFFFF !important;
}
.mdpclean_features li,
.wpdt3_features li{
  background:#FFFFFF !important;
  border-color:#FFFFFF !important;
  color:#430C05 !important;
}

/* Travel Pro v2.1.20 manual tours heading size fix */
.travel-pro-cards-section .mdpclean_head h2 {
  font-size: clamp(32px, 4.8vw, 58px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
}
.travel-pro-cards-section .mdpclean_head p {
  font-size: 16px !important;
  line-height: 1.75 !important;
}
@media (max-width: 700px) {
  .travel-pro-cards-section .mdpclean_head h2 {
    font-size: clamp(25px, 7.4vw, 36px) !important;
    line-height: 1.16 !important;
  }
  .travel-pro-cards-section .mdpclean_head p {
    font-size: 14px !important;
    line-height: 1.7 !important;
  }
}

/* v2.1.23 submitted premium tour-card design
   Applies the provided red/white card layout to plugin tour cards on archives, shortcodes, and Explore pages. */
.mdpclean_page .mdpclean_section,
.travel-pro-cards-section{
  background:transparent !important;
}
.mdpclean_page .mdpclean_head{
  text-align:center !important;
  margin:0 auto 2.5rem !important;
  max-width:780px !important;
}
.mdpclean_page .mdpclean_head h2{
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",sans-serif !important;
  font-size:clamp(1.8rem,4.5vw,2.5rem) !important;
  font-weight:800 !important;
  letter-spacing:-0.02em !important;
  color:#430C05 !important;
  line-height:1.2 !important;
  margin:0 0 .5rem !important;
}
.mdpclean_page .mdpclean_head h2 span{
  color:#B34F1F !important;
}
.mdpclean_page .mdpclean_head p{
  color:#430C05 !important;
  font-weight:500 !important;
  font-size:1rem !important;
  line-height:1.5 !important;
  max-width:600px !important;
  margin:0 auto !important;
}
.mdpclean_page .mdpclean_grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:24px !important;
  width:100% !important;
  margin-top:.5rem !important;
  align-items:stretch !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card{
  position:relative !important;
  display:flex !important;
  flex-direction:column !important;
  min-height:0 !important;
  height:auto !important;
  overflow:visible !important;
  background:#FFFFFF !important;
  border:1px solid #FFFFFF !important;
  border-radius:20px !important;
  box-shadow:0 10px 22px rgba(0,0,0,.04),0 0 0 1px rgba(0,0,0,.02) !important;
  color:inherit !important;
  text-decoration:none !important;
  transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card:after{
  display:none !important;
  content:none !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card:hover,
.mdpclean_page .mdpclean_grid > .mdpclean_card:focus{
  transform:translateY(-5px) !important;
  box-shadow:0 22px 32px -12px rgba(179,79,31,.12) !important;
  border-color:#FFFFFF !important;
  outline:none !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_image{
  position:relative !important;
  width:100% !important;
  height:230px !important;
  min-height:230px !important;
  overflow:hidden !important;
  border-radius:20px 20px 0 0 !important;
  background:#FFFFFF !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_image:before{
  display:none !important;
  content:none !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_image img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:none !important;
  filter:none !important;
  transition:transform .9s ease !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card:hover .mdpclean_image img{
  transform:scale(1.05) !important;
  filter:none !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_price_badge{
  display:none !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_badges{
  position:absolute !important;
  top:12px !important;
  right:12px !important;
  bottom:auto !important;
  left:12px !important;
  z-index:3 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:8px !important;
  flex-wrap:nowrap !important;
  color:#FFFFFF !important;
  font-size:.75rem !important;
  font-weight:600 !important;
  pointer-events:none !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_badge{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:5px !important;
  width:auto !important;
  max-width:48% !important;
  min-width:0 !important;
  padding:.4rem 1rem !important;
  border-radius:30px !important;
  font-size:.75rem !important;
  line-height:1.2 !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  pointer-events:auto !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_badge i{
  color:inherit !important;
  flex:0 0 auto !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_badge_location{
  order:1 !important;
  margin-left:0 !important;
  margin-right:auto !important;
  background:rgba(0,0,0,.60) !important;
  color:#FFFFFF !important;
  border:1px solid rgba(255,255,255,.30) !important;
  box-shadow:none !important;
  -webkit-backdrop-filter:blur(10px) !important;
  backdrop-filter:blur(10px) !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_badge:not(.mdpclean_badge_location){
  order:2 !important;
  margin-left:auto !important;
  background:#B34F1F !important;
  color:#FFFFFF !important;
  border:0 !important;
  font-weight:700 !important;
  box-shadow:0 4px 12px rgba(179,79,31,.40) !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_body{
  position:relative !important;
  z-index:2 !important;
  display:flex !important;
  flex:1 1 auto !important;
  flex-direction:column !important;
  gap:0 !important;
  margin:-25px 14px 14px !important;
  padding:1.4rem 1.2rem 1.3rem !important;
  text-align:left !important;
  background:#FFFFFF !important;
  border:1px solid #FFFFFF !important;
  border-radius:18px !important;
  box-shadow:0 10px 22px rgba(0,0,0,.05) !important;
  -webkit-backdrop-filter:blur(4px) !important;
  backdrop-filter:blur(4px) !important;
  transition:border-color .3s ease,box-shadow .3s ease !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card:hover .mdpclean_card_body{
  border-color:#FFFFFF !important;
  box-shadow:0 14px 26px rgba(179,79,31,.08) !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_body h3{
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",sans-serif !important;
  margin:0 0 .4rem !important;
  color:#430C05 !important;
  font-size:1.25rem !important;
  line-height:1.25 !important;
  font-weight:750 !important;
  letter-spacing:-.3px !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_body p{
  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  min-height:2.55rem !important;
  margin:0 0 1rem !important;
  color:#430C05 !important;
  font-size:.85rem !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:.7rem .8rem !important;
  align-items:center !important;
  justify-content:initial !important;
  flex-wrap:initial !important;
  overflow:visible !important;
  white-space:normal !important;
  width:100% !important;
  margin:.2rem 0 1.3rem !important;
  padding:0 !important;
  list-style:none !important;
  scrollbar-width:auto !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features::-webkit-scrollbar{
  display:initial !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features li{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:.5rem !important;
  min-width:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  color:#430C05 !important;
  font-size:.8rem !important;
  line-height:1.25 !important;
  font-weight:550 !important;
  text-align:left !important;
  box-shadow:none !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features li i{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 30px !important;
  width:30px !important;
  height:30px !important;
  min-width:30px !important;
  border:1px solid #FFFFFF !important;
  border-radius:8px !important;
  background:#FFFFFF !important;
  color:#B34F1F !important;
  font-size:.8rem !important;
  transition:background .2s ease,border-color .2s ease,color .2s ease !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card:hover .mdpclean_features li i{
  background:#FFFFFF !important;
  border-color:#B34F1F !important;
  color:#B34F1F !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:6px !important;
  width:100% !important;
  margin-top:auto !important;
  padding:.7rem 1.2rem !important;
  border:2px solid #B34F1F !important;
  border-radius:12px !important;
  background:transparent !important;
  color:#B34F1F !important;
  box-shadow:none !important;
  font-size:.9rem !important;
  font-weight:700 !important;
  line-height:1.2 !important;
  letter-spacing:.2px !important;
  text-align:center !important;
  text-decoration:none !important;
  transition:background .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease,transform .3s ease !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card:hover .mdpclean_card_btn,
.mdpclean_page .mdpclean_grid > .mdpclean_card:focus .mdpclean_card_btn{
  background:#B34F1F !important;
  color:#FFFFFF !important;
  border-color:#B34F1F !important;
  box-shadow:0 6px 16px rgba(179,79,31,.25) !important;
  transform:translateY(-1px) !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_btn i{
  display:inline-flex !important;
  width:auto !important;
  height:auto !important;
  min-width:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:inherit !important;
  transform:none !important;
}
.mdpclean_page .mdpclean_more_wrap{
  display:flex !important;
  justify-content:center !important;
  margin-top:2.5rem !important;
  text-align:center !important;
}
.mdpclean_page .mdpclean_more_btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  padding:.8rem 2.4rem !important;
  border:2px solid #FFFFFF !important;
  border-radius:40px !important;
  background:#FFFFFF !important;
  color:#430C05 !important;
  box-shadow:none !important;
  font-size:.9rem !important;
  font-weight:700 !important;
  text-decoration:none !important;
  transition:background .25s ease,border-color .25s ease !important;
}
.mdpclean_page .mdpclean_more_btn i{
  color:#B34F1F !important;
}
.mdpclean_page .mdpclean_more_btn:hover,
.mdpclean_page .mdpclean_more_btn:focus{
  border-color:#B34F1F !important;
  background:#FFFFFF !important;
  color:#430C05 !important;
}
@media (max-width:1024px){
  .mdpclean_page .mdpclean_grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media (max-width:640px){
  .mdpclean_page .mdpclean_grid{
    grid-template-columns:1fr !important;
    gap:22px !important;
  }
}
@media (max-width:480px){
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_body{
    margin:-20px 10px 10px !important;
    padding:1.2rem 1rem 1.1rem !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features{
    gap:.5rem .5rem !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_badge{
    max-width:50% !important;
    padding:.38rem .75rem !important;
    font-size:.7rem !important;
  }
}



/* Travel Pro v2.1.26 final typography hierarchy */
.ftm-tour-page #tour-overview .tour-description-card .description h2,
.ftm-tour-page #tour-overview .tour-description-card .description h3,
.ftm-tour-page #tour-overview .tour-description-card .description h4{margin:18px 0 10px !important;color:#430C05 !important;font-weight:900 !important;line-height:1.25 !important;}
.ftm-tour-page #tour-overview .tour-description-card .description h2{font-size:clamp(22px,2.3vw,30px) !important;}
.ftm-tour-page #tour-overview .tour-description-card .description h3{font-size:clamp(19px,2vw,24px) !important;}
.ftm-tour-page #tour-overview .tour-description-card .description h4{font-size:clamp(17px,1.8vw,20px) !important;}
.ftm-tour-page #tour-overview .tour-description-card .description,
.ftm-tour-page #tour-overview .tour-description-card .description p,
.ftm-tour-page #tour-overview .tour-description-card .description li{font-size:15.5px !important;line-height:1.82 !important;color:#430C05 !important;font-weight:500 !important;}
.ftm-tour-page #tour-overview .tour-description-card .description strong{font-weight:800 !important;color:#430C05 !important;}
.ftm-tour-page .step-content-card{padding:20px 22px !important;}
.ftm-tour-page .step-title-line{font-size:clamp(18px,2.15vw,22px) !important;line-height:1.32 !important;font-weight:900 !important;letter-spacing:-.02em !important;margin-bottom:10px !important;}
.ftm-tour-page .step-title-line strong{display:inline !important;font-size:1em !important;color:#B34F1F !important;font-weight:950 !important;}
.ftm-tour-page .step-route-title{display:inline !important;font-size:1em !important;color:#430C05 !important;font-weight:900 !important;}
.ftm-tour-page .itinerary-description,
.ftm-tour-page .itinerary-description p,
.ftm-tour-page .step-content-card p{font-size:15px !important;line-height:1.78 !important;color:#430C05 !important;font-weight:500 !important;}
.ftm-tour-page .itinerary-description strong{font-weight:800 !important;color:#430C05 !important;}
.ftm-tour-page #tour-faq .faq-question{font-size:15.5px !important;font-weight:900 !important;line-height:1.35 !important;}
.ftm-tour-page #tour-faq .faq-answer,
.ftm-tour-page #tour-faq .faq-answer p{font-size:14.5px !important;line-height:1.7 !important;font-weight:500 !important;color:#430C05 !important;}
@media (max-width:480px){.ftm-tour-page .step-title-line{font-size:18px !important}.ftm-tour-page .itinerary-description,.ftm-tour-page .itinerary-description p,.ftm-tour-page .step-content-card p{font-size:14px !important}.ftm-tour-page #tour-overview .tour-description-card .description,.ftm-tour-page #tour-overview .tour-description-card .description p,.ftm-tour-page #tour-overview .tour-description-card .description li{font-size:14.5px !important}}


/* Travel Pro v2.1.28 final typography, highlights, and text encoding polish */
.ftm-tour-page #tour-highlights .ftm-highlights{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:14px !important;}
.ftm-tour-page #tour-highlights .ftm-pill{align-items:center !important;min-height:76px !important;padding:14px 14px !important;font-size:14.5px !important;line-height:1.38 !important;font-weight:800 !important;letter-spacing:-.01em !important;}
.ftm-tour-page #tour-highlights .ftm-pill-icon{width:40px !important;height:40px !important;min-width:40px !important;font-size:17px !important;}
.ftm-tour-page #tour-overview .tour-description-card .description,
.ftm-tour-page #tour-overview .tour-description-card .description p,
.ftm-tour-page #tour-overview .tour-description-card .description li{font-size:15.5px !important;line-height:1.72 !important;font-weight:600 !important;color:#430C05 !important;}
.ftm-tour-page #tour-overview .description-label{font-size:12px !important;line-height:1.1 !important;font-weight:900 !important;}
.ftm-tour-page .ftm-card h2,
.ftm-tour-page #tour-highlights h2,
.ftm-tour-page #tour-faq h2,
.ftm-tour-page #tour-itinerary h2,
.ftm-tour-page #tour-included h2{font-size:clamp(24px,2.35vw,31px) !important;line-height:1.16 !important;letter-spacing:-.035em !important;font-weight:900 !important;color:#430C05 !important;}
.ftm-tour-page .ftm-sec-icon{width:44px !important;height:44px !important;min-width:44px !important;border-radius:14px !important;font-size:19px !important;}
.ftm-tour-page .step-content-card{padding:20px 22px !important;}
.ftm-tour-page .step-title-line{display:flex !important;align-items:center !important;flex-wrap:wrap !important;gap:8px !important;margin:0 0 10px !important;line-height:1.25 !important;}
.ftm-tour-page .step-title-line strong{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:32px !important;padding:6px 14px !important;border-radius:999px !important;background:linear-gradient(135deg,#B34F1F,#B34F1F) !important;color:#FFFFFF !important;font-size:15px !important;font-weight:900 !important;line-height:1.1 !important;box-shadow:0 8px 18px rgba(179,79,31,.17) !important;}
.ftm-tour-page .step-route-title{font-size:18px !important;line-height:1.35 !important;font-weight:900 !important;color:#430C05 !important;}
.ftm-tour-page .itinerary-description,
.ftm-tour-page .itinerary-description p,
.ftm-tour-page .step-content-card p{font-size:14.6px !important;line-height:1.74 !important;font-weight:600 !important;color:#430C05 !important;}
.ftm-tour-page .itinerary-description strong{font-weight:850 !important;color:#430C05 !important;}
@media (max-width:1024px){.ftm-tour-page #tour-highlights .ftm-highlights{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}}
@media (max-width:640px){.ftm-tour-page #tour-highlights .ftm-highlights{grid-template-columns:1fr !important;}.ftm-tour-page .ftm-card h2,.ftm-tour-page #tour-highlights h2,.ftm-tour-page #tour-faq h2,.ftm-tour-page #tour-itinerary h2,.ftm-tour-page #tour-included h2{font-size:22px !important;}.ftm-tour-page .ftm-sec-icon{width:38px !important;height:38px !important;min-width:38px !important;font-size:16px !important}.ftm-tour-page .step-content-card{padding:16px 14px !important;}.ftm-tour-page .step-title-line strong{font-size:13px !important;min-height:28px;padding:5px 11px !important}.ftm-tour-page .step-route-title{font-size:16px !important}.ftm-tour-page .itinerary-description,.ftm-tour-page .itinerary-description p,.ftm-tour-page .step-content-card p{font-size:13.5px !important;line-height:1.65 !important}}


/* Travel Pro v2.1.28 final typography and layout fix */
@media (min-width: 761px) and (max-width: 1280px){
  .ftm-tour-page .ftm-title{font-size:25px !important;line-height:1.15 !important;letter-spacing:-.03em !important;font-weight:900 !important;color:#430C05 !important;}
}
.ftm-tour-page #tour-highlights .ftm-highlights{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:14px !important;}
.ftm-tour-page #tour-highlights .ftm-pill{display:flex !important;align-items:flex-start !important;gap:12px !important;padding:16px !important;border-radius:16px !important;background:#FFFFFF !important;border:1px solid #FFFFFF !important;font-size:14px !important;line-height:1.45 !important;font-weight:700 !important;color:#430C05 !important;}
.ftm-tour-page #tour-highlights .ftm-pill-icon{width:40px !important;height:40px !important;min-width:40px !important;border-radius:14px !important;background:linear-gradient(135deg,#FFFFFF,#FFFFFF) !important;color:#B34F1F !important;font-size:17px !important;}
.ftm-tour-page .ftm-card h2,.ftm-tour-page #tour-highlights h2,.ftm-tour-page #tour-faq h2,.ftm-tour-page #tour-itinerary h2,.ftm-tour-page #tour-included h2{font-size:26px !important;line-height:1.15 !important;letter-spacing:-.03em !important;font-weight:900 !important;color:#430C05 !important;}
.ftm-tour-page .ftm-sec-icon{width:46px !important;height:46px !important;min-width:46px !important;border-radius:14px !important;font-size:22px !important;}
.ftm-tour-page #tour-overview .tour-description-card .description,.ftm-tour-page #tour-overview .tour-description-card .description p,.ftm-tour-page #tour-overview .tour-description-card .description li{font-size:15px !important;line-height:1.65 !important;font-weight:600 !important;color:#430C05 !important;}
.ftm-tour-page .itinerary-description,.ftm-tour-page .itinerary-description p,.ftm-tour-page .step-content-card p{font-size:13.5px !important;line-height:1.55 !important;font-weight:600 !important;color:#430C05 !important;}
.ftm-tour-page .step-title-line{font-size:14px !important;line-height:1.35 !important;font-weight:900 !important;color:#430C05 !important;gap:7px !important;}
.ftm-tour-page .step-title-line strong{font-size:14px !important;font-weight:900 !important;}
.ftm-tour-page .step-route-title{font-size:14px !important;font-weight:900 !important;color:#430C05 !important;}
@media (max-width: 760px){
  .ftm-tour-page .ftm-title{font-size:23px !important;line-height:1.18 !important;}
  .ftm-tour-page #tour-highlights .ftm-highlights{grid-template-columns:1fr !important;}
  .ftm-tour-page .ftm-card h2,.ftm-tour-page #tour-highlights h2,.ftm-tour-page #tour-faq h2,.ftm-tour-page #tour-itinerary h2,.ftm-tour-page #tour-included h2{font-size:22px !important;}
  .ftm-tour-page .ftm-sec-icon{width:38px !important;height:38px !important;min-width:38px !important;font-size:16px !important;}
  .ftm-tour-page .step-title-line,.ftm-tour-page .step-title-line strong,.ftm-tour-page .step-route-title{font-size:13px !important;}
  .ftm-tour-page .itinerary-description,.ftm-tour-page .itinerary-description p,.ftm-tour-page .step-content-card p{font-size:12.8px !important;line-height:1.6 !important;}
}

/* Travel Pro v2.1.33 soft paragraph/description typography fix */
.ftm-tour-page{
  --tp-body-text:#430C05;
  --tp-body-text-strong:#430C05;
}
.ftm-tour-page #tour-overview .tour-description-card .description,
.ftm-tour-page #tour-overview .tour-description-card .description p,
.ftm-tour-page #tour-overview .tour-description-card .description li,
.ftm-tour-page #tour-overview .tour-description-card .description div,
.ftm-tour-page .ftm-about,
.ftm-tour-page .ftm-about p,
.ftm-tour-page .ftm-section-copy,
.ftm-tour-page .description,
.ftm-tour-page .description p,
.ftm-tour-page .itinerary-description,
.ftm-tour-page .itinerary-description p,
.ftm-tour-page .step-content-card p,
.ftm-tour-page .includes-card .include-row span,
.ftm-tour-page .include-row span,
.ftm-tour-page #tour-faq .faq-answer,
.ftm-tour-page #tour-faq .faq-answer p,
.ftm-tour-page #tour-highlights .ftm-pill span,
.ftm-tour-page .ftm-pill span,
.ftm-tour-page .fact-text span,
.ftm-tour-page .benefit-text,
.ftm-tour-page .contact-row span{
  font-size:16px !important;
  line-height:1.7 !important;
  font-weight:400 !important;
  color:var(--tp-body-text) !important;
  letter-spacing:0 !important;
  text-transform:none !important;
}
.ftm-tour-page #tour-overview .tour-description-card .description strong,
.ftm-tour-page #tour-overview .tour-description-card .description b,
.ftm-tour-page .description strong,
.ftm-tour-page .description b,
.ftm-tour-page .itinerary-description strong,
.ftm-tour-page .itinerary-description b,
.ftm-tour-page .step-content-card p strong,
.ftm-tour-page .step-content-card p b,
.ftm-tour-page #tour-faq .faq-answer strong,
.ftm-tour-page #tour-faq .faq-answer b{
  font-size:inherit !important;
  line-height:inherit !important;
  font-weight:500 !important;
  color:var(--tp-body-text-strong) !important;
}
.ftm-tour-page #tour-overview .tour-description-card .description p,
.ftm-tour-page .description p,
.ftm-tour-page .itinerary-description p,
.ftm-tour-page .step-content-card p{
  margin:0 0 12px !important;
}
.ftm-tour-page #tour-overview .tour-description-card .description p:last-child,
.ftm-tour-page .description p:last-child,
.ftm-tour-page .itinerary-description p:last-child,
.ftm-tour-page .step-content-card p:last-child{
  margin-bottom:0 !important;
}
.ftm-tour-page #tour-overview .tour-description-card .description a,
.ftm-tour-page .description a,
.ftm-tour-page .itinerary-description a{
  font-weight:500 !important;
  color:#B34F1F !important;
}
.ftm-tour-page #tour-overview .tour-description-card{
  overflow-wrap:anywhere !important;
  word-break:normal !important;
}
.ftm-tour-page #tour-highlights .ftm-highlights{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
}
@media (min-width:761px) and (max-width:1280px){
  .ftm-tour-page .ftm-title,
  .ftm-tour-page h1.ftm-title{
    font-size:25px !important;
    line-height:1.15 !important;
  }
}
@media (max-width:760px){
  .ftm-tour-page #tour-overview .tour-description-card .description,
  .ftm-tour-page #tour-overview .tour-description-card .description p,
  .ftm-tour-page #tour-overview .tour-description-card .description li,
  .ftm-tour-page .ftm-about p,
  .ftm-tour-page .ftm-section-copy,
  .ftm-tour-page .description,
  .ftm-tour-page .description p,
  .ftm-tour-page .itinerary-description,
  .ftm-tour-page .itinerary-description p,
  .ftm-tour-page .step-content-card p,
  .ftm-tour-page .includes-card .include-row span,
  .ftm-tour-page .include-row span,
  .ftm-tour-page #tour-faq .faq-answer,
  .ftm-tour-page #tour-faq .faq-answer p,
  .ftm-tour-page #tour-highlights .ftm-pill span,
  .ftm-tour-page .ftm-pill span,
  .ftm-tour-page .fact-text span{
    font-size:15px !important;
    line-height:1.65 !important;
    font-weight:400 !important;
  }
  .ftm-tour-page #tour-highlights .ftm-highlights{
    grid-template-columns:1fr !important;
  }
}

/* Travel Pro v2.1.33 Need Help + soft body text final polish */
.ftm-tour-page{
  --tp-help-copy:#430C05;
  --tp-help-strong:#430C05;
  --tp-help-heading:#430C05;
}
.ftm-tour-page .ftm-help-card h4{
  color:var(--tp-help-heading) !important;
  font-size:18px !important;
  line-height:1.3 !important;
  font-weight:750 !important;
  letter-spacing:0 !important;
}
.ftm-tour-page .ftm-help-icon{
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  border-radius:999px !important;
  background:#B34F1F !important;
  color:#FFFFFF !important;
  font-size:10px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.ftm-tour-page .ftm-help-icon i{color:#FFFFFF !important;font-size:10px !important;line-height:1 !important;}
.ftm-tour-page .ftm-help-copy,
.ftm-tour-page .ftm-help-card p,
.ftm-tour-page .ftm-help-card .ftm-help-copy{
  color:var(--tp-help-copy) !important;
  font-size:15px !important;
  line-height:1.55 !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
  margin:0 0 14px !important;
}
.ftm-tour-page #tour-overview .tour-description-card .description,
.ftm-tour-page #tour-overview .tour-description-card .description p,
.ftm-tour-page #tour-overview .tour-description-card .description li,
.ftm-tour-page .description,
.ftm-tour-page .description p,
.ftm-tour-page .itinerary-description,
.ftm-tour-page .itinerary-description p,
.ftm-tour-page .step-content-card p,
.ftm-tour-page .ftm-section-copy,
.ftm-tour-page #tour-faq .faq-answer,
.ftm-tour-page #tour-faq .faq-answer p,
.ftm-tour-page .includes-card .include-row span,
.ftm-tour-page .include-row span,
.ftm-tour-page #tour-highlights .ftm-pill span,
.ftm-tour-page .ftm-pill span,
.ftm-tour-page .benefit-text,
.ftm-tour-page .price-sub,
.ftm-tour-page .contact-row span{
  color:var(--tp-help-copy) !important;
  font-size:16px !important;
  line-height:1.62 !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
}
.ftm-tour-page #tour-overview .tour-description-card .description strong,
.ftm-tour-page #tour-overview .tour-description-card .description b,
.ftm-tour-page .description strong,
.ftm-tour-page .description b,
.ftm-tour-page .itinerary-description strong,
.ftm-tour-page .itinerary-description b,
.ftm-tour-page .step-content-card p strong,
.ftm-tour-page .step-content-card p b,
.ftm-tour-page #tour-faq .faq-answer strong,
.ftm-tour-page #tour-faq .faq-answer b,
.ftm-tour-page .ftm-help-copy strong,
.ftm-tour-page .ftm-help-copy b,
.ftm-tour-page p strong,
.ftm-tour-page p b{
  color:var(--tp-help-strong) !important;
  font-weight:650 !important;
  font-size:inherit !important;
  line-height:inherit !important;
}
@media (max-width:760px){
  .ftm-tour-page #tour-overview .tour-description-card .description,
  .ftm-tour-page #tour-overview .tour-description-card .description p,
  .ftm-tour-page .description,
  .ftm-tour-page .description p,
  .ftm-tour-page .itinerary-description,
  .ftm-tour-page .itinerary-description p,
  .ftm-tour-page .step-content-card p,
  .ftm-tour-page .ftm-section-copy,
  .ftm-tour-page #tour-faq .faq-answer,
  .ftm-tour-page #tour-faq .faq-answer p,
  .ftm-tour-page .includes-card .include-row span,
  .ftm-tour-page .include-row span,
  .ftm-tour-page #tour-highlights .ftm-pill span,
  .ftm-tour-page .ftm-pill span{
    font-size:15px !important;
    line-height:1.6 !important;
  }
}

/* Travel Pro v2.1.33 unified orange + blue booking-page design */
.ftm-tour-page{
  --tp-brand-orange:#B34F1F;
  --tp-brand-orange-dark:#B34F1F;
  --tp-brand-blue:#430C05;
  --tp-brand-blue-soft:#430C05;
  --tp-page-bg:#FFFFFF;
  --tp-card-bg:#FFFFFF;
  --tp-soft-orange:#FFFFFF;
  --tp-soft-blue:#FFFFFF;
  --tp-border:#FFFFFF;
  --tp-text:#430C05;
  --tp-muted:#430C05;
  --tp-shadow:0 12px 32px rgba(67,12,5,.08);
  --tp-shadow-soft:0 4px 14px rgba(67,12,5,.06);
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;
  color:var(--tp-text) !important;
  background:linear-gradient(180deg,#FFFFFF 0%,#FFFFFF 56%,#FFFFFF 100%) !important;
  padding:20px 0 48px !important;
  line-height:1.55 !important;
}
.ftm-tour-page *{font-family:inherit !important;}
.ftm-tour-page .ftm-wrap{max-width:1180px !important;padding:0 18px !important;}
.ftm-tour-page .ftm-layout{gap:24px !important;align-items:flex-start !important;}
.ftm-tour-page .ftm-main{display:grid !important;gap:22px !important;}
.ftm-tour-page .ftm-sidebar{display:grid !important;gap:18px !important;}
.ftm-tour-page .ftm-card,
.ftm-tour-page .ftm-booking,
.ftm-tour-page .ftm-help-card,
.ftm-tour-page .ftm-practical-item,
.ftm-tour-page .ftm-pill,
.ftm-tour-page .ftm-meta div,
.ftm-tour-page .ftm-inclusion-box,
.ftm-tour-page .ftm-faq-item,
.ftm-tour-page .faq-item,
.ftm-tour-page .includes-card,
.ftm-tour-page .fact-card,
.ftm-tour-page .step-content-card,
.ftm-tour-page .ftm-google-review-item,
.ftm-tour-page .ftm-review-form-wrap,
.ftm-tour-page .ftm-map-embed{
  background:var(--tp-card-bg) !important;
  border:1px solid var(--tp-border) !important;
  border-radius:22px !important;
  box-shadow:var(--tp-shadow-soft) !important;
  color:var(--tp-text) !important;
}
.ftm-tour-page .ftm-card{padding:24px !important;}
.ftm-tour-page .ftm-title,
.ftm-tour-page h1.ftm-title{
  color:var(--tp-brand-blue) !important;
  font-size:clamp(28px,3.15vw,42px) !important;
  line-height:1.12 !important;
  letter-spacing:-.035em !important;
  font-weight:850 !important;
  max-width:920px !important;
}
.ftm-tour-page .ftm-card h2,
.ftm-tour-page #tour-highlights h2,
.ftm-tour-page #tour-faq h2,
.ftm-tour-page #tour-itinerary h2,
.ftm-tour-page #tour-included h2,
.ftm-tour-page .quick-facts-title{
  color:var(--tp-brand-blue) !important;
  font-size:clamp(22px,2.1vw,28px) !important;
  line-height:1.22 !important;
  letter-spacing:-.02em !important;
  font-weight:850 !important;
  margin-bottom:18px !important;
  border-color:var(--tp-brand-orange) !important;
}
.ftm-tour-page .ftm-card h3,
.ftm-tour-page .step-route-title,
.ftm-tour-page .step-title-line,
.ftm-tour-page .ftm-faq-question-text,
.ftm-tour-page .faq-question,
.ftm-tour-page .ftm-google-review-author,
.ftm-tour-page .fact-text strong{
  color:var(--tp-brand-blue) !important;
  font-size:16px !important;
  line-height:1.38 !important;
  font-weight:800 !important;
  letter-spacing:-.01em !important;
}
.ftm-tour-page #tour-overview .tour-description-card .description,
.ftm-tour-page #tour-overview .tour-description-card .description p,
.ftm-tour-page #tour-overview .tour-description-card .description li,
.ftm-tour-page .description,
.ftm-tour-page .description p,
.ftm-tour-page .itinerary-description,
.ftm-tour-page .itinerary-description p,
.ftm-tour-page .step-content-card p,
.ftm-tour-page .ftm-section-copy,
.ftm-tour-page #tour-faq .faq-answer,
.ftm-tour-page #tour-faq .faq-answer p,
.ftm-tour-page .faq-answer,
.ftm-tour-page .includes-card .include-row span,
.ftm-tour-page .include-row span,
.ftm-tour-page #tour-highlights .ftm-pill span,
.ftm-tour-page .ftm-pill span,
.ftm-tour-page .benefit-text,
.ftm-tour-page .price-sub,
.ftm-tour-page .contact-row span,
.ftm-tour-page .ftm-help-copy,
.ftm-tour-page .ftm-price-note,
.ftm-tour-page .ftm-google-count{
  color:var(--tp-muted) !important;
  font-size:15.5px !important;
  line-height:1.68 !important;
  font-weight:450 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
}
.ftm-tour-page b,
.ftm-tour-page strong,
.ftm-tour-page p strong,
.ftm-tour-page p b,
.ftm-tour-page .description strong,
.ftm-tour-page .description b,
.ftm-tour-page .itinerary-description strong,
.ftm-tour-page .itinerary-description b,
.ftm-tour-page .ftm-help-copy strong,
.ftm-tour-page .ftm-help-copy b{
  color:var(--tp-brand-blue-soft) !important;
  font-weight:650 !important;
  font-size:inherit !important;
  line-height:inherit !important;
}
.ftm-tour-page a:not(.ftm-btn-primary):not(.ftm-side-btn):not(.ftm-mobile-book-btn){color:var(--tp-brand-orange) !important;}
.ftm-tour-page .ftm-breadcrumb,
.ftm-tour-page .ftm-gallery-badge{
  background:rgba(255,255,255,.96) !important;
  border:1px solid var(--tp-border) !important;
  color:var(--tp-muted) !important;
  border-radius:999px !important;
  box-shadow:var(--tp-shadow-soft) !important;
  font-size:13px !important;
  font-weight:650 !important;
}
.ftm-tour-page .ftm-breadcrumb span:last-child{color:var(--tp-brand-blue) !important;}
.ftm-tour-page .ftm-breadcrumb .ftm-sep{color:var(--tp-brand-orange) !important;}
.ftm-tour-page .ftm-gallery-main-wrap,
.ftm-tour-page .ftm-gallery-thumb{
  border-color:var(--tp-border) !important;
  border-radius:22px !important;
  background:var(--tp-card-bg) !important;
  box-shadow:var(--tp-shadow-soft) !important;
}
.ftm-tour-page .ftm-gallery-thumb.active,
.ftm-tour-page .ftm-gallery-thumb.is-active{
  border-color:var(--tp-brand-orange) !important;
  box-shadow:0 0 0 3px rgba(179,79,31,.18) !important;
}
.ftm-tour-page .ftm-gallery-main-wrap::after,
.ftm-tour-page .ftm-gallery-thumb::after{background:linear-gradient(to top,rgba(67,12,5,.28),rgba(67,12,5,.04)) !important;}
.ftm-tour-page .ftm-sec-icon,
.ftm-tour-page .ftm-meta-icon,
.ftm-tour-page .fact-icon,
.ftm-tour-page .ftm-pill-icon,
.ftm-tour-page .ftm-help-icon,
.ftm-tour-page .ftm-help-dot,
.ftm-tour-page .ftm-gallery-badge-icon{
  background:var(--tp-soft-orange) !important;
  border:1px solid rgba(179,79,31,.18) !important;
  color:var(--tp-brand-orange) !important;
  box-shadow:none !important;
}
.ftm-tour-page .ftm-sec-icon{width:44px !important;height:44px !important;min-width:44px !important;border-radius:14px !important;font-size:18px !important;}
.ftm-tour-page .ftm-help-icon{width:20px !important;height:20px !important;min-width:20px !important;border-radius:999px !important;background:var(--tp-brand-orange) !important;color:#FFFFFF !important;border-color:var(--tp-brand-orange) !important;}
.ftm-tour-page .ftm-help-icon i{color:#FFFFFF !important;font-size:10px !important;}
.ftm-tour-page .ftm-help-dot{width:42px !important;height:42px !important;border-radius:14px !important;}
.ftm-tour-page .ftm-stars,
.ftm-tour-page .ftm-review-stars,
.ftm-tour-page .ftm-review-item-stars,
.ftm-tour-page .icon-check,
.ftm-tour-page .ftm-pill-icon i,
.ftm-tour-page .fact-icon i{color:var(--tp-brand-orange) !important;}
.ftm-tour-page .icon-xmark{color:#430C05 !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-side-btn,
.ftm-tour-page .ftm-submit,
.ftm-tour-page .ftm-mobile-book-btn,
html body #ftmTourModal.ftm-modal .ftm-submit{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  min-height:50px !important;
  border:1px solid var(--tp-brand-orange) !important;
  border-radius:16px !important;
  background:var(--tp-brand-orange) !important;
  color:#FFFFFF !important;
  box-shadow:0 10px 24px rgba(179,79,31,.22) !important;
  font-size:16px !important;
  font-weight:800 !important;
  letter-spacing:-.005em !important;
  text-decoration:none !important;
  transform:none !important;
  filter:none !important;
}
.ftm-tour-page .ftm-btn-primary:hover,
.ftm-tour-page .ftm-btn-primary:focus,
.ftm-tour-page .ftm-side-btn:hover,
.ftm-tour-page .ftm-side-btn:focus,
.ftm-tour-page .ftm-submit:hover,
.ftm-tour-page .ftm-submit:focus,
.ftm-tour-page .ftm-mobile-book-btn:hover,
.ftm-tour-page .ftm-mobile-book-btn:focus,
html body #ftmTourModal.ftm-modal .ftm-submit:hover,
html body #ftmTourModal.ftm-modal .ftm-submit:focus{
  background:var(--tp-brand-orange-dark) !important;
  border-color:var(--tp-brand-orange-dark) !important;
  color:#FFFFFF !important;
  transform:translateY(-1px) !important;
  box-shadow:0 12px 28px rgba(210,111,40,.24) !important;
}
.ftm-tour-page .ftm-booking{position:sticky !important;top:24px !important;padding:22px !important;box-shadow:var(--tp-shadow) !important;}
.ftm-tour-page .ftm-price-block{border-bottom:1px solid var(--tp-border) !important;margin-bottom:18px !important;padding-bottom:18px !important;}
.ftm-tour-page .ftm-price-label{color:var(--tp-muted) !important;font-size:12px !important;font-weight:800 !important;letter-spacing:.12em !important;text-transform:uppercase !important;}
.ftm-tour-page .ftm-price-big{color:var(--tp-brand-blue) !important;font-size:42px !important;line-height:1 !important;font-weight:900 !important;letter-spacing:-.035em !important;}
.ftm-tour-page .ftm-price-big::first-letter{color:var(--tp-brand-orange) !important;}
.ftm-tour-page .ftm-meta{gap:10px !important;}
.ftm-tour-page .ftm-meta div{padding:12px !important;border-radius:16px !important;background:#FFFFFF !important;}
.ftm-tour-page .ftm-help-card{padding:20px !important;}
.ftm-tour-page .ftm-help-card h4{color:var(--tp-brand-blue) !important;font-size:18px !important;font-weight:800 !important;line-height:1.25 !important;gap:8px !important;margin-bottom:8px !important;}
.ftm-tour-page .ftm-help-row{background:#FFFFFF !important;border:1px solid var(--tp-border) !important;border-radius:16px !important;padding:12px !important;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease !important;}
.ftm-tour-page .ftm-help-row:hover{border-color:rgba(179,79,31,.45) !important;box-shadow:0 8px 20px rgba(67,12,5,.08) !important;transform:translateY(-1px) !important;}
.ftm-tour-page .ftm-help-row small{color:var(--tp-muted) !important;font-size:11px !important;font-weight:800 !important;letter-spacing:.08em !important;}
.ftm-tour-page .ftm-help-row strong{color:var(--tp-brand-blue) !important;font-size:14px !important;font-weight:750 !important;}
.ftm-tour-page .quick-facts,
.ftm-tour-page .includes-grid,
.ftm-tour-page .ftm-highlights{gap:14px !important;}
.ftm-tour-page .ftm-pill{background:#FFFFFF !important;align-items:center !important;padding:14px !important;}
.ftm-tour-page .ftm-pill-icon,.ftm-tour-page .fact-icon{width:42px !important;height:42px !important;min-width:42px !important;border-radius:14px !important;}
.ftm-tour-page .ftm-faq-question,
.ftm-tour-page .faq-question,
.ftm-tour-page .ftm-faq-question:hover,
.ftm-tour-page .faq-question:hover,
.ftm-tour-page .ftm-faq-question:focus,
.ftm-tour-page .faq-question:focus{background:#FFFFFF !important;color:var(--tp-brand-blue) !important;border-radius:20px !important;}
.ftm-tour-page .ftm-faq-toggle,
.ftm-tour-page .faq-question i.fa-chevron-down,
.ftm-tour-page .faq-question i.fa-chevron-up{color:var(--tp-brand-orange) !important;}
.ftm-tour-page .itinerary-step .step-circle,
.ftm-tour-page .step-circle{background:var(--tp-brand-orange) !important;border:3px solid #FFFFFF !important;color:#FFFFFF !important;box-shadow:0 0 0 4px rgba(179,79,31,.16) !important;}
.ftm-tour-page .step-line{background:linear-gradient(180deg,rgba(179,79,31,.32),rgba(67,12,5,.14)) !important;}
.ftm-tour-page .ftm-field input,
.ftm-tour-page .ftm-field textarea,
html body #ftmTourModal.ftm-modal .ftm-field input,
html body #ftmTourModal.ftm-modal .ftm-field textarea{
  background:#FFFFFF !important;
  border:1px solid var(--tp-border) !important;
  border-radius:14px !important;
  color:var(--tp-brand-blue) !important;
  font-size:15px !important;
  min-height:48px !important;
  box-shadow:none !important;
}
.ftm-tour-page .ftm-field input:focus,
.ftm-tour-page .ftm-field textarea:focus,
html body #ftmTourModal.ftm-modal .ftm-field input:focus,
html body #ftmTourModal.ftm-modal .ftm-field textarea:focus{
  border-color:var(--tp-brand-orange) !important;
  box-shadow:0 0 0 4px rgba(179,79,31,.14) !important;
  outline:none !important;
}
html body #ftmTourModal.ftm-modal .ftm-modal-box{border-radius:22px !important;border:1px solid var(--tp-border) !important;box-shadow:0 22px 70px rgba(67,12,5,.24) !important;}
html body #ftmTourModal.ftm-modal .ftm-modal-head{background:var(--tp-brand-blue) !important;color:#FFFFFF !important;border-color:var(--tp-brand-blue) !important;}
html body #ftmTourModal.ftm-modal .ftm-modal-head h4{color:#FFFFFF !important;font-weight:850 !important;}
html body #ftmTourModal.ftm-modal .ftm-close{background:rgba(255,255,255,.14) !important;color:#FFFFFF !important;border:1px solid rgba(255,255,255,.2) !important;}
@media (max-width:980px){.ftm-tour-page .ftm-booking{position:static !important;}.ftm-tour-page .ftm-layout{gap:18px !important;}}
@media (max-width:760px){
  .ftm-tour-page{padding:14px 0 86px !important;}
  .ftm-tour-page .ftm-wrap{padding:0 12px !important;}
  .ftm-tour-page .ftm-card{padding:18px !important;border-radius:20px !important;}
  .ftm-tour-page .ftm-title,
  .ftm-tour-page h1.ftm-title{font-size:24px !important;line-height:1.16 !important;letter-spacing:-.02em !important;}
  .ftm-tour-page .ftm-card h2,
  .ftm-tour-page #tour-highlights h2,
  .ftm-tour-page #tour-faq h2,
  .ftm-tour-page #tour-itinerary h2,
  .ftm-tour-page #tour-included h2{font-size:21px !important;line-height:1.25 !important;}
  .ftm-tour-page #tour-overview .tour-description-card .description,
  .ftm-tour-page #tour-overview .tour-description-card .description p,
  .ftm-tour-page .description,
  .ftm-tour-page .description p,
  .ftm-tour-page .itinerary-description,
  .ftm-tour-page .itinerary-description p,
  .ftm-tour-page .step-content-card p,
  .ftm-tour-page .ftm-section-copy,
  .ftm-tour-page #tour-faq .faq-answer,
  .ftm-tour-page #tour-faq .faq-answer p,
  .ftm-tour-page .includes-card .include-row span,
  .ftm-tour-page .include-row span,
  .ftm-tour-page #tour-highlights .ftm-pill span,
  .ftm-tour-page .ftm-pill span{font-size:14.5px !important;line-height:1.62 !important;}
  .ftm-tour-page .ftm-price-big{font-size:34px !important;}
  .ftm-tour-page .ftm-sec-icon{width:38px !important;height:38px !important;min-width:38px !important;font-size:16px !important;}
  .ftm-tour-page .ftm-mobile-bookbar-inner{background:var(--tp-brand-blue) !important;border:1px solid rgba(255,255,255,.08) !important;box-shadow:0 -12px 34px rgba(67,12,5,.22) !important;border-radius:18px 18px 0 0 !important;}
  .ftm-tour-page .ftm-mobile-people-label,.ftm-tour-page .ftm-stepper-value{color:#FFFFFF !important;}
  .ftm-tour-page .ftm-stepper-btn{background:rgba(255,255,255,.12) !important;color:#FFFFFF !important;border-color:rgba(255,255,255,.18) !important;}
}

/* Travel Pro v2.1.33 unified orange + blue archive/explore cards */
.mdpclean_page,
.travel-pro-cards-section,
.wpdt3_section,
.mdt_wrapper_9x7z,
.ntd_page{
  --mdpclean_ink:#430C05 !important;
  --mdpclean_text:#430C05 !important;
  --mdpclean_red:#B34F1F !important;
  --mdpclean_red_dark:#B34F1F !important;
  --mdpclean_orange:#B34F1F !important;
  --mdpclean_soft:#FFFFFF !important;
  --mdpclean_white:#FFFFFF !important;
  --mdpclean_border:#FFFFFF !important;
  --mdpclean_shadow:0 12px 32px rgba(67,12,5,.08) !important;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;
  color:#430C05 !important;
  background:#FFFFFF !important;
}
.mdpclean_card,.wpdt3_card,.mdt_card_5x8a,.ntd_info_box,.mdpclean_text_box,.mdpclean_why_item,.mdpclean_faq_item{
  background:#FFFFFF !important;
  border-color:#FFFFFF !important;
  border-radius:22px !important;
  box-shadow:0 8px 24px rgba(67,12,5,.07) !important;
}
.mdpclean_card_body h3,.mdpclean_head h2,.mdpclean_why_item h3,.mdpclean_faq_question,.wpdt3_card_title,.wpdt3_title,.mdt_heading_main_4k2p,.mdt_card_title_0z9x,.section-title{color:#430C05 !important;font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;letter-spacing:-.025em !important;}
.mdpclean_card_body p,.mdpclean_head p,.mdpclean_text_box p,.mdpclean_why_item p,.mdpclean_faq_answer,.wpdt3_desc_line,.wpdt3_subtitle,.mdt_subheading_7n8m,.ntd_info_box p,.section-subtitle{color:#430C05 !important;font-size:15px !important;line-height:1.68 !important;font-weight:450 !important;}
.mdpclean_card_btn,.mdpclean_more_btn,.wpdt3_button{background:#B34F1F !important;color:#FFFFFF !important;border-color:#B34F1F !important;border-radius:16px !important;box-shadow:0 10px 24px rgba(179,79,31,.22) !important;}
.mdpclean_card_btn:hover,.mdpclean_more_btn:hover,.wpdt3_button:hover{background:#B34F1F !important;color:#FFFFFF !important;}
.mdpclean_badge_location,.wpdt3_badge_location{background:#430C05 !important;color:#FFFFFF !important;}
.mdpclean_price_badge,.wpdt3_price_badge,.mdpclean_banner h1 span,.mdpclean_head h2 span,.mdpclean_features i,.mdpclean_badge i,.wpdt3_features i,.wpdt3_badge i,.section-title span{color:#B34F1F !important;}
.mdpclean_features li,.wpdt3_features li{background:#FFFFFF !important;border-color:rgba(179,79,31,.22) !important;color:#430C05 !important;}





/* Travel Pro v2.1.33 hard icon + orange/blue color fix */
.ftm-tour-page{
  --tp-brand-orange:#B34F1F !important;
  --tp-brand-orange-dark:#B34F1F !important;
  --tp-brand-blue:#430C05 !important;
  --tp-brand-blue-2:#430C05 !important;
  --tp-page-bg:#FFFFFF !important;
  --tp-card-bg:#FFFFFF !important;
  --tp-soft-orange:#FFFFFF !important;
  --tp-soft-blue:#FFFFFF !important;
  --tp-border:#FFFFFF !important;
  --tp-text:#430C05 !important;
  --tp-muted:#430C05 !important;
  color:var(--tp-text) !important;
  background:linear-gradient(180deg,#FFFFFF 0%,#FFFFFF 52%,#FFFFFF 100%) !important;
}
.ftm-tour-page i[class^="fa"],
.ftm-tour-page i[class*=" fa-"],
.ftm-tour-page .ftm-btn-icon i,
.ftm-tour-page .ftm-meta-icon i,
.ftm-tour-page .fact-icon i,
.ftm-tour-page .ftm-pill-icon i,
.ftm-tour-page .ftm-sec-icon i,
.ftm-tour-page .ftm-help-icon i,
.ftm-tour-page .include-row i,
.ftm-tour-page .faq-question i,
.ftm-tour-page .ftm-gallery-badge-icon i,
.ftm-tour-page .zt-mobile-control i,
.ftm-tour-page .zt-view-all-mobile i{
  font-family:"Font Awesome 6 Free","Font Awesome 5 Free" !important;
  font-style:normal !important;
  font-variant:normal !important;
  text-rendering:auto !important;
  line-height:1 !important;
  font-weight:900 !important;
  speak:never !important;
  color:inherit !important;
}
.ftm-tour-page i.fa-regular,
.ftm-tour-page i.far{
  font-family:"Font Awesome 6 Free","Font Awesome 5 Free" !important;
  font-weight:400 !important;
}
.ftm-tour-page .ftm-meta{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:12px !important;
}
.ftm-tour-page .ftm-meta > div{
  min-height:62px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  padding:12px 14px !important;
  background:#FFFFFF !important;
  border:1px solid var(--tp-border) !important;
  border-radius:18px !important;
  color:var(--tp-brand-blue) !important;
  box-shadow:0 6px 18px rgba(67,12,5,.055) !important;
  font-size:14px !important;
  font-weight:800 !important;
  line-height:1.25 !important;
  text-align:center !important;
}
.ftm-tour-page .ftm-meta-icon,
.ftm-tour-page .fact-icon,
.ftm-tour-page .ftm-pill-icon,
.ftm-tour-page .ftm-sec-icon,
.ftm-tour-page .include-row > i,
.ftm-tour-page .ftm-help-icon,
.ftm-tour-page .ftm-gallery-badge-icon{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 auto !important;
  width:34px !important;
  height:34px !important;
  min-width:34px !important;
  border-radius:12px !important;
  background:var(--tp-soft-orange) !important;
  border:1px solid rgba(179,79,31,.28) !important;
  color:var(--tp-brand-orange) !important;
  box-shadow:none !important;
}
.ftm-tour-page .fact-icon,
.ftm-tour-page .ftm-pill-icon,
.ftm-tour-page .ftm-sec-icon{width:42px !important;height:42px !important;min-width:42px !important;}
.ftm-tour-page .ftm-meta-icon i,
.ftm-tour-page .fact-icon i,
.ftm-tour-page .ftm-pill-icon i,
.ftm-tour-page .ftm-sec-icon i{font-size:15px !important;color:var(--tp-brand-orange) !important;}
.ftm-tour-page .ftm-card,
.ftm-tour-page .ftm-booking,
.ftm-tour-page .ftm-help-card,
.ftm-tour-page .tour-description-card,
.ftm-tour-page #tour-practical-details,
.ftm-tour-page #tour-itinerary,
.ftm-tour-page #tour-included,
.ftm-tour-page #tour-highlights,
.ftm-tour-page #tour-faq,
.ftm-tour-page .fact-card,
.ftm-tour-page .includes-card,
.ftm-tour-page .step-content-card,
.ftm-tour-page .faq-item{
  background:#FFFFFF !important;
  border:1px solid var(--tp-border) !important;
  border-radius:22px !important;
  box-shadow:0 10px 28px rgba(67,12,5,.065) !important;
  color:var(--tp-brand-blue) !important;
}
.ftm-tour-page .ftm-title,
.ftm-tour-page h1.ftm-title,
.ftm-tour-page .ftm-card h2,
.ftm-tour-page #tour-highlights h2,
.ftm-tour-page #tour-faq h2,
.ftm-tour-page #tour-itinerary h2,
.ftm-tour-page #tour-included h2,
.ftm-tour-page #tour-practical-details h2,
.ftm-tour-page .step-title-line,
.ftm-tour-page .fact-text strong,
.ftm-tour-page .include-row strong,
.ftm-tour-page .faq-question,
.ftm-tour-page .ftm-help-card h4{
  color:var(--tp-brand-blue) !important;
}
.ftm-tour-page .description-label,
.ftm-tour-page .step-title-line strong,
.ftm-tour-page .quick-facts-title,
.ftm-tour-page .ftm-price-big::first-letter,
.ftm-tour-page .fact-text span,
.ftm-tour-page a:not(.ftm-btn-primary):not(.ftm-side-btn):not(.ftm-submit){
  color:var(--tp-brand-orange) !important;
}
.ftm-tour-page .ftm-btn-primary,
.ftm-tour-page .ftm-side-btn,
.ftm-tour-page .ftm-submit,
.ftm-tour-page .ftm-mobile-book-btn,
html body #ftmTourModal.ftm-modal .ftm-submit{
  background:var(--tp-brand-orange) !important;
  border-color:var(--tp-brand-orange) !important;
  color:#FFFFFF !important;
  box-shadow:0 10px 24px rgba(179,79,31,.22) !important;
}
.ftm-tour-page .ftm-btn-primary:hover,
.ftm-tour-page .ftm-side-btn:hover,
.ftm-tour-page .ftm-submit:hover,
.ftm-tour-page .ftm-mobile-book-btn:hover,
html body #ftmTourModal.ftm-modal .ftm-submit:hover{
  background:var(--tp-brand-orange-dark) !important;
  border-color:var(--tp-brand-orange-dark) !important;
  color:#FFFFFF !important;
}
.ftm-tour-page .ftm-mobile-bookbar-inner,
html body #ftmTourModal.ftm-modal .ftm-modal-head{
  background:var(--tp-brand-blue) !important;
  border-color:var(--tp-brand-blue) !important;
}
@media (max-width:760px){
  .ftm-tour-page .ftm-meta{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;}
  .ftm-tour-page .ftm-meta > div{min-height:58px !important;padding:10px !important;font-size:13px !important;border-radius:16px !important;}
  .ftm-tour-page .ftm-meta-icon{width:30px !important;height:30px !important;min-width:30px !important;border-radius:10px !important;}
}
.mdpclean_page,
.travel-pro-cards-section,
.wpdt3_section,
.mdt_wrapper_9x7z,
.ntd_page{
  --mdpclean_ink:#430C05 !important;
  --mdpclean_text:#430C05 !important;
  --mdpclean_red:#B34F1F !important;
  --mdpclean_red_dark:#B34F1F !important;
  --mdpclean_orange:#B34F1F !important;
  --mdpclean_soft:#FFFFFF !important;
  --mdpclean_white:#FFFFFF !important;
  --mdpclean_border:#FFFFFF !important;
  background:#FFFFFF !important;
  color:#430C05 !important;
}
.mdpclean_page i[class^="fa"],
.mdpclean_page i[class*=" fa-"],
.travel-pro-cards-section i[class^="fa"],
.travel-pro-cards-section i[class*=" fa-"],
.wpdt3_section i[class^="fa"],
.wpdt3_section i[class*=" fa-"]{
  font-family:"Font Awesome 6 Free","Font Awesome 5 Free" !important;
  font-style:normal !important;
  font-variant:normal !important;
  text-rendering:auto !important;
  line-height:1 !important;
  font-weight:900 !important;
  speak:never !important;
}
.mdpclean_page i.fa-regular,.mdpclean_page i.far,.travel-pro-cards-section i.fa-regular,.travel-pro-cards-section i.far{font-weight:400 !important;}
.mdpclean_page .mdpclean_grid > .mdpclean_card,
.mdpclean_card,
.wpdt3_card,
.mdt_card_5x8a,
.ntd_info_box,
.mdpclean_text_box,
.mdpclean_why_item,
.mdpclean_faq_item{
  background:#FFFFFF !important;
  border:1px solid #FFFFFF !important;
  border-radius:22px !important;
  box-shadow:0 10px 28px rgba(67,12,5,.07) !important;
}
.mdpclean_card_body h3,
.mdpclean_head h2,
.mdpclean_why_item h3,
.mdpclean_faq_question,
.wpdt3_card_title,
.wpdt3_title,
.mdt_heading_main_4k2p,
.mdt_card_title_0z9x,
.section-title{color:#430C05 !important;}
.mdpclean_card_body p,
.mdpclean_head p,
.mdpclean_text_box p,
.mdpclean_why_item p,
.mdpclean_faq_answer,
.wpdt3_desc_line,
.wpdt3_subtitle,
.mdt_subheading_7n8m,
.ntd_info_box p,
.section-subtitle{color:#430C05 !important;}
.mdpclean_card_btn,
.mdpclean_more_btn,
.wpdt3_button{background:#B34F1F !important;border-color:#B34F1F !important;color:#FFFFFF !important;}
.mdpclean_card_btn:hover,
.mdpclean_more_btn:hover,
.wpdt3_button:hover{background:#B34F1F !important;border-color:#B34F1F !important;color:#FFFFFF !important;}
.mdpclean_price_badge,
.mdpclean_features li i,
.mdpclean_badge i,
.wpdt3_features i,
.wpdt3_badge i{color:#B34F1F !important;}
.mdpclean_badge_location,
.wpdt3_badge_location{background:#430C05 !important;color:#FFFFFF !important;}
.mdpclean_features li,
.wpdt3_features li{background:#FFFFFF !important;border-color:rgba(179,79,31,.26) !important;color:#430C05 !important;}




/* Travel Pro v2.1.35 final orange/blue card + title fix */
.mdpclean_page,
.travel-pro-cards-section,
.wpdt3_section,
.mdt_wrapper_9x7z,
.ntd_page{
  --tp-orange:#B34F1F !important;
  --tp-orange-dark:#B34F1F !important;
  --tp-blue:#430C05 !important;
  --tp-muted:#430C05 !important;
  --tp-line:#FFFFFF !important;
  --tp-bg:#FFFFFF !important;
  background:#FFFFFF !important;
  color:#430C05 !important;
}
.mdpclean_banner h1 span,
.mdpclean_head h2 span,
.section-title span,
.mdt_heading_main_4k2p span{
  display:inline !important;
  width:auto !important;
  min-width:0 !important;
  height:auto !important;
  min-height:0 !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:#B34F1F !important;
  line-height:inherit !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card,
.travel-pro-cards-section .mdpclean_card,
.wpdt3_card,
.mdt_tour_card_3p8r,
.mdt_card_5x8a{
  background:#FFFFFF !important;
  border:1px solid #FFFFFF !important;
  border-radius:22px !important;
  box-shadow:0 12px 30px rgba(67,12,5,.075) !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card:hover,
.travel-pro-cards-section .mdpclean_card:hover,
.wpdt3_card:hover,
.mdt_tour_card_3p8r:hover,
.mdt_card_5x8a:hover{
  border-color:#B34F1F !important;
  box-shadow:0 22px 46px rgba(67,12,5,.12),0 8px 20px rgba(179,79,31,.12) !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_body,
.travel-pro-cards-section .mdpclean_card .mdpclean_card_body{
  border-color:#FFFFFF !important;
  box-shadow:0 12px 28px rgba(67,12,5,.075) !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card:hover .mdpclean_card_body,
.travel-pro-cards-section .mdpclean_card:hover .mdpclean_card_body{
  border-color:rgba(179,79,31,.42) !important;
  box-shadow:0 16px 32px rgba(67,12,5,.10) !important;
}
.mdpclean_card_body h3,
.mdpclean_head h2,
.wpdt3_card_title,
.wpdt3_title,
.mdt_heading_main_4k2p,
.mdt_card_title_0z9x,
.section-title{
  color:#430C05 !important;
}
.mdpclean_card_body p,
.mdpclean_head p,
.wpdt3_desc_line,
.wpdt3_subtitle,
.mdt_subheading_7n8m,
.section-subtitle{
  color:#430C05 !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_badge_location,
.travel-pro-cards-section .mdpclean_card .mdpclean_badge_location,
.wpdt3_badge_location{
  background:#430C05 !important;
  border:1px solid rgba(255,255,255,.28) !important;
  color:#FFFFFF !important;
  box-shadow:0 8px 18px rgba(67,12,5,.22) !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_badge:not(.mdpclean_badge_location),
.travel-pro-cards-section .mdpclean_card .mdpclean_badge:not(.mdpclean_badge_location),
.wpdt3_badge:not(.wpdt3_badge_location),
.mdt_duration_text_5h6m{
  background:#B34F1F !important;
  border-color:#B34F1F !important;
  color:#FFFFFF !important;
  box-shadow:0 8px 18px rgba(179,79,31,.26) !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_badge i,
.travel-pro-cards-section .mdpclean_card .mdpclean_badge i,
.wpdt3_badge i,
.mdt_duration_text_5h6m i{
  color:inherit !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features,
.travel-pro-cards-section .mdpclean_card .mdpclean_features{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features li,
.travel-pro-cards-section .mdpclean_card .mdpclean_features li,
.wpdt3_features li,
.mdt_pill_feature_6e2r{
  background:transparent !important;
  border-color:transparent !important;
  color:#430C05 !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features li i,
.travel-pro-cards-section .mdpclean_card .mdpclean_features li i,
.wpdt3_features li i,
.mdt_pill_feature_6e2r i{
  background:#FFFFFF !important;
  border:1px solid rgba(179,79,31,.32) !important;
  color:#B34F1F !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_btn,
.travel-pro-cards-section .mdpclean_card .mdpclean_card_btn,
.mdpclean_more_btn,
.wpdt3_button,
.mdt_btn_details_3k7j,
.mdt_btn_view_all_4l8m{
  background:#B34F1F !important;
  border-color:#B34F1F !important;
  color:#FFFFFF !important;
  border-radius:16px !important;
  box-shadow:0 10px 24px rgba(179,79,31,.24) !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card:hover .mdpclean_card_btn,
.travel-pro-cards-section .mdpclean_card:hover .mdpclean_card_btn,
.mdpclean_more_btn:hover,
.wpdt3_button:hover,
.mdt_tour_card_3p8r:hover .mdt_btn_details_3k7j,
.mdt_btn_view_all_4l8m:hover{
  background:#B34F1F !important;
  border-color:#B34F1F !important;
  color:#FFFFFF !important;
  box-shadow:0 12px 26px rgba(210,111,40,.30) !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_btn i,
.travel-pro-cards-section .mdpclean_card .mdpclean_card_btn i,
.mdpclean_more_btn i,
.wpdt3_button i,
.mdt_btn_details_3k7j i,
.mdt_btn_view_all_4l8m i{
  color:#FFFFFF !important;
  background:transparent !important;
}
@media (max-width:520px){
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features,
  .travel-pro-cards-section .mdpclean_card .mdpclean_features{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
}


/* Travel Pro 2.1.35 - force itinerary day badge text white */
.ftm-tour-page .itinerary-step .step-title-line strong,
.ftm-tour-page .itinerary-step .step-title-line strong *,
.ftm-tour-page .itinerary-step .step-title-line strong a,
.ftm-tour-page .itinerary-step .step-title-line a strong,
.ftm-tour-page .itinerary-step [class*="day-badge"],
.ftm-tour-page .itinerary-step [class*="day-badge"] *,
.ftm-tour-page .itinerary-step [class*="day-label"],
.ftm-tour-page .itinerary-step [class*="day-label"] *{
  color:#FFFFFF !important;
  -webkit-text-fill-color:#FFFFFF !important;
  text-decoration:none !important;
  text-shadow:none !important;
}
.ftm-tour-page .itinerary-step .step-title-line strong{
  background:#B34F1F !important;
  border-color:#B34F1F !important;
}


/* Travel Pro v2.1.36 - mobile tour cards optimized
   Fixes card overflow, title clipping, image height, highlights layout, and button width on phones. */
@media (max-width: 767px){
  body{overflow-x:hidden !important;}
  .mdpclean_page,
  .travel-pro-cards-section{
    width:100% !important;
    max-width:100% !important;
    overflow-x:hidden !important;
  }
  .mdpclean_page .mdpclean_section,
  .travel-pro-cards-section{
    padding-left:0 !important;
    padding-right:0 !important;
  }
  .mdpclean_page .mdpclean_container,
  .travel-pro-cards-section .mdpclean_container{
    width:100% !important;
    max-width:100% !important;
    padding-left:12px !important;
    padding-right:12px !important;
    overflow:visible !important;
  }
  .mdpclean_page .mdpclean_head,
  .travel-pro-cards-section .mdpclean_head{
    max-width:100% !important;
    margin:0 auto 24px !important;
    padding:0 8px !important;
    text-align:center !important;
  }
  .mdpclean_page .mdpclean_head h2,
  .travel-pro-cards-section .mdpclean_head h2{
    font-size:30px !important;
    line-height:1.15 !important;
    letter-spacing:-.035em !important;
  }
  .mdpclean_page .mdpclean_head p,
  .travel-pro-cards-section .mdpclean_head p{
    max-width:330px !important;
    font-size:15px !important;
    line-height:1.6 !important;
  }
  .mdpclean_page .mdpclean_grid,
  .travel-pro-cards-section .mdpclean_grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:22px !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    overflow:visible !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card,
  .travel-pro-cards-section .mdpclean_card{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin:0 auto !important;
    border-radius:22px !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card *,
  .travel-pro-cards-section .mdpclean_card *{
    box-sizing:border-box !important;
    min-width:0 !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_image,
  .travel-pro-cards-section .mdpclean_card .mdpclean_image{
    width:100% !important;
    height:255px !important;
    min-height:255px !important;
    max-height:255px !important;
    border-radius:22px 22px 0 0 !important;
    overflow:hidden !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_image img,
  .travel-pro-cards-section .mdpclean_card .mdpclean_image img{
    width:100% !important;
    height:100% !important;
    min-height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
    display:block !important;
    transform:none !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card:hover .mdpclean_image img,
  .travel-pro-cards-section .mdpclean_card:hover .mdpclean_image img{
    transform:scale(1.04) !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_badges,
  .travel-pro-cards-section .mdpclean_card .mdpclean_badges{
    top:14px !important;
    left:14px !important;
    right:14px !important;
    gap:8px !important;
    max-width:calc(100% - 28px) !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_badge,
  .travel-pro-cards-section .mdpclean_card .mdpclean_badge{
    max-width:48% !important;
    padding:8px 12px !important;
    font-size:13px !important;
    line-height:1 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_body,
  .travel-pro-cards-section .mdpclean_card .mdpclean_card_body{
    width:calc(100% - 24px) !important;
    max-width:calc(100% - 24px) !important;
    margin:-24px auto 14px !important;
    padding:20px 18px 18px !important;
    border-radius:20px !important;
    overflow:hidden !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_body h3,
  .travel-pro-cards-section .mdpclean_card .mdpclean_card_body h3,
  .mdpclean_card_body h3{
    width:100% !important;
    max-width:100% !important;
    margin:0 0 8px !important;
    font-size:21px !important;
    line-height:1.22 !important;
    font-weight:900 !important;
    letter-spacing:-.025em !important;
    white-space:normal !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_body p,
  .travel-pro-cards-section .mdpclean_card .mdpclean_card_body p,
  .mdpclean_card_body p{
    width:100% !important;
    max-width:100% !important;
    min-height:0 !important;
    margin:0 0 16px !important;
    font-size:15px !important;
    line-height:1.55 !important;
    font-weight:500 !important;
    white-space:normal !important;
    overflow:hidden !important;
    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features,
  .travel-pro-cards-section .mdpclean_card .mdpclean_features{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
    width:100% !important;
    max-width:100% !important;
    margin:18px 0 18px !important;
    padding:0 !important;
    overflow:hidden !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features li,
  .travel-pro-cards-section .mdpclean_card .mdpclean_features li{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:8px !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    color:#430C05 !important;
    font-size:13px !important;
    line-height:1.25 !important;
    font-weight:800 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features li i,
  .travel-pro-cards-section .mdpclean_card .mdpclean_features li i{
    width:34px !important;
    height:34px !important;
    min-width:34px !important;
    flex:0 0 34px !important;
    border-radius:11px !important;
    background:#FFFFFF !important;
    border:1px solid rgba(179,79,31,.32) !important;
    color:#B34F1F !important;
    font-size:14px !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_btn,
  .travel-pro-cards-section .mdpclean_card .mdpclean_card_btn{
    width:100% !important;
    max-width:100% !important;
    min-height:52px !important;
    margin-top:6px !important;
    padding:14px 18px !important;
    border-radius:16px !important;
    background:linear-gradient(135deg,#B34F1F,#B34F1F) !important;
    border-color:#B34F1F !important;
    color:#FFFFFF !important;
    font-size:16px !important;
    font-weight:900 !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:9px !important;
    box-shadow:0 14px 28px rgba(179,79,31,.22) !important;
  }
}
@media (max-width:390px){
  .mdpclean_page .mdpclean_container,
  .travel-pro-cards-section .mdpclean_container{
    padding-left:10px !important;
    padding-right:10px !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_image,
  .travel-pro-cards-section .mdpclean_card .mdpclean_image{
    height:225px !important;
    min-height:225px !important;
    max-height:225px !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_body,
  .travel-pro-cards-section .mdpclean_card .mdpclean_card_body{
    width:calc(100% - 18px) !important;
    max-width:calc(100% - 18px) !important;
    padding:18px 15px 16px !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_body h3,
  .travel-pro-cards-section .mdpclean_card .mdpclean_card_body h3,
  .mdpclean_card_body h3{
    font-size:19px !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features,
  .travel-pro-cards-section .mdpclean_card .mdpclean_features{
    gap:8px !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features li,
  .travel-pro-cards-section .mdpclean_card .mdpclean_features li{
    font-size:12px !important;
  }
}


/* Travel Pro v2.1.37 - mobile card features 3 in one line
   Keeps tour card feature items in 3 columns on phones, optimized with smaller icons/text and no carousel overflow. */
@media (max-width: 767px){
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features,
  .travel-pro-cards-section .mdpclean_card .mdpclean_features{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    grid-auto-flow:row !important;
    gap:8px !important;
    width:100% !important;
    max-width:100% !important;
    overflow:visible !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features li,
  .travel-pro-cards-section .mdpclean_card .mdpclean_features li{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:6px !important;
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    text-align:center !important;
    font-size:11.5px !important;
    line-height:1.25 !important;
    font-weight:850 !important;
    white-space:normal !important;
    overflow:hidden !important;
    text-overflow:clip !important;
    word-break:normal !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features li i,
  .travel-pro-cards-section .mdpclean_card .mdpclean_features li i{
    width:32px !important;
    height:32px !important;
    min-width:32px !important;
    flex:0 0 32px !important;
    border-radius:11px !important;
    font-size:13px !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features li span,
  .travel-pro-cards-section .mdpclean_card .mdpclean_features li span{
    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    max-width:100% !important;
    white-space:normal !important;
  }
}
@media (max-width: 390px){
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features,
  .travel-pro-cards-section .mdpclean_card .mdpclean_features{
    gap:6px !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features li,
  .travel-pro-cards-section .mdpclean_card .mdpclean_features li{
    font-size:10.5px !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features li i,
  .travel-pro-cards-section .mdpclean_card .mdpclean_features li i{
    width:30px !important;
    height:30px !important;
    min-width:30px !important;
    flex-basis:30px !important;
    font-size:12px !important;
  }
}

/* Travel Pro v2.1.38 - unified tour card design across Tours, Explore, destination and shortcode pages.
   This final layer keeps every .mdpclean tour card using the Tours page card style and removes title ellipsis. */
.mdpclean_page .mdpclean_grid,
.travel-pro-cards-section .mdpclean_grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:24px !important;
  align-items:stretch !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card,
.travel-pro-cards-section .mdpclean_grid > .mdpclean_card,
.travel-pro-cards-section .mdpclean_card{
  position:relative !important;
  display:flex !important;
  flex-direction:column !important;
  height:100% !important;
  min-width:0 !important;
  overflow:hidden !important;
  text-decoration:none !important;
  color:inherit !important;
  background:#FFFFFF !important;
  border:1px solid #FFFFFF !important;
  border-radius:22px !important;
  box-shadow:0 12px 30px rgba(67,12,5,.075) !important;
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card:hover,
.mdpclean_page .mdpclean_grid > .mdpclean_card:focus,
.travel-pro-cards-section .mdpclean_grid > .mdpclean_card:hover,
.travel-pro-cards-section .mdpclean_grid > .mdpclean_card:focus,
.travel-pro-cards-section .mdpclean_card:hover,
.travel-pro-cards-section .mdpclean_card:focus{
  transform:translateY(-5px) !important;
  border-color:#B34F1F !important;
  box-shadow:0 22px 46px rgba(67,12,5,.12),0 8px 20px rgba(179,79,31,.12) !important;
  outline:none !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_image,
.travel-pro-cards-section .mdpclean_card .mdpclean_image{
  position:relative !important;
  width:100% !important;
  height:280px !important;
  min-height:280px !important;
  max-height:280px !important;
  overflow:hidden !important;
  border-radius:22px 22px 0 0 !important;
  background:#FFFFFF !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_image img,
.travel-pro-cards-section .mdpclean_card .mdpclean_image img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:scale(1.04) !important;
  transform-origin:center center !important;
  filter:none !important;
  transition:transform .85s ease, filter .85s ease !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card:hover .mdpclean_image img,
.travel-pro-cards-section .mdpclean_card:hover .mdpclean_image img{
  transform:scale(1.10) !important;
  filter:saturate(1.06) contrast(1.03) !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_price_badge,
.travel-pro-cards-section .mdpclean_card .mdpclean_price_badge{
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
  position:absolute !important;
  right:14px !important;
  bottom:14px !important;
  z-index:4 !important;
  padding:8px 12px !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,#B34F1F,#B34F1F) !important;
  color:#FFFFFF !important;
  font-size:13px !important;
  font-weight:900 !important;
  line-height:1 !important;
  box-shadow:0 10px 22px rgba(179,79,31,.24) !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_badges,
.travel-pro-cards-section .mdpclean_card .mdpclean_badges{
  position:absolute !important;
  top:14px !important;
  left:14px !important;
  right:14px !important;
  z-index:3 !important;
  display:flex !important;
  align-items:flex-start !important;
  justify-content:space-between !important;
  flex-wrap:nowrap !important;
  gap:8px !important;
  max-width:calc(100% - 28px) !important;
  pointer-events:none !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_badge,
.travel-pro-cards-section .mdpclean_card .mdpclean_badge{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:6px !important;
  max-width:48% !important;
  min-width:0 !important;
  padding:8px 12px !important;
  border-radius:999px !important;
  font-size:13px !important;
  line-height:1 !important;
  font-weight:850 !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  pointer-events:auto !important;
  -webkit-backdrop-filter:blur(10px) !important;
  backdrop-filter:blur(10px) !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_badge_location,
.travel-pro-cards-section .mdpclean_card .mdpclean_badge_location{
  order:1 !important;
  margin-right:auto !important;
  background:rgba(67,12,5,.78) !important;
  color:#FFFFFF !important;
  border:1px solid rgba(255,255,255,.26) !important;
  box-shadow:0 8px 18px rgba(67,12,5,.18) !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_badge:not(.mdpclean_badge_location),
.travel-pro-cards-section .mdpclean_card .mdpclean_badge:not(.mdpclean_badge_location){
  order:2 !important;
  margin-left:auto !important;
  background:#FFFFFF !important;
  color:#430C05 !important;
  border:1px solid rgba(216,224,234,.86) !important;
  box-shadow:0 8px 18px rgba(67,12,5,.10) !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_badge i,
.travel-pro-cards-section .mdpclean_card .mdpclean_badge i{
  flex:0 0 auto !important;
  color:inherit !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_body,
.travel-pro-cards-section .mdpclean_card .mdpclean_card_body{
  position:relative !important;
  z-index:2 !important;
  display:flex !important;
  flex:1 1 auto !important;
  flex-direction:column !important;
  width:calc(100% - 28px) !important;
  max-width:calc(100% - 28px) !important;
  margin:-26px auto 14px !important;
  padding:21px 18px 18px !important;
  text-align:left !important;
  background:#FFFFFF !important;
  border:1px solid #FFFFFF !important;
  border-radius:20px !important;
  box-shadow:0 12px 28px rgba(67,12,5,.075) !important;
  overflow:visible !important;
  transition:border-color .3s ease, box-shadow .3s ease !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card:hover .mdpclean_card_body,
.travel-pro-cards-section .mdpclean_card:hover .mdpclean_card_body{
  border-color:rgba(179,79,31,.42) !important;
  box-shadow:0 16px 34px rgba(67,12,5,.10) !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_body h3,
.travel-pro-cards-section .mdpclean_card .mdpclean_card_body h3,
.mdpclean_card_body h3,
.wpdt3_card_title,
.mdt_card_title_0z9x{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  height:auto !important;
  min-height:0 !important;
  margin:0 0 10px !important;
  color:#430C05 !important;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;
  font-size:clamp(19px,2.1vw,23px) !important;
  line-height:1.22 !important;
  font-weight:900 !important;
  letter-spacing:-.025em !important;
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
  word-break:normal !important;
  overflow-wrap:break-word !important;
  -webkit-line-clamp:unset !important;
  line-clamp:unset !important;
  -webkit-box-orient:initial !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_body p,
.travel-pro-cards-section .mdpclean_card .mdpclean_card_body p{
  width:100% !important;
  max-width:100% !important;
  min-height:0 !important;
  margin:0 0 16px !important;
  color:#430C05 !important;
  font-size:15px !important;
  line-height:1.55 !important;
  font-weight:500 !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features,
.travel-pro-cards-section .mdpclean_card .mdpclean_features{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:10px !important;
  width:100% !important;
  max-width:100% !important;
  margin:18px 0 18px !important;
  padding:0 !important;
  list-style:none !important;
  overflow:visible !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features li,
.travel-pro-cards-section .mdpclean_card .mdpclean_features li{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:8px !important;
  min-width:0 !important;
  padding:0 !important;
  color:#430C05 !important;
  font-size:13px !important;
  line-height:1.25 !important;
  font-weight:800 !important;
  text-align:left !important;
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features li i,
.travel-pro-cards-section .mdpclean_card .mdpclean_features li i{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:34px !important;
  height:34px !important;
  min-width:34px !important;
  flex:0 0 34px !important;
  border-radius:11px !important;
  background:#FFFFFF !important;
  border:1px solid rgba(179,79,31,.32) !important;
  color:#B34F1F !important;
  font-size:14px !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_btn,
.travel-pro-cards-section .mdpclean_card .mdpclean_card_btn{
  width:100% !important;
  max-width:100% !important;
  min-height:52px !important;
  margin-top:auto !important;
  padding:14px 18px !important;
  border:1px solid #B34F1F !important;
  border-radius:16px !important;
  background:linear-gradient(135deg,#B34F1F,#B34F1F) !important;
  color:#FFFFFF !important;
  font-size:16px !important;
  font-weight:900 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:9px !important;
  box-shadow:0 14px 28px rgba(179,79,31,.22) !important;
  text-decoration:none !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card:hover .mdpclean_card_btn,
.travel-pro-cards-section .mdpclean_card:hover .mdpclean_card_btn{
  background:linear-gradient(135deg,#B34F1F,#B34F1F) !important;
  color:#FFFFFF !important;
  border-color:#B34F1F !important;
  box-shadow:0 16px 30px rgba(179,79,31,.28) !important;
}
@media (max-width:1024px){
  .mdpclean_page .mdpclean_grid,
  .travel-pro-cards-section .mdpclean_grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media (max-width:700px){
  .mdpclean_page .mdpclean_grid,
  .travel-pro-cards-section .mdpclean_grid{
    grid-template-columns:1fr !important;
    gap:22px !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_image,
  .travel-pro-cards-section .mdpclean_card .mdpclean_image{
    height:250px !important;
    min-height:250px !important;
    max-height:250px !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_body,
  .travel-pro-cards-section .mdpclean_card .mdpclean_card_body{
    width:calc(100% - 24px) !important;
    max-width:calc(100% - 24px) !important;
    margin:-24px auto 14px !important;
    padding:20px 18px 18px !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_body h3,
  .travel-pro-cards-section .mdpclean_card .mdpclean_card_body h3,
  .mdpclean_card_body h3,
  .wpdt3_card_title,
  .mdt_card_title_0z9x{
    font-size:21px !important;
    line-height:1.24 !important;
    white-space:normal !important;
    overflow:visible !important;
    text-overflow:clip !important;
    display:block !important;
    -webkit-line-clamp:unset !important;
    line-clamp:unset !important;
  }
}
@media (max-width:390px){
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_image,
  .travel-pro-cards-section .mdpclean_card .mdpclean_image{
    height:225px !important;
    min-height:225px !important;
    max-height:225px !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_body,
  .travel-pro-cards-section .mdpclean_card .mdpclean_card_body{
    width:calc(100% - 18px) !important;
    max-width:calc(100% - 18px) !important;
    padding:18px 15px 16px !important;
  }
}



/* Travel Pro v2.1.39 - compact unified tour cards + safer chip wrapping */
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_image,
.travel-pro-cards-section .mdpclean_card .mdpclean_image{
  height:248px !important;
  min-height:248px !important;
  max-height:248px !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_body,
.travel-pro-cards-section .mdpclean_card .mdpclean_card_body{
  width:calc(100% - 24px) !important;
  max-width:calc(100% - 24px) !important;
  margin:-22px auto 12px !important;
  padding:18px 16px 16px !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_body h3,
.travel-pro-cards-section .mdpclean_card .mdpclean_card_body h3,
.mdpclean_card_body h3,
.wpdt3_card_title,
.mdt_card_title_0z9x{
  margin:0 0 8px !important;
  font-size:clamp(18px,1.9vw,21px) !important;
  line-height:1.24 !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_body p,
.travel-pro-cards-section .mdpclean_card .mdpclean_card_body p{
  margin:0 0 14px !important;
  font-size:14px !important;
  line-height:1.5 !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features,
.travel-pro-cards-section .mdpclean_card .mdpclean_features{
  gap:8px !important;
  margin:14px 0 14px !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features li,
.travel-pro-cards-section .mdpclean_card .mdpclean_features li{
  gap:7px !important;
  font-size:12.5px !important;
  line-height:1.22 !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features li i,
.travel-pro-cards-section .mdpclean_card .mdpclean_features li i{
  width:32px !important;
  height:32px !important;
  min-width:32px !important;
  flex:0 0 32px !important;
  border-radius:10px !important;
  font-size:13px !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_btn,
.travel-pro-cards-section .mdpclean_card .mdpclean_card_btn{
  min-height:48px !important;
  padding:12px 16px !important;
  font-size:15px !important;
}
@media (max-width:700px){
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_image,
  .travel-pro-cards-section .mdpclean_card .mdpclean_image{
    height:228px !important;
    min-height:228px !important;
    max-height:228px !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_body,
  .travel-pro-cards-section .mdpclean_card .mdpclean_card_body{
    width:calc(100% - 20px) !important;
    max-width:calc(100% - 20px) !important;
    margin:-20px auto 12px !important;
    padding:16px 14px 14px !important;
  }
}


/* Travel Pro v2.1.40 - final compact tour cards, badge position and no feature overflow */
.mdpclean_page .mdpclean_grid,
.travel-pro-cards-section .mdpclean_grid{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:24px !important;
  align-items:stretch !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card,
.travel-pro-cards-section .mdpclean_grid > .mdpclean_card,
.travel-pro-cards-section .mdpclean_card{
  border-radius:22px !important;
  overflow:hidden !important;
  min-height:0 !important;
  height:auto !important;
  box-shadow:0 12px 30px rgba(67,12,5,.08) !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_image,
.travel-pro-cards-section .mdpclean_card .mdpclean_image{
  height:238px !important;
  min-height:238px !important;
  max-height:238px !important;
  border-radius:22px 22px 0 0 !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_image img,
.travel-pro-cards-section .mdpclean_card .mdpclean_image img{
  height:100% !important;
  min-height:100% !important;
  object-fit:cover !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_badges,
.travel-pro-cards-section .mdpclean_card .mdpclean_badges{
  top:14px !important;
  left:18px !important;
  right:18px !important;
  bottom:auto !important;
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:flex-start !important;
  justify-content:space-between !important;
  gap:10px !important;
  max-width:calc(100% - 36px) !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_badge,
.travel-pro-cards-section .mdpclean_card .mdpclean_badge{
  min-width:0 !important;
  max-width:52% !important;
  padding:8px 13px !important;
  border-radius:999px !important;
  font-size:13px !important;
  line-height:1 !important;
  font-weight:900 !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_badge_location,
.travel-pro-cards-section .mdpclean_card .mdpclean_badge_location{
  order:1 !important;
  margin-left:0 !important;
  margin-right:auto !important;
  background:#430C05 !important;
  color:#FFFFFF !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_badge:not(.mdpclean_badge_location),
.travel-pro-cards-section .mdpclean_card .mdpclean_badge:not(.mdpclean_badge_location){
  order:2 !important;
  margin-left:auto !important;
  margin-right:0 !important;
  background:#B34F1F !important;
  color:#FFFFFF !important;
  border-color:#B34F1F !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_badge i,
.travel-pro-cards-section .mdpclean_card .mdpclean_badge i{
  color:#FFFFFF !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_body,
.travel-pro-cards-section .mdpclean_card .mdpclean_card_body{
  width:calc(100% - 34px) !important;
  max-width:calc(100% - 34px) !important;
  margin:-33px auto 16px !important;
  padding:18px 18px 16px !important;
  border-radius:20px !important;
  overflow:hidden !important;
  min-height:0 !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_body h3,
.travel-pro-cards-section .mdpclean_card .mdpclean_card_body h3,
.mdpclean_card_body h3,
.wpdt3_card_title,
.mdt_card_title_0z9x{
  display:block !important;
  margin:0 0 8px !important;
  font-size:clamp(18px,1.9vw,21px) !important;
  line-height:1.23 !important;
  font-weight:900 !important;
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
  -webkit-line-clamp:unset !important;
  line-clamp:unset !important;
  -webkit-box-orient:initial !important;
  overflow-wrap:break-word !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_body p,
.travel-pro-cards-section .mdpclean_card .mdpclean_card_body p{
  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
  min-height:0 !important;
  margin:0 0 14px !important;
  font-size:14px !important;
  line-height:1.5 !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features,
.travel-pro-cards-section .mdpclean_card .mdpclean_features{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:10px !important;
  width:100% !important;
  max-width:100% !important;
  margin:14px 0 14px !important;
  overflow:hidden !important;
  padding:0 !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features li,
.travel-pro-cards-section .mdpclean_card .mdpclean_features li{
  min-width:0 !important;
  max-width:100% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:7px !important;
  padding:0 !important;
  font-size:13px !important;
  line-height:1.22 !important;
  font-weight:900 !important;
  white-space:normal !important;
  overflow:hidden !important;
  overflow-wrap:anywhere !important;
  word-break:normal !important;
  text-overflow:clip !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features li i,
.travel-pro-cards-section .mdpclean_card .mdpclean_features li i{
  width:34px !important;
  height:34px !important;
  min-width:34px !important;
  flex:0 0 34px !important;
  border-radius:11px !important;
}
.mdpclean_feature_text{
  display:block !important;
  min-width:0 !important;
  max-width:100% !important;
  overflow:hidden !important;
  overflow-wrap:anywhere !important;
  word-break:normal !important;
  white-space:normal !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_btn,
.travel-pro-cards-section .mdpclean_card .mdpclean_card_btn{
  min-height:50px !important;
  padding:12px 18px !important;
  border-radius:16px !important;
  font-size:16px !important;
}
@media (max-width:1024px){
  .mdpclean_page .mdpclean_grid,
  .travel-pro-cards-section .mdpclean_grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width:700px){
  .mdpclean_page .mdpclean_grid,
  .travel-pro-cards-section .mdpclean_grid{grid-template-columns:1fr !important;gap:20px !important;}
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_image,
  .travel-pro-cards-section .mdpclean_card .mdpclean_image{
    height:218px !important;
    min-height:218px !important;
    max-height:218px !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_body,
  .travel-pro-cards-section .mdpclean_card .mdpclean_card_body{
    width:calc(100% - 26px) !important;
    max-width:calc(100% - 26px) !important;
    margin:-28px auto 14px !important;
    padding:16px 14px 14px !important;
  }
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_body h3,
  .travel-pro-cards-section .mdpclean_card .mdpclean_card_body h3,
  .mdpclean_card_body h3,
  .wpdt3_card_title,
  .mdt_card_title_0z9x{font-size:19px !important;line-height:1.24 !important;}
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features,
  .travel-pro-cards-section .mdpclean_card .mdpclean_features{gap:8px !important;}
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features li,
  .travel-pro-cards-section .mdpclean_card .mdpclean_features li{font-size:12.5px !important;}
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features li i,
  .travel-pro-cards-section .mdpclean_card .mdpclean_features li i{
    width:32px !important;height:32px !important;min-width:32px !important;flex-basis:32px !important;
  }
}
/* Travel Pro v2.1.41 - homepage card feature icon/text alignment fix
   Keeps each icon visually attached to its label and prevents broken words like Chefcha/ouen. */
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features,
.travel-pro-cards-section .mdpclean_card .mdpclean_features{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:8px !important;
  width:100% !important;
  max-width:100% !important;
  overflow:visible !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features li,
.travel-pro-cards-section .mdpclean_card .mdpclean_features li{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:6px !important;
  min-width:0 !important;
  max-width:100% !important;
  padding:0 !important;
  text-align:center !important;
  font-size:12px !important;
  line-height:1.18 !important;
  font-weight:900 !important;
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
  overflow-wrap:normal !important;
  word-break:keep-all !important;
  hyphens:none !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features li i,
.travel-pro-cards-section .mdpclean_card .mdpclean_features li i{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:30px !important;
  height:30px !important;
  min-width:30px !important;
  flex:0 0 30px !important;
  margin:0 auto !important;
  border-radius:10px !important;
  font-size:13px !important;
  line-height:1 !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features li .mdpclean_feature_text,
.travel-pro-cards-section .mdpclean_card .mdpclean_features li .mdpclean_feature_text,
.mdpclean_feature_text{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  text-align:center !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  overflow-wrap:normal !important;
  word-break:keep-all !important;
  hyphens:none !important;
}
@media (max-width:700px){
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features,
  .travel-pro-cards-section .mdpclean_card .mdpclean_features{gap:7px !important;}
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features li,
  .travel-pro-cards-section .mdpclean_card .mdpclean_features li{font-size:11.5px !important;line-height:1.18 !important;}
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features li i,
  .travel-pro-cards-section .mdpclean_card .mdpclean_features li i{width:29px !important;height:29px !important;min-width:29px !important;flex-basis:29px !important;}
}
@media (max-width:390px){
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features,
  .travel-pro-cards-section .mdpclean_card .mdpclean_features{gap:6px !important;}
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features li,
  .travel-pro-cards-section .mdpclean_card .mdpclean_features li{font-size:11px !important;}
  .mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features li i,
  .travel-pro-cards-section .mdpclean_card .mdpclean_features li i{width:28px !important;height:28px !important;min-width:28px !important;flex-basis:28px !important;}
}



/* travel-pro-v2-1-45-highlights-three-per-row
   Force highlights to 3 cards per row and stop city names splitting mid-word. */
.ftm-tour-page #tour-highlights .ftm-highlights{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:12px !important;
  width:100% !important;
  max-width:100% !important;
  overflow:visible !important;
}
.ftm-tour-page #tour-highlights .ftm-pill{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:10px !important;
  width:100% !important;
  min-width:0 !important;
  max-width:100% !important;
  min-height:54px !important;
  padding:10px 12px !important;
  overflow:hidden !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}
.ftm-tour-page #tour-highlights .ftm-pill-icon{
  width:36px !important;
  height:36px !important;
  min-width:36px !important;
  flex:0 0 36px !important;
}
.ftm-tour-page #tour-highlights .ftm-pill-text,
.ftm-tour-page #tour-highlights .ftm-pill span.ftm-pill-text{
  display:block !important;
  min-width:0 !important;
  max-width:100% !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
  text-overflow:clip !important;
  font-size:14px !important;
  line-height:1.3 !important;
  font-weight:800 !important;
}
@media (max-width:900px){
  .ftm-tour-page #tour-highlights .ftm-highlights{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width:560px){
  .ftm-tour-page #tour-highlights .ftm-highlights{grid-template-columns:1fr !important;}
}

/* Travel Pro v2.1.45 - red/brown theme + centered highlight icons */
.ftm-tour-page{
  --nt-primary:#B34F1F !important;
  --nt-secondary:#430C05 !important;
  --nt-bg:#FFFFFF !important;
  --nt-text:#430C05 !important;
  --nt-muted:#430C05 !important;
  --nt-line:#B34F1F !important;
  --ftm-primary:#B34F1F !important;
  --ftm-blue:#430C05 !important;
  --ftm-blue-dark:#430C05 !important;
  --ftm-text:#430C05 !important;
  --ftm-muted:#430C05 !important;
  --ftm-line:#B34F1F !important;
  background:#FFFFFF !important;
}
.ftm-tour-page .ftm-card,
.ftm-tour-page .ftm-practical-item,
.ftm-tour-page .ftm-pill,
.ftm-tour-page .ftm-help-row,
.ftm-tour-page .ftm-meta div,
.ftm-tour-page .ftm-inclusion-box,
.ftm-tour-page .ftm-faq-item,
.ftm-tour-page .ftm-review-form-wrap,
.ftm-tour-page .ftm-review-item,
.ftm-tour-page .ftm-review-empty,
.ftm-tour-page .ftm-google-review-item,
.ftm-tour-page .ftm-map-embed{
  background:linear-gradient(180deg,#FFFFFF 0%,#FFFFFF 100%) !important;
  border-color:#B34F1F !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,
.ftm-tour-page #tour-highlights .ftm-pill-text{color:#430C05 !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,
.ftm-tour-page .ftm-review-stars,
.ftm-tour-page .ftm-review-item-stars,
.ftm-tour-page .faq-question i:first-child,
.ftm-tour-page .faq-question i.fa-chevron-down{color:#B34F1F !important;}
.ftm-tour-page .ftm-card h2,
.ftm-tour-page .ftm-inclusion-box h3{border-color:#B34F1F !important;}
.ftm-tour-page .ftm-btn-primary,
.ftm-tour-page .ftm-submit,
.ftm-mobile-book-btn,
.mdpclean_card_btn,
.mdpclean_more_btn,
.wpdt3_button{
  background:linear-gradient(135deg,#B34F1F 0%,#430C05 100%) !important;
  border-color:#430C05 !important;
  color:#FFFFFF !important;
}
.mdpclean_page,
.travel-pro-cards-section,
.wpdt3_section{
  --mdpclean_ink:#430C05 !important;
  --mdpclean_text:#430C05 !important;
  --mdpclean_red:#B34F1F !important;
  --mdpclean_red_dark:#B34F1F !important;
  --mdpclean_orange:#430C05 !important;
  --mdpclean_border:#B34F1F !important;
  background:#FFFFFF !important;
}
.mdpclean_card,
.wpdt3_card{background:#FFFFFF !important;border-color:#B34F1F !important;}
.mdpclean_badge_location,
.wpdt3_badge_location{background:#430C05 !important;color:#FFFFFF !important;}
.mdpclean_price_badge,
.wpdt3_price_badge{background:#B34F1F !important;color:#FFFFFF !important;}
.mdpclean_features li,
.wpdt3_features li{background:#FFFFFF !important;border-color:#B34F1F !important;color:#430C05 !important;}
.mdpclean_features i,
.wpdt3_features i,
.mdpclean_badge i,
.wpdt3_badge i{color:#B34F1F !important;}
.ftm-tour-page #tour-highlights .ftm-pill{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:12px !important;
  min-height:54px !important;
  padding:11px 14px !important;
  background:linear-gradient(180deg,#FFFFFF 0%,#FFFFFF 100%) !important;
  border-color:#B34F1F !important;
}
.ftm-tour-page #tour-highlights .ftm-pill-icon{
  width:38px !important;
  height:38px !important;
  min-width:38px !important;
  flex:0 0 38px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  place-items:center !important;
  padding:0 !important;
  margin:0 !important;
  line-height:1 !important;
  text-align:center !important;
  border-radius:14px !important;
  background:#FFFFFF !important;
  border:1px solid #B34F1F !important;
  color:#B34F1F !important;
}
.ftm-tour-page #tour-highlights .ftm-pill-icon i{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:100% !important;
  margin:0 !important;
  padding:0 !important;
  line-height:1 !important;
  color:#B34F1F !important;
  text-align:center !important;
}
.ftm-tour-page #tour-highlights .ftm-highlights{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:12px !important;}
@media (max-width:900px){.ftm-tour-page #tour-highlights .ftm-highlights{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}}
@media (max-width:560px){.ftm-tour-page #tour-highlights .ftm-highlights{grid-template-columns:1fr !important;}}

/* Travel Pro v2.1.45 - exact two brand colors + solid buttons + centered highlight icons */
.ftm-tour-page,
.mdpclean_page,
.travel-pro-cards-section,
.wpdt3_section{
  --nt-primary:#B34F1F !important;
  --nt-secondary:#430C05 !important;
  --nt-bg:#FFFFFF !important;
  --nt-text:#430C05 !important;
  --nt-muted:#430C05 !important;
  --nt-line:rgba(67,12,5,.18) !important;
  --nt-button-text:#FFFFFF !important;
  --ftm-primary:#B34F1F !important;
  --ftm-blue:#430C05 !important;
  --ftm-blue-dark:#430C05 !important;
  --ftm-text:#430C05 !important;
  --ftm-muted:#430C05 !important;
  --ftm-line:rgba(67,12,5,.18) !important;
  --tp-brand-orange:#B34F1F !important;
  --tp-brand-orange-dark:#B34F1F !important;
  --tp-brand-blue:#430C05 !important;
  --tp-brand-blue-2:#430C05 !important;
  --tp-premium-primary:#B34F1F !important;
  --tp-premium-secondary:#430C05 !important;
  --tp-premium-text:#430C05 !important;
  --mdpclean_ink:#430C05 !important;
  --mdpclean_text:#430C05 !important;
  --mdpclean_red:#B34F1F !important;
  --mdpclean_red_dark:#B34F1F !important;
  --mdpclean_orange:#430C05 !important;
  --mdpclean_border:rgba(67,12,5,.18) !important;
}
.ftm-tour-page .ftm-title,
.ftm-tour-page .ftm-card h2,
.ftm-tour-page .ftm-card h3,
.ftm-tour-page #tour-highlights h2,
.ftm-tour-page #tour-itinerary h2,
.ftm-tour-page #tour-included h2,
.ftm-tour-page #tour-faq h2,
.ftm-tour-page .step-route-title,
.ftm-tour-page .step-title-line,
.ftm-tour-page .itinerary-description,
.ftm-tour-page .itinerary-description p,
.ftm-tour-page .step-content-card p,
.ftm-tour-page #tour-highlights .ftm-pill,
.ftm-tour-page #tour-highlights .ftm-pill span,
.ftm-tour-page #tour-highlights .ftm-pill-text,
.mdpclean_card_body h3,
.mdpclean_card_body p,
.mdpclean_head h2,
.mdpclean_head p,
.wpdt3_card,
.wpdt3_card *{
  color:#430C05 !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,
.ftm-tour-page .ftm-review-stars,
.ftm-tour-page .ftm-review-item-stars,
.ftm-tour-page .faq-question i:first-child,
.ftm-tour-page .faq-question i.fa-chevron-down,
.ftm-tour-page .icon-check,
.ftm-tour-page .icon-xmark,
.ftm-tour-page #tour-highlights .ftm-pill-icon,
.ftm-tour-page #tour-highlights .ftm-pill-icon i,
.ftm-tour-page #tour-highlights .ftm-pill-icon svg,
.mdpclean_features i,
.wpdt3_features i,
.mdpclean_badge i,
.wpdt3_badge i{
  color:#B34F1F !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,
.ftm-tour-page .ftm-side-btn,
.ftm-tour-page .ftm-side-btn:hover,
.ftm-tour-page .ftm-side-btn:focus,
.ftm-tour-page .ftm-tour-card__button,
.ftm-tour-page .ftm-tour-card__button:hover,
.ftm-tour-page .ftm-tour-card__button:focus,
.ftm-tour-page .step-title-line strong,
.ftm-tour-page .itinerary-step .step-title-line strong,
.ftm-mobile-book-btn,
.ftm-mobile-book-btn:hover,
.ftm-mobile-book-btn:focus,
.mdpclean_card_btn,
.mdpclean_card_btn:hover,
.mdpclean_more_btn,
.mdpclean_more_btn:hover,
.wpdt3_button,
.wpdt3_button:hover,
.zt-view-all,
.zt-view-all-mobile{
  background:#B34F1F !important;
  background-image:none !important;
  border-color:#B34F1F !important;
  color:#FFFFFF !important;
  -webkit-text-fill-color:#FFFFFF !important;
  box-shadow:none !important;
}
.ftm-tour-page .ftm-card,
.ftm-tour-page #tour-highlights,
.ftm-tour-page #tour-itinerary,
.ftm-tour-page #tour-included,
.ftm-tour-page #tour-faq,
.ftm-tour-page .step-content-card,
.ftm-tour-page .ftm-practical-item,
.ftm-tour-page .ftm-pill,
.ftm-tour-page .ftm-help-row,
.ftm-tour-page .ftm-meta div,
.ftm-tour-page .ftm-inclusion-box,
.ftm-tour-page .includes-card,
.ftm-tour-page .ftm-faq-item,
.ftm-tour-page .ftm-review-form-wrap,
.ftm-tour-page .ftm-review-item,
.ftm-tour-page .ftm-review-empty,
.ftm-tour-page .ftm-google-review-item,
.ftm-tour-page .ftm-map-embed,
.mdpclean_card,
.wpdt3_card,
.mdpclean_features li,
.wpdt3_features li{
  background:#FFFFFF !important;
  background-image:none !important;
  border-color:rgba(67,12,5,.18) !important;
  color:#430C05 !important;
}
.ftm-tour-page .step-circle,
.ftm-tour-page .itinerary-step .step-circle{
  background:#FFFFFF !important;
  border-color:#B34F1F !important;
  color:#B34F1F !important;
  box-shadow:0 0 0 5px rgba(179,79,31,.14) !important;
}
.ftm-tour-page .step-circle::after,
.ftm-tour-page .step-circle:after{
  background:#B34F1F !important;
  background-image:none !important;
}
.ftm-tour-page .step-line{
  background:#430C05 !important;
  background-image:none !important;
  opacity:.24 !important;
}
.ftm-tour-page #tour-highlights .ftm-highlights{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:12px !important;
  width:100% !important;
  max-width:100% !important;
}
.ftm-tour-page #tour-highlights .ftm-pill{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:12px !important;
  min-height:54px !important;
  padding:11px 14px !important;
  border:1px solid rgba(67,12,5,.18) !important;
  border-radius:16px !important;
  overflow:hidden !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}
.ftm-tour-page #tour-highlights .ftm-pill-icon{
  width:38px !important;
  height:38px !important;
  min-width:38px !important;
  flex:0 0 38px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  place-items:center !important;
  padding:0 !important;
  margin:0 !important;
  line-height:1 !important;
  text-align:center !important;
  border-radius:14px !important;
  background:rgba(179,79,31,.10) !important;
  background-image:none !important;
  border:1px solid rgba(179,79,31,.18) !important;
}
.ftm-tour-page #tour-highlights .ftm-pill-icon i,
.ftm-tour-page #tour-highlights .ftm-pill-icon svg{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:100% !important;
  margin:0 !important;
  padding:0 !important;
  line-height:1 !important;
  text-align:center !important;
}
.ftm-tour-page #tour-highlights .ftm-pill-text,
.ftm-tour-page #tour-highlights .ftm-pill span.ftm-pill-text{
  display:block !important;
  min-width:0 !important;
  max-width:100% !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
  text-overflow:clip !important;
  font-size:14px !important;
  line-height:1.3 !important;
  font-weight:800 !important;
}
@media (max-width:900px){
  .ftm-tour-page #tour-highlights .ftm-highlights{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width:560px){
  .ftm-tour-page #tour-highlights .ftm-highlights{grid-template-columns:1fr !important;}
}



/* Travel Pro v2.1.48 - final exact two-color system: #B34F1F + #430C05.
   Fixes archive/home cards, single tour cards, gallery controls, and icon alignment. */
:root{--travel-pro-primary:#B34F1F;--travel-pro-secondary:#430C05;}
.ftm-tour-page,
.mdpclean_page,
.travel-pro-cards-section,
.wpdt3_page,
.wpdt3_section,
.mdpclean_page *:not(.fa):not(.fas):not(.far):not(.fab),
.travel-pro-cards-section *:not(.fa):not(.fas):not(.far):not(.fab),
.wpdt3_page *:not(.fa):not(.fas):not(.far):not(.fab){
  --nt-primary:#B34F1F !important;
  --nt-secondary:#430C05 !important;
  --nt-text:#430C05 !important;
  --nt-muted:#430C05 !important;
  --nt-line:rgba(67,12,5,.22) !important;
  --ftm-primary:#B34F1F !important;
  --ftm-blue:#430C05 !important;
  --ftm-blue-dark:#430C05 !important;
  --ftm-text:#430C05 !important;
  --ftm-muted:#430C05 !important;
  --ftm-line:rgba(67,12,5,.22) !important;
  --tp-brand-orange:#B34F1F !important;
  --tp-brand-orange-dark:#B34F1F !important;
  --tp-brand-blue:#430C05 !important;
  --tp-brand-blue-soft:#430C05 !important;
  --tp-brand-blue-2:#430C05 !important;
  --tp-premium-primary:#B34F1F !important;
  --tp-premium-secondary:#430C05 !important;
  --tp-premium-text:#430C05 !important;
  --tp-body-text:#430C05 !important;
  --tp-body-text-strong:#430C05 !important;
  --tp-help-copy:#430C05 !important;
  --tp-help-strong:#430C05 !important;
  --tp-help-heading:#430C05 !important;
  --mdpclean_ink:#430C05 !important;
  --mdpclean_text:#430C05 !important;
  --mdpclean_red:#B34F1F !important;
  --mdpclean_red_dark:#B34F1F !important;
  --mdpclean_orange:#430C05 !important;
  --mdpclean_border:rgba(67,12,5,.22) !important;
}
.ftm-tour-page .ftm-title,
.ftm-tour-page h1,
.ftm-tour-page h2,
.ftm-tour-page h3,
.ftm-tour-page h4,
.ftm-tour-page p,
.ftm-tour-page span,
.ftm-tour-page li,
.ftm-tour-page .step-route-title,
.ftm-tour-page .step-title-line,
.ftm-tour-page .itinerary-description,
.ftm-tour-page .itinerary-description p,
.ftm-tour-page .step-content-card p,
.ftm-tour-page .faq-question,
.ftm-tour-page .faq-answer,
.ftm-tour-page .include-row strong,
.ftm-tour-page .include-row span,
.mdpclean_head h2,
.mdpclean_head p,
.mdpclean_card_body h3,
.mdpclean_card_body p,
.mdpclean_features li,
.mdpclean_feature_text,
.wpdt3_title,
.wpdt3_subtitle,
.wpdt3_card_title,
.wpdt3_desc_line,
.wpdt3_features li{
  color:#430C05 !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,
.ftm-tour-page .ftm-review-stars,
.ftm-tour-page .ftm-review-item-stars,
.ftm-tour-page .faq-question i,
.ftm-tour-page .icon-check,
.ftm-tour-page .icon-xmark,
.ftm-tour-page #tour-highlights .ftm-pill-icon,
.ftm-tour-page #tour-highlights .ftm-pill-icon i,
.ftm-tour-page #tour-highlights .ftm-pill-icon svg,
.mdpclean_badge i,
.mdpclean_features i,
.wpdt3_badge i,
.wpdt3_features i{
  color:#B34F1F !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-submit,
.ftm-tour-page .ftm-submit:hover,
.ftm-tour-page .ftm-submit:focus,
.ftm-tour-page .ftm-side-btn,
.ftm-tour-page .ftm-side-btn:hover,
.ftm-tour-page .ftm-side-btn:focus,
.ftm-tour-page .step-title-line strong,
.ftm-tour-page .itinerary-step .step-title-line strong,
.ftm-mobile-book-btn,
.ftm-mobile-book-btn:hover,
.ftm-mobile-book-btn:focus,
.mdpclean_card_btn,
.mdpclean_card_btn:hover,
.mdpclean_card_btn:focus,
.mdpclean_more_btn,
.mdpclean_more_btn:hover,
.mdpclean_more_btn:focus,
.wpdt3_button,
.wpdt3_button:hover,
.wpdt3_button:focus,
.zt-view-all,
.zt-view-all-mobile{
  background:#B34F1F !important;
  background-image:none !important;
  border-color:#B34F1F !important;
  color:#FFFFFF !important;
  -webkit-text-fill-color:#FFFFFF !important;
  box-shadow:none !important;
}
.ftm-tour-page .ftm-card,
.ftm-tour-page .ftm-booking,
.ftm-tour-page .ftm-help-card,
.ftm-tour-page #tour-overview .tour-description-card,
.ftm-tour-page #tour-practical-details,
.ftm-tour-page #tour-highlights,
.ftm-tour-page #tour-itinerary,
.ftm-tour-page #tour-included,
.ftm-tour-page #tour-faq,
.ftm-tour-page .step-content-card,
.ftm-tour-page .ftm-practical-item,
.ftm-tour-page .ftm-pill,
.ftm-tour-page .ftm-help-row,
.ftm-tour-page .ftm-meta div,
.ftm-tour-page .ftm-inclusion-box,
.ftm-tour-page .includes-card,
.ftm-tour-page .faq-item,
.ftm-tour-page .ftm-faq-item,
.ftm-tour-page .ftm-review-form-wrap,
.ftm-tour-page .ftm-review-item,
.ftm-tour-page .ftm-review-empty,
.ftm-tour-page .ftm-google-review-item,
.ftm-tour-page .ftm-map-embed,
.mdpclean_card,
.wpdt3_card,
.mdpclean_features li,
.wpdt3_features li{
  background:#FFFFFF !important;
  background-image:none !important;
  border-color:rgba(67,12,5,.22) !important;
  color:#430C05 !important;
}
/* Tour/archive card badges and feature icons */
.mdpclean_badge_location,
.wpdt3_badge_location{
  background:#430C05 !important;
  background-image:none !important;
  border-color:#430C05 !important;
  color:#FFFFFF !important;
  box-shadow:none !important;
}
.mdpclean_price_badge,
.wpdt3_price_badge,
.mdpclean_badge:not(.mdpclean_badge_location),
.wpdt3_badge:not(.wpdt3_badge_location){
  background:#B34F1F !important;
  background-image:none !important;
  border-color:#B34F1F !important;
  color:#FFFFFF !important;
  box-shadow:none !important;
}
.mdpclean_badge_location i,
.wpdt3_badge_location i,
.mdpclean_badge:not(.mdpclean_badge_location) i,
.wpdt3_badge:not(.wpdt3_badge_location) i{
  color:#FFFFFF !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card,
.travel-pro-cards-section .mdpclean_card,
.wpdt3_card{
  border:1px solid rgba(67,12,5,.22) !important;
  box-shadow:none !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card:hover,
.travel-pro-cards-section .mdpclean_card:hover,
.wpdt3_card:hover{
  border-color:#B34F1F !important;
  box-shadow:none !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_card_body,
.travel-pro-cards-section .mdpclean_card .mdpclean_card_body{
  border:1px solid rgba(67,12,5,.22) !important;
  box-shadow:none !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card:hover .mdpclean_card_body,
.travel-pro-cards-section .mdpclean_card:hover .mdpclean_card_body{
  border-color:#B34F1F !important;
  box-shadow:none !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features li i,
.travel-pro-cards-section .mdpclean_card .mdpclean_features li i,
.wpdt3_features li i{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  place-items:center !important;
  width:32px !important;
  height:32px !important;
  min-width:32px !important;
  flex:0 0 32px !important;
  margin:0 auto !important;
  padding:0 !important;
  border:1px solid #B34F1F !important;
  border-radius:11px !important;
  background:#FFFFFF !important;
  background-image:none !important;
  color:#B34F1F !important;
  line-height:1 !important;
  text-align:center !important;
  box-shadow:none !important;
}
.mdpclean_page .mdpclean_grid > .mdpclean_card .mdpclean_features li i:before,
.travel-pro-cards-section .mdpclean_card .mdpclean_features li i:before,
.wpdt3_features li i:before{
  display:block !important;
  line-height:1 !important;
}
/* Single-tour highlight cards: 3 per row and centered icons */
.ftm-tour-page #tour-highlights .ftm-highlights{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:12px !important;
  width:100% !important;
}
.ftm-tour-page #tour-highlights .ftm-pill{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:12px !important;
  min-height:54px !important;
  padding:11px 14px !important;
  border:1px solid rgba(67,12,5,.22) !important;
  border-radius:16px !important;
  background:#FFFFFF !important;
  background-image:none !important;
  overflow:hidden !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}
.ftm-tour-page #tour-highlights .ftm-pill-icon{
  width:38px !important;
  height:38px !important;
  min-width:38px !important;
  flex:0 0 38px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  place-items:center !important;
  padding:0 !important;
  margin:0 !important;
  line-height:1 !important;
  text-align:center !important;
  border-radius:14px !important;
  background:#FFFFFF !important;
  background-image:none !important;
  border:1px solid #B34F1F !important;
  color:#B34F1F !important;
  box-shadow:none !important;
}
.ftm-tour-page #tour-highlights .ftm-pill-icon i,
.ftm-tour-page #tour-highlights .ftm-pill-icon svg{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:100% !important;
  margin:0 !important;
  padding:0 !important;
  line-height:1 !important;
  text-align:center !important;
  color:#B34F1F !important;
}
.ftm-tour-page #tour-highlights .ftm-pill-text,
.ftm-tour-page #tour-highlights .ftm-pill span.ftm-pill-text{
  display:block !important;
  min-width:0 !important;
  max-width:100% !important;
  color:#430C05 !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
  text-overflow:clip !important;
  font-size:14px !important;
  line-height:1.3 !important;
  font-weight:800 !important;
}
@media (max-width:900px){.ftm-tour-page #tour-highlights .ftm-highlights{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}}
@media (max-width:560px){.ftm-tour-page #tour-highlights .ftm-highlights{grid-template-columns:1fr !important;}}
/* Gallery controls/icons: remove blank white pill and center icons */
.ftm-tour-page .zt-mobile-gallery-tools{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.ftm-tour-page .zt-mobile-control,
.ftm-tour-page .ftm-gallery-thumb-more-icon{
  width:40px !important;
  height:40px !important;
  min-width:40px !important;
  border-radius:999px !important;
  border:0 !important;
  background:#B34F1F !important;
  background-image:none !important;
  color:#FFFFFF !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  place-items:center !important;
  padding:0 !important;
  margin:0 !important;
  line-height:1 !important;
  text-align:center !important;
  box-shadow:none !important;
  opacity:1 !important;
}
.ftm-tour-page .zt-mobile-control i,
.ftm-tour-page .ftm-gallery-thumb-more-icon i,
.ftm-tour-page .zt-view-all i,
.ftm-tour-page .zt-view-all-mobile i{
  color:#FFFFFF !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:1em !important;
  height:1em !important;
  line-height:1 !important;
  margin:0 !important;
  padding:0 !important;
}
.ftm-tour-page .zt-view-all,
.ftm-tour-page .zt-view-all-mobile{
  background:#B34F1F !important;
  background-image:none !important;
  color:#FFFFFF !important;
  border:1px solid #B34F1F !important;
  box-shadow:none !important;
  gap:7px !important;
  align-items:center !important;
  justify-content:center !important;
}
.ftm-tour-page .ftm-gallery-thumb.ftm-gallery-thumb--more::before{
  background:rgba(67,12,5,.38) !important;
}
.ftm-tour-page .step-circle,
.ftm-tour-page .itinerary-step .step-circle{
  background:#FFFFFF !important;
  border-color:#B34F1F !important;
  color:#B34F1F !important;
  box-shadow:none !important;
}
.ftm-tour-page .step-circle::after,
.ftm-tour-page .step-circle:after,
.ftm-tour-page .step-line{
  background:#B34F1F !important;
  background-image:none !important;
}
.ftm-tour-page .ftm-review-dot.active{
  background:#B34F1F !important;
  background-image:none !important;
}

/* Travel Pro v2.1.48 - requested review labels, light blue accent, FAQ cleanup, and brown buttons */
:root{
  --travel-pro-primary:#B34F1F;
  --travel-pro-secondary:#430C05;
  --travel-pro-blue:#D26F28;
  --travel-pro-blue-soft:#FFF7ED;
}
.ftm-tour-page,
.mdpclean_page,
.travel-pro-cards-section,
.wpdt3_page,
.wpdt3_section{
  --tp-brand-orange:#B34F1F !important;
  --tp-brand-orange-dark:#B34F1F !important;
  --tp-brand-blue:#430C05 !important;
  --tp-light-blue:#D26F28 !important;
  --tp-light-blue-soft:#FFF7ED !important;
  --nt-primary:#B34F1F !important;
  --nt-secondary:#430C05 !important;
  --nt-blue:#D26F28 !important;
  --ftm-primary:#B34F1F !important;
  --ftm-blue:#430C05 !important;
  --ftm-text:#430C05 !important;
}
/* Main action buttons: one solid brown color */
.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-side-btn,
.ftm-tour-page .ftm-side-btn:hover,
.ftm-tour-page .ftm-side-btn:focus,
.ftm-tour-page .ftm-submit,
.ftm-tour-page .ftm-submit:hover,
.ftm-tour-page .ftm-submit:focus,
.ftm-tour-page .ftm-tour-card__button,
.ftm-tour-page .ftm-tour-card__button:hover,
.ftm-tour-page .ftm-tour-card__button:focus,
.ftm-tour-page .ftm-mobile-book-btn,
.ftm-tour-page .ftm-mobile-book-btn:hover,
.ftm-tour-page .ftm-mobile-book-btn:focus,
.ftm-mobile-book-btn,
.ftm-mobile-book-btn:hover,
.ftm-mobile-book-btn:focus,
.mdpclean_card_btn,
.mdpclean_card_btn:hover,
.mdpclean_card_btn:focus,
.mdpclean_more_btn,
.mdpclean_more_btn:hover,
.mdpclean_more_btn:focus,
.wpdt3_button,
.wpdt3_button:hover,
.wpdt3_button:focus,
.mdt_btn_details_3k7j,
.mdt_btn_details_3k7j:hover,
.mdt_btn_view_all_4l8m,
.mdt_btn_view_all_4l8m:hover,
.zt-view-all,
.zt-view-all:hover,
.zt-view-all-mobile,
.zt-view-all-mobile:hover,
html body #ftmTourModal.ftm-modal .ftm-submit,
html body #ftmTourModal.ftm-modal .ftm-submit:hover,
html body #ftmTourModal.ftm-modal .ftm-submit:focus{
  background:#430C05 !important;
  background-image:none !important;
  border-color:#430C05 !important;
  color:#FFFFFF !important;
  -webkit-text-fill-color:#FFFFFF !important;
  box-shadow:none !important;
  text-decoration:none !important;
}
.ftm-tour-page .ftm-btn-primary i,
.ftm-tour-page .ftm-side-btn i,
.ftm-tour-page .ftm-submit i,
.ftm-tour-page .ftm-mobile-book-btn i,
.mdpclean_card_btn i,
.mdpclean_more_btn i,
.wpdt3_button i,
.zt-view-all i,
.zt-view-all-mobile i{
  color:#FFFFFF !important;
  -webkit-text-fill-color:#FFFFFF !important;
}
/* Keep badges/icons in the brand red, but use brown only for real buttons. */
.mdpclean_price_badge,
.wpdt3_price_badge,
.mdpclean_badge:not(.mdpclean_badge_location),
.wpdt3_badge:not(.wpdt3_badge_location),
.ftm-tour-page .step-title-line strong,
.ftm-tour-page .itinerary-step .step-title-line strong{
  background:#B34F1F !important;
  background-image:none !important;
  border-color:#B34F1F !important;
  color:#FFFFFF !important;
}
/* FAQ: use the new light blue accent so the area is not too dark/plain. */
.ftm-tour-page #tour-faq,
.ftm-tour-page #tour-faq.ftm-card{
  background:#FFFFFF !important;
  border:1px solid rgba(210,111,40,.28) !important;
  box-shadow:none !important;
}
.ftm-tour-page #tour-faq .faq-list{
  gap:14px !important;
}
.ftm-tour-page #tour-faq .faq-item{
  background:#FFFFFF !important;
  border:1px solid rgba(210,111,40,.28) !important;
  border-radius:18px !important;
  box-shadow:none !important;
  overflow:hidden !important;
}
.ftm-tour-page #tour-faq .faq-question,
.ftm-tour-page #tour-faq .faq-question:hover,
.ftm-tour-page #tour-faq .faq-question:focus{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 38px !important;
  align-items:center !important;
  gap:14px !important;
  width:100% !important;
  padding:18px 20px !important;
  background:#FFFFFF !important;
  color:#430C05 !important;
  border:0 !important;
  box-shadow:none !important;
  text-align:left !important;
}
.ftm-tour-page #tour-faq .faq-question-text{
  color:#430C05 !important;
  font-weight:850 !important;
  line-height:1.4 !important;
  overflow-wrap:break-word !important;
}
.ftm-tour-page #tour-faq .faq-question i{
  width:38px !important;
  height:38px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  background:#FFF7ED !important;
  border:1px solid rgba(210,111,40,.35) !important;
  color:#D26F28 !important;
  font-size:13px !important;
}
.ftm-tour-page #tour-faq .faq-answer{
  padding:0 20px 18px !important;
  color:#430C05 !important;
  background:#FFFFFF !important;
}
/* Review form: visible labels for Name, Email and Message + light blue fields */
.ftm-tour-page .ftm-review-form-wrap{
  background:#FFFFFF !important;
  border:1px solid rgba(210,111,40,.32) !important;
  border-radius:22px !important;
  box-shadow:none !important;
}
.ftm-tour-page .ftm-review-form-wrap h3{
  color:#430C05 !important;
  font-weight:900 !important;
}
.ftm-tour-page .ftm-review-form .ftm-field{
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
  overflow:visible !important;
}
.ftm-tour-page .ftm-review-form .ftm-field label,
.ftm-tour-page .ftm-review-form .ftm-field > label,
.ftm-tour-page .ftm-review-form label[for="author"],
.ftm-tour-page .ftm-review-form label[for="email"],
.ftm-tour-page .ftm-review-form label[for="comment"]{
  display:block !important;
  margin:0 !important;
  color:#430C05 !important;
  font-size:14px !important;
  line-height:1.25 !important;
  font-weight:900 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
}
.ftm-tour-page .ftm-review-form .ftm-field label::before{
  content:"";
  display:inline-block;
  width:8px;
  height:8px;
  margin-right:8px;
  border-radius:999px;
  background:#D26F28;
  vertical-align:middle;
}
.ftm-tour-page .ftm-review-form .ftm-field input,
.ftm-tour-page .ftm-review-form .ftm-field textarea{
  display:block !important;
  width:100% !important;
  min-height:52px !important;
  padding:14px 15px !important;
  border:1px solid rgba(210,111,40,.45) !important;
  border-radius:16px !important;
  background:#FFF7ED !important;
  color:#430C05 !important;
  font-size:15px !important;
  line-height:1.45 !important;
  box-shadow:none !important;
  outline:none !important;
}
.ftm-tour-page .ftm-review-form .ftm-field textarea{
  min-height:132px !important;
  resize:vertical !important;
}
.ftm-tour-page .ftm-review-form .ftm-field input::placeholder,
.ftm-tour-page .ftm-review-form .ftm-field textarea::placeholder{
  color:rgba(67,12,5,.58) !important;
  opacity:1 !important;
}
.ftm-tour-page .ftm-review-form .ftm-field input:focus,
.ftm-tour-page .ftm-review-form .ftm-field textarea:focus{
  border-color:#D26F28 !important;
  background:#FFFFFF !important;
  box-shadow:0 0 0 4px rgba(210,111,40,.16) !important;
}
.ftm-tour-page .ftm-rating-pill span{
  border-color:rgba(210,111,40,.35) !important;
  background:#FFFFFF !important;
  color:#430C05 !important;
}
.ftm-tour-page .ftm-rating-pill input:checked + span{
  border-color:#D26F28 !important;
  background:#FFF7ED !important;
  color:#430C05 !important;
}
.ftm-tour-page .ftm-rating-pill i,
.ftm-tour-page .ftm-rating-pills i{
  color:#D26F28 !important;
}
.ftm-tour-page .ftm-submit-review,
.ftm-tour-page .ftm-submit-review:hover,
.ftm-tour-page .ftm-submit-review:focus{
  background:#430C05 !important;
  border-color:#430C05 !important;
  color:#FFFFFF !important;
  background-image:none !important;
}
@media (max-width:640px){
  .ftm-tour-page #tour-faq .faq-question{padding:16px !important;grid-template-columns:minmax(0,1fr) 34px !important;}
  .ftm-tour-page #tour-faq .faq-question i{width:34px !important;height:34px !important;}
  .ftm-tour-page .ftm-review-form-row{grid-template-columns:1fr !important;gap:14px !important;}
}

/* Travel Pro v2.1.48.1 - keep blue label dot off rating pill buttons */
.ftm-tour-page .ftm-review-form .ftm-rating-pill::before{content:none !important;display:none !important;}


/* Travel Pro v2.1.48 - red Book Now buttons + yellow review stars
   Keeps card/View Tour buttons unchanged, but forces booking CTAs on mobile and laptop to #B34F1F. */
.ftm-tour-page .ftm-open-popup,
.ftm-tour-page .ftm-open-popup:link,
.ftm-tour-page .ftm-open-popup:visited,
.ftm-tour-page .ftm-open-popup:hover,
.ftm-tour-page .ftm-open-popup:focus,
.ftm-tour-page .ftm-side-btn.ftm-btn-primary,
.ftm-tour-page .ftm-side-btn.ftm-btn-primary:hover,
.ftm-tour-page .ftm-side-btn.ftm-btn-primary:focus,
.ftm-tour-page .ftm-mobile-book-btn,
.ftm-tour-page .ftm-mobile-book-btn:hover,
.ftm-tour-page .ftm-mobile-book-btn:focus,
.ftm-mobile-book-btn,
.ftm-mobile-book-btn:hover,
.ftm-mobile-book-btn:focus,
html body .ftm-tour-page .ftm-mobile-bookbar .ftm-mobile-book-btn,
html body .ftm-tour-page .ftm-mobile-bookbar .ftm-mobile-book-btn:hover,
html body .ftm-tour-page .ftm-mobile-bookbar .ftm-mobile-book-btn:focus,
html body #ftmTourModal.ftm-modal .ftm-submit,
html body #ftmTourModal.ftm-modal .ftm-submit:hover,
html body #ftmTourModal.ftm-modal .ftm-submit:focus{
  background:#B34F1F !important;
  background-image:none !important;
  border-color:#B34F1F !important;
  color:#FFFFFF !important;
  -webkit-text-fill-color:#FFFFFF !important;
  box-shadow:0 14px 28px rgba(179,79,31,.22) !important;
  text-decoration:none !important;
}
.ftm-tour-page .ftm-open-popup i,
.ftm-tour-page .ftm-side-btn.ftm-btn-primary i,
.ftm-tour-page .ftm-mobile-book-btn i,
html body .ftm-tour-page .ftm-mobile-bookbar .ftm-mobile-book-btn i,
html body #ftmTourModal.ftm-modal .ftm-submit i{
  color:#FFFFFF !important;
  -webkit-text-fill-color:#FFFFFF !important;
}
/* Review submit button remains brown unless it is the booking modal submit. */
.ftm-tour-page .ftm-submit-review,
.ftm-tour-page .ftm-submit-review:hover,
.ftm-tour-page .ftm-submit-review:focus{
  background:#430C05 !important;
  background-image:none !important;
  border-color:#430C05 !important;
  color:#FFFFFF !important;
  -webkit-text-fill-color:#FFFFFF !important;
  box-shadow:none !important;
}
.ftm-tour-page .ftm-submit-review i,
.ftm-tour-page .ftm-submit-review .ftm-btn-icon i{
  color:#FFFFFF !important;
  -webkit-text-fill-color:#FFFFFF !important;
}
/* Stars are yellow, not blue. */
.ftm-tour-page .ftm-stars,
.ftm-tour-page .ftm-review-stars,
.ftm-tour-page .ftm-review-stars i,
.ftm-tour-page .ftm-review-item-stars,
.ftm-tour-page .ftm-review-item-stars i,
.ftm-tour-page .ftm-rating-pill i,
.ftm-tour-page .ftm-rating-pills i,
.ftm-tour-page .ftm-rating-pill input:checked + span i{
  color:#F2B749 !important;
  -webkit-text-fill-color:#F2B749 !important;
}
.ftm-tour-page .ftm-stars .ftm-rating-number,
.ftm-tour-page .ftm-stars .ftm-rating-count{
  color:#430C05 !important;
  -webkit-text-fill-color:#430C05 !important;
}
.ftm-tour-page .ftm-rating-pill span{
  border-color:rgba(242,183,73,.48) !important;
  background:#FFFFFF !important;
  color:#430C05 !important;
}
.ftm-tour-page .ftm-rating-pill input:checked + span{
  border-color:#F2B749 !important;
  background:#FFF3C4 !important;
  color:#430C05 !important;
  box-shadow:0 0 0 3px rgba(242,183,73,.14) !important;
}
.ftm-tour-page .ftm-rating-pill span:hover,
.ftm-tour-page .ftm-rating-pill input:focus + span{
  border-color:#F2B749 !important;
  box-shadow:0 0 0 3px rgba(242,183,73,.12) !important;
}

/* Travel Pro v2.1.46 - requested public tour orange palette */
.ftm-tour-page,
.mdt_wrapper_9x7z,
.ntd_page{
  --tp-main-orange:#B34F1F;
  --tp-bright-orange:#D26F28;
  --tp-gold-highlight:#F2B749;
  --tp-dark-outline:#430C05;
  --ftm-primary:#B34F1F !important;
  --ftm-blue:#430C05 !important;
  --ftm-blue-dark:#430C05 !important;
  --ftm-text:#430C05 !important;
  --ftm-muted:#430C05 !important;
  --nt-primary:#B34F1F !important;
  --nt-secondary:#430C05 !important;
  --nt-text:#430C05 !important;
  --mdt_teal_blue:#430C05 !important;
  --mdt_sand_gold:#F2B749 !important;
  --mdt_text_primary:#430C05 !important;
  --mdt_text_secondary:#430C05 !important;
}
.ftm-tour-page .ftm-btn-primary,
.ftm-tour-page .ftm-submit,
.ftm-mobile-book-btn,
.mdt_btn_view_all_4l8m{
  background:linear-gradient(135deg,#B34F1F 0%,#D26F28 100%) !important;
  border-color:#430C05 !important;
  color:#FFFFFF !important;
  box-shadow:0 10px 24px rgba(179,79,31,.22) !important;
}
.ftm-tour-page .ftm-btn-primary:hover,
.ftm-tour-page .ftm-submit:hover,
.ftm-mobile-book-btn:hover,
.mdt_btn_view_all_4l8m:hover{
  background:linear-gradient(135deg,#D26F28 0%,#B34F1F 100%) !important;
  border-color:#430C05 !important;
  color:#FFFFFF !important;
}
.ftm-tour-page .ftm-stars,
.ftm-tour-page .ftm-review-stars,
.ftm-tour-page .ftm-review-item-stars,
.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 .faq-question i:first-child,
.ftm-tour-page .faq-question i.fa-chevron-down,
.mdt_badge_route_8u4i i,
.ntd_banner_content h1 span,
.section-title span{
  color:#B34F1F !important;
}
.ftm-tour-page .ftm-card h2,
.ftm-tour-page .ftm-card h3,
.ftm-tour-page .ftm-inclusion-box h3,
.ftm-tour-page .ftm-pill,
.ftm-tour-page .fact-card,
.ftm-tour-page .ftm-faq-item{
  border-color:rgba(67,12,5,.18) !important;
}
.ftm-tour-page .ftm-pill .ftm-pill-icon,
.ftm-tour-page .fact-icon{
  background:#FFF7ED !important;
  border-color:#F2B749 !important;
  color:#B34F1F !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,
.mdt_card_title_0z9x,
.section-title{
  color:#430C05 !important;
}

/* Travel Pro v2.1.49 - final requested gold buttons, black titles, soft black paragraphs */
.ftm-tour-page,
.mdt_wrapper_9x7z,
.ntd_page{
  --tp-main-orange:#B34F1F;
  --tp-bright-orange:#D26F28;
  --tp-gold-highlight:#F2B749;
  --tp-dark-outline:#430C05;
  --tp-title-black:#000000;
  --tp-paragraph-soft:#333333;
  --ftm-primary:#F2B749 !important;
  --ftm-blue:#430C05 !important;
  --ftm-blue-dark:#430C05 !important;
  --ftm-text:#333333 !important;
  --ftm-muted:#333333 !important;
  --mdt_teal_blue:#430C05 !important;
  --mdt_sand_gold:#F2B749 !important;
  --mdt_text_primary:#000000 !important;
  --mdt_text_secondary:#333333 !important;
  color:#333333 !important;
}
.ftm-tour-page h1,
.ftm-tour-page h2,
.ftm-tour-page h3,
.ftm-tour-page h4,
.ftm-tour-page h5,
.ftm-tour-page h6,
.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 .step-title-line,
.ftm-tour-page .ftm-google-review-author,
.ftm-tour-page .ftm-price-big,
.ftm-tour-page .ftm-rating-number,
.mdt_wrapper_9x7z h1,
.mdt_wrapper_9x7z h2,
.mdt_wrapper_9x7z h3,
.mdt_wrapper_9x7z h4,
.mdt_card_title_0z9x,
.mdt_heading_main_4k2p,
.ntd_page h1,
.ntd_page h2,
.ntd_page h3,
.ntd_page h4,
.section-title,
.faq-question{
  color:#000000 !important;
  -webkit-text-fill-color:#000000 !important;
}
.ftm-tour-page p,
.ftm-tour-page li,
.ftm-tour-page .description,
.ftm-tour-page .description p,
.ftm-tour-page .tour-description-card .description,
.ftm-tour-page .tour-description-card .description p,
.ftm-tour-page .ftm-faq-answer p,
.ftm-tour-page .ftm-google-review-content p,
.ftm-tour-page .itinerary-description,
.ftm-tour-page .itinerary-description p,
.ftm-tour-page .step-content-card p,
.ftm-tour-page .include-row span,
.ftm-tour-page .ftm-tour-card__body p,
.ftm-tour-page .ftm-destination-copy p,
.mdt_wrapper_9x7z p,
.mdt_wrapper_9x7z li,
.mdt_card_excerpt_1x5v,
.ntd_page p,
.ntd_page li,
.ntd_info_box p,
.faq-answer,
.faq-answer p{
  color:#333333 !important;
  -webkit-text-fill-color:#333333 !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-side-btn,
.ftm-tour-page .ftm-side-btn:hover,
.ftm-tour-page .ftm-side-btn:focus,
.ftm-tour-page .ftm-open-popup,
.ftm-tour-page .ftm-open-popup:hover,
.ftm-tour-page .ftm-open-popup:focus,
.ftm-tour-page .ftm-submit,
.ftm-tour-page .ftm-submit:hover,
.ftm-tour-page .ftm-submit:focus,
.ftm-tour-page .ftm-tour-card__button,
.ftm-tour-page .ftm-tour-card__button:hover,
.ftm-tour-page .ftm-tour-card__button:focus,
.ftm-tour-page .ftm-destination-link,
.ftm-tour-page .ftm-destination-link:hover,
.ftm-tour-page .ftm-destination-link:focus,
.ftm-tour-page .ftm-mobile-book-btn,
.ftm-tour-page .ftm-mobile-book-btn:hover,
.ftm-tour-page .ftm-mobile-book-btn:focus,
.ftm-mobile-book-btn,
.ftm-mobile-book-btn:hover,
.ftm-mobile-book-btn:focus,
html body .ftm-tour-page .ftm-mobile-bookbar .ftm-mobile-book-btn,
html body .ftm-tour-page .ftm-mobile-bookbar .ftm-mobile-book-btn:hover,
html body .ftm-tour-page .ftm-mobile-bookbar .ftm-mobile-book-btn:focus,
html body #ftmTourModal.ftm-modal .ftm-submit,
html body #ftmTourModal.ftm-modal .ftm-submit:hover,
html body #ftmTourModal.ftm-modal .ftm-submit:focus,
.mdt_btn_details_3k7j,
.mdt_btn_details_3k7j:hover,
.mdt_btn_details_3k7j:focus,
.mdt_btn_view_all_4l8m,
.mdt_btn_view_all_4l8m:hover,
.mdt_btn_view_all_4l8m:focus{
  background:#F2B749 !important;
  background-image:none !important;
  border:1px solid #430C05 !important;
  color:#430C05 !important;
  -webkit-text-fill-color:#430C05 !important;
  box-shadow:0 10px 22px rgba(67,12,5,.14) !important;
  text-decoration:none !important;
  filter:none !important;
}
.ftm-tour-page .ftm-btn-primary:hover,
.ftm-tour-page .ftm-side-btn:hover,
.ftm-tour-page .ftm-open-popup:hover,
.ftm-tour-page .ftm-submit:hover,
.ftm-tour-page .ftm-tour-card__button:hover,
.ftm-tour-page .ftm-mobile-book-btn:hover,
.ftm-mobile-book-btn:hover,
.mdt_btn_details_3k7j:hover,
.mdt_btn_view_all_4l8m:hover{
  background:#D26F28 !important;
  background-image:none !important;
  border-color:#430C05 !important;
  color:#430C05 !important;
  -webkit-text-fill-color:#430C05 !important;
  transform:translateY(-1px);
}
.ftm-tour-page .ftm-btn-primary i,
.ftm-tour-page .ftm-side-btn i,
.ftm-tour-page .ftm-open-popup i,
.ftm-tour-page .ftm-submit i,
.ftm-tour-page .ftm-tour-card__button i,
.ftm-tour-page .ftm-mobile-book-btn i,
.ftm-mobile-book-btn i,
html body #ftmTourModal.ftm-modal .ftm-submit i,
.mdt_btn_details_3k7j i,
.mdt_btn_view_all_4l8m i{
  color:#430C05 !important;
  -webkit-text-fill-color:#430C05 !important;
}
.ftm-tour-page input,
.ftm-tour-page textarea,
.ftm-tour-page select,
.mdt_wrapper_9x7z input,
.mdt_wrapper_9x7z textarea,
.mdt_wrapper_9x7z select,
.ntd_page input,
.ntd_page textarea,
.ntd_page select{
  color:#333333 !important;
  border-color:rgba(67,12,5,.22) !important;
}
.ftm-tour-page input:focus,
.ftm-tour-page textarea:focus,
.ftm-tour-page select:focus,
.mdt_wrapper_9x7z input:focus,
.mdt_wrapper_9x7z textarea:focus,
.mdt_wrapper_9x7z select:focus,
.ntd_page input:focus,
.ntd_page textarea:focus,
.ntd_page select:focus{
  border-color:#F2B749 !important;
  box-shadow:0 0 0 3px rgba(242,183,73,.28) !important;
  outline:none !important;
}

/* Travel Pro v2.2.0 marketplace booking + cards refresh */
.travel-pro-cards-section.travel-pro-gyg-cards{
  --tp-gyg-ink:#05073C;
  --tp-gyg-text:#3F4756;
  --tp-gyg-muted:#667085;
  --tp-gyg-border:#D9DEE7;
  --tp-gyg-surface:#FFFFFF;
  --tp-gyg-soft:#F5F7FB;
  --tp-gyg-blue:#006CE4;
  --tp-gyg-blue-dark:#0057B8;
  --tp-gyg-star:#F2B749;
  background:linear-gradient(180deg,#F7F9FC 0%,#FFFFFF 100%) !important;
  padding:clamp(34px,5vw,72px) 0 !important;
  color:var(--tp-gyg-ink) !important;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif !important;
}
.travel-pro-cards-section .travel-pro-gyg-head{text-align:left !important;max-width:900px !important;margin:0 auto 24px !important;}
.travel-pro-cards-section .travel-pro-eyebrow{display:inline-flex !important;align-items:center !important;gap:8px !important;margin-bottom:10px !important;padding:7px 12px !important;border:1px solid rgba(0,108,228,.18) !important;border-radius:999px !important;background:#FFFFFF !important;color:var(--tp-gyg-blue) !important;font-size:13px !important;font-weight:800 !important;line-height:1 !important;box-shadow:0 6px 20px rgba(5,7,60,.05) !important;}
.travel-pro-cards-section .travel-pro-eyebrow i{color:var(--tp-gyg-blue) !important;}
.travel-pro-cards-section.travel-pro-gyg-cards .mdpclean_head h2{color:var(--tp-gyg-ink) !important;font-size:clamp(28px,4vw,46px) !important;line-height:1.08 !important;letter-spacing:-.04em !important;margin:0 0 10px !important;}
.travel-pro-cards-section.travel-pro-gyg-cards .mdpclean_head h2 span{color:var(--tp-gyg-blue) !important;}
.travel-pro-cards-section.travel-pro-gyg-cards .mdpclean_head p{max-width:720px !important;color:var(--tp-gyg-text) !important;font-size:17px !important;line-height:1.65 !important;font-weight:500 !important;margin:0 !important;}
.travel-pro-cards-section .travel-pro-gyg-grid{display:grid !important;grid-template-columns:repeat(auto-fill,minmax(292px,1fr)) !important;gap:24px !important;align-items:stretch !important;}
.travel-pro-cards-section .travel-pro-gyg-card{position:relative !important;display:flex !important;flex-direction:column !important;min-height:100% !important;overflow:hidden !important;border:1px solid var(--tp-gyg-border) !important;border-radius:24px !important;background:var(--tp-gyg-surface) !important;color:var(--tp-gyg-ink) !important;text-decoration:none !important;box-shadow:0 12px 34px rgba(5,7,60,.08) !important;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease !important;}
.travel-pro-cards-section .travel-pro-gyg-card:hover,.travel-pro-cards-section .travel-pro-gyg-card:focus-visible{transform:translateY(-6px) !important;border-color:rgba(0,108,228,.42) !important;box-shadow:0 22px 55px rgba(5,7,60,.14) !important;outline:none !important;}
.travel-pro-cards-section .travel-pro-gyg-image{position:relative !important;height:232px !important;min-height:232px !important;overflow:hidden !important;background:#E8EDF5 !important;border-radius:0 !important;}
.travel-pro-cards-section .travel-pro-gyg-image img{width:100% !important;height:100% !important;display:block !important;object-fit:cover !important;transition:transform .45s ease,filter .45s ease !important;}
.travel-pro-cards-section .travel-pro-gyg-card:hover .travel-pro-gyg-image img{transform:scale(1.055) !important;filter:saturate(1.04) contrast(1.03) !important;}
.travel-pro-cards-section .travel-pro-gyg-image:after{content:"" !important;position:absolute !important;inset:auto 0 0 0 !important;height:48% !important;background:linear-gradient(180deg,rgba(5,7,60,0),rgba(5,7,60,.72)) !important;pointer-events:none !important;}
.travel-pro-cards-section .travel-pro-gyg-top-badge{position:absolute !important;top:14px !important;left:14px !important;z-index:2 !important;display:inline-flex !important;align-items:center !important;gap:7px !important;padding:8px 11px !important;border-radius:999px !important;background:#FFFFFF !important;color:var(--tp-gyg-ink) !important;font-size:12px !important;font-weight:900 !important;box-shadow:0 10px 22px rgba(5,7,60,.16) !important;}
.travel-pro-cards-section .travel-pro-gyg-top-badge i{color:var(--tp-gyg-star) !important;}
.travel-pro-cards-section .travel-pro-gyg-save{position:absolute !important;top:14px !important;right:14px !important;z-index:2 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;width:38px !important;height:38px !important;border-radius:999px !important;background:rgba(255,255,255,.96) !important;color:var(--tp-gyg-ink) !important;box-shadow:0 10px 22px rgba(5,7,60,.14) !important;}
.travel-pro-cards-section .travel-pro-gyg-save i{color:var(--tp-gyg-ink) !important;font-size:16px !important;}
.travel-pro-cards-section .travel-pro-gyg-location{position:absolute !important;left:14px !important;right:14px !important;bottom:14px !important;z-index:2 !important;display:inline-flex !important;align-items:center !important;gap:7px !important;color:#FFFFFF !important;font-size:13px !important;font-weight:800 !important;text-shadow:0 2px 8px rgba(0,0,0,.32) !important;}
.travel-pro-cards-section .travel-pro-gyg-location i{color:#FFFFFF !important;}
.travel-pro-cards-section .travel-pro-gyg-body{display:flex !important;flex:1 1 auto !important;flex-direction:column !important;padding:18px !important;gap:10px !important;background:#FFFFFF !important;}
.travel-pro-cards-section .travel-pro-gyg-scoreline{display:flex !important;align-items:center !important;gap:8px !important;min-height:24px !important;color:var(--tp-gyg-muted) !important;font-size:13px !important;font-weight:700 !important;}
.travel-pro-cards-section .travel-pro-gyg-score{display:inline-flex !important;align-items:center !important;gap:5px !important;color:var(--tp-gyg-ink) !important;}
.travel-pro-cards-section .travel-pro-gyg-score i{color:var(--tp-gyg-star) !important;}
.travel-pro-cards-section .travel-pro-gyg-score strong{color:var(--tp-gyg-ink) !important;font-weight:900 !important;}
.travel-pro-cards-section .travel-pro-gyg-reviews{color:var(--tp-gyg-muted) !important;}
.travel-pro-cards-section .travel-pro-gyg-body h3{color:var(--tp-gyg-ink) !important;font-size:20px !important;line-height:1.28 !important;letter-spacing:-.025em !important;margin:0 !important;font-weight:900 !important;}
.travel-pro-cards-section .travel-pro-gyg-body p{color:var(--tp-gyg-text) !important;font-size:14.5px !important;line-height:1.58 !important;font-weight:500 !important;margin:0 !important;}
.travel-pro-cards-section .travel-pro-gyg-facts{display:flex !important;flex-wrap:wrap !important;gap:8px !important;margin:2px 0 !important;}
.travel-pro-cards-section .travel-pro-gyg-facts span{display:inline-flex !important;align-items:center !important;gap:7px !important;padding:7px 9px !important;border-radius:999px !important;background:var(--tp-gyg-soft) !important;color:var(--tp-gyg-text) !important;font-size:12.5px !important;font-weight:800 !important;}
.travel-pro-cards-section .travel-pro-gyg-facts i{color:var(--tp-gyg-blue) !important;}
.travel-pro-cards-section .travel-pro-gyg-features{display:grid !important;gap:7px !important;margin:4px 0 0 !important;padding:0 !important;list-style:none !important;}
.travel-pro-cards-section .travel-pro-gyg-features li{display:flex !important;align-items:flex-start !important;gap:8px !important;padding:0 !important;border:0 !important;background:transparent !important;color:var(--tp-gyg-text) !important;font-size:13.5px !important;font-weight:600 !important;line-height:1.35 !important;}
.travel-pro-cards-section .travel-pro-gyg-features li i{width:17px !important;min-width:17px !important;margin-top:1px !important;color:#0E9F6E !important;}
.travel-pro-cards-section .travel-pro-gyg-footer{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:12px !important;margin-top:auto !important;padding-top:14px !important;border-top:1px solid #EEF1F5 !important;}
.travel-pro-cards-section .travel-pro-gyg-price{display:grid !important;gap:2px !important;color:var(--tp-gyg-ink) !important;}
.travel-pro-cards-section .travel-pro-gyg-price small{color:var(--tp-gyg-muted) !important;font-size:12px !important;font-weight:800 !important;text-transform:uppercase !important;letter-spacing:.04em !important;}
.travel-pro-cards-section .travel-pro-gyg-price strong{color:var(--tp-gyg-ink) !important;font-size:18px !important;font-weight:950 !important;line-height:1.15 !important;}
.travel-pro-cards-section .travel-pro-gyg-cta{display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:8px !important;min-height:42px !important;white-space:nowrap !important;border:1px solid var(--tp-gyg-blue) !important;border-radius:999px !important;background:var(--tp-gyg-blue) !important;color:#FFFFFF !important;-webkit-text-fill-color:#FFFFFF !important;font-size:13px !important;font-weight:900 !important;padding:0 14px !important;box-shadow:0 10px 24px rgba(0,108,228,.20) !important;}
.travel-pro-cards-section .travel-pro-gyg-cta i{color:#FFFFFF !important;-webkit-text-fill-color:#FFFFFF !important;}
.travel-pro-cards-section .travel-pro-gyg-card:hover .travel-pro-gyg-cta{background:var(--tp-gyg-blue-dark) !important;border-color:var(--tp-gyg-blue-dark) !important;}
@media (max-width:760px){
  .travel-pro-cards-section.travel-pro-gyg-cards{padding:28px 0 !important;}
  .travel-pro-cards-section .travel-pro-gyg-grid{grid-template-columns:1fr !important;gap:18px !important;}
  .travel-pro-cards-section .travel-pro-gyg-head{margin-bottom:18px !important;}
  .travel-pro-cards-section .travel-pro-gyg-image{height:220px !important;min-height:220px !important;}
  .travel-pro-cards-section .travel-pro-gyg-footer{align-items:flex-start !important;flex-direction:column !important;}
  .travel-pro-cards-section .travel-pro-gyg-cta{width:100% !important;}
}


/* Travel Pro v2.3.0 complete professional redesign: premium cards and warm private-tour system */
.travel-pro-cards-section.travel-pro-signature-cards{
  --tp-sig-ink:#16110E;
  --tp-sig-text:#514741;
  --tp-sig-muted:#7A6E66;
  --tp-sig-line:#E9DDD3;
  --tp-sig-cream:#FAF3EC;
  --tp-sig-card:#FFFFFF;
  --tp-sig-copper:#B85F2B;
  --tp-sig-copper-dark:#7B3519;
  --tp-sig-gold:#D9A441;
  background:radial-gradient(circle at top left,rgba(216,164,65,.17),transparent 34%),linear-gradient(180deg,#FFF8F0 0%,#FFFFFF 44%,#F8F1EA 100%) !important;
  padding:clamp(42px,6vw,86px) 0 !important;
  color:var(--tp-sig-text) !important;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif !important;
}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-container{max-width:1200px !important;margin:0 auto !important;padding:0 18px !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-head{max-width:860px !important;margin:0 0 30px !important;text-align:left !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-eyebrow{display:inline-flex !important;align-items:center !important;gap:9px !important;margin:0 0 12px !important;padding:9px 13px !important;border-radius:999px !important;background:#fff !important;border:1px solid var(--tp-sig-line) !important;color:var(--tp-sig-copper) !important;-webkit-text-fill-color:var(--tp-sig-copper) !important;font-size:13px !important;font-weight:950 !important;box-shadow:0 10px 28px rgba(38,20,12,.06) !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-eyebrow i{color:var(--tp-sig-gold) !important;-webkit-text-fill-color:var(--tp-sig-gold) !important;}
.travel-pro-cards-section.travel-pro-signature-cards .mdpclean_head h2{max-width:820px !important;margin:0 0 12px !important;color:var(--tp-sig-ink) !important;-webkit-text-fill-color:var(--tp-sig-ink) !important;font-size:clamp(32px,5vw,62px) !important;line-height:1 !important;letter-spacing:-.06em !important;font-weight:950 !important;}
.travel-pro-cards-section.travel-pro-signature-cards .mdpclean_head h2 span{color:var(--tp-sig-copper) !important;-webkit-text-fill-color:var(--tp-sig-copper) !important;}
.travel-pro-cards-section.travel-pro-signature-cards .mdpclean_head p{max-width:720px !important;margin:0 !important;color:var(--tp-sig-text) !important;-webkit-text-fill-color:var(--tp-sig-text) !important;font-size:17px !important;line-height:1.7 !important;font-weight:500 !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-grid{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:26px !important;align-items:stretch !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card{position:relative !important;display:flex !important;flex-direction:column !important;min-height:100% !important;border-radius:30px !important;background:var(--tp-sig-card) !important;border:1px solid var(--tp-sig-line) !important;overflow:hidden !important;text-decoration:none !important;color:var(--tp-sig-ink) !important;box-shadow:0 24px 60px rgba(38,20,12,.10) !important;transition:transform .32s ease,box-shadow .32s ease,border-color .32s ease !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card:hover,.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card:focus-visible{transform:translateY(-8px) !important;box-shadow:0 34px 86px rgba(38,20,12,.16) !important;border-color:#E0C5A9 !important;outline:none !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card__media{position:relative !important;height:265px !important;min-height:265px !important;border-radius:0 !important;background:#26140d !important;overflow:hidden !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card__media:after{content:"" !important;position:absolute !important;inset:0 !important;background:linear-gradient(180deg,rgba(22,17,14,.05) 10%,rgba(22,17,14,.70) 100%) !important;pointer-events:none !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card__media img{width:100% !important;height:100% !important;display:block !important;object-fit:cover !important;transition:transform .65s ease,filter .65s ease !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card:hover .travel-pro-signature-card__media img{transform:scale(1.07) !important;filter:saturate(1.08) contrast(1.04) !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card__badge{position:absolute !important;left:16px !important;top:16px !important;z-index:3 !important;display:inline-flex !important;align-items:center !important;gap:8px !important;padding:8px 11px !important;border-radius:999px !important;background:rgba(255,255,255,.94) !important;border:1px solid rgba(255,255,255,.72) !important;color:var(--tp-sig-ink) !important;-webkit-text-fill-color:var(--tp-sig-ink) !important;font-size:12px !important;font-weight:950 !important;box-shadow:0 12px 28px rgba(0,0,0,.13) !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card__badge i{color:var(--tp-sig-copper) !important;-webkit-text-fill-color:var(--tp-sig-copper) !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card__rating{position:absolute !important;right:16px !important;top:16px !important;z-index:3 !important;display:grid !important;gap:1px !important;justify-items:end !important;padding:9px 11px !important;border-radius:18px !important;background:rgba(255,255,255,.94) !important;border:1px solid rgba(255,255,255,.72) !important;color:var(--tp-sig-ink) !important;-webkit-text-fill-color:var(--tp-sig-ink) !important;box-shadow:0 12px 28px rgba(0,0,0,.13) !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card__rating i{color:var(--tp-sig-gold) !important;-webkit-text-fill-color:var(--tp-sig-gold) !important;position:absolute !important;left:10px !important;top:11px !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card__rating strong{font-size:16px !important;line-height:1 !important;font-weight:950 !important;padding-left:18px !important;color:var(--tp-sig-ink) !important;-webkit-text-fill-color:var(--tp-sig-ink) !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card__rating small{font-size:10.5px !important;line-height:1.1 !important;color:var(--tp-sig-muted) !important;-webkit-text-fill-color:var(--tp-sig-muted) !important;font-weight:850 !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card__place{position:absolute !important;left:16px !important;right:16px !important;bottom:16px !important;z-index:3 !important;display:flex !important;align-items:center !important;gap:8px !important;color:#fff !important;-webkit-text-fill-color:#fff !important;font-size:14px !important;font-weight:900 !important;text-shadow:0 4px 18px rgba(0,0,0,.4) !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card__place i{color:var(--tp-sig-gold) !important;-webkit-text-fill-color:var(--tp-sig-gold) !important;text-shadow:none !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card__body{display:flex !important;flex:1 1 auto !important;flex-direction:column !important;gap:12px !important;padding:20px !important;background:#fff !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card__meta{display:flex !important;flex-wrap:wrap !important;gap:8px !important;margin-bottom:1px !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card__meta span{display:inline-flex !important;align-items:center !important;gap:7px !important;padding:7px 10px !important;border-radius:999px !important;background:var(--tp-sig-cream) !important;border:1px solid var(--tp-sig-line) !important;color:var(--tp-sig-text) !important;-webkit-text-fill-color:var(--tp-sig-text) !important;font-size:12.5px !important;font-weight:850 !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card__meta i{color:var(--tp-sig-copper) !important;-webkit-text-fill-color:var(--tp-sig-copper) !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card__body h3{margin:0 !important;color:var(--tp-sig-ink) !important;-webkit-text-fill-color:var(--tp-sig-ink) !important;font-size:22px !important;line-height:1.18 !important;letter-spacing:-.035em !important;font-weight:950 !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card__excerpt{margin:0 !important;color:var(--tp-sig-text) !important;-webkit-text-fill-color:var(--tp-sig-text) !important;font-size:14.5px !important;line-height:1.6 !important;font-weight:450 !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card__features{display:grid !important;gap:8px !important;margin:2px 0 0 !important;padding:0 !important;list-style:none !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card__features li{display:grid !important;grid-template-columns:20px minmax(0,1fr) !important;gap:8px !important;align-items:start !important;padding:0 !important;border:0 !important;background:transparent !important;color:var(--tp-sig-text) !important;-webkit-text-fill-color:var(--tp-sig-text) !important;font-size:13.5px !important;line-height:1.38 !important;font-weight:650 !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card__features li i{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:20px !important;height:20px !important;margin:0 !important;border-radius:999px !important;background:#F3E6DA !important;color:var(--tp-sig-copper) !important;-webkit-text-fill-color:var(--tp-sig-copper) !important;font-size:10px !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card__footer{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:14px !important;margin-top:auto !important;padding-top:16px !important;border-top:1px solid var(--tp-sig-line) !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card__price{display:grid !important;gap:2px !important;min-width:0 !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card__price small{color:var(--tp-sig-muted) !important;-webkit-text-fill-color:var(--tp-sig-muted) !important;font-size:11.5px !important;font-weight:950 !important;letter-spacing:.08em !important;text-transform:uppercase !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card__price strong{color:var(--tp-sig-ink) !important;-webkit-text-fill-color:var(--tp-sig-ink) !important;font-size:20px !important;line-height:1.05 !important;font-weight:950 !important;letter-spacing:-.025em !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card__cta,.travel-pro-cards-section.travel-pro-signature-cards .mdpclean_card_btn{display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:8px !important;min-height:44px !important;padding:0 16px !important;border-radius:999px !important;border:1px solid var(--tp-sig-copper-dark) !important;background:linear-gradient(135deg,var(--tp-sig-copper),var(--tp-sig-copper-dark)) !important;color:#fff !important;-webkit-text-fill-color:#fff !important;box-shadow:0 13px 26px rgba(123,53,25,.20) !important;font-size:13.5px !important;font-weight:950 !important;white-space:nowrap !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card__cta i{color:#fff !important;-webkit-text-fill-color:#fff !important;transition:transform .25s ease !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card:hover .travel-pro-signature-card__cta i{transform:translateX(3px) !important;}
.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-more{margin-top:30px !important;text-align:center !important;}
.travel-pro-cards-section.travel-pro-signature-cards .mdpclean_more_btn{display:inline-flex !important;align-items:center !important;gap:9px !important;min-height:48px !important;padding:0 20px !important;border-radius:999px !important;background:#fff !important;border:1px solid var(--tp-sig-line) !important;color:var(--tp-sig-ink) !important;-webkit-text-fill-color:var(--tp-sig-ink) !important;font-weight:950 !important;box-shadow:0 14px 34px rgba(38,20,12,.08) !important;text-decoration:none !important;}
@media (max-width:1024px){.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}}
@media (max-width:700px){.travel-pro-cards-section.travel-pro-signature-cards{padding:32px 0 !important;}.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-grid{grid-template-columns:1fr !important;gap:20px !important;}.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card__media{height:235px !important;min-height:235px !important;}.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card__footer{align-items:stretch !important;flex-direction:column !important;}.travel-pro-cards-section.travel-pro-signature-cards .travel-pro-signature-card__cta{width:100% !important;}.travel-pro-cards-section.travel-pro-signature-cards .mdpclean_head h2{font-size:clamp(30px,9vw,42px) !important;}}


/* Travel Pro v2.6.0 - cleaner card alignment and 250px zoom media */
.travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__media{height:250px !important;min-height:250px !important;}
.travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__media img{transform:scale(1.06) !important;transition:transform .8s ease,filter .8s ease !important;}
.travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card:hover .travel-pro-polished-card__media img{transform:scale(1.16) !important;filter:saturate(1.08) contrast(1.04) !important;}
.travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:8px !important;}
.travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route span{display:flex !important;align-items:center !important;justify-content:flex-start !important;flex-direction:row !important;gap:7px !important;text-align:left !important;min-width:0 !important;padding:9px 7px !important;border-radius:14px !important;background:#fff !important;border:1px solid #ead7c6 !important;}
.travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route i{flex:0 0 28px !important;width:28px !important;height:28px !important;border-radius:10px !important;font-size:12px !important;}
.travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route em{display:block !important;min-width:0 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;font-size:11.5px !important;line-height:1.2 !important;}
.travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__body{gap:13px !important;}
.travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__footer{grid-template-columns:minmax(0,1fr) auto !important;}
@media (max-width:700px){.travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:6px !important;}.travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route span{padding:8px 5px !important;gap:5px !important;}.travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route i{width:25px !important;height:25px !important;flex-basis:25px !important;font-size:11px !important;}.travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route em{font-size:10.5px !important;}.travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__footer{grid-template-columns:1fr !important;}.travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__cta{width:100% !important;}}


/* v3.5 card route text no ellipsis and instant card navigation */
.travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route span{align-items:center !important;}
.travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route em{white-space:normal !important;overflow:visible !important;text-overflow:clip !important;display:block !important;line-height:1.18 !important;word-break:normal !important;overflow-wrap:break-word !important;}
@media (min-width:701px){.travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route em{font-size:11px !important;}.travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route span{min-height:48px !important;}}
@media (max-width:700px){.travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route em{white-space:normal !important;overflow:visible !important;text-overflow:clip !important;font-size:10.5px !important;line-height:1.15 !important;}.travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route span{min-height:45px !important;}}


/* Travel Pro v3.6.0 final: full card meta text + sidebar spacing. */
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:8px !important;
  align-items:stretch !important;
  width:100% !important;
  margin-top:4px !important;
}
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route span{
  min-width:0 !important;
  min-height:62px !important;
  height:auto !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:7px !important;
  text-align:center !important;
  padding:10px 6px 11px !important;
  line-height:1.15 !important;
  overflow:visible !important;
}
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route i{
  flex:0 0 auto !important;
  width:30px !important;
  height:30px !important;
  min-width:30px !important;
  min-height:30px !important;
  margin:0 !important;
}
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route em{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
  word-break:normal !important;
  overflow-wrap:break-word !important;
  hyphens:auto !important;
  font-size:11.5px !important;
  line-height:1.18 !important;
  font-style:normal !important;
  text-align:center !important;
}
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__body{
  padding-bottom:20px !important;
}
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__footer{
  margin-top:4px !important;
}
@media (max-width:700px){
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route{
    gap:7px !important;
  }
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route span{
    min-height:66px !important;
    padding:10px 4px 11px !important;
  }
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route i{
    width:28px !important;
    height:28px !important;
    min-width:28px !important;
    min-height:28px !important;
    font-size:12px !important;
  }
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route em{
    font-size:10.8px !important;
    line-height:1.15 !important;
    letter-spacing:-.01em !important;
  }
}
@media (max-width:380px){
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route{
    gap:5px !important;
  }
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route span{
    min-height:68px !important;
    padding-left:3px !important;
    padding-right:3px !important;
  }
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route em{
    font-size:10px !important;
  }
}
html body .travel-pro-polished-single .ftm-sidebar{
  gap:24px !important;
  padding-bottom:24px !important;
}
html body .travel-pro-polished-single .ftm-booking,
html body .travel-pro-polished-single .ftm-booking.ftm-polished-booking{
  padding-bottom:28px !important;
  margin-bottom:0 !important;
}
html body .travel-pro-polished-single .ftm-booking .ftm-meta,
html body .travel-pro-polished-single .ftm-polished-booking .ftm-meta{
  margin-bottom:8px !important;
  padding-bottom:4px !important;
}
html body .travel-pro-polished-single .ftm-help-card{
  margin-top:4px !important;
  margin-bottom:28px !important;
}
@media (min-width:1025px){
  html body .travel-pro-polished-single .ftm-sidebar{
    position:sticky !important;
    top:112px !important;
    align-self:flex-start !important;
    max-height:calc(100vh - 132px) !important;
    overflow:auto !important;
    overscroll-behavior:contain !important;
    scrollbar-width:thin !important;
  }
  html body.admin-bar .travel-pro-polished-single .ftm-sidebar{
    top:144px !important;
    max-height:calc(100vh - 164px) !important;
  }
}
@media (max-width:1024px){
  html body .travel-pro-polished-single .ftm-sidebar{
    position:static !important;
    max-height:none !important;
    overflow:visible !important;
    gap:18px !important;
    padding-bottom:12px !important;
  }
  html body .travel-pro-polished-single .ftm-booking,
  html body .travel-pro-polished-single .ftm-booking.ftm-polished-booking{
    padding-bottom:22px !important;
  }
  html body .travel-pro-polished-single .ftm-help-card{
    margin-bottom:16px !important;
  }
}


/* Travel Pro v3.7.0 - final card meta row + sidebar overflow fix */
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:8px !important;
  align-items:stretch !important;
  width:100% !important;
  margin-top:4px !important;
  margin-bottom:10px !important;
}
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route span{
  min-width:0 !important;
  min-height:52px !important;
  height:auto !important;
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:7px !important;
  text-align:left !important;
  padding:9px 7px !important;
  line-height:1.18 !important;
  overflow:visible !important;
  white-space:normal !important;
}
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route i{
  flex:0 0 28px !important;
  width:28px !important;
  height:28px !important;
  min-width:28px !important;
  margin:0 !important;
  border-radius:10px !important;
  font-size:12px !important;
}
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route em{
  display:block !important;
  min-width:0 !important;
  max-width:100% !important;
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
  font-size:11.2px !important;
  line-height:1.16 !important;
  font-style:normal !important;
}
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__body{
  padding-bottom:18px !important;
}
@media (max-width:700px){
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:6px !important;
    margin-bottom:12px !important;
  }
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route span{
    min-height:48px !important;
    padding:8px 5px !important;
    gap:5px !important;
  }
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route i{
    flex-basis:24px !important;
    width:24px !important;
    height:24px !important;
    min-width:24px !important;
    font-size:10.5px !important;
  }
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route em{
    font-size:10.2px !important;
    line-height:1.14 !important;
  }
}
@media (max-width:360px){
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route span{
    padding:7px 4px !important;
    gap:4px !important;
  }
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route i{
    flex-basis:22px !important;
    width:22px !important;
    height:22px !important;
    min-width:22px !important;
    font-size:10px !important;
  }
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route em{
    font-size:9.8px !important;
  }
}
html body .travel-pro-polished-single .ftm-sidebar{
  gap:28px !important;
  padding-bottom:32px !important;
  overflow:visible !important;
}
@media (min-width:1025px){
  html body .travel-pro-polished-single .ftm-sidebar{
    position:sticky !important;
    top:112px !important;
    align-self:flex-start !important;
    max-height:none !important;
    overflow:visible !important;
    scrollbar-width:auto !important;
  }
  html body.admin-bar .travel-pro-polished-single .ftm-sidebar{
    top:144px !important;
    max-height:none !important;
  }
}
html body .travel-pro-polished-single .ftm-booking,
html body .travel-pro-polished-single .ftm-booking.ftm-polished-booking{
  overflow:visible !important;
  height:auto !important;
  min-height:0 !important;
  padding-bottom:34px !important;
}
html body .travel-pro-polished-single .ftm-booking .ftm-meta,
html body .travel-pro-polished-single .ftm-polished-booking .ftm-meta{
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}
html body .travel-pro-polished-single .ftm-meta > div{
  overflow:visible !important;
  white-space:normal !important;
}
html body .travel-pro-polished-single .ftm-help-card{
  margin-top:2px !important;
  overflow:visible !important;
}
html body .travel-pro-polished-single .ftm-help-row{
  min-width:0 !important;
  overflow:visible !important;
}
html body .travel-pro-polished-single .ftm-help-row strong,
html body .travel-pro-polished-single .ftm-help-row small{
  min-width:0 !important;
  max-width:100% !important;
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
  overflow-wrap:anywhere !important;
  word-break:normal !important;
}
@media (max-width:1024px){
  html body .travel-pro-polished-single .ftm-sidebar{
    position:static !important;
    max-height:none !important;
    overflow:visible !important;
    gap:20px !important;
    padding-bottom:18px !important;
  }
  html body .travel-pro-polished-single .ftm-booking,
  html body .travel-pro-polished-single .ftm-booking.ftm-polished-booking{
    padding-bottom:30px !important;
  }
}


/* Travel Pro v3.8.0 - exact card info row alignment + sidebar meta fix */
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route{
  display:grid !important;
  grid-template-columns:minmax(96px,1.28fr) minmax(0,.98fr) minmax(0,.96fr) !important;
  gap:8px !important;
  align-items:stretch !important;
  width:100% !important;
  margin-top:4px !important;
  margin-bottom:12px !important;
  overflow:visible !important;
}
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route span{
  min-width:0 !important;
  min-height:48px !important;
  height:48px !important;
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:6px !important;
  text-align:left !important;
  padding:8px 7px !important;
  overflow:hidden !important;
  white-space:nowrap !important;
  line-height:1 !important;
  border-radius:14px !important;
}
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route i{
  flex:0 0 24px !important;
  width:24px !important;
  height:24px !important;
  min-width:24px !important;
  margin:0 !important;
  border-radius:9px !important;
  font-size:10.5px !important;
  line-height:1 !important;
}
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route em{
  display:block !important;
  min-width:0 !important;
  max-width:100% !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  font-style:normal !important;
  font-size:11.6px !important;
  line-height:1.08 !important;
  font-weight:900 !important;
  letter-spacing:-.01em !important;
}
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route span:first-child em{
  overflow:visible !important;
  text-overflow:clip !important;
  white-space:nowrap !important;
  font-size:11.4px !important;
}
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route span:nth-child(2) em,
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route span:nth-child(3) em{
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
}
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__body{
  padding-bottom:20px !important;
}
@media (max-width:700px){
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route{
    grid-template-columns:minmax(92px,1.3fr) minmax(0,.95fr) minmax(0,.95fr) !important;
    gap:7px !important;
    margin-bottom:14px !important;
  }
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route span{
    height:46px !important;
    min-height:46px !important;
    padding:7px 6px !important;
    gap:5px !important;
  }
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route i{
    flex-basis:23px !important;
    width:23px !important;
    height:23px !important;
    min-width:23px !important;
    font-size:10px !important;
  }
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route em{
    font-size:11px !important;
  }
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route span:first-child em{
    font-size:10.8px !important;
  }
}
@media (max-width:360px){
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route{
    grid-template-columns:minmax(86px,1.32fr) minmax(0,.92fr) minmax(0,.92fr) !important;
    gap:6px !important;
  }
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route span{
    height:44px !important;
    min-height:44px !important;
    padding:6px 5px !important;
    gap:4px !important;
  }
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route i{
    flex-basis:21px !important;
    width:21px !important;
    height:21px !important;
    min-width:21px !important;
    font-size:9px !important;
  }
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route em{
    font-size:10px !important;
  }
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route span:first-child em{
    font-size:9.6px !important;
  }
}

/* booking page right-side info cards: icon + text on one line, no clipped content */
html body .travel-pro-polished-single .ftm-meta{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:12px !important;
  margin-bottom:0 !important;
  padding-bottom:8px !important;
  overflow:visible !important;
}
html body .travel-pro-polished-single .ftm-meta > div{
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:10px !important;
  min-width:0 !important;
  min-height:60px !important;
  height:auto !important;
  padding:11px 12px !important;
  text-align:left !important;
  overflow:visible !important;
  white-space:normal !important;
  line-height:1.16 !important;
}
html body .travel-pro-polished-single .ftm-meta-icon{
  flex:0 0 34px !important;
  width:34px !important;
  height:34px !important;
  min-width:34px !important;
  margin:0 !important;
}
html body .travel-pro-polished-single .ftm-meta > div{
  font-size:13px !important;
  font-weight:900 !important;
  color:#1c110c !important;
  -webkit-text-fill-color:#1c110c !important;
}
html body .travel-pro-polished-single .ftm-booking,
html body .travel-pro-polished-single .ftm-booking.ftm-polished-booking{
  overflow:visible !important;
  height:auto !important;
  min-height:0 !important;
  padding-bottom:34px !important;
  margin-bottom:0 !important;
}
html body .travel-pro-polished-single .ftm-sidebar{
  gap:30px !important;
  overflow:visible !important;
  padding-bottom:34px !important;
}
html body .travel-pro-polished-single .ftm-help-card{
  margin-top:0 !important;
  overflow:visible !important;
}
@media (max-width:1024px){
  html body .travel-pro-polished-single .ftm-meta{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }
  html body .travel-pro-polished-single .ftm-meta > div{
    min-height:58px !important;
    padding:10px 10px !important;
    gap:8px !important;
    font-size:12.3px !important;
  }
  html body .travel-pro-polished-single .ftm-meta-icon{
    flex-basis:30px !important;
    width:30px !important;
    height:30px !important;
    min-width:30px !important;
  }
  html body .travel-pro-polished-single .ftm-booking,
  html body .travel-pro-polished-single .ftm-booking.ftm-polished-booking{
    padding-bottom:32px !important;
  }
}
@media (max-width:430px){
  html body .travel-pro-polished-single .ftm-meta{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }
  html body .travel-pro-polished-single .ftm-meta > div{
    min-height:56px !important;
    padding:9px 8px !important;
    gap:7px !important;
    font-size:11.6px !important;
  }
  html body .travel-pro-polished-single .ftm-meta-icon{
    flex-basis:28px !important;
    width:28px !important;
    height:28px !important;
    min-width:28px !important;
  }
}


/* Travel Pro v4.0.0 - complete inline card info items on mobile and desktop */
html body .travel-pro-polished-card__route,
html body .travel-pro-cards-section .travel-pro-polished-card__route,
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route{
  display:grid !important;
  grid-template-columns:minmax(0,1.2fr) minmax(0,.9fr) minmax(0,.9fr) !important;
  gap:8px !important;
  align-items:stretch !important;
  width:100% !important;
  margin-top:4px !important;
  margin-bottom:16px !important;
  overflow:visible !important;
}
html body .travel-pro-polished-card__route > span,
html body .travel-pro-cards-section .travel-pro-polished-card__route > span,
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route > span{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:6px !important;
  min-width:0 !important;
  width:100% !important;
  height:auto !important;
  min-height:50px !important;
  padding:8px 7px !important;
  border-radius:14px !important;
  text-align:left !important;
  overflow:visible !important;
  white-space:normal !important;
  line-height:1.12 !important;
}
html body .travel-pro-polished-card__route > span > i,
html body .travel-pro-cards-section .travel-pro-polished-card__route > span > i,
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route > span > i{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 24px !important;
  width:24px !important;
  height:24px !important;
  min-width:24px !important;
  max-width:24px !important;
  min-height:24px !important;
  margin:0 !important;
  padding:0 !important;
  border-radius:9px !important;
  font-size:10px !important;
  line-height:1 !important;
  vertical-align:middle !important;
  align-self:center !important;
}
html body .travel-pro-polished-card__route > span > em,
html body .travel-pro-cards-section .travel-pro-polished-card__route > span > em,
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route > span > em{
  display:block !important;
  flex:1 1 auto !important;
  min-width:0 !important;
  max-width:100% !important;
  margin:0 !important;
  padding:0 !important;
  font-style:normal !important;
  font-size:11.2px !important;
  line-height:1.12 !important;
  font-weight:900 !important;
  letter-spacing:-.025em !important;
  text-align:left !important;
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
  vertical-align:middle !important;
}
html body .travel-pro-polished-card__route > span:first-child > em,
html body .travel-pro-cards-section .travel-pro-polished-card__route > span:first-child > em,
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route > span:first-child > em{
  white-space:nowrap !important;
  overflow:visible !important;
  text-overflow:clip !important;
  font-size:11.1px !important;
}
html body .travel-pro-polished-card__route > span:nth-child(2) > em,
html body .travel-pro-polished-card__route > span:nth-child(3) > em,
html body .travel-pro-cards-section .travel-pro-polished-card__route > span:nth-child(2) > em,
html body .travel-pro-cards-section .travel-pro-polished-card__route > span:nth-child(3) > em,
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route > span:nth-child(2) > em,
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route > span:nth-child(3) > em{
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
}
@media (max-width:700px){
  html body .travel-pro-polished-card__route,
  html body .travel-pro-cards-section .travel-pro-polished-card__route,
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route{
    grid-template-columns:minmax(0,1.22fr) minmax(0,.89fr) minmax(0,.89fr) !important;
    gap:6px !important;
    margin-bottom:16px !important;
  }
  html body .travel-pro-polished-card__route > span,
  html body .travel-pro-cards-section .travel-pro-polished-card__route > span,
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route > span{
    min-height:48px !important;
    padding:7px 5px !important;
    gap:5px !important;
  }
  html body .travel-pro-polished-card__route > span > i,
  html body .travel-pro-cards-section .travel-pro-polished-card__route > span > i,
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route > span > i{
    flex-basis:22px !important;
    width:22px !important;
    height:22px !important;
    min-width:22px !important;
    max-width:22px !important;
    min-height:22px !important;
    border-radius:8px !important;
    font-size:9px !important;
  }
  html body .travel-pro-polished-card__route > span > em,
  html body .travel-pro-cards-section .travel-pro-polished-card__route > span > em,
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route > span > em{
    font-size:10.2px !important;
    line-height:1.08 !important;
    letter-spacing:-.035em !important;
  }
  html body .travel-pro-polished-card__route > span:first-child > em,
  html body .travel-pro-cards-section .travel-pro-polished-card__route > span:first-child > em,
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route > span:first-child > em{
    font-size:10.15px !important;
  }
}
@media (max-width:380px){
  html body .travel-pro-polished-card__route,
  html body .travel-pro-cards-section .travel-pro-polished-card__route,
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route{
    grid-template-columns:minmax(0,1.25fr) minmax(0,.875fr) minmax(0,.875fr) !important;
    gap:5px !important;
  }
  html body .travel-pro-polished-card__route > span,
  html body .travel-pro-cards-section .travel-pro-polished-card__route > span,
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route > span{
    min-height:48px !important;
    padding:7px 4px !important;
    gap:4px !important;
  }
  html body .travel-pro-polished-card__route > span > i,
  html body .travel-pro-cards-section .travel-pro-polished-card__route > span > i,
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route > span > i{
    flex-basis:20px !important;
    width:20px !important;
    height:20px !important;
    min-width:20px !important;
    max-width:20px !important;
    min-height:20px !important;
    font-size:8px !important;
  }
  html body .travel-pro-polished-card__route > span > em,
  html body .travel-pro-cards-section .travel-pro-polished-card__route > span > em,
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route > span > em{
    font-size:9.45px !important;
    line-height:1.06 !important;
    letter-spacing:-.04em !important;
  }
  html body .travel-pro-polished-card__route > span:first-child > em,
  html body .travel-pro-cards-section .travel-pro-polished-card__route > span:first-child > em,
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route > span:first-child > em{
    font-size:9.55px !important;
  }
}


/* Travel Pro v4.1.0 - equal card info boxes: icon + text stay inline in the same form */
html body .travel-pro-polished-card__route,
html body .travel-pro-cards-section .travel-pro-polished-card__route,
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:8px !important;
  align-items:stretch !important;
  width:100% !important;
  max-width:100% !important;
  margin-top:4px !important;
  margin-bottom:16px !important;
  overflow:visible !important;
}
html body .travel-pro-polished-card__route > span,
html body .travel-pro-cards-section .travel-pro-polished-card__route > span,
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route > span{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:6px !important;
  width:100% !important;
  min-width:0 !important;
  height:48px !important;
  min-height:48px !important;
  max-height:48px !important;
  padding:8px 7px !important;
  box-sizing:border-box !important;
  text-align:left !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  border-radius:14px !important;
  background:#fff !important;
  border:1px solid #ead7c6 !important;
}
html body .travel-pro-polished-card__route > span > i,
html body .travel-pro-cards-section .travel-pro-polished-card__route > span > i,
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route > span > i{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 25px !important;
  width:25px !important;
  min-width:25px !important;
  max-width:25px !important;
  height:25px !important;
  min-height:25px !important;
  max-height:25px !important;
  margin:0 !important;
  padding:0 !important;
  align-self:center !important;
  line-height:1 !important;
  border-radius:9px !important;
  font-size:10px !important;
}
html body .travel-pro-polished-card__route > span > em,
html body .travel-pro-cards-section .travel-pro-polished-card__route > span > em,
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route > span > em{
  display:block !important;
  flex:1 1 auto !important;
  min-width:0 !important;
  max-width:100% !important;
  margin:0 !important;
  padding:0 !important;
  font-style:normal !important;
  font-size:11.2px !important;
  line-height:1.1 !important;
  font-weight:900 !important;
  letter-spacing:-.025em !important;
  text-align:left !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  vertical-align:middle !important;
}
html body .travel-pro-polished-card__route > span:first-child > em,
html body .travel-pro-cards-section .travel-pro-polished-card__route > span:first-child > em,
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route > span:first-child > em{
  font-size:11px !important;
  white-space:nowrap !important;
  overflow:visible !important;
  text-overflow:clip !important;
}
@media (max-width:700px){
  html body .travel-pro-polished-card__route,
  html body .travel-pro-cards-section .travel-pro-polished-card__route,
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:6px !important;
  }
  html body .travel-pro-polished-card__route > span,
  html body .travel-pro-cards-section .travel-pro-polished-card__route > span,
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route > span{
    height:44px !important;
    min-height:44px !important;
    max-height:44px !important;
    padding:7px 5px !important;
    gap:5px !important;
    border-radius:13px !important;
  }
  html body .travel-pro-polished-card__route > span > i,
  html body .travel-pro-cards-section .travel-pro-polished-card__route > span > i,
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route > span > i{
    flex-basis:22px !important;
    width:22px !important;
    min-width:22px !important;
    max-width:22px !important;
    height:22px !important;
    min-height:22px !important;
    max-height:22px !important;
    font-size:9px !important;
    border-radius:8px !important;
  }
  html body .travel-pro-polished-card__route > span > em,
  html body .travel-pro-cards-section .travel-pro-polished-card__route > span > em,
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route > span > em{
    font-size:10.1px !important;
    line-height:1.08 !important;
    letter-spacing:-.035em !important;
  }
  html body .travel-pro-polished-card__route > span:first-child > em,
  html body .travel-pro-cards-section .travel-pro-polished-card__route > span:first-child > em,
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route > span:first-child > em{
    font-size:10.2px !important;
  }
}
@media (max-width:380px){
  html body .travel-pro-polished-card__route,
  html body .travel-pro-cards-section .travel-pro-polished-card__route,
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route{
    gap:5px !important;
  }
  html body .travel-pro-polished-card__route > span,
  html body .travel-pro-cards-section .travel-pro-polished-card__route > span,
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route > span{
    height:42px !important;
    min-height:42px !important;
    max-height:42px !important;
    padding:6px 4px !important;
    gap:4px !important;
    border-radius:12px !important;
  }
  html body .travel-pro-polished-card__route > span > i,
  html body .travel-pro-cards-section .travel-pro-polished-card__route > span > i,
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route > span > i{
    flex-basis:20px !important;
    width:20px !important;
    min-width:20px !important;
    max-width:20px !important;
    height:20px !important;
    min-height:20px !important;
    max-height:20px !important;
    font-size:8px !important;
  }
  html body .travel-pro-polished-card__route > span > em,
  html body .travel-pro-cards-section .travel-pro-polished-card__route > span > em,
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route > span > em{
    font-size:9.35px !important;
    letter-spacing:-.045em !important;
  }
  html body .travel-pro-polished-card__route > span:first-child > em,
  html body .travel-pro-cards-section .travel-pro-polished-card__route > span:first-child > em,
  html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route > span:first-child > em{
    font-size:9.5px !important;
  }
}


/* Travel Pro v4.2.0 - remove the 3 feature/info boxes from every tour card */
html body .travel-pro-polished-card__route,
html body .travel-pro-cards-section .travel-pro-polished-card__route,
html body .travel-pro-cards-section.travel-pro-polished-cards .travel-pro-polished-card__route,
html body .mdpclean_features,
html body .wpdt3_features{
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  min-height:0 !important;
  max-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
}
html body .travel-pro-polished-card__body{
  gap:12px !important;
}
html body .travel-pro-polished-card__footer{
  margin-top:auto !important;
}


/* Travel Pro v4.3.0 - unified tour cards, professional Explore/archive banner, black text, Why Us and FAQ polish */
html body .mdpclean_unified_cards{padding:0 !important;background:#F8F3EE !important;}
html body .mdpclean_unified_cards .travel-pro-cards-section.travel-pro-polished-cards{margin:0 !important;}
html body .travel-pro-cards-section.travel-pro-polished-cards{
  --tp-polished-ink:#0B0B0B !important;
  --tp-polished-text:#2F2F2F !important;
  --tp-polished-muted:#666666 !important;
  --tp-polished-line:#EAD8C8 !important;
  --tp-polished-bg:#FFF9F4 !important;
  --tp-polished-card:#FFFFFF !important;
  --tp-polished-brand:#B8541F !important;
  --tp-polished-brand-dark:#8E3B14 !important;
  background:#FFF9F4 !important;
  padding:clamp(42px,5vw,74px) 0 !important;
}
html body .travel-pro-polished-cards__head h2,
html body .travel-pro-polished-card__body h3,
html body .mdpclean_head h2,
html body .mdpclean_why_item h3,
html body .mdpclean_faq_question{
  color:#0B0B0B !important;
  -webkit-text-fill-color:#0B0B0B !important;
}
html body .travel-pro-polished-cards__head p,
html body .travel-pro-polished-card__body p,
html body .mdpclean_head p,
html body .mdpclean_why_item p,
html body .mdpclean_faq_answer,
html body .mdpclean_text_box{
  color:#343434 !important;
  -webkit-text-fill-color:#343434 !important;
}
html body .travel-pro-polished-cards__grid{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:24px !important;
}
html body .travel-pro-polished-card{
  border-radius:24px !important;
  border:1px solid #E8D5C4 !important;
  background:#FFFFFF !important;
  box-shadow:0 18px 44px rgba(36,18,10,.08) !important;
}
html body .travel-pro-polished-card:hover,
html body .travel-pro-polished-card:focus-visible{
  transform:translateY(-5px) !important;
  box-shadow:0 24px 60px rgba(36,18,10,.13) !important;
  border-color:#D7B392 !important;
}
html body .travel-pro-polished-card__media{
  height:250px !important;
  min-height:250px !important;
  border-radius:24px 24px 0 0 !important;
}
html body .travel-pro-polished-card__media img{
  transform:scale(1.07) !important;
}
html body .travel-pro-polished-card:hover .travel-pro-polished-card__media img{
  transform:scale(1.16) !important;
}
html body .travel-pro-polished-card__chips span,
html body .travel-pro-polished-card__place,
html body .travel-pro-polished-card__rating{
  color:#171717 !important;
  -webkit-text-fill-color:#171717 !important;
}
html body .travel-pro-polished-card__footer{
  border-top:1px solid #EAD8C8 !important;
}
html body .travel-pro-polished-card__cta{
  background:#B8541F !important;
  border-color:#8E3B14 !important;
  color:#FFFFFF !important;
  -webkit-text-fill-color:#FFFFFF !important;
}
html body .travel-pro-polished-card__cta i{color:#FFFFFF !important;-webkit-text-fill-color:#FFFFFF !important;}

/* Professional Explore/Tours page banner */
html body .mdpclean_page{
  background:#FFF9F4 !important;
  color:#111111 !important;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif !important;
}
html body .mdpclean_banner,
html body .travel-pro-archive-banner{
  position:relative !important;
  min-height:440px !important;
  display:flex !important;
  align-items:center !important;
  padding:84px 20px 104px !important;
  background-size:cover !important;
  background-position:center !important;
  overflow:hidden !important;
  isolation:isolate !important;
  border-radius:0 0 46px 46px !important;
  box-shadow:0 26px 70px rgba(35,18,11,.18) !important;
}
html body .mdpclean_banner:before,
html body .travel-pro-archive-banner:before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:-2 !important;
  background:linear-gradient(90deg,rgba(255,249,244,.96) 0%,rgba(255,249,244,.82) 43%,rgba(255,249,244,.26) 100%) !important;
}
html body .mdpclean_banner:after,
html body .travel-pro-archive-banner:after{
  content:"" !important;
  position:absolute !important;
  left:-8% !important;
  right:-8% !important;
  bottom:-78px !important;
  height:160px !important;
  z-index:-1 !important;
  background:#FFF9F4 !important;
  border-radius:50% 50% 0 0 / 58% 58% 0 0 !important;
  box-shadow:0 -18px 45px rgba(255,249,244,.9) !important;
}
html body .mdpclean_banner_inner{
  width:min(1120px,calc(100% - 24px)) !important;
  margin:0 auto !important;
  max-width:1120px !important;
  padding:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
html body .mdpclean_banner_inner > *{
  max-width:650px !important;
}
html body .mdpclean_banner_label{
  display:inline-flex !important;
  align-items:center !important;
  gap:9px !important;
  margin:0 0 16px !important;
  padding:10px 14px !important;
  border-radius:999px !important;
  background:#FFFFFF !important;
  border:1px solid #E8D5C4 !important;
  color:#8E3B14 !important;
  -webkit-text-fill-color:#8E3B14 !important;
  box-shadow:0 14px 34px rgba(35,18,11,.10) !important;
  font-size:13px !important;
  font-weight:900 !important;
}
html body .mdpclean_banner_label i{color:#B8541F !important;-webkit-text-fill-color:#B8541F !important;}
html body .mdpclean_banner h1{
  margin:0 0 18px !important;
  color:#050505 !important;
  -webkit-text-fill-color:#050505 !important;
  font-size:clamp(42px,6vw,76px) !important;
  line-height:.98 !important;
  letter-spacing:-.06em !important;
  font-weight:950 !important;
  text-shadow:none !important;
}
html body .mdpclean_banner h1 span{
  color:#050505 !important;
  -webkit-text-fill-color:#050505 !important;
}
html body .mdpclean_banner p{
  margin:0 !important;
  color:#303030 !important;
  -webkit-text-fill-color:#303030 !important;
  font-size:clamp(16px,1.45vw,20px) !important;
  line-height:1.72 !important;
  font-weight:600 !important;
  text-shadow:none !important;
}
html body .mdpclean_intro{
  background:#FFF9F4 !important;
  padding:34px 0 10px !important;
}
html body .mdpclean_container{
  width:min(1180px,calc(100% - 32px)) !important;
  margin:0 auto !important;
}
html body .mdpclean_text_box{
  background:#FFFFFF !important;
  border:1px solid #E8D5C4 !important;
  border-radius:26px !important;
  padding:clamp(20px,3vw,34px) !important;
  box-shadow:0 16px 42px rgba(36,18,10,.06) !important;
  line-height:1.8 !important;
  font-size:16px !important;
}
html body .mdpclean_section,
html body .mdpclean_why_wrap{
  background:#FFF9F4 !important;
  padding:clamp(42px,5vw,72px) 0 !important;
}
html body .mdpclean_why_grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:20px !important;
}
html body .mdpclean_why_item{
  background:#FFFFFF !important;
  border:1px solid #E8D5C4 !important;
  border-radius:24px !important;
  padding:24px !important;
  box-shadow:0 16px 42px rgba(36,18,10,.07) !important;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease !important;
}
html body .mdpclean_why_item:hover{
  transform:translateY(-4px) !important;
  border-color:#D7B392 !important;
  box-shadow:0 24px 58px rgba(36,18,10,.12) !important;
}
html body .mdpclean_why_icon{
  width:48px !important;
  height:48px !important;
  border-radius:16px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#FFF3EA !important;
  border:1px solid #E8D5C4 !important;
  color:#B8541F !important;
  -webkit-text-fill-color:#B8541F !important;
  margin-bottom:14px !important;
}
html body .mdpclean_faq_grid{
  display:grid !important;
  gap:14px !important;
  max-width:940px !important;
  margin:0 auto !important;
}
html body .mdpclean_faq_item{
  background:#FFFFFF !important;
  border:1px solid #E8D5C4 !important;
  border-radius:20px !important;
  padding:0 !important;
  overflow:hidden !important;
  box-shadow:0 14px 34px rgba(36,18,10,.06) !important;
}
html body .mdpclean_faq_question{
  display:grid !important;
  grid-template-columns:28px minmax(0,1fr) 24px !important;
  align-items:center !important;
  gap:10px !important;
  padding:18px 20px !important;
  font-weight:900 !important;
  line-height:1.35 !important;
}
html body .mdpclean_faq_question i:first-child{
  width:28px !important;
  height:28px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:10px !important;
  background:#FFF3EA !important;
  color:#B8541F !important;
  -webkit-text-fill-color:#B8541F !important;
}
html body .mdpclean_faq_answer{
  padding:0 20px 18px 58px !important;
  font-size:15.5px !important;
  line-height:1.75 !important;
}
@media (max-width:1024px){
  html body .travel-pro-polished-cards__grid,
  html body .mdpclean_why_grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width:700px){
  html body .mdpclean_banner,
  html body .travel-pro-archive-banner{
    min-height:390px !important;
    padding:64px 14px 88px !important;
    border-radius:0 0 30px 30px !important;
  }
  html body .mdpclean_banner:before,
  html body .travel-pro-archive-banner:before{
    background:linear-gradient(180deg,rgba(255,249,244,.96),rgba(255,249,244,.76)) !important;
  }
  html body .mdpclean_banner h1{
    font-size:clamp(34px,10vw,48px) !important;
    line-height:1.03 !important;
    letter-spacing:-.045em !important;
  }
  html body .mdpclean_banner p{font-size:15px !important;line-height:1.65 !important;}
  html body .travel-pro-polished-cards__grid,
  html body .mdpclean_why_grid{grid-template-columns:1fr !important;}
  html body .travel-pro-polished-card__media{height:250px !important;min-height:250px !important;}
  html body .mdpclean_container{width:min(100% - 24px,560px) !important;}
  html body .mdpclean_text_box{border-radius:22px !important;padding:18px !important;font-size:15px !important;}
  html body .mdpclean_faq_question{grid-template-columns:26px minmax(0,1fr) 20px !important;padding:16px 14px !important;font-size:14.5px !important;}
  html body .mdpclean_faq_answer{padding:0 14px 16px 50px !important;font-size:14px !important;}
}


/* Travel Pro v4.4.0 - professional Explore landing page polish mirror */
html body .mdpclean_page{background:#FAF7F2 !important;color:#111111 !important;overflow-x:hidden !important;}
html body .mdpclean_page .mdpclean_container{width:min(1180px,calc(100% - 36px)) !important;max-width:1180px !important;margin-left:auto !important;margin-right:auto !important;padding-left:0 !important;padding-right:0 !important;}
html body .mdpclean_banner{min-height:520px !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:96px 18px 132px !important;text-align:left !important;background-size:cover !important;background-position:center center !important;border-radius:0 0 56px 56px !important;clip-path:none !important;box-shadow:0 30px 90px rgba(17,17,17,.14) !important;isolation:isolate !important;overflow:hidden !important;}
html body .mdpclean_banner:before{content:"" !important;position:absolute !important;inset:0 !important;z-index:-2 !important;background:radial-gradient(circle at 24% 25%,rgba(255,255,255,.88) 0,rgba(255,255,255,.58) 27%,rgba(255,255,255,0) 58%),linear-gradient(100deg,rgba(250,247,242,.98) 0%,rgba(250,247,242,.90) 42%,rgba(250,247,242,.46) 66%,rgba(250,247,242,.14) 100%) !important;}
html body .mdpclean_banner:after{content:"" !important;position:absolute !important;left:-10% !important;right:-10% !important;bottom:-96px !important;height:190px !important;z-index:-1 !important;background:#FAF7F2 !important;border-radius:50% 50% 0 0 / 64% 64% 0 0 !important;box-shadow:0 -28px 70px rgba(250,247,242,.92) !important;}
html body .mdpclean_banner_inner{width:min(1180px,calc(100% - 36px)) !important;max-width:1180px !important;margin:0 auto !important;padding:0 !important;text-align:left !important;color:#111111 !important;}
html body .mdpclean_banner_inner > *{max-width:720px !important;}
html body .mdpclean_banner_label{display:inline-flex !important;align-items:center !important;justify-content:flex-start !important;gap:9px !important;margin:0 0 18px !important;padding:10px 16px !important;border-radius:999px !important;background:#FFFFFF !important;border:1px solid #E7D7CA !important;box-shadow:0 16px 40px rgba(17,17,17,.08) !important;color:#B34F1F !important;-webkit-text-fill-color:#B34F1F !important;font-size:12px !important;line-height:1 !important;font-weight:900 !important;letter-spacing:.08em !important;text-transform:uppercase !important;}
html body .mdpclean_banner_label i{color:#B34F1F !important;-webkit-text-fill-color:#B34F1F !important;}
html body .mdpclean_banner h1{margin:0 0 20px !important;color:#050505 !important;-webkit-text-fill-color:#050505 !important;font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif !important;font-size:clamp(44px,6.2vw,82px) !important;line-height:.98 !important;font-weight:950 !important;letter-spacing:-.065em !important;text-shadow:none !important;}
html body .mdpclean_banner h1 span{color:#050505 !important;-webkit-text-fill-color:#050505 !important;}
html body .mdpclean_banner p{max-width:660px !important;margin:0 !important;color:#333333 !important;-webkit-text-fill-color:#333333 !important;font-size:clamp(16px,1.45vw,20px) !important;line-height:1.75 !important;font-weight:600 !important;text-shadow:none !important;}
html body .mdpclean_intro{position:relative !important;z-index:5 !important;margin-top:-54px !important;padding:0 0 26px !important;background:transparent !important;}
html body .mdpclean_intro .mdpclean_text_box,html body .mdpclean_intro .mdpclean_text_box > p,html body .mdpclean_intro .mdpclean_text_box > div,html body .mdpclean_intro .mdpclean_text_box > section,html body .mdpclean_intro .mdpclean_text_box > article{width:100% !important;max-width:100% !important;margin:0 auto !important;padding:28px 34px !important;border:1px solid #E7D7CA !important;border-left:6px solid #B34F1F !important;border-radius:26px !important;background:#FFFFFF !important;box-shadow:0 22px 60px rgba(17,17,17,.08) !important;}
html body .mdpclean_intro .mdpclean_text_box{padding:0 !important;border:0 !important;background:transparent !important;box-shadow:none !important;}
html body .mdpclean_intro .mdpclean_text_box p,html body .mdpclean_intro .mdpclean_text_box li{color:#353535 !important;-webkit-text-fill-color:#353535 !important;font-size:16px !important;line-height:1.82 !important;font-weight:500 !important;}
html body .mdpclean_intro .mdpclean_text_box strong{color:#111111 !important;-webkit-text-fill-color:#111111 !important;font-weight:900 !important;}
html body .mdpclean_section,html body .mdpclean_why_wrap{background:#FAF7F2 !important;padding:clamp(48px,5vw,76px) 0 !important;}
html body .mdpclean_section#explore-tours{padding-top:42px !important;}
html body .mdpclean_head{max-width:760px !important;margin:0 auto 34px !important;text-align:center !important;}
html body .mdpclean_head h2{margin:0 0 12px !important;color:#050505 !important;-webkit-text-fill-color:#050505 !important;font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif !important;font-size:clamp(32px,4.1vw,50px) !important;line-height:1.08 !important;letter-spacing:-.045em !important;font-weight:950 !important;}
html body .mdpclean_head h2 span{color:#050505 !important;-webkit-text-fill-color:#050505 !important;}
html body .mdpclean_head p{max-width:650px !important;margin:0 auto !important;color:#4A4A4A !important;-webkit-text-fill-color:#4A4A4A !important;font-size:16px !important;line-height:1.72 !important;font-weight:500 !important;}
html body .mdpclean_why_wrap{position:relative !important;}
html body .mdpclean_why_wrap:before{content:"" !important;position:absolute !important;inset:38px max(18px,calc((100% - 1180px)/2)) 38px !important;border-radius:38px !important;background:linear-gradient(180deg,#FFFFFF 0%,#FFF6EE 100%) !important;border:1px solid #EAD8C9 !important;box-shadow:0 24px 70px rgba(17,17,17,.055) !important;z-index:0 !important;}
html body .mdpclean_why_wrap .mdpclean_container{position:relative !important;z-index:1 !important;padding-top:18px !important;padding-bottom:18px !important;}
html body .mdpclean_why_grid{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:22px !important;align-items:stretch !important;}
html body .mdpclean_why_item{display:flex !important;flex-direction:column !important;align-items:flex-start !important;text-align:left !important;min-height:230px !important;padding:28px 24px !important;border-radius:26px !important;background:#FFFFFF !important;border:1px solid #E7D7CA !important;box-shadow:0 16px 44px rgba(17,17,17,.06) !important;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease !important;}
html body .mdpclean_why_item:hover{transform:translateY(-5px) !important;border-color:#C98E67 !important;box-shadow:0 26px 62px rgba(17,17,17,.10) !important;}
html body .mdpclean_why_icon{width:54px !important;height:54px !important;min-width:54px !important;margin:0 0 18px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;border-radius:18px !important;background:#FFF2E9 !important;border:1px solid #F0D1BD !important;color:#B34F1F !important;-webkit-text-fill-color:#B34F1F !important;box-shadow:none !important;}
html body .mdpclean_why_icon i{color:#B34F1F !important;-webkit-text-fill-color:#B34F1F !important;font-size:22px !important;}
html body .mdpclean_why_item h3{margin:0 0 10px !important;color:#050505 !important;-webkit-text-fill-color:#050505 !important;font-size:20px !important;line-height:1.25 !important;font-weight:900 !important;letter-spacing:-.025em !important;}
html body .mdpclean_why_item p{margin:0 !important;color:#4A4A4A !important;-webkit-text-fill-color:#4A4A4A !important;font-size:15px !important;line-height:1.72 !important;font-weight:500 !important;}
html body #explore-faq .mdpclean_container{max-width:1040px !important;}
html body .mdpclean_faq_grid{display:grid !important;grid-template-columns:1fr !important;gap:14px !important;max-width:960px !important;margin:0 auto !important;}
html body .mdpclean_faq_item{background:#FFFFFF !important;border:1px solid #E7D7CA !important;border-radius:20px !important;overflow:hidden !important;box-shadow:0 14px 38px rgba(17,17,17,.055) !important;transition:border-color .22s ease,box-shadow .22s ease !important;}
html body .mdpclean_faq_item:hover,html body .mdpclean_faq_item.mdpclean_open{border-color:#C98E67 !important;box-shadow:0 20px 50px rgba(17,17,17,.08) !important;}
html body .mdpclean_faq_question{width:100% !important;display:flex !important;align-items:center !important;gap:14px !important;padding:20px 22px !important;color:#111111 !important;-webkit-text-fill-color:#111111 !important;font-size:16px !important;line-height:1.4 !important;font-weight:900 !important;cursor:pointer !important;}
html body .mdpclean_faq_question i:first-child{width:34px !important;height:34px !important;min-width:34px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;border-radius:12px !important;background:#FFF2E9 !important;border:1px solid #F0D1BD !important;color:#B34F1F !important;-webkit-text-fill-color:#B34F1F !important;}
html body .mdpclean_faq_question i:last-child{margin-left:auto !important;width:28px !important;height:28px !important;min-width:28px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;color:#B34F1F !important;-webkit-text-fill-color:#B34F1F !important;transition:transform .24s ease !important;}
html body .mdpclean_faq_answer{max-height:0 !important;overflow:hidden !important;padding:0 22px 0 70px !important;color:#4A4A4A !important;-webkit-text-fill-color:#4A4A4A !important;font-size:15px !important;line-height:1.75 !important;font-weight:500 !important;transition:max-height .28s ease,padding .28s ease !important;}
html body .mdpclean_faq_item.mdpclean_open .mdpclean_faq_answer{max-height:260px !important;padding:0 22px 22px 70px !important;}
@media (max-width:1024px){html body .mdpclean_why_grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}}
@media (max-width:760px){html body .mdpclean_page .mdpclean_container,html body .mdpclean_banner_inner{width:min(100% - 28px,620px) !important;}html body .mdpclean_banner{min-height:410px !important;padding:70px 14px 92px !important;border-radius:0 0 34px 34px !important;text-align:left !important;}html body .mdpclean_banner:before{background:linear-gradient(180deg,rgba(250,247,242,.96),rgba(250,247,242,.82)) !important;}html body .mdpclean_banner h1{font-size:clamp(34px,10vw,50px) !important;line-height:1.04 !important;letter-spacing:-.05em !important;}html body .mdpclean_banner p{font-size:15px !important;line-height:1.66 !important;}html body .mdpclean_intro{margin-top:-34px !important;padding-bottom:16px !important;}html body .mdpclean_intro .mdpclean_text_box > p,html body .mdpclean_intro .mdpclean_text_box > div,html body .mdpclean_intro .mdpclean_text_box > section,html body .mdpclean_intro .mdpclean_text_box > article{padding:20px 18px !important;border-left-width:4px !important;border-radius:20px !important;}html body .mdpclean_intro .mdpclean_text_box p,html body .mdpclean_intro .mdpclean_text_box li{font-size:14px !important;line-height:1.72 !important;}html body .mdpclean_section,html body .mdpclean_why_wrap{padding:42px 0 !important;}html body .mdpclean_head{margin-bottom:24px !important;}html body .mdpclean_head h2{font-size:clamp(26px,8vw,36px) !important;line-height:1.15 !important;}html body .mdpclean_head p{font-size:14px !important;line-height:1.66 !important;}html body .mdpclean_why_wrap:before{inset:24px 12px !important;border-radius:28px !important;}html body .mdpclean_why_grid{grid-template-columns:1fr !important;gap:14px !important;}html body .mdpclean_why_item{min-height:0 !important;padding:22px 18px !important;border-radius:22px !important;}html body .mdpclean_why_icon{width:48px !important;height:48px !important;min-width:48px !important;border-radius:16px !important;}html body .mdpclean_why_item h3{font-size:18px !important;}html body .mdpclean_why_item p{font-size:14px !important;}html body .mdpclean_faq_question{padding:16px 14px !important;gap:10px !important;font-size:14px !important;align-items:flex-start !important;}html body .mdpclean_faq_question i:first-child{width:30px !important;height:30px !important;min-width:30px !important;}html body .mdpclean_faq_question i:last-child{width:24px !important;height:24px !important;min-width:24px !important;margin-top:3px !important;}html body .mdpclean_faq_answer{padding:0 14px 0 54px !important;font-size:14px !important;line-height:1.68 !important;}html body .mdpclean_faq_item.mdpclean_open .mdpclean_faq_answer{padding:0 14px 16px 54px !important;}}

/* Travel Pro v4.6.0 - refined Explore/Tours listing with image hero, drawer filters and icon facts */
html body .travel-pro-listing-page{
  --tpl-ink:#101010;
  --tpl-text:#2F2F2F;
  --tpl-muted:#6A625D;
  --tpl-soft:#FFF8F3;
  --tpl-line:#E7D7C9;
  --tpl-primary:#B34F1F;
  --tpl-primary-dark:#8E3713;
  --tpl-card:#FFFFFF;
  background:#FFF9F4 !important;
  color:var(--tpl-text) !important;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif !important;
}
html body .travel-pro-listing-page *{box-sizing:border-box !important;}
html body .tpl-container{width:min(100% - 44px,1320px) !important;margin:0 auto !important;}
html body .tpl-hero{
  position:relative !important;
  min-height:430px !important;
  display:flex !important;
  align-items:center !important;
  overflow:hidden !important;
  background-color:#21130d !important;background-size:cover !important;background-position:center !important;background-repeat:no-repeat !important;
  border-radius:0 0 42px 42px !important;
  box-shadow:0 24px 70px rgba(42,20,10,.13) !important;
}
html body .tpl-hero__overlay{position:absolute !important;inset:0 !important;background:linear-gradient(90deg,rgba(255,249,244,.96) 0%,rgba(255,249,244,.90) 42%,rgba(255,249,244,.55) 100%) !important;}
html body .tpl-hero__content{position:relative !important;z-index:2 !important;width:min(100% - 44px,1180px) !important;margin:0 auto !important;padding:80px 0 !important;}
html body .tpl-eyebrow,html body .tpl-mini-label,html body .tpl-section-head span{
  display:inline-flex !important;align-items:center !important;gap:9px !important;border-radius:999px !important;background:#fff !important;border:1px solid var(--tpl-line) !important;color:var(--tpl-primary) !important;font-weight:900 !important;font-size:13px !important;letter-spacing:.01em !important;padding:8px 13px !important;box-shadow:0 8px 24px rgba(67,12,5,.06) !important;
}
html body .tpl-hero h1{max-width:780px !important;margin:18px 0 16px !important;color:var(--tpl-ink) !important;font-size:clamp(44px,6vw,82px) !important;line-height:.98 !important;letter-spacing:-.06em !important;font-weight:950 !important;}
html body .tpl-hero h1 span{color:var(--tpl-primary) !important;}
html body .tpl-hero p{max-width:700px !important;margin:0 0 26px !important;color:var(--tpl-text) !important;font-size:18px !important;line-height:1.72 !important;font-weight:550 !important;}
html body .tpl-hero-search{width:min(100%,620px) !important;display:flex !important;align-items:center !important;gap:12px !important;background:#fff !important;border:1px solid var(--tpl-line) !important;border-radius:20px !important;padding:14px 18px !important;box-shadow:0 18px 48px rgba(67,12,5,.10) !important;}
html body .tpl-hero-search i{color:var(--tpl-primary) !important;}
html body .tpl-hero-search input{width:100% !important;border:0 !important;outline:0 !important;background:transparent !important;color:var(--tpl-ink) !important;font-weight:750 !important;font-size:16px !important;box-shadow:none !important;}
html body .tpl-intro{padding:32px 0 0 !important;}
html body .tpl-intro__box{background:#fff !important;border:1px solid var(--tpl-line) !important;border-radius:22px !important;padding:22px 24px !important;color:var(--tpl-text) !important;font-size:16px !important;line-height:1.8 !important;box-shadow:0 16px 40px rgba(67,12,5,.06) !important;}
html body .tpl-intro__box p{margin:0 !important;color:var(--tpl-text) !important;}
html body .tpl-intro__box strong{color:var(--tpl-ink) !important;}
html body .tpl-listing-wrap{padding:46px 0 66px !important;}
html body .tpl-listing-heading{display:flex !important;align-items:flex-end !important;justify-content:space-between !important;gap:20px !important;margin-bottom:24px !important;}
html body .tpl-listing-heading h2,html body .tpl-section-head h2{margin:14px 0 8px !important;color:var(--tpl-ink) !important;font-size:clamp(30px,3.6vw,48px) !important;line-height:1.08 !important;letter-spacing:-.04em !important;font-weight:950 !important;}
html body .tpl-listing-heading p,html body .tpl-section-head p{max-width:720px !important;margin:0 !important;color:var(--tpl-muted) !important;font-size:16px !important;line-height:1.7 !important;font-weight:550 !important;}
html body .tpl-filter-toggle{display:none !important;align-items:center !important;gap:9px !important;border:0 !important;border-radius:999px !important;background:var(--tpl-primary) !important;color:#fff !important;padding:12px 18px !important;font-weight:900 !important;}
html body .tpl-layout{display:grid !important;grid-template-columns:320px minmax(0,1fr) !important;gap:28px !important;align-items:start !important;}
html body .tpl-filter-panel{position:sticky !important;top:96px !important;z-index:8 !important;display:flex !important;flex-direction:column !important;gap:16px !important;}
html body .tpl-filter-card{background:#fff !important;border:1px solid var(--tpl-line) !important;border-radius:22px !important;padding:18px !important;box-shadow:0 14px 34px rgba(67,12,5,.055) !important;color:var(--tpl-text) !important;}
html body .tpl-filter-title{display:flex !important;align-items:center !important;gap:12px !important;color:var(--tpl-ink) !important;font-size:20px !important;margin-bottom:10px !important;}
html body .tpl-filter-title i{color:var(--tpl-primary) !important;}
html body .tpl-filter-count{color:var(--tpl-muted) !important;font-weight:700 !important;margin-bottom:16px !important;}
html body .tpl-filter-search span,html body .tpl-sort span,html body .tpl-date-card span{display:block !important;margin-bottom:8px !important;color:var(--tpl-ink) !important;font-weight:900 !important;font-size:13px !important;text-transform:uppercase !important;letter-spacing:.04em !important;}
html body .tpl-filter-search input,html body .tpl-sort select,html body .tpl-date-card input,html body .tpl-range-row input{width:100% !important;border:1px solid var(--tpl-line) !important;border-radius:14px !important;background:#fff !important;color:var(--tpl-ink) !important;padding:12px 13px !important;font-weight:750 !important;outline:0 !important;box-shadow:none !important;}
html body .tpl-clear{width:100% !important;margin-top:14px !important;border:0 !important;border-radius:999px !important;background:#F6EDE7 !important;color:var(--tpl-primary-dark) !important;padding:12px 16px !important;font-weight:950 !important;cursor:pointer !important;}
html body .tpl-filter-head{width:100% !important;display:flex !important;align-items:center !important;justify-content:space-between !important;border:0 !important;background:transparent !important;color:var(--tpl-ink) !important;font-weight:950 !important;font-size:16px !important;padding:0 !important;cursor:pointer !important;}
html body .tpl-filter-card.is-collapsed .tpl-filter-body{display:none !important;}
html body .tpl-filter-card.is-collapsed .tpl-filter-head i{transform:rotate(180deg) !important;}
html body .tpl-filter-body{margin-top:15px !important;}
html body .tpl-range-row{display:grid !important;grid-template-columns:1fr 1fr !important;gap:12px !important;}
html body .tpl-range-row label{color:var(--tpl-muted) !important;font-size:13px !important;font-weight:800 !important;}
html body .tpl-help,html body .tpl-date-card p{margin:10px 0 0 !important;color:var(--tpl-muted) !important;font-size:12.5px !important;line-height:1.5 !important;}
html body .tpl-checks{display:flex !important;flex-direction:column !important;gap:10px !important;max-height:230px !important;overflow:auto !important;padding-right:4px !important;}
html body .tpl-checks label{display:flex !important;align-items:center !important;gap:10px !important;color:var(--tpl-text) !important;font-weight:750 !important;font-size:14px !important;}
html body .tpl-checks input{accent-color:var(--tpl-primary) !important;width:16px !important;height:16px !important;}
html body .tpl-results{min-width:0 !important;}
html body .tpl-results-top{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:16px !important;background:#fff !important;border:1px solid var(--tpl-line) !important;border-radius:22px !important;padding:16px 18px !important;margin-bottom:16px !important;box-shadow:0 14px 34px rgba(67,12,5,.045) !important;}
html body .tpl-result-count{display:flex !important;align-items:center !important;gap:9px !important;color:var(--tpl-ink) !important;font-weight:900 !important;}
html body .tpl-result-count i{color:#F59D24 !important;}
html body .tpl-quick-chips{display:flex !important;gap:8px !important;flex-wrap:wrap !important;justify-content:flex-end !important;}
html body .tpl-quick-chips button{border:1px solid var(--tpl-line) !important;background:#fff !important;color:var(--tpl-text) !important;border-radius:999px !important;padding:8px 12px !important;font-weight:850 !important;cursor:pointer !important;}
html body .tpl-quick-chips button.is-active{background:var(--tpl-primary) !important;border-color:var(--tpl-primary) !important;color:#fff !important;}
html body .tpl-card-list{display:flex !important;flex-direction:column !important;gap:18px !important;}
html body .tpl-tour-card{display:grid !important;grid-template-columns:280px minmax(0,1fr) 210px !important;gap:24px !important;align-items:stretch !important;background:#fff !important;border:1px solid var(--tpl-line) !important;border-radius:24px !important;padding:14px !important;box-shadow:0 14px 36px rgba(67,12,5,.06) !important;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease !important;}
html body .tpl-tour-card:hover{transform:translateY(-3px) !important;border-color:rgba(179,79,31,.5) !important;box-shadow:0 22px 54px rgba(67,12,5,.10) !important;}
html body .tpl-tour-media{position:relative !important;display:block !important;min-height:230px !important;border-radius:18px !important;overflow:hidden !important;background:#EEE !important;text-decoration:none !important;}
html body .tpl-tour-media img{width:100% !important;height:100% !important;min-height:230px !important;object-fit:cover !important;display:block !important;transition:transform .65s ease !important;}
html body .tpl-tour-card:hover .tpl-tour-media img{transform:scale(1.07) !important;}
html body .tpl-photo-badge{position:absolute !important;top:12px !important;right:12px !important;width:46px !important;height:46px !important;border-radius:999px !important;background:#fff !important;color:var(--tpl-ink) !important;display:flex !important;align-items:center !important;justify-content:center !important;box-shadow:0 8px 20px rgba(67,12,5,.16) !important;}
html body .tpl-tour-content{padding:10px 0 !important;min-width:0 !important;}
html body .tpl-tour-tags{display:flex !important;gap:8px !important;flex-wrap:wrap !important;margin-bottom:12px !important;}
html body .tpl-tour-tags span{background:#F7EEE7 !important;color:var(--tpl-primary-dark) !important;border-radius:9px !important;padding:7px 10px !important;font-size:12.5px !important;font-weight:850 !important;}
html body .tpl-tour-content h3{margin:0 0 10px !important;font-size:clamp(22px,2.2vw,30px) !important;line-height:1.18 !important;letter-spacing:-.03em !important;font-weight:950 !important;color:var(--tpl-ink) !important;}
html body .tpl-tour-content h3 a{color:var(--tpl-ink) !important;text-decoration:none !important;}
html body .tpl-rating{display:flex !important;align-items:center !important;gap:6px !important;margin-bottom:10px !important;color:var(--tpl-text) !important;font-weight:700 !important;}
html body .tpl-rating strong{color:var(--tpl-ink) !important;}.tpl-rating i{color:#F59D24 !important;}.tpl-rating span{color:var(--tpl-muted) !important;font-weight:650 !important;}
html body .tpl-tour-content p{margin:0 0 16px !important;color:var(--tpl-text) !important;font-size:15.5px !important;line-height:1.65 !important;font-weight:500 !important;}
html body .tpl-tour-facts{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px 16px !important;margin:0 !important;color:var(--tpl-text) !important;}
html body .tpl-tour-facts div{display:grid !important;grid-template-columns:90px minmax(0,1fr) !important;gap:8px !important;align-items:start !important;}
html body .tpl-tour-facts dt{font-weight:950 !important;color:var(--tpl-ink) !important;font-size:13px !important;}
html body .tpl-tour-facts dd{margin:0 !important;color:var(--tpl-text) !important;font-weight:600 !important;font-size:14px !important;line-height:1.45 !important;}
html body .tpl-tour-action{display:flex !important;flex-direction:column !important;justify-content:center !important;align-items:stretch !important;border-left:1px solid var(--tpl-line) !important;padding:12px 10px 12px 22px !important;}
html body .tpl-tour-price span{display:block !important;color:var(--tpl-muted) !important;font-size:14px !important;font-weight:750 !important;margin-bottom:4px !important;}
html body .tpl-tour-price strong{display:block !important;color:var(--tpl-ink) !important;font-size:28px !important;line-height:1.08 !important;font-weight:950 !important;letter-spacing:-.03em !important;}
html body .tpl-tour-price small{display:block !important;color:var(--tpl-muted) !important;font-weight:650 !important;margin-top:5px !important;}
html body .tpl-view-button{margin-top:22px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:52px !important;width:100% !important;border-radius:999px !important;background:var(--tpl-primary) !important;color:#fff !important;text-decoration:none !important;font-size:16px !important;font-weight:950 !important;box-shadow:0 12px 24px rgba(179,79,31,.22) !important;}
html body .tpl-view-button:hover{background:var(--tpl-primary-dark) !important;color:#fff !important;}
html body .tpl-no-results{background:#fff !important;border:1px solid var(--tpl-line) !important;border-radius:24px !important;padding:34px !important;text-align:center !important;color:var(--tpl-text) !important;}
html body .tpl-no-results i{font-size:28px !important;color:var(--tpl-primary) !important;margin-bottom:12px !important;}.tpl-no-results strong{display:block !important;color:var(--tpl-ink) !important;font-size:22px !important;}
html body .tpl-why,html body .tpl-faq{padding:60px 0 !important;background:#FFF9F4 !important;}
html body .tpl-section-head{text-align:center !important;max-width:760px !important;margin:0 auto 28px !important;}
html body .tpl-why-grid{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:18px !important;}
html body .tpl-why-card{background:#fff !important;border:1px solid var(--tpl-line) !important;border-radius:24px !important;padding:26px !important;text-align:left !important;box-shadow:0 16px 40px rgba(67,12,5,.055) !important;}
html body .tpl-why-icon{width:54px !important;height:54px !important;border-radius:18px !important;background:#FFF1E8 !important;border:1px solid #F0D3C0 !important;color:var(--tpl-primary) !important;display:flex !important;align-items:center !important;justify-content:center !important;font-size:20px !important;margin-bottom:16px !important;}
html body .tpl-why-card h3{margin:0 0 8px !important;color:var(--tpl-ink) !important;font-size:20px !important;font-weight:950 !important;}
html body .tpl-why-card p{margin:0 !important;color:var(--tpl-text) !important;line-height:1.7 !important;font-weight:550 !important;}
html body .tpl-faq-list{max-width:900px !important;margin:0 auto !important;display:flex !important;flex-direction:column !important;gap:12px !important;}
html body .tpl-faq-item{background:#fff !important;border:1px solid var(--tpl-line) !important;border-radius:20px !important;overflow:hidden !important;box-shadow:0 12px 30px rgba(67,12,5,.05) !important;}
html body .tpl-faq-item summary{list-style:none !important;display:grid !important;grid-template-columns:34px minmax(0,1fr) 24px !important;gap:12px !important;align-items:center !important;padding:18px 20px !important;cursor:pointer !important;color:var(--tpl-ink) !important;font-weight:950 !important;line-height:1.4 !important;}
html body .tpl-faq-item summary::-webkit-details-marker{display:none !important;}
html body .tpl-faq-item summary i:first-child{width:34px !important;height:34px !important;border-radius:12px !important;background:#FFF1E8 !important;color:var(--tpl-primary) !important;display:flex !important;align-items:center !important;justify-content:center !important;}
html body .tpl-faq-item summary i:last-child{color:var(--tpl-primary) !important;transition:transform .25s ease !important;}
html body .tpl-faq-item[open] summary i:last-child{transform:rotate(180deg) !important;}
html body .tpl-faq-item p{margin:0 !important;padding:0 20px 20px 66px !important;color:var(--tpl-text) !important;line-height:1.75 !important;font-weight:550 !important;}
@media (max-width:1100px){
  html body .tpl-layout{grid-template-columns:1fr !important;}
  html body .tpl-filter-toggle{display:inline-flex !important;}
  html body .tpl-filter-panel{position:relative !important;top:auto !important;display:none !important;grid-row:auto !important;}
  html body .travel-pro-listing-page.tpl-filter-open .tpl-filter-panel{display:flex !important;}
  html body .tpl-tour-card{grid-template-columns:240px minmax(0,1fr) !important;}
  html body .tpl-tour-action{grid-column:1 / -1 !important;border-left:0 !important;border-top:1px solid var(--tpl-line) !important;padding:18px 4px 4px !important;display:grid !important;grid-template-columns:1fr 220px !important;gap:18px !important;align-items:center !important;}
  html body .tpl-view-button{margin-top:0 !important;}
}
@media (max-width:760px){
  html body .tpl-container{width:min(100% - 24px,560px) !important;}
  html body .tpl-hero{min-height:420px !important;border-radius:0 0 30px 30px !important;}
  html body .tpl-hero__overlay{background:linear-gradient(180deg,rgba(255,249,244,.97),rgba(255,249,244,.86)) !important;}
  html body .tpl-hero__content{width:min(100% - 28px,560px) !important;padding:60px 0 76px !important;}
  html body .tpl-hero h1{font-size:clamp(36px,10vw,50px) !important;line-height:1.02 !important;}
  html body .tpl-hero p{font-size:15px !important;line-height:1.65 !important;}
  html body .tpl-listing-wrap{padding:34px 0 46px !important;}
  html body .tpl-listing-heading{align-items:flex-start !important;}
  html body .tpl-listing-heading h2,html body .tpl-section-head h2{font-size:30px !important;}
  html body .tpl-results-top{align-items:flex-start !important;flex-direction:column !important;}
  html body .tpl-quick-chips{justify-content:flex-start !important;}
  html body .tpl-tour-card{display:block !important;padding:12px !important;border-radius:22px !important;}
  html body .tpl-tour-media{min-height:230px !important;}
  html body .tpl-tour-content{padding:16px 4px 8px !important;}
  html body .tpl-tour-content h3{font-size:23px !important;}
  html body .tpl-tour-facts{grid-template-columns:1fr !important;gap:9px !important;}
  html body .tpl-tour-facts div{grid-template-columns:92px minmax(0,1fr) !important;}
  html body .tpl-tour-action{display:block !important;border-top:1px solid var(--tpl-line) !important;padding:16px 4px 2px !important;}
  html body .tpl-view-button{margin-top:14px !important;}
  html body .tpl-why-grid{grid-template-columns:1fr !important;}
  html body .tpl-faq-item summary{grid-template-columns:32px minmax(0,1fr) 20px !important;padding:16px 14px !important;font-size:15px !important;}
  html body .tpl-faq-item p{padding:0 14px 16px 58px !important;font-size:14px !important;}
}
@media (max-width:420px){
  html body .tpl-tour-media,html body .tpl-tour-media img{min-height:205px !important;}
  html body .tpl-filter-card{padding:15px !important;border-radius:19px !important;}
  html body .tpl-range-row{grid-template-columns:1fr !important;}
  html body .tpl-hero-search{padding:12px 14px !important;border-radius:16px !important;}
}

/* Travel Pro v4.6.0 - requested Explore/Tours refinements */
body.tpl-filter-lock{overflow:hidden !important;}
html body .travel-pro-listing-page{
  --tpl-ink:#111111;
  --tpl-text:#303030;
  --tpl-muted:#66615d;
  --tpl-soft:#F8F3EE;
  --tpl-line:#E2D2C4;
  --tpl-primary:#B34F1F;
  --tpl-primary-dark:#873614;
  --tpl-card:#FFFFFF;
  background:#F8F3EE !important;
}
html body .travel-pro-listing-page .tpl-hero{
  min-height:390px !important;
  align-items:center !important;
  border-radius:0 0 46px 46px !important;
  box-shadow:0 28px 80px rgba(35,20,12,.20) !important;
  isolation:isolate !important;
}
html body .travel-pro-listing-page .tpl-hero:after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;right:0 !important;bottom:-1px !important;height:80px !important;
  background:linear-gradient(180deg,rgba(248,243,238,0),#F8F3EE) !important;
  z-index:1 !important;
  pointer-events:none !important;
}
html body .travel-pro-listing-page .tpl-hero__overlay{
  background:linear-gradient(90deg,rgba(17,12,9,.72) 0%,rgba(17,12,9,.48) 48%,rgba(17,12,9,.18) 100%) !important;
  z-index:0 !important;
}
html body .travel-pro-listing-page .tpl-hero__content{
  width:min(100% - 48px,1180px) !important;
  padding:96px 0 118px !important;
  text-align:left !important;
}
html body .travel-pro-listing-page .tpl-hero h1{
  max-width:760px !important;
  margin:0 0 18px !important;
  color:#FFFFFF !important;
  -webkit-text-fill-color:#FFFFFF !important;
  text-shadow:0 16px 45px rgba(0,0,0,.35) !important;
  font-size:clamp(44px,5.6vw,78px) !important;
  line-height:.98 !important;
  letter-spacing:-.055em !important;
}
html body .travel-pro-listing-page .tpl-hero h1 span{color:#FFFFFF !important;-webkit-text-fill-color:#FFFFFF !important;}
html body .travel-pro-listing-page .tpl-hero p{
  max-width:710px !important;
  margin:0 !important;
  color:rgba(255,255,255,.90) !important;
  -webkit-text-fill-color:rgba(255,255,255,.90) !important;
  font-size:18px !important;
  line-height:1.7 !important;
  font-weight:650 !important;
  text-shadow:0 10px 30px rgba(0,0,0,.25) !important;
}
html body .travel-pro-listing-page .tpl-eyebrow,
html body .travel-pro-listing-page .tpl-hero-search,
html body .travel-pro-listing-page .tpl-intro,
html body .travel-pro-listing-page .tpl-listing-heading,
html body .travel-pro-listing-page .tpl-date-card,
html body .travel-pro-listing-page .tpl-why,
html body .travel-pro-listing-page .tpl-faq{display:none !important;}
html body .travel-pro-listing-page .tpl-listing-wrap{padding:52px 0 76px !important;background:#F8F3EE !important;}
html body .travel-pro-listing-page .tpl-layout{grid-template-columns:315px minmax(0,1fr) !important;gap:26px !important;}
html body .travel-pro-listing-page .tpl-filter-panel{top:92px !important;gap:14px !important;}
html body .travel-pro-listing-page .tpl-filter-drawer-head{display:none !important;}
html body .travel-pro-listing-page .tpl-filter-card{
  background:#FFFFFF !important;
  border:1px solid #E2D2C4 !important;
  border-radius:20px !important;
  padding:18px !important;
  box-shadow:none !important;
}
html body .travel-pro-listing-page .tpl-filter-title{
  font-size:20px !important;
  line-height:1.2 !important;
  margin:0 0 8px !important;
  color:#111111 !important;
}
html body .travel-pro-listing-page .tpl-filter-title i{
  width:36px !important;height:36px !important;border-radius:12px !important;
  background:#FFF0E8 !important;border:1px solid #F0CDB9 !important;
  display:inline-flex !important;align-items:center !important;justify-content:center !important;
}
html body .travel-pro-listing-page .tpl-filter-count{font-size:14px !important;margin:0 0 14px !important;color:#6b625c !important;}
html body .travel-pro-listing-page .tpl-filter-search span,
html body .travel-pro-listing-page .tpl-sort span,
html body .travel-pro-listing-page .tpl-range-row label,
html body .travel-pro-listing-page .tpl-filter-head span{
  color:#111111 !important;
  font-weight:900 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
}
html body .travel-pro-listing-page .tpl-filter-search span,
html body .travel-pro-listing-page .tpl-sort span{font-size:14px !important;margin-bottom:9px !important;}
html body .travel-pro-listing-page .tpl-filter-search input,
html body .travel-pro-listing-page .tpl-sort select,
html body .travel-pro-listing-page .tpl-range-row input{
  min-height:46px !important;
  border-radius:14px !important;
  border:1px solid #DCC9BA !important;
  background:#FCFAF8 !important;
  color:#111111 !important;
  font-size:14px !important;
}
html body .travel-pro-listing-page .tpl-clear{background:#F3E6DD !important;color:#873614 !important;min-height:44px !important;}
html body .travel-pro-listing-page .tpl-filter-head{font-size:16px !important;line-height:1.2 !important;}
html body .travel-pro-listing-page .tpl-help{font-size:12px !important;color:#716861 !important;}
html body .travel-pro-listing-page .tpl-checks label{
  min-height:38px !important;
  padding:7px 9px !important;
  border-radius:12px !important;
  background:#FCFAF8 !important;
  border:1px solid transparent !important;
  transition:border-color .2s ease,background .2s ease !important;
}
html body .travel-pro-listing-page .tpl-checks label:has(input:checked){border-color:#E6B89F !important;background:#FFF1E8 !important;}
html body .travel-pro-listing-page .tpl-results-top{
  background:#FFFFFF !important;
  border:1px solid #E2D2C4 !important;
  border-radius:20px !important;
  padding:14px 16px !important;
  margin-bottom:16px !important;
  box-shadow:none !important;
}
html body .travel-pro-listing-page .tpl-result-count{font-size:16px !important;color:#111111 !important;}
html body .travel-pro-listing-page .tpl-quick-chips button{background:#FFFFFF !important;color:#303030 !important;border:1px solid #E2D2C4 !important;}
html body .travel-pro-listing-page .tpl-quick-chips button.is-active{background:#B34F1F !important;border-color:#B34F1F !important;color:#FFFFFF !important;}
html body .travel-pro-listing-page .tpl-tour-card{
  grid-template-columns:286px minmax(0,1fr) 190px !important;
  gap:22px !important;
  padding:14px !important;
  border-radius:24px !important;
  border:1px solid #DFCEC0 !important;
  box-shadow:none !important;
}
html body .travel-pro-listing-page .tpl-tour-card:hover{box-shadow:0 18px 45px rgba(42,20,10,.10) !important;}
html body .travel-pro-listing-page .tpl-tour-content h3,
html body .travel-pro-listing-page .tpl-tour-content h3 a{color:#111111 !important;-webkit-text-fill-color:#111111 !important;}
html body .travel-pro-listing-page .tpl-tour-content p{color:#3f3c39 !important;}
html body .travel-pro-listing-page .tpl-tour-facts{display:none !important;}
html body .travel-pro-listing-page .tpl-tour-icons{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:10px !important;
  margin:16px 0 0 !important;
}
html body .travel-pro-listing-page .tpl-tour-icons span{
  min-width:0 !important;
  min-height:44px !important;
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  padding:9px 10px !important;
  border-radius:14px !important;
  border:1px solid #E8D5C7 !important;
  background:#FFF9F4 !important;
  color:#111111 !important;
}
html body .travel-pro-listing-page .tpl-tour-icons i{
  flex:0 0 28px !important;
  width:28px !important;height:28px !important;
  border-radius:10px !important;
  display:inline-flex !important;align-items:center !important;justify-content:center !important;
  background:#FFF0E8 !important;
  color:#B34F1F !important;
  font-size:13px !important;
}
html body .travel-pro-listing-page .tpl-tour-icons b{
  min-width:0 !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
  color:#111111 !important;
  font-size:13px !important;
  line-height:1.2 !important;
  font-weight:900 !important;
}
html body .travel-pro-listing-page .tpl-tour-icons span:first-child b{white-space:normal !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;}
html body .travel-pro-listing-page .tpl-tour-action{border-left:1px solid #E2D2C4 !important;}
html body .travel-pro-listing-page .tpl-view-button{box-shadow:none !important;background:#B34F1F !important;}
html body .travel-pro-listing-page .tpl-view-button:hover{background:#873614 !important;}
@media (max-width:1100px){
  html body .travel-pro-listing-page .tpl-layout{grid-template-columns:1fr !important;}
  html body .travel-pro-listing-page .tpl-filter-toggle{display:inline-flex !important;}
  html body .travel-pro-listing-page .tpl-filter-backdrop{
    display:block !important;position:fixed !important;inset:0 !important;background:rgba(17,17,17,.42) !important;opacity:0 !important;pointer-events:none !important;z-index:999996 !important;transition:opacity .24s ease !important;
  }
  html body .travel-pro-listing-page.tpl-filter-open .tpl-filter-backdrop{opacity:1 !important;pointer-events:auto !important;}
  html body .travel-pro-listing-page .tpl-filter-panel{
    display:flex !important;position:fixed !important;top:0 !important;left:0 !important;bottom:0 !important;width:min(88vw,380px) !important;z-index:999997 !important;overflow:auto !important;padding:16px !important;background:#F8F3EE !important;transform:translateX(-104%) !important;transition:transform .28s ease !important;box-shadow:28px 0 80px rgba(0,0,0,.25) !important;
  }
  html body .travel-pro-listing-page.tpl-filter-open .tpl-filter-panel{transform:translateX(0) !important;}
  html body .travel-pro-listing-page .tpl-filter-drawer-head{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:12px !important;padding:6px 2px 2px !important;color:#111 !important;}
  html body .travel-pro-listing-page .tpl-filter-drawer-head strong{display:flex !important;align-items:center !important;gap:8px !important;font-size:20px !important;font-weight:950 !important;}
  html body .travel-pro-listing-page .tpl-filter-drawer-head button{border:1px solid #E2D2C4 !important;background:#fff !important;width:40px !important;height:40px !important;border-radius:999px !important;color:#111 !important;}
  html body .travel-pro-listing-page .tpl-tour-card{grid-template-columns:240px minmax(0,1fr) !important;}
  html body .travel-pro-listing-page .tpl-tour-action{grid-column:1 / -1 !important;border-left:0 !important;border-top:1px solid #E2D2C4 !important;display:grid !important;grid-template-columns:1fr 220px !important;gap:18px !important;align-items:center !important;}
  html body .travel-pro-listing-page .tpl-tour-icons{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
}
@media (max-width:760px){
  html body .travel-pro-listing-page .tpl-container{width:min(100% - 24px,560px) !important;}
  html body .travel-pro-listing-page .tpl-hero{min-height:350px !important;border-radius:0 0 30px 30px !important;}
  html body .travel-pro-listing-page .tpl-hero__overlay{background:linear-gradient(180deg,rgba(12,10,9,.72),rgba(12,10,9,.42)) !important;}
  html body .travel-pro-listing-page .tpl-hero__content{width:min(100% - 28px,560px) !important;padding:74px 0 96px !important;text-align:center !important;}
  html body .travel-pro-listing-page .tpl-hero h1{font-size:clamp(36px,10vw,50px) !important;margin-left:auto !important;margin-right:auto !important;}
  html body .travel-pro-listing-page .tpl-hero p{font-size:15.5px !important;line-height:1.65 !important;margin-left:auto !important;margin-right:auto !important;}
  html body .travel-pro-listing-page .tpl-listing-wrap{padding:34px 0 52px !important;}
  html body .travel-pro-listing-page .tpl-results-top{display:grid !important;grid-template-columns:1fr !important;align-items:start !important;}
  html body .travel-pro-listing-page .tpl-filter-toggle{justify-content:center !important;width:100% !important;border-radius:16px !important;min-height:46px !important;}
  html body .travel-pro-listing-page .tpl-quick-chips{width:100% !important;display:flex !important;flex-wrap:nowrap !important;overflow-x:auto !important;padding-bottom:2px !important;}
  html body .travel-pro-listing-page .tpl-quick-chips button{white-space:nowrap !important;}
  html body .travel-pro-listing-page .tpl-tour-card{display:grid !important;grid-template-columns:1fr !important;gap:0 !important;padding:12px !important;border-radius:22px !important;}
  html body .travel-pro-listing-page .tpl-tour-media{min-height:220px !important;border-radius:18px !important;}
  html body .travel-pro-listing-page .tpl-tour-content{padding:16px 2px 10px !important;}
  html body .travel-pro-listing-page .tpl-tour-content h3{font-size:23px !important;line-height:1.18 !important;}
  html body .travel-pro-listing-page .tpl-tour-content p{font-size:14.5px !important;line-height:1.58 !important;}
  html body .travel-pro-listing-page .tpl-tour-icons{grid-template-columns:1fr !important;gap:8px !important;}
  html body .travel-pro-listing-page .tpl-tour-icons span{min-height:42px !important;}
  html body .travel-pro-listing-page .tpl-tour-icons b{white-space:normal !important;display:block !important;}
  html body .travel-pro-listing-page .tpl-tour-action{display:grid !important;grid-template-columns:1fr !important;gap:12px !important;border-top:1px solid #E2D2C4 !important;padding:15px 2px 2px !important;}
  html body .travel-pro-listing-page .tpl-view-button{min-height:50px !important;width:100% !important;margin:0 !important;}
}
@media (max-width:420px){
  html body .travel-pro-listing-page .tpl-filter-panel{width:92vw !important;}
  html body .travel-pro-listing-page .tpl-range-row{grid-template-columns:1fr 1fr !important;}
  html body .travel-pro-listing-page .tpl-tour-media,html body .travel-pro-listing-page .tpl-tour-media img{min-height:200px !important;}
}


/* Travel Pro v4.9.0 - final Explore/Tours listing polish: v3.4 wave image banner, clean app filter, no count text, professional mobile cards */
html body .travel-pro-listing-page{--tpl-primary:#b4521f;--tpl-primary-dark:#873711;--tpl-ink:#0f0f10;--tpl-text:#37302b;--tpl-muted:#6f625a;--tpl-line:#ead7c6;--tpl-soft:#fbf6f1;background:#fbf6f1 !important;color:var(--tpl-text) !important;font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif !important;}
html body .travel-pro-listing-page .tpl-hero{min-height:460px !important;display:flex !important;align-items:center !important;position:relative !important;isolation:isolate !important;overflow:hidden !important;background-size:cover !important;background-position:center !important;border-radius:0 0 46px 46px !important;box-shadow:0 26px 72px rgba(36,22,12,.22) !important;margin:0 0 22px !important;}
html body .travel-pro-listing-page .tpl-hero__overlay{position:absolute !important;inset:0 !important;z-index:0 !important;background:radial-gradient(circle at 18% 28%,rgba(255,255,255,.16),transparent 31%),linear-gradient(100deg,rgba(15,10,7,.84) 0%,rgba(42,24,14,.62) 46%,rgba(74,35,15,.24) 100%) !important;}
html body .travel-pro-listing-page .tpl-hero:after{content:"" !important;position:absolute !important;left:-8% !important;right:-8% !important;bottom:-82px !important;height:150px !important;z-index:1 !important;background:#fbf6f1 !important;border-radius:50% 50% 0 0 / 100% 100% 0 0 !important;box-shadow:0 -18px 55px rgba(255,255,255,.16) !important;pointer-events:none !important;}
html body .travel-pro-listing-page .tpl-hero__content{position:relative !important;z-index:2 !important;width:min(1120px,calc(100% - 34px)) !important;margin:0 auto !important;padding:78px 0 104px !important;text-align:left !important;}
html body .travel-pro-listing-page .tpl-hero h1{max-width:760px !important;margin:0 0 16px !important;color:#fff !important;-webkit-text-fill-color:#fff !important;font-size:clamp(44px,6vw,78px) !important;line-height:.96 !important;letter-spacing:-.06em !important;font-weight:950 !important;text-shadow:0 10px 36px rgba(0,0,0,.32) !important;}
html body .travel-pro-listing-page .tpl-hero h1 span{color:#f7c38e !important;-webkit-text-fill-color:#f7c38e !important;}
html body .travel-pro-listing-page .tpl-hero p{max-width:650px !important;color:rgba(255,255,255,.93) !important;-webkit-text-fill-color:rgba(255,255,255,.93) !important;font-size:18px !important;line-height:1.72 !important;font-weight:650 !important;margin:0 !important;text-shadow:0 8px 25px rgba(0,0,0,.24) !important;}
html body .travel-pro-listing-page .tpl-listing-wrap{padding:30px 0 72px !important;background:#fbf6f1 !important;}
html body .travel-pro-listing-page .tpl-container{width:min(1180px,calc(100% - 30px)) !important;margin:0 auto !important;}
html body .travel-pro-listing-page .tpl-layout{display:grid !important;grid-template-columns:292px minmax(0,1fr) !important;gap:28px !important;align-items:start !important;}
html body .travel-pro-listing-page .tpl-filter-panel{position:sticky !important;top:94px !important;z-index:8 !important;display:flex !important;flex-direction:column !important;gap:14px !important;}
html body .travel-pro-listing-page .tpl-filter-drawer-head{display:none !important;}
html body .travel-pro-listing-page .tpl-filter-card{background:#fff !important;border:1px solid #ead7c6 !important;border-radius:22px !important;padding:18px !important;box-shadow:0 14px 34px rgba(67,12,5,.055) !important;color:#37302b !important;}
html body .travel-pro-listing-page .tpl-filter-title{display:flex !important;align-items:center !important;gap:11px !important;margin:0 0 13px !important;color:#111 !important;font-size:18px !important;line-height:1.2 !important;font-weight:950 !important;}
html body .travel-pro-listing-page .tpl-filter-title i{width:38px !important;height:38px !important;border-radius:14px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;background:#fbf1e8 !important;color:#b4521f !important;border:1px solid #f0d0bc !important;}
html body .travel-pro-listing-page .tpl-filter-count{display:none !important;}
html body .travel-pro-listing-page .tpl-filter-search span,html body .travel-pro-listing-page .tpl-sort span,html body .travel-pro-listing-page .tpl-filter-head span{display:block !important;margin:0 0 8px !important;color:#211610 !important;font-weight:950 !important;font-size:12px !important;text-transform:uppercase !important;letter-spacing:.055em !important;}
html body .travel-pro-listing-page .tpl-filter-search input,html body .travel-pro-listing-page .tpl-sort select,html body .travel-pro-listing-page .tpl-range-row input{width:100% !important;border:1px solid #ead7c6 !important;border-radius:15px !important;background:#fff !important;color:#111 !important;padding:12px 13px !important;font-weight:800 !important;outline:0 !important;box-shadow:none !important;}
html body .travel-pro-listing-page .tpl-clear{width:100% !important;margin-top:12px !important;border:0 !important;border-radius:999px !important;background:#fbf1e8 !important;color:#9d3f14 !important;font-weight:950 !important;padding:12px 16px !important;cursor:pointer !important;}
html body .travel-pro-listing-page .tpl-filter-head{width:100% !important;display:flex !important;align-items:center !important;justify-content:space-between !important;border:0 !important;background:transparent !important;color:#111 !important;font-weight:950 !important;font-size:15px !important;padding:0 !important;cursor:pointer !important;}
html body .travel-pro-listing-page .tpl-filter-body{margin-top:14px !important;}
html body .travel-pro-listing-page .tpl-checks{display:grid !important;gap:10px !important;}
html body .travel-pro-listing-page .tpl-checks label{display:flex !important;align-items:center !important;gap:10px !important;padding:10px 11px !important;border:1px solid #ead7c6 !important;border-radius:15px !important;background:#fffaf6 !important;color:#2c211b !important;font-weight:850 !important;font-size:13px !important;line-height:1.25 !important;cursor:pointer !important;}
html body .travel-pro-listing-page .tpl-checks input{width:17px !important;height:17px !important;accent-color:#b4521f !important;flex:0 0 auto !important;}
html body .travel-pro-listing-page .tpl-results-top{display:flex !important;align-items:center !important;gap:14px !important;justify-content:space-between !important;background:#fff !important;border:1px solid #ead7c6 !important;border-radius:24px !important;padding:12px 14px !important;margin-bottom:18px !important;box-shadow:0 12px 28px rgba(67,12,5,.045) !important;}
html body .travel-pro-listing-page .tpl-result-count{display:none !important;}
html body .travel-pro-listing-page .tpl-filter-toggle{display:none !important;align-items:center !important;justify-content:center !important;gap:10px !important;border:0 !important;border-radius:999px !important;background:#b4521f !important;color:#fff !important;padding:13px 18px !important;font-weight:950 !important;box-shadow:0 10px 24px rgba(180,82,31,.22) !important;}
html body .travel-pro-listing-page .tpl-quick-chips{display:flex !important;align-items:center !important;gap:10px !important;overflow-x:auto !important;-webkit-overflow-scrolling:touch !important;scrollbar-width:none !important;flex:1 1 auto !important;}
html body .travel-pro-listing-page .tpl-quick-chips::-webkit-scrollbar{display:none !important;}
html body .travel-pro-listing-page .tpl-quick-chips button{flex:0 0 auto !important;border:1px solid #ead7c6 !important;background:#fffaf6 !important;color:#301f16 !important;border-radius:999px !important;padding:12px 16px !important;font-weight:950 !important;line-height:1 !important;white-space:nowrap !important;cursor:pointer !important;}
html body .travel-pro-listing-page .tpl-quick-chips button.is-active{background:#b4521f !important;border-color:#b4521f !important;color:#fff !important;box-shadow:0 8px 20px rgba(180,82,31,.20) !important;}
html body .travel-pro-listing-page .tpl-card-list{display:grid !important;gap:18px !important;}
html body .travel-pro-listing-page .tpl-tour-card{display:grid !important;grid-template-columns:300px minmax(0,1fr) 190px !important;gap:22px !important;align-items:stretch !important;background:#fff !important;border:1px solid #ead7c6 !important;border-radius:26px !important;padding:14px !important;box-shadow:0 14px 34px rgba(67,12,5,.055) !important;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease !important;overflow:hidden !important;}
html body .travel-pro-listing-page .tpl-tour-card:hover{transform:translateY(-2px) !important;border-color:rgba(180,82,31,.52) !important;box-shadow:0 20px 48px rgba(67,12,5,.09) !important;}
html body .travel-pro-listing-page .tpl-tour-media{display:block !important;position:relative !important;min-height:238px !important;height:100% !important;border-radius:20px !important;overflow:hidden !important;background:#ead7c6 !important;}
html body .travel-pro-listing-page .tpl-tour-media img{width:100% !important;height:100% !important;min-height:238px !important;display:block !important;object-fit:cover !important;object-position:center !important;transition:transform .65s ease !important;}
html body .travel-pro-listing-page .tpl-tour-card:hover .tpl-tour-media img{transform:scale(1.055) !important;}
html body .travel-pro-listing-page .tpl-photo-badge{display:none !important;}
html body .travel-pro-listing-page .tpl-tour-content{min-width:0 !important;padding:4px 0 !important;display:flex !important;flex-direction:column !important;}
html body .travel-pro-listing-page .tpl-tour-tags{display:flex !important;flex-wrap:wrap !important;gap:8px !important;margin:0 0 10px !important;}
html body .travel-pro-listing-page .tpl-tour-tags span{display:inline-flex !important;align-items:center !important;border-radius:999px !important;background:#fff5ee !important;border:1px solid #f0d0bc !important;color:#9d3f14 !important;padding:7px 10px !important;font-size:12px !important;font-weight:950 !important;}
html body .travel-pro-listing-page .tpl-tour-content h3{margin:0 0 10px !important;color:#111 !important;font-size:clamp(21px,2vw,28px) !important;line-height:1.16 !important;letter-spacing:-.035em !important;font-weight:950 !important;}
html body .travel-pro-listing-page .tpl-tour-content h3 a{color:inherit !important;text-decoration:none !important;}
html body .travel-pro-listing-page .tpl-rating{display:flex !important;align-items:center !important;gap:5px !important;margin:0 0 10px !important;color:#5a4d45 !important;font-size:14px !important;font-weight:750 !important;}
html body .travel-pro-listing-page .tpl-rating strong{color:#111 !important;font-weight:950 !important;}
html body .travel-pro-listing-page .tpl-rating i{color:#e29a2e !important;}
html body .travel-pro-listing-page .tpl-tour-content p{margin:0 0 14px !important;color:#4d423b !important;font-size:15px !important;line-height:1.6 !important;font-weight:550 !important;}
html body .travel-pro-listing-page .tpl-tour-icons{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:9px !important;margin-top:auto !important;}
html body .travel-pro-listing-page .tpl-tour-icons span{display:flex !important;align-items:center !important;gap:8px !important;min-width:0 !important;padding:10px 11px !important;border:1px solid #ead7c6 !important;border-radius:16px !important;background:#fffaf6 !important;color:#18120e !important;}
html body .travel-pro-listing-page .tpl-tour-icons i{width:28px !important;height:28px !important;min-width:28px !important;border-radius:10px !important;background:#fff0e7 !important;color:#b4521f !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;font-size:13px !important;border:1px solid #f0d0bc !important;}
html body .travel-pro-listing-page .tpl-tour-icons b{display:block !important;min-width:0 !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;color:#18120e !important;font-size:13px !important;font-weight:950 !important;}
html body .travel-pro-listing-page .tpl-tour-action{border-left:1px solid #ead7c6 !important;padding-left:20px !important;display:flex !important;flex-direction:column !important;justify-content:center !important;align-items:stretch !important;gap:18px !important;}
html body .travel-pro-listing-page .tpl-tour-price span{display:block !important;color:#817169 !important;font-size:11px !important;text-transform:uppercase !important;letter-spacing:.06em !important;font-weight:950 !important;margin-bottom:5px !important;}
html body .travel-pro-listing-page .tpl-tour-price strong{display:block !important;color:#111 !important;font-size:28px !important;line-height:1 !important;font-weight:950 !important;letter-spacing:-.04em !important;}
html body .travel-pro-listing-page .tpl-tour-price small{display:block !important;color:#5f5149 !important;font-weight:800 !important;margin-top:6px !important;}
html body .travel-pro-listing-page .tpl-view-button{display:flex !important;align-items:center !important;justify-content:center !important;text-decoration:none !important;border-radius:999px !important;background:#b4521f !important;color:#fff !important;padding:14px 18px !important;font-weight:950 !important;box-shadow:0 10px 22px rgba(180,82,31,.20) !important;transition:background .2s ease,transform .2s ease !important;}
html body .travel-pro-listing-page .tpl-view-button:hover{background:#873711 !important;transform:translateY(-1px) !important;}
@media (max-width:1024px){html body .travel-pro-listing-page .tpl-layout{grid-template-columns:1fr !important;}html body .travel-pro-listing-page .tpl-filter-toggle{display:inline-flex !important;}html body .travel-pro-listing-page .tpl-filter-backdrop{position:fixed !important;inset:0 !important;background:rgba(15,10,7,.45) !important;z-index:99990 !important;opacity:0 !important;pointer-events:none !important;transition:opacity .25s ease !important;}html body .travel-pro-listing-page.tpl-filter-open .tpl-filter-backdrop{opacity:1 !important;pointer-events:auto !important;}html body .travel-pro-listing-page .tpl-filter-panel{position:fixed !important;top:0 !important;left:0 !important;bottom:0 !important;width:min(390px,88vw) !important;max-width:88vw !important;display:flex !important;overflow:auto !important;z-index:99991 !important;background:#fbf6f1 !important;padding:16px !important;box-shadow:22px 0 60px rgba(0,0,0,.22) !important;transform:translateX(-110%) !important;transition:transform .28s ease !important;border-right:1px solid #ead7c6 !important;}html body .travel-pro-listing-page.tpl-filter-open .tpl-filter-panel{transform:translateX(0) !important;}html body .travel-pro-listing-page .tpl-filter-drawer-head{display:flex !important;align-items:center !important;justify-content:space-between !important;margin-bottom:2px !important;background:#fff !important;border:1px solid #ead7c6 !important;border-radius:20px !important;padding:13px 14px !important;}html body .travel-pro-listing-page .tpl-filter-drawer-head strong{display:flex !important;align-items:center !important;gap:8px !important;color:#111 !important;font-weight:950 !important;}html body .travel-pro-listing-page .tpl-filter-drawer-head button{width:38px !important;height:38px !important;border:0 !important;border-radius:999px !important;background:#fbf1e8 !important;color:#9d3f14 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;}.tpl-filter-lock{overflow:hidden !important;}html body .travel-pro-listing-page .tpl-tour-card{grid-template-columns:255px minmax(0,1fr) !important;grid-template-areas:"media content" "media action" !important;gap:14px !important;}html body .travel-pro-listing-page .tpl-tour-media{grid-area:media !important;min-height:230px !important;}html body .travel-pro-listing-page .tpl-tour-media img{min-height:230px !important;}html body .travel-pro-listing-page .tpl-tour-action{grid-area:action !important;border-left:0 !important;border-top:1px solid #ead7c6 !important;padding:12px 0 0 !important;flex-direction:row !important;align-items:center !important;justify-content:space-between !important;}html body .travel-pro-listing-page .tpl-tour-content{grid-area:content !important;}}
@media (max-width:700px){html body .travel-pro-listing-page .tpl-hero{min-height:370px !important;border-radius:0 0 30px 30px !important;margin-bottom:10px !important;}html body .travel-pro-listing-page .tpl-hero:after{bottom:-68px !important;height:125px !important;}html body .travel-pro-listing-page .tpl-hero__content{width:min(100% - 24px,560px) !important;padding:56px 0 88px !important;}html body .travel-pro-listing-page .tpl-hero h1{font-size:clamp(36px,12vw,54px) !important;line-height:1 !important;}html body .travel-pro-listing-page .tpl-hero p{font-size:15.5px !important;line-height:1.65 !important;max-width:95% !important;}html body .travel-pro-listing-page .tpl-listing-wrap{padding:22px 0 46px !important;}html body .travel-pro-listing-page .tpl-container{width:min(100% - 22px,560px) !important;}html body .travel-pro-listing-page .tpl-results-top{position:sticky !important;top:0 !important;z-index:12 !important;border-radius:20px !important;padding:10px !important;margin-bottom:14px !important;}html body .travel-pro-listing-page .tpl-filter-toggle{padding:13px 16px !important;font-size:15px !important;min-width:124px !important;}html body .travel-pro-listing-page .tpl-quick-chips{gap:8px !important;}html body .travel-pro-listing-page .tpl-quick-chips button{padding:12px 15px !important;font-size:14px !important;}html body .travel-pro-listing-page .tpl-card-list{gap:14px !important;}html body .travel-pro-listing-page .tpl-tour-card{display:grid !important;grid-template-columns:46% minmax(0,1fr) !important;grid-template-areas:"media content" "media action" !important;gap:10px !important;padding:10px !important;border-radius:22px !important;}html body .travel-pro-listing-page .tpl-tour-media{min-height:260px !important;height:100% !important;border-radius:18px !important;}html body .travel-pro-listing-page .tpl-tour-media img{min-height:260px !important;height:100% !important;}html body .travel-pro-listing-page .tpl-tour-tags{margin-bottom:7px !important;}html body .travel-pro-listing-page .tpl-tour-tags span{font-size:10.5px !important;padding:5px 8px !important;}html body .travel-pro-listing-page .tpl-tour-content h3{font-size:17px !important;line-height:1.18 !important;margin-bottom:7px !important;}html body .travel-pro-listing-page .tpl-rating{font-size:12px !important;margin-bottom:7px !important;}html body .travel-pro-listing-page .tpl-rating span{display:none !important;}html body .travel-pro-listing-page .tpl-tour-content p{font-size:12.5px !important;line-height:1.45 !important;margin-bottom:9px !important;display:-webkit-box !important;-webkit-line-clamp:3 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;}html body .travel-pro-listing-page .tpl-tour-icons{grid-template-columns:1fr !important;gap:6px !important;margin-top:0 !important;}html body .travel-pro-listing-page .tpl-tour-icons span{padding:7px 8px !important;border-radius:13px !important;gap:6px !important;}html body .travel-pro-listing-page .tpl-tour-icons i{width:23px !important;height:23px !important;min-width:23px !important;border-radius:8px !important;font-size:11px !important;}html body .travel-pro-listing-page .tpl-tour-icons b{font-size:11.5px !important;}html body .travel-pro-listing-page .tpl-tour-action{padding:8px 0 0 !important;gap:8px !important;}html body .travel-pro-listing-page .tpl-tour-price strong{font-size:18px !important;}html body .travel-pro-listing-page .tpl-tour-price span{font-size:9px !important;margin-bottom:2px !important;}html body .travel-pro-listing-page .tpl-tour-price small{display:none !important;}html body .travel-pro-listing-page .tpl-view-button{padding:10px 12px !important;font-size:13px !important;min-width:94px !important;}html body .travel-pro-listing-page .tpl-filter-panel{width:90vw !important;max-width:90vw !important;padding:14px !important;}}
@media (max-width:390px){html body .travel-pro-listing-page .tpl-tour-card{grid-template-columns:44% minmax(0,1fr) !important;}html body .travel-pro-listing-page .tpl-tour-media,html body .travel-pro-listing-page .tpl-tour-media img{min-height:250px !important;}html body .travel-pro-listing-page .tpl-tour-content h3{font-size:15.5px !important;}html body .travel-pro-listing-page .tpl-tour-icons b{font-size:10.5px !important;}html body .travel-pro-listing-page .tpl-view-button{font-size:12px !important;min-width:82px !important;padding:9px 10px !important;}}


/* Travel Pro v5.0.0 - final banner restore + preserve listing card layout */
html body .travel-pro-listing-page{
  background:#f8f3ee !important;
}
html body .travel-pro-listing-page .tpl-hero{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  min-height:420px !important;
  margin:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:hidden !important;
  background-color:#3d332c !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}
html body .travel-pro-listing-page .tpl-hero:before{content:none !important;display:none !important;}
html body .travel-pro-listing-page .tpl-hero:after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:-1px !important;
  height:74px !important;
  background:linear-gradient(180deg,rgba(248,243,238,0),#f8f3ee 92%) !important;
  z-index:1 !important;
  pointer-events:none !important;
}
html body .travel-pro-listing-page .tpl-hero__overlay{
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(90deg,rgba(20,14,10,.50) 0%,rgba(20,14,10,.34) 48%,rgba(20,14,10,.14) 100%) !important;
  z-index:0 !important;
  pointer-events:none !important;
}
html body .travel-pro-listing-page .tpl-hero__content{
  position:relative !important;
  z-index:2 !important;
  width:min(100% - 48px,1180px) !important;
  margin:0 auto !important;
  padding:88px 0 112px !important;
  text-align:left !important;
}
html body .travel-pro-listing-page .tpl-hero h1{
  max-width:760px !important;
  margin:0 0 16px !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  text-shadow:0 8px 24px rgba(0,0,0,.28) !important;
  font-size:clamp(44px,5.4vw,76px) !important;
  line-height:.98 !important;
  letter-spacing:-.055em !important;
  font-weight:950 !important;
}
html body .travel-pro-listing-page .tpl-hero p{
  max-width:720px !important;
  margin:0 !important;
  color:rgba(255,255,255,.92) !important;
  -webkit-text-fill-color:rgba(255,255,255,.92) !important;
  text-shadow:0 5px 18px rgba(0,0,0,.22) !important;
  font-size:18px !important;
  line-height:1.72 !important;
  font-weight:650 !important;
}
html body .travel-pro-listing-page .tpl-result-count,
html body .travel-pro-listing-page .tpl-filter-count{display:none !important;}
html body .travel-pro-listing-page .tpl-results-top{
  box-shadow:none !important;
  border:1px solid #ead7c6 !important;
  background:#fff !important;
}
html body .travel-pro-listing-page .tpl-filter-panel,
html body .travel-pro-listing-page .tpl-filter-card,
html body .travel-pro-listing-page .tpl-tour-card{box-shadow:none !important;}
html body .travel-pro-listing-page .tpl-tour-card:hover{box-shadow:0 16px 40px rgba(42,20,10,.08) !important;}
html body .travel-pro-listing-page .tpl-tour-media{
  min-height:230px !important;
  background:#e8ddd4 !important;
}
html body .travel-pro-listing-page .tpl-tour-media img{
  width:100% !important;
  height:100% !important;
  min-height:230px !important;
  object-fit:cover !important;
}
html body .travel-pro-listing-page .tpl-tour-icons{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:10px !important;
  margin:14px 0 0 !important;
}
html body .travel-pro-listing-page .tpl-tour-icons span{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  min-width:0 !important;
  min-height:44px !important;
  padding:9px 10px !important;
  border-radius:14px !important;
  border:1px solid #ead7c6 !important;
  background:#fffaf6 !important;
}
html body .travel-pro-listing-page .tpl-tour-icons i{
  flex:0 0 28px !important;
  width:28px !important;
  height:28px !important;
  min-width:28px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:10px !important;
  border:1px solid #f0d0bc !important;
  background:#fff0e7 !important;
  color:#b4521f !important;
  font-size:13px !important;
}
html body .travel-pro-listing-page .tpl-tour-icons b{
  display:block !important;
  min-width:0 !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
  color:#18120e !important;
  font-size:13px !important;
  line-height:1.2 !important;
  font-weight:950 !important;
}
html body .travel-pro-listing-page .tpl-tour-icons span:first-child b{
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
  display:block !important;
}
@media (max-width:1024px){
  html body .travel-pro-listing-page .tpl-filter-panel{
    box-shadow:18px 0 50px rgba(0,0,0,.18) !important;
  }
}
@media (max-width:700px){
  html body .travel-pro-listing-page .tpl-hero{
    min-height:360px !important;
    border-radius:0 !important;
    margin:0 !important;
  }
  html body .travel-pro-listing-page .tpl-hero:after{
    height:58px !important;
    bottom:-1px !important;
  }
  html body .travel-pro-listing-page .tpl-hero__overlay{
    background:linear-gradient(180deg,rgba(20,14,10,.46),rgba(20,14,10,.24)) !important;
  }
  html body .travel-pro-listing-page .tpl-hero__content{
    width:min(100% - 30px,560px) !important;
    padding:66px 0 86px !important;
  }
  html body .travel-pro-listing-page .tpl-hero h1{
    font-size:clamp(36px,12vw,54px) !important;
    line-height:1.02 !important;
  }
  html body .travel-pro-listing-page .tpl-hero p{
    font-size:15.5px !important;
    line-height:1.65 !important;
    max-width:96% !important;
  }
  html body .travel-pro-listing-page .tpl-results-top{
    position:sticky !important;
    top:0 !important;
    z-index:20 !important;
    border-radius:20px !important;
    padding:10px !important;
    gap:10px !important;
  }
  html body .travel-pro-listing-page .tpl-quick-chips{
    display:flex !important;
    overflow-x:auto !important;
    white-space:nowrap !important;
    gap:8px !important;
    -webkit-overflow-scrolling:touch !important;
    scrollbar-width:none !important;
  }
  html body .travel-pro-listing-page .tpl-quick-chips::-webkit-scrollbar{display:none !important;}
  html body .travel-pro-listing-page .tpl-quick-chips button{
    flex:0 0 auto !important;
    min-height:42px !important;
    padding:10px 14px !important;
    border-radius:999px !important;
    font-size:13px !important;
  }
  html body .travel-pro-listing-page .tpl-tour-card{
    display:grid !important;
    grid-template-columns:44% minmax(0,1fr) !important;
    grid-template-areas:"media content" "media action" !important;
    gap:10px !important;
    padding:10px !important;
    border-radius:22px !important;
  }
  html body .travel-pro-listing-page .tpl-tour-media{
    grid-area:media !important;
    min-height:238px !important;
    height:100% !important;
    border-radius:18px !important;
  }
  html body .travel-pro-listing-page .tpl-tour-media img{
    min-height:238px !important;
    height:100% !important;
  }
  html body .travel-pro-listing-page .tpl-tour-content{grid-area:content !important;}
  html body .travel-pro-listing-page .tpl-tour-action{
    grid-area:action !important;
    border-left:0 !important;
    border-top:1px solid #ead7c6 !important;
    padding:8px 0 0 !important;
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:8px !important;
  }
  html body .travel-pro-listing-page .tpl-tour-icons{
    grid-template-columns:1fr !important;
    gap:6px !important;
    margin-top:8px !important;
  }
  html body .travel-pro-listing-page .tpl-tour-icons span{
    min-height:34px !important;
    padding:6px 8px !important;
    border-radius:12px !important;
    gap:6px !important;
  }
  html body .travel-pro-listing-page .tpl-tour-icons i{
    flex-basis:22px !important;
    width:22px !important;
    height:22px !important;
    min-width:22px !important;
    border-radius:8px !important;
    font-size:10.5px !important;
  }
  html body .travel-pro-listing-page .tpl-tour-icons b{
    font-size:11px !important;
  }
}
@media (max-width:390px){
  html body .travel-pro-listing-page .tpl-tour-card{grid-template-columns:43% minmax(0,1fr) !important;}
  html body .travel-pro-listing-page .tpl-tour-media,
  html body .travel-pro-listing-page .tpl-tour-media img{min-height:225px !important;}
}


/* Travel Pro v5.1.0 - restore v4.8 tour listing cards exactly; banner stays fixed */
html body .travel-pro-listing-page .tpl-tour-card{
  display:grid !important;
  grid-template-columns:300px minmax(0,1fr) 184px !important;
  gap:22px !important;
  padding:14px !important;
  border-radius:22px !important;
  border:1px solid #DFCEC0 !important;
  box-shadow:none !important;
  background:#FFFFFF !important;
  align-items:stretch !important;
  overflow:hidden !important;
}
html body .travel-pro-listing-page .tpl-tour-card:hover{
  transform:translateY(-2px) !important;
  border-color:rgba(180,83,29,.48) !important;
  box-shadow:0 18px 40px rgba(32,18,10,.08) !important;
}
html body .travel-pro-listing-page .tpl-tour-media,
html body .travel-pro-listing-page .tpl-tour-media img{
  min-height:235px !important;
  height:235px !important;
  border-radius:17px !important;
}
html body .travel-pro-listing-page .tpl-tour-media{display:block !important;position:relative !important;overflow:hidden !important;background:#e8ddd4 !important;}
html body .travel-pro-listing-page .tpl-tour-media img{width:100% !important;object-fit:cover !important;object-position:center center !important;display:block !important;}
html body .travel-pro-listing-page .tpl-photo-badge{display:none !important;}
html body .travel-pro-listing-page .tpl-tour-content{padding:8px 0 !important;min-width:0 !important;}
html body .travel-pro-listing-page .tpl-tour-tags{margin-bottom:10px !important;}
html body .travel-pro-listing-page .tpl-tour-tags span{background:#F5ECE6 !important;color:#86401B !important;border:1px solid #EAD7C9 !important;border-radius:999px !important;padding:6px 10px !important;font-size:12px !important;font-weight:900 !important;}
html body .travel-pro-listing-page .tpl-tour-content h3,
html body .travel-pro-listing-page .tpl-tour-content h3 a{color:#0B0B0B !important;-webkit-text-fill-color:#0B0B0B !important;font-size:clamp(22px,1.7vw,28px) !important;line-height:1.18 !important;font-weight:950 !important;letter-spacing:-.035em !important;text-decoration:none !important;}
html body .travel-pro-listing-page .tpl-tour-content p{color:#342D28 !important;}
html body .travel-pro-listing-page .tpl-tour-icons{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:8px !important;margin:14px 0 0 !important;}
html body .travel-pro-listing-page .tpl-tour-icons span{min-width:0 !important;display:flex !important;align-items:center !important;justify-content:flex-start !important;gap:8px !important;min-height:42px !important;padding:8px 9px !important;border-radius:13px !important;border:1px solid #E8D5C7 !important;background:#FFF9F4 !important;color:#111111 !important;}
html body .travel-pro-listing-page .tpl-tour-icons i{flex:0 0 28px !important;width:28px !important;height:28px !important;min-width:28px !important;border-radius:10px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;background:#FFF0E8 !important;color:#B34F1F !important;font-size:13px !important;}
html body .travel-pro-listing-page .tpl-tour-icons b{min-width:0 !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;color:#111111 !important;font-size:13px !important;line-height:1.2 !important;font-weight:900 !important;}
html body .travel-pro-listing-page .tpl-tour-icons span:first-child b{white-space:normal !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;}
html body .travel-pro-listing-page .tpl-tour-action{border-left:1px solid #E2D2C4 !important;padding-left:20px !important;display:flex !important;flex-direction:column !important;justify-content:center !important;align-items:stretch !important;gap:18px !important;}
html body .travel-pro-listing-page .tpl-view-button{min-height:48px !important;box-shadow:none !important;background:#B34F1F !important;color:#fff !important;border-radius:999px !important;}
html body .travel-pro-listing-page .tpl-view-button:hover{background:#873614 !important;}
@media (max-width:1100px){
  html body .travel-pro-listing-page .tpl-tour-card{grid-template-columns:245px minmax(0,1fr) !important;}
  html body .travel-pro-listing-page .tpl-tour-action{grid-column:1 / -1 !important;border-left:0 !important;border-top:1px solid #E2D2C4 !important;display:grid !important;grid-template-columns:minmax(0,1fr) 190px !important;gap:18px !important;align-items:center !important;padding:14px 0 0 !important;}
  html body .travel-pro-listing-page .tpl-tour-icons{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
  html body .travel-pro-listing-page .tpl-filter-drawer-head button{display:none !important;}
}
@media (max-width:760px){
  html body .travel-pro-listing-page .tpl-card-list{gap:16px !important;}
  html body .travel-pro-listing-page .tpl-tour-card{display:grid !important;grid-template-columns:42% minmax(0,1fr) !important;grid-template-areas:none !important;gap:12px !important;padding:12px !important;border-radius:20px !important;align-items:stretch !important;}
  html body .travel-pro-listing-page .tpl-tour-media,
  html body .travel-pro-listing-page .tpl-tour-media img{grid-area:auto !important;min-height:212px !important;height:100% !important;border-radius:15px !important;}
  html body .travel-pro-listing-page .tpl-tour-media{height:auto !important;}
  html body .travel-pro-listing-page .tpl-tour-content{grid-area:auto !important;padding:0 !important;min-width:0 !important;}
  html body .travel-pro-listing-page .tpl-tour-tags{margin-bottom:7px !important;}
  html body .travel-pro-listing-page .tpl-tour-tags span{font-size:10.5px !important;padding:4px 7px !important;max-width:100% !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;}
  html body .travel-pro-listing-page .tpl-tour-content h3{font-size:16.5px !important;line-height:1.2 !important;margin-bottom:7px !important;}
  html body .travel-pro-listing-page .tpl-rating{font-size:12px !important;margin-bottom:7px !important;}
  html body .travel-pro-listing-page .tpl-rating span{display:none !important;}
  html body .travel-pro-listing-page .tpl-tour-content p{font-size:12.5px !important;line-height:1.45 !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;margin-bottom:9px !important;}
  html body .travel-pro-listing-page .tpl-tour-icons{display:grid !important;grid-template-columns:1fr !important;gap:6px !important;margin-top:8px !important;}
  html body .travel-pro-listing-page .tpl-tour-icons span{min-height:32px !important;padding:5px 8px !important;border-radius:11px !important;}
  html body .travel-pro-listing-page .tpl-tour-icons span:nth-child(n+3){display:none !important;}
  html body .travel-pro-listing-page .tpl-tour-icons i{width:22px !important;height:22px !important;min-width:22px !important;flex-basis:22px !important;border-radius:8px !important;font-size:9px !important;}
  html body .travel-pro-listing-page .tpl-tour-icons b{font-size:11.5px !important;line-height:1.08 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;}
  html body .travel-pro-listing-page .tpl-tour-action{grid-column:1 / -1 !important;grid-area:auto !important;display:grid !important;grid-template-columns:minmax(0,1fr) 138px !important;gap:10px !important;align-items:center !important;border-top:1px solid #E7D7CA !important;border-left:0 !important;padding:11px 0 0 !important;}
  html body .travel-pro-listing-page .tpl-tour-price span{font-size:10px !important;}
  html body .travel-pro-listing-page .tpl-tour-price strong{font-size:18px !important;}
  html body .travel-pro-listing-page .tpl-tour-price small{display:none !important;}
  html body .travel-pro-listing-page .tpl-view-button{min-height:42px !important;margin-top:0 !important;border-radius:13px !important;font-size:13.5px !important;padding:0 12px !important;}
}
@media (max-width:420px){
  html body .travel-pro-listing-page .tpl-tour-card{grid-template-columns:44% minmax(0,1fr) !important;gap:10px !important;}
  html body .travel-pro-listing-page .tpl-tour-media,
  html body .travel-pro-listing-page .tpl-tour-media img{min-height:198px !important;}
  html body .travel-pro-listing-page .tpl-tour-content h3{font-size:15.5px !important;}
  html body .travel-pro-listing-page .tpl-tour-action{grid-template-columns:minmax(0,1fr) 122px !important;}
}


/* Travel Pro v5.2.0 - final listing card/mobile text fix + stable booking paint */
html body .travel-pro-listing-page .tpl-tour-icons{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:8px !important;
  width:100% !important;
  margin:14px 0 0 !important;
}
html body .travel-pro-listing-page .tpl-tour-icons span,
html body .travel-pro-listing-page .tpl-tour-icons span:nth-child(n+1){
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  flex-direction:row !important;
  gap:7px !important;
  min-width:0 !important;
  min-height:46px !important;
  padding:8px 9px !important;
  border-radius:14px !important;
  border:1px solid #ead7c6 !important;
  background:#fffaf6 !important;
  overflow:visible !important;
}
html body .travel-pro-listing-page .tpl-tour-icons i{
  flex:0 0 26px !important;
  width:26px !important;
  height:26px !important;
  min-width:26px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:10px !important;
  border:1px solid #f0d0bc !important;
  background:#fff0e7 !important;
  color:#b4521f !important;
  font-size:12px !important;
}
html body .travel-pro-listing-page .tpl-tour-icons b,
html body .travel-pro-listing-page .tpl-tour-icons span:first-child b{
  display:block !important;
  min-width:0 !important;
  color:#14100d !important;
  font-weight:950 !important;
  font-size:12.5px !important;
  line-height:1.18 !important;
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}
html body .travel-pro-listing-page .tpl-tour-card{
  overflow:visible !important;
}
html body .travel-pro-listing-page .tpl-tour-content,
html body .travel-pro-listing-page .tpl-tour-action{
  min-width:0 !important;
}
html body .travel-pro-listing-page .tpl-view-button{
  white-space:nowrap !important;
}
@media (min-width:761px){
  html body .travel-pro-listing-page .tpl-tour-icons span{
    min-height:50px !important;
  }
}
@media (max-width:760px){
  html body .travel-pro-listing-page .tpl-tour-card{
    display:grid !important;
    grid-template-columns:42% minmax(0,1fr) !important;
    grid-template-areas:"media content" "icons icons" "action action" !important;
    gap:12px !important;
    padding:12px !important;
    border-radius:20px !important;
    align-items:stretch !important;
  }
  html body .travel-pro-listing-page .tpl-tour-media{
    grid-area:media !important;
    min-height:212px !important;
    height:100% !important;
    border-radius:15px !important;
  }
  html body .travel-pro-listing-page .tpl-tour-media img{
    min-height:212px !important;
    height:100% !important;
    width:100% !important;
    object-fit:cover !important;
  }
  html body .travel-pro-listing-page .tpl-tour-content{
    grid-area:content !important;
    min-width:0 !important;
    display:flex !important;
    flex-direction:column !important;
  }
  html body .travel-pro-listing-page .tpl-tour-content h3{
    font-size:16.5px !important;
    line-height:1.2 !important;
    margin-bottom:7px !important;
  }
  html body .travel-pro-listing-page .tpl-tour-content p{
    font-size:12.5px !important;
    line-height:1.45 !important;
    -webkit-line-clamp:2 !important;
    margin-bottom:0 !important;
  }
  html body .travel-pro-listing-page .tpl-tour-icons{
    grid-area:icons !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:7px !important;
    margin:0 !important;
  }
  html body .travel-pro-listing-page .tpl-tour-icons span,
  html body .travel-pro-listing-page .tpl-tour-icons span:nth-child(n+1){
    display:flex !important;
    min-height:40px !important;
    padding:6px 7px !important;
    border-radius:12px !important;
    gap:5px !important;
  }
  html body .travel-pro-listing-page .tpl-tour-icons i{
    flex:0 0 21px !important;
    width:21px !important;
    height:21px !important;
    min-width:21px !important;
    border-radius:8px !important;
    font-size:9.5px !important;
  }
  html body .travel-pro-listing-page .tpl-tour-icons b,
  html body .travel-pro-listing-page .tpl-tour-icons span:first-child b{
    font-size:10.8px !important;
    line-height:1.12 !important;
    letter-spacing:-.02em !important;
    white-space:normal !important;
    overflow:visible !important;
    text-overflow:clip !important;
  }
  html body .travel-pro-listing-page .tpl-tour-action{
    grid-area:action !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 138px !important;
    gap:10px !important;
    align-items:center !important;
    border-left:0 !important;
    border-top:1px solid #E7D7CA !important;
    padding:11px 0 0 !important;
  }
  html body .travel-pro-listing-page .tpl-tour-price strong{
    font-size:18px !important;
    line-height:1.02 !important;
  }
  html body .travel-pro-listing-page .tpl-view-button{
    min-height:42px !important;
    margin-top:0 !important;
    border-radius:13px !important;
    font-size:13.5px !important;
    padding:10px 10px !important;
  }
}
@media (max-width:420px){
  html body .travel-pro-listing-page .tpl-tour-card{
    grid-template-columns:40% minmax(0,1fr) !important;
    gap:10px !important;
  }
  html body .travel-pro-listing-page .tpl-tour-media,
  html body .travel-pro-listing-page .tpl-tour-media img{
    min-height:198px !important;
  }
  html body .travel-pro-listing-page .tpl-tour-icons{
    gap:5px !important;
  }
  html body .travel-pro-listing-page .tpl-tour-icons span,
  html body .travel-pro-listing-page .tpl-tour-icons span:nth-child(n+1){
    padding:5px 5px !important;
    gap:4px !important;
  }
  html body .travel-pro-listing-page .tpl-tour-icons i{
    flex-basis:19px !important;
    width:19px !important;
    height:19px !important;
    min-width:19px !important;
    font-size:8.5px !important;
  }
  html body .travel-pro-listing-page .tpl-tour-icons b,
  html body .travel-pro-listing-page .tpl-tour-icons span:first-child b{
    font-size:10px !important;
    line-height:1.08 !important;
  }
  html body .travel-pro-listing-page .tpl-tour-action{
    grid-template-columns:minmax(0,1fr) 122px !important;
  }
}

/* make regular polished cards safe if any route chips are visible */
html body .travel-pro-polished-card__route > span,
html body .travel-pro-cards-section .travel-pro-polished-card__route > span{
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-start !important;
  min-width:0 !important;
}
html body .travel-pro-polished-card__route > span > em,
html body .travel-pro-cards-section .travel-pro-polished-card__route > span > em{
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
  word-break:normal !important;
}

/* single booking page: keep critical parts painted immediately and avoid FOUC */
html body .ftm-tour-page.travel-pro-polished-single,
html body .ftm-tour-page.travel-pro-polished-single .ftm-wrap,
html body .ftm-tour-page.travel-pro-polished-single .ftm-layout,
html body .ftm-tour-page.travel-pro-polished-single .ftm-sidebar,
html body .ftm-tour-page.travel-pro-polished-single .ftm-booking,
html body .ftm-tour-page.travel-pro-polished-single .ftm-help-card{
  opacity:1 !important;
  visibility:visible !important;
}
html body .ftm-tour-page.travel-pro-polished-single .ftm-sidebar{
  position:sticky !important;
  top:112px !important;
}
@media (max-width:1024px){
  html body .ftm-tour-page.travel-pro-polished-single .ftm-sidebar{position:static !important;top:auto !important;}
}


/* Travel Pro v5.3.0 - final listing two-info fix + remove raw footer issue */
html body .travel-pro-listing-page .tpl-results-top--filters-only{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  padding:0 !important;
  margin:0 !important;
  min-height:0 !important;
}
@media (min-width:701px){
  html body .travel-pro-listing-page .tpl-results-top--filters-only{
    display:none !important;
  }
}
html body .travel-pro-listing-page .tpl-tour-icons,
html body .travel-pro-listing-page .tpl-tour-icons.tpl-tour-icons--two{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:10px !important;
  margin:13px 0 0 !important;
}
html body .travel-pro-listing-page .tpl-tour-icons span:nth-child(n+3){
  display:none !important;
}
html body .travel-pro-listing-page .tpl-tour-icons span,
html body .travel-pro-listing-page .tpl-tour-icons.tpl-tour-icons--two span{
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:8px !important;
  min-width:0 !important;
  min-height:44px !important;
  padding:8px 10px !important;
  overflow:visible !important;
  border-radius:14px !important;
  box-sizing:border-box !important;
}
html body .travel-pro-listing-page .tpl-tour-icons i,
html body .travel-pro-listing-page .tpl-tour-icons.tpl-tour-icons--two i{
  flex:0 0 28px !important;
  width:28px !important;
  min-width:28px !important;
  max-width:28px !important;
  height:28px !important;
  min-height:28px !important;
  max-height:28px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
}
html body .travel-pro-listing-page .tpl-tour-icons b,
html body .travel-pro-listing-page .tpl-tour-icons.tpl-tour-icons--two b,
html body .travel-pro-listing-page .tpl-tour-icons span:first-child b{
  display:block !important;
  flex:1 1 auto !important;
  min-width:0 !important;
  max-width:100% !important;
  color:#111111 !important;
  font-weight:900 !important;
  line-height:1.15 !important;
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  -webkit-line-clamp:unset !important;
  -webkit-box-orient:unset !important;
}
@media (max-width:700px){
  html body .travel-pro-listing-page .tpl-results-top--filters-only{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    padding:0 0 12px !important;
    margin-bottom:8px !important;
  }
  html body .travel-pro-listing-page .tpl-tour-icons,
  html body .travel-pro-listing-page .tpl-tour-icons.tpl-tour-icons--two{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:7px !important;
    margin-top:8px !important;
  }
  html body .travel-pro-listing-page .tpl-tour-icons span,
  html body .travel-pro-listing-page .tpl-tour-icons.tpl-tour-icons--two span{
    min-height:36px !important;
    padding:6px 7px !important;
    gap:6px !important;
    border-radius:12px !important;
  }
  html body .travel-pro-listing-page .tpl-tour-icons i,
  html body .travel-pro-listing-page .tpl-tour-icons.tpl-tour-icons--two i{
    flex-basis:23px !important;
    width:23px !important;
    min-width:23px !important;
    max-width:23px !important;
    height:23px !important;
    min-height:23px !important;
    max-height:23px !important;
    font-size:10px !important;
  }
  html body .travel-pro-listing-page .tpl-tour-icons b,
  html body .travel-pro-listing-page .tpl-tour-icons.tpl-tour-icons--two b,
  html body .travel-pro-listing-page .tpl-tour-icons span:first-child b{
    font-size:11.5px !important;
    line-height:1.12 !important;
    letter-spacing:-.02em !important;
    white-space:normal !important;
    overflow:visible !important;
    text-overflow:clip !important;
  }
}
@media (max-width:390px){
  html body .travel-pro-listing-page .tpl-tour-icons,
  html body .travel-pro-listing-page .tpl-tour-icons.tpl-tour-icons--two{
    gap:6px !important;
  }
  html body .travel-pro-listing-page .tpl-tour-icons span,
  html body .travel-pro-listing-page .tpl-tour-icons.tpl-tour-icons--two span{
    padding:5px 6px !important;
    gap:5px !important;
  }
  html body .travel-pro-listing-page .tpl-tour-icons i,
  html body .travel-pro-listing-page .tpl-tour-icons.tpl-tour-icons--two i{
    flex-basis:21px !important;
    width:21px !important;
    min-width:21px !important;
    max-width:21px !important;
    height:21px !important;
    min-height:21px !important;
    max-height:21px !important;
  }
  html body .travel-pro-listing-page .tpl-tour-icons b,
  html body .travel-pro-listing-page .tpl-tour-icons.tpl-tour-icons--two b{
    font-size:10.7px !important;
  }
}

/* Travel Pro v5.4.2 - homepage cards: dashboard columns + same row card layout on laptop */
html body .travel-pro-home-explore-cards{background:transparent !important;padding:0 !important;margin:0 !important;}
html body .travel-pro-home-explore-cards .tpl-container{width:min(1480px,calc(100% - 32px)) !important;margin:0 auto !important;}
html body .travel-pro-home-explore-cards__head{text-align:center !important;margin:0 auto 24px !important;max-width:760px !important;}
html body .travel-pro-home-explore-cards__head h2{margin:0 0 10px !important;color:#070707 !important;-webkit-text-fill-color:#070707 !important;font-size:clamp(30px,4vw,46px) !important;line-height:1.05 !important;font-weight:950 !important;letter-spacing:-.045em !important;}
html body .travel-pro-home-explore-cards__head p{margin:0 !important;color:#4B403A !important;-webkit-text-fill-color:#4B403A !important;font-size:16px !important;line-height:1.7 !important;font-weight:550 !important;}
html body .travel-pro-home-explore-cards .tpl-card-list{display:grid !important;gap:18px !important;}
html body .travel-pro-home-explore-cards .tpl-card-list--cols-1{grid-template-columns:1fr !important;}
html body .travel-pro-home-explore-cards .tpl-card-list--cols-2{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
html body .travel-pro-home-explore-cards .tpl-card-list--cols-3{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
@media (min-width:1025px){
  html body .travel-pro-home-explore-cards .tpl-card-list.tpl-card-list--home .tpl-tour-card{display:grid !important;grid-template-areas:"media content action" !important;align-items:stretch !important;min-width:0 !important;height:100% !important;overflow:visible !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list.tpl-card-list--home .tpl-tour-media{grid-area:media !important;width:auto !important;height:100% !important;min-height:230px !important;border-radius:20px !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list.tpl-card-list--home .tpl-tour-media img{width:100% !important;height:100% !important;min-height:230px !important;object-fit:cover !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list.tpl-card-list--home .tpl-tour-content{grid-area:content !important;min-width:0 !important;padding:0 !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list.tpl-card-list--home .tpl-tour-action{grid-area:action !important;border-left:1px solid #E7D7CA !important;border-top:0 !important;margin-top:0 !important;padding:12px 10px 12px 18px !important;display:flex !important;flex-direction:column !important;justify-content:center !important;align-items:stretch !important;gap:18px !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list.tpl-card-list--home .tpl-view-button{margin-top:0 !important;white-space:nowrap !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list--cols-1 .tpl-tour-card{grid-template-columns:minmax(260px,300px) minmax(0,1fr) minmax(176px,210px) !important;gap:22px !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list--cols-2 .tpl-tour-card{grid-template-columns:minmax(160px,38%) minmax(0,1fr) minmax(118px,138px) !important;gap:14px !important;padding:12px !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list--cols-2 .tpl-tour-media,html body .travel-pro-home-explore-cards .tpl-card-list--cols-2 .tpl-tour-media img{min-height:218px !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list--cols-3 .tpl-tour-card{grid-template-columns:minmax(112px,36%) minmax(0,1fr) minmax(84px,98px) !important;gap:10px !important;padding:10px !important;border-radius:22px !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list--cols-3 .tpl-tour-media{border-radius:16px !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list--cols-3 .tpl-tour-media,html body .travel-pro-home-explore-cards .tpl-card-list--cols-3 .tpl-tour-media img{min-height:190px !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list--cols-3 .tpl-tour-action{padding:8px 0 8px 9px !important;gap:12px !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list--cols-3 .tpl-tour-content h3{font-size:16.8px !important;line-height:1.18 !important;margin-bottom:7px !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list--cols-3 .tpl-rating{font-size:12px !important;gap:4px !important;margin-bottom:7px !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list--cols-3 .tpl-tour-content p{font-size:12.7px !important;line-height:1.45 !important;-webkit-line-clamp:2 !important;margin-bottom:0 !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list--cols-3 .tpl-tour-icons.tpl-tour-icons--two{grid-template-columns:1fr !important;gap:6px !important;margin-top:8px !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list--cols-3 .tpl-tour-icons span{min-height:34px !important;padding:6px 7px !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list--cols-3 .tpl-tour-icons i{flex:0 0 22px !important;width:22px !important;min-width:22px !important;height:22px !important;min-height:22px !important;font-size:9px !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list--cols-3 .tpl-tour-icons b{font-size:11px !important;line-height:1.1 !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list--cols-3 .tpl-tour-price span{font-size:10px !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list--cols-3 .tpl-tour-price strong{font-size:16px !important;line-height:1.05 !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list--cols-3 .tpl-view-button{min-height:38px !important;padding:9px 8px !important;font-size:12.5px !important;border-radius:12px !important;}
}
@media (min-width:701px) and (max-width:1024px){
  html body .travel-pro-home-explore-cards .tpl-card-list--cols-3{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list--cols-2{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list--cols-1{grid-template-columns:1fr !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list.tpl-card-list--home .tpl-tour-card{display:grid !important;grid-template-columns:42% minmax(0,1fr) !important;gap:12px !important;padding:12px !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list.tpl-card-list--home .tpl-tour-media{width:auto !important;min-height:220px !important;height:100% !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list.tpl-card-list--home .tpl-tour-media img{min-height:220px !important;height:100% !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list.tpl-card-list--home .tpl-tour-content{padding:0 !important;min-width:0 !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list.tpl-card-list--home .tpl-tour-action{grid-column:1 / -1 !important;border-left:0 !important;border-top:1px solid #E7D7CA !important;padding:12px 0 0 !important;margin-top:0 !important;display:grid !important;grid-template-columns:minmax(0,1fr) 150px !important;align-items:center !important;gap:10px !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list.tpl-card-list--home .tpl-view-button{margin-top:0 !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list--cols-1 .tpl-tour-card{grid-template-columns:255px minmax(0,1fr) 180px !important;grid-template-areas:"media content action" !important;gap:18px !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list--cols-1 .tpl-tour-action{grid-column:auto !important;border-left:1px solid #E7D7CA !important;border-top:0 !important;padding:12px 8px 12px 18px !important;display:flex !important;flex-direction:column !important;justify-content:center !important;gap:16px !important;}
}
html body .travel-pro-listing-page .tpl-tour-icons.tpl-tour-icons--two{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
html body .travel-pro-listing-page .tpl-tour-icons.tpl-tour-icons--two span:nth-child(n+3){display:none !important;}
@media(max-width:700px){
  html body .travel-pro-home-explore-cards .tpl-container{width:min(100% - 24px,560px) !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list{grid-template-columns:1fr !important;}
  html body .travel-pro-home-explore-cards .tpl-tour-card{display:grid !important;grid-template-columns:44% minmax(0,1fr) !important;gap:10px !important;}
  html body .travel-pro-home-explore-cards .tpl-tour-action{grid-column:1 / -1 !important;display:grid !important;grid-template-columns:minmax(0,1fr) 150px !important;align-items:center !important;gap:10px !important;margin-top:8px !important;}
}
@media(max-width:420px){
  html body .travel-pro-home-explore-cards .tpl-tour-card{grid-template-columns:43% minmax(0,1fr) !important;}
  html body .travel-pro-home-explore-cards .tpl-tour-action{grid-template-columns:minmax(0,1fr) 126px !important;}
}

/* Travel Pro v5.4.3 - mobile home card quick details overflow fix */
@media(max-width:700px){
  html body .travel-pro-home-explore-cards .tpl-card-list.tpl-card-list--home .tpl-tour-content{min-width:0 !important;max-width:100% !important;overflow:hidden !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list.tpl-card-list--home .tpl-tour-icons,
  html body .travel-pro-home-explore-cards .tpl-card-list.tpl-card-list--home .tpl-tour-icons.tpl-tour-icons--two{width:100% !important;max-width:100% !important;min-width:0 !important;display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:6px !important;margin-top:8px !important;overflow:hidden !important;box-sizing:border-box !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list.tpl-card-list--home .tpl-tour-icons span,
  html body .travel-pro-home-explore-cards .tpl-card-list.tpl-card-list--home .tpl-tour-icons.tpl-tour-icons--two span{width:100% !important;max-width:100% !important;min-width:0 !important;display:flex !important;align-items:center !important;justify-content:flex-start !important;gap:5px !important;padding:5px 6px !important;min-height:34px !important;overflow:hidden !important;box-sizing:border-box !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list.tpl-card-list--home .tpl-tour-icons i,
  html body .travel-pro-home-explore-cards .tpl-card-list.tpl-card-list--home .tpl-tour-icons.tpl-tour-icons--two i{flex:0 0 20px !important;width:20px !important;min-width:20px !important;max-width:20px !important;height:20px !important;min-height:20px !important;max-height:20px !important;font-size:9.5px !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list.tpl-card-list--home .tpl-tour-icons b,
  html body .travel-pro-home-explore-cards .tpl-card-list.tpl-card-list--home .tpl-tour-icons.tpl-tour-icons--two b{display:block !important;flex:1 1 auto !important;min-width:0 !important;max-width:100% !important;font-size:10.5px !important;line-height:1.08 !important;letter-spacing:-.03em !important;white-space:normal !important;overflow:hidden !important;text-overflow:clip !important;word-break:break-word !important;overflow-wrap:anywhere !important;hyphens:auto !important;}
}
@media(max-width:380px){
  html body .travel-pro-home-explore-cards .tpl-card-list.tpl-card-list--home .tpl-tour-icons,
  html body .travel-pro-home-explore-cards .tpl-card-list.tpl-card-list--home .tpl-tour-icons.tpl-tour-icons--two{gap:5px !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list.tpl-card-list--home .tpl-tour-icons span,
  html body .travel-pro-home-explore-cards .tpl-card-list.tpl-card-list--home .tpl-tour-icons.tpl-tour-icons--two span{padding:5px 4px !important;gap:4px !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list.tpl-card-list--home .tpl-tour-icons i,
  html body .travel-pro-home-explore-cards .tpl-card-list.tpl-card-list--home .tpl-tour-icons.tpl-tour-icons--two i{flex-basis:18px !important;width:18px !important;min-width:18px !important;max-width:18px !important;height:18px !important;min-height:18px !important;max-height:18px !important;font-size:8.5px !important;}
  html body .travel-pro-home-explore-cards .tpl-card-list.tpl-card-list--home .tpl-tour-icons b,
  html body .travel-pro-home-explore-cards .tpl-card-list.tpl-card-list--home .tpl-tour-icons.tpl-tour-icons--two b{font-size:9.8px !important;line-height:1.05 !important;}
}

