/* tour-details-4 page: sidebar, footer, pill, booking btn - loaded async */
.togo-sidebar-service-cards { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.togo-sidebar-service-card {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 12px 14px; border-radius: 8px; border: 1px solid #e5e7eb;
  background: #fff; cursor: pointer; text-align: left; width: 100%;
  text-decoration: none; font-family: inherit;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.togo-sidebar-service-card:hover {
  background: #f8f9fa;
  border-color: #d1d5db;
}
.togo-sidebar-service-card__title {
  flex: 1; min-width: 0;
  font-size: 14px; font-weight: 600; line-height: 1.35;
  margin: 0; color: #111;
}
.togo-sidebar-service-card__arrow {
  flex-shrink: 0; font-size: 0.95rem; color: #6b7280;
}
.togo-sidebar-service-card--visa { border-left: 3px solid #1a5f4a; }
.togo-sidebar-service-card--flights { border-left: 3px solid #002147; }
.togo-sidebar-service-card--hotels { border-left: 3px solid #8b4513; }
.togo-tour-sidebar-panel {
  padding: 14px 16px;
  margin-bottom: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
}
.togo-tour-sidebar-panel__title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #111;
}
.togo-tour-sidebar-panel__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.togo-tour-sidebar-panel__list li {
  font-size: 13px;
  line-height: 1.4;
  color: #444;
  padding-left: 14px;
  position: relative;
}
.togo-tour-sidebar-panel__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #34c759;
  transform: translateY(-50%);
}
.togo-tour-assist-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.togo-tour-assist-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #111;
  text-decoration: none;
}
.togo-tour-assist-link:hover {
  color: var(--golden, #002147);
}
.togo-tour-assist-link .bi {
  font-size: 1rem;
  color: #6b7280;
  flex-shrink: 0;
}
.togo-tour-assist-link span {
  min-width: 0;
  word-break: break-word;
}
.togo-footer-6-sec .togo-footer-widget-menu a,
.togo-footer-6-sec .togo-footer-widget-info-item a,
.togo-footer-6-sec .togo-footer-2-social-item a,
.togo-footer-6-sec .togo-footer-copyright-text a,
.togo-footer-6-sec .togo-footer-copyright-currence a,
.togo-footer-6-sec .togo-footer-2-social-item a span { color: #fff !important; }
.togo-footer-6-sec .togo-footer-widget-menu a:hover,
.togo-footer-6-sec .togo-footer-widget-info-item a:hover,
.togo-footer-6-sec .togo-footer-2-social-item a:hover,
.togo-footer-6-sec .togo-footer-copyright-text a:hover,
.togo-footer-6-sec .togo-footer-copyright-currence a:hover { color: rgba(255,255,255,0.9) !important; }
body.page-package .togo-breadcrumb-sec {
  padding-top: 0.75rem;
  position: relative;
  z-index: 2;
  transition: padding-top 0.35s ease;
}
body.page-package:not(.geo-banner-visible) .togo-breadcrumb-sec {
  padding-top: 0.75rem;
}
body.page-package.geo-banner-visible .togo-breadcrumb-sec {
  padding-top: calc(1.5rem + 5px);
}
body.page-package .togo-tour-details-top-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-bottom: 0.5rem;
}
body.page-package .togo-tour-details-top-head .togo-tour-details-top-title {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  margin-bottom: 0;
}
body.page-package .togo-tour-details-top-head .togo-tour-details-top-share {
  flex: 0 0 auto;
  white-space: nowrap;
  padding-top: 0.35rem;
  display: inline-flex;
  align-items: center;
}
body.page-package .togo-tour-details-top-share > a,
body.page-package .togo-tour-details-top-share > .fz-wishlist-btn--tour-detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  line-height: 0;
  vertical-align: middle;
}
body.page-package .togo-tour-details-top-share > a > span,
body.page-package .togo-tour-details-top-share button.fz-wishlist-btn--tour-detail > span {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  margin-left: 8px;
  border-radius: 50% !important;
  display: inline-grid !important;
  place-content: center;
  border: 1px solid #ddd !important;
  box-shadow: none !important;
  background: #fff !important;
  color: var(--togo-common-black, #111) !important;
  font-size: 1.1rem !important;
  line-height: 1;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
body.page-package .togo-tour-details-top-share > a:first-child > span,
body.page-package .togo-tour-details-top-share > .fz-wishlist-btn--tour-detail:first-child > span {
  margin-left: 0;
}
body.page-package .togo-tour-details-top-share button.fz-wishlist-btn--tour-detail:hover {
  transform: none;
}
body.page-package .togo-tour-details-top-share > a:hover > span,
body.page-package .togo-tour-details-top-share button.fz-wishlist-btn--tour-detail:hover > span {
  color: var(--togo-common-white, #fff) !important;
  border-color: var(--togo-theme-primary, #002147) !important;
  background-color: var(--togo-theme-primary, #002147) !important;
}
body.page-package .togo-tour-details-top-share button.fz-wishlist-btn--tour-detail.is-active > span,
body.page-package .togo-tour-details-top-share button.fz-wishlist-btn--tour-detail[aria-pressed="true"] > span {
  color: #c41e3a !important;
  background: #fff !important;
  border-color: #c41e3a !important;
}
body.page-package .togo-tour-details-top-share button.fz-wishlist-btn--tour-detail.is-active:hover > span,
body.page-package .togo-tour-details-top-share button.fz-wishlist-btn--tour-detail[aria-pressed="true"]:hover > span {
  color: #fff !important;
  background-color: #c41e3a !important;
  border-color: #c41e3a !important;
}
@media (max-width: 767px) {
  body.page-package .togo-tour-details-top-head {
    flex-wrap: wrap;
  }
  body.page-package .togo-tour-details-top-head .togo-tour-details-top-share {
    padding-top: 0;
  }
}
html[data-fz-no-smooth="1"] body.page-package #has-smooth,
html[data-fz-no-smooth="1"] body.geo-banner-visible.page-package #has-smooth {
  padding-top: max(var(--header-offset, 0px), var(--gsap-header-offset, 161px)) !important;
  transition: none !important;
}
body.page-package #has-smooth,
body.geo-banner-visible.page-package #has-smooth {
  padding-top: max(var(--header-offset, 0px), var(--gsap-header-offset, 161px)) !important;
  transition: padding-top 0.35s ease;
}
@media (max-width: 1199.98px) {
  body.page-package #has-smooth,
  body.geo-banner-visible.page-package #has-smooth,
  html[data-fz-no-smooth="1"] body.page-package #has-smooth,
  html[data-fz-no-smooth="1"] body.geo-banner-visible.page-package #has-smooth {
    padding-top: max(var(--header-offset, 0px), var(--gsap-header-offset, 157px)) !important;
  }
  body.page-package #has-smooth-wrap {
    padding-top: 0 !important;
  }
}
body.page-package #has-smooth-wrap { overflow: visible; }
body.page-package footer { overflow: visible; }
body.page-package .togo-footer-6-sec { padding-bottom: 2rem; overflow: visible; }
body.page-package .togo-footer-2-top-border { padding-bottom: 2rem; }
@media (max-width: 991px) {
  body.page-package .togo-footer-6-sec { padding-bottom: 5rem; }
  body.page-package .togo-footer-2-top-border { padding-bottom: 3rem; }
}
body.page-package.geo-banner-visible #has-smooth-wrap { overflow: visible !important; }
body.page-package.geo-banner-visible footer { overflow: visible !important; padding-bottom: 0; }
body.page-package.geo-banner-visible .togo-footer-6-sec { padding-bottom: 3rem !important; overflow: visible !important; }
body.page-package.geo-banner-visible .togo-footer-2-top-border { padding-bottom: 2.5rem !important; }
@media (max-width: 991px) {
  body.page-package.geo-banner-visible .togo-footer-6-sec { padding-bottom: 6rem !important; }
  body.page-package.geo-banner-visible .togo-footer-2-top-border { padding-bottom: 3.5rem !important; }
}
@media (max-width: 991.98px) {
  body.page-package #togo-talk-experts-pill {
    left: 50%;
    right: auto;
    width: max-content;
    max-width: calc(100% - 36px);
    bottom: calc(76px + env(safe-area-inset-bottom, 8px));
    z-index: 1045;
    transform: translateX(-50%) translateY(80px);
  }
  body.page-package #togo-talk-experts-pill.is-visible {
    transform: translateX(-50%) translateY(0);
  }
  body.page-package .togo-talk-experts-pill-inner {
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
    gap: 8px;
    padding: 7px 10px 7px 14px;
  }
  body.page-package .togo-talk-experts-pill-text {
    font-size: 12px;
    line-height: 1.2;
    flex: 0 1 auto;
    white-space: nowrap;
  }
  body.page-package .togo-talk-experts-pill-inner .togo-talk-experts-whatsapp,
  body.page-package .togo-talk-experts-pill-inner .togo-talk-experts-phone,
  body.page-package .togo-talk-experts-pill-inner .togo-talk-experts-message {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    flex-shrink: 0;
    font-size: 1.05rem;
  }
  body.page-package .togo-talk-experts-pill-inner .togo-talk-experts-message {
    font-size: 0.95rem;
  }
  body.page-package.mobile-app-bar-visible .togo-footer-6-sec {
    padding-bottom: calc(5rem + 68px + env(safe-area-inset-bottom, 0px));
  }
  body.page-package.mobile-app-bar-visible .togo-footer-2-top-border {
    padding-bottom: calc(3rem + 68px + env(safe-area-inset-bottom, 0px));
  }
  body.page-package.togo-experts-pill-visible .togo-back-wrapper.togo-back-btn-show {
    bottom: calc(148px + env(safe-area-inset-bottom, 0px)) !important;
  }
}
.fz-sticky-book-bar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10049;
  background: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-110%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.28s ease, opacity 0.22s ease, visibility 0.28s, top 0.2s ease;
}
@media (max-width: 1199.98px) {
  .fz-sticky-book-bar.is-visible {
    top: max(var(--header-offset, 64px), var(--gsap-header-offset, 64px));
    z-index: 10049;
  }
  body.fz-book-bar-visible .tour-section-pill {
    top: calc(max(var(--header-offset, 64px), var(--gsap-header-offset, 64px)) + var(--fz-sticky-book-h, 56px) + 8px);
  }
}
.fz-sticky-book-bar.is-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.fz-sticky-book-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 52px;
  padding: 8px 16px;
  max-width: 100%;
}
.fz-sticky-book-bar__price {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.2;
}
.fz-sticky-book-bar__label {
  font-size: 11px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.fz-sticky-book-bar__amount {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 6px;
  font-size: 15px;
}
.fz-sticky-book-bar__amount del {
  font-size: 12px;
  color: #888;
  font-weight: 400;
}
.fz-sticky-book-bar__amount strong {
  font-size: 40px;
  font-weight: 700;
  color: #111;
}
.fz-sticky-book-bar__per {
  font-size: 12px;
  color: #555;
  font-weight: 500;
}
.fz-sticky-book-bar__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.fz-sticky-book-bar__btn {
  padding: 10px 18px !important;
  min-height: 44px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  white-space: nowrap;
  border-radius: 8px;
}
.fz-sticky-book-bar__btn--enquiry {
  display: none;
}
.fz-sticky-book-bar__btn--customize {
  background: #fff !important;
  color: var(--golden, #002147) !important;
  border: 1px solid #d1d5db !important;
  white-space: nowrap;
}
.fz-sticky-book-bar__btn--customize:hover {
  background: #f8fafc !important;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .fz-sticky-book-bar__amount strong {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .fz-sticky-book-bar__inner {
    padding: 8px 12px;
    gap: 8px;
  }
  .fz-sticky-book-bar__btn {
    padding: 10px 14px !important;
    font-size: 13px !important;
  }
}
body.fz-book-bar-visible .tour-section-pill {
  top: calc(var(--fz-sticky-book-top, 0px) + var(--fz-sticky-book-h, 72px) + 8px);
}
@media (min-width: 1200px) {
  body.fz-sticky-nav-visible:not(.fz-book-bar-visible) .tour-section-pill {
    top: calc(var(--fz-sticky-header-stack-h, 92px) + 12px);
  }
  body.fz-book-bar-visible.fz-sticky-nav-visible .tour-section-pill {
    top: calc(var(--fz-sticky-header-stack-h, 92px) + var(--fz-sticky-book-h, 72px) + 8px);
  }
}
.tour-section-pill {
  position: fixed; left: 50%; transform: translateX(-50%); top: 20px; z-index: 1050;
  display: none; align-items: center; gap: 4px; padding: 6px 10px;
  background: rgba(255,255,255,0.25); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.4); border-radius: 999px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08), inset 0 1px 0 rgba(255,255,255,0.5);
  font-size: 13px; white-space: nowrap;
  transition: opacity 0.25s ease, transform 0.25s ease, top 0.2s ease;
}
.tour-section-pill.is-visible { display: flex !important; }
.tour-section-pill a {
  padding: 4px 10px; border-radius: 999px; color: #333; text-decoration: none; white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}
.tour-section-pill a:hover { background: rgba(0,0,0,0.06); color: #111; }
.tour-section-pill a.active { background: rgba(0,0,0,0.1); font-weight: 600; color: #111; }
@media (min-width: 992px) {
  .tour-section-pill {
    left: max(12px, calc((100vw - 1465px) / 2 + 12px));
    right: auto;
    transform: none;
    justify-content: flex-start;
  }
  .tour-section-pill a.tour-pill-exc { display: none; }
}
@media (max-width: 991px) {
  body:not(.fz-book-bar-visible) .tour-section-pill {
    top: calc(max(var(--header-offset, 0px), var(--gsap-header-offset, 64px)) + 8px);
  }
  .tour-section-pill {
    left: 12px;
    right: 12px;
    transform: none;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 8px 10px 10px;
    gap: 6px;
    border-radius: 12px;
    font-size: 12px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.28) transparent;
  }
  .tour-section-pill::-webkit-scrollbar {
    height: 5px;
  }
  .tour-section-pill::-webkit-scrollbar-track {
    background: transparent;
  }
  .tour-section-pill::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.22);
    border-radius: 999px;
  }
  .tour-section-pill a {
    padding: 6px 12px;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  body:not(.fz-book-bar-visible) .tour-section-pill {
    top: calc(max(var(--header-offset, 0px), var(--gsap-header-offset, 62px)) + 8px);
  }
  .tour-section-pill {
    left: 8px;
    right: 8px;
    padding: 6px 8px 9px;
    gap: 4px;
    font-size: 11px;
  }
  .tour-section-pill a {
    padding: 8px 12px;
    min-height: 40px;
  }
}
body.page-package #tour-details-sidebar {
  position: sticky;
  align-self: flex-start;
  z-index: 100;
  top: calc(var(--header-offset, 100px) + 16px);
  max-height: calc(100vh - var(--header-offset, 100px) - 24px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 33, 71, 0.22) transparent;
  transition: top 0.2s ease, opacity 0.3s ease, visibility 0.3s ease;
}
body.page-package #tour-details-sidebar::-webkit-scrollbar {
  width: 5px;
}
body.page-package #tour-details-sidebar::-webkit-scrollbar-thumb {
  background: rgba(0, 33, 71, 0.22);
  border-radius: 999px;
}
body.page-package.fz-sticky-nav-visible:not(.fz-book-bar-visible) #tour-details-sidebar {
  top: calc(var(--fz-sticky-header-stack-h, 92px) + 16px);
  max-height: calc(100vh - var(--fz-sticky-header-stack-h, 92px) - 24px);
}
body.page-package.fz-book-bar-visible:not(.fz-sticky-nav-visible) #tour-details-sidebar {
  top: calc(var(--fz-sticky-book-top, 0px) + var(--fz-sticky-book-h, 72px) + 20px);
  max-height: calc(100vh - var(--fz-sticky-book-top, 0px) - var(--fz-sticky-book-h, 72px) - 28px);
}
body.page-package.fz-book-bar-visible.fz-sticky-nav-visible #tour-details-sidebar {
  top: calc(var(--fz-sticky-header-stack-h, 92px) + var(--fz-sticky-book-h, 72px) + 20px);
  max-height: calc(100vh - var(--fz-sticky-header-stack-h, 92px) - var(--fz-sticky-book-h, 72px) - 28px);
}
body.page-package #tour-details-sidebar .togo-sidebar-service-cards {
  margin-top: 0;
}
.togo-tour-book-card {
  padding: 16px;
  margin-bottom: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
}
.togo-tour-book-card__label {
  display: block;
  font-size: 12px;
  color: #666;
  margin-bottom: 4px;
}
.togo-tour-book-card__amount {
  font-size: 15px;
  line-height: 1.35;
  color: #111;
}
.togo-tour-book-card__amount del {
  font-size: 13px;
  color: #888;
  margin-right: 6px;
}
.togo-tour-book-card__amount strong {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.togo-tour-book-card__amount span {
  font-size: 13px;
  font-weight: 500;
  color: #555;
}
.togo-tour-book-card__lead {
  font-size: 14px;
  color: #444;
  line-height: 1.4;
}
.togo-tour-book-card__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 14px;
}
.togo-tour-book-card__btn {
  display: block;
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
}
.togo-tour-book-card__btn--primary {
  background: var(--golden, #002147);
  color: #fff;
}
.togo-tour-book-card__btn--secondary {
  background: #fff;
  color: var(--golden, #002147);
  border-color: #d1d5db;
}
.togo-tour-book-card__btn:hover {
  opacity: 0.92;
}
.togo-tour-destinations-intro {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  max-width: 72ch;
}
.togo-tour-destinations-about {
  font-size: 13px;
  line-height: 1.65;
  color: #444;
  margin: 6px 0 0;
  overflow: visible;
  overflow-wrap: break-word;
  word-wrap: break-word;
  max-width: 100%;
}
.togo-tour-destinations-grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .togo-tour-destinations-grid {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }
  .togo-tour-destinations-content {
    flex: 1.15 1 52%;
    min-width: 0;
    overflow: visible;
  }
  .togo-tour-destinations-map {
    flex: 1 1 48%;
    min-width: 0;
  }
}
.togo-tour-destinations-content,
.togo-tour-destinations-copy {
  width: 100%;
  max-width: 100%;
  overflow: visible;
}
.togo-tour-destinations-item.is-map-linked {
  cursor: pointer;
}
.togo-tour-destinations-item.is-map-linked:hover,
.togo-tour-destinations-item.is-map-active {
  background: rgba(0, 33, 71, 0.04);
  border-radius: 8px;
}
.tour-route-map-meta {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  z-index: 500;
  margin: 0;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #111;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  pointer-events: none;
}
.tour-route-map-shell {
  display: block;
}
.tour-route-map-stage {
  position: relative;
}
.togo-tour-destinations-leg {
  font-size: 12px;
  font-weight: 600;
  color: var(--golden, #002147);
  margin: 4px 0 0;
}
body.page-package .fz-tour-section {
  margin-bottom: 1.5rem;
}
body.page-package .fz-tour-section[id],
body.page-package section[id^="tour-"] {
  scroll-margin-top: calc(var(--header-offset, 101px) + 16px);
}
body.page-package .fz-tour-section-heading {
  font-family: var(--togo-ff-playfair, "Emilie Display", serif);
  font-size: clamp(30px, 3.4vw, 38px);
  font-weight: 500;
  line-height: 1.2;
  color: var(--togo-common-black, #111);
  margin: 0 0 22px;
}
@media (max-width: 767px) {
  body.page-package .fz-tour-section-heading {
    margin-bottom: 16px;
  }
}
body.page-package .fz-tour-section-lead {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  margin: 0 0 0.85rem;
}
body.page-package .fz-tour-intro {
  margin-bottom: 1.25rem;
}
body.page-package .fz-tour-intro-meta {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  margin: 0 0 0.85rem;
}
body.page-package .fz-tour-intro-dot {
  color: #bbb;
  padding: 0 0.15em;
}
body.page-package .fz-tour-intro-blurb {
  font-size: 15px;
  line-height: 1.65;
  color: #333;
  margin: 0;
}
body.page-package .fz-tour-simple-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.page-package .fz-tour-simple-list li {
  position: relative;
  padding-left: 0.9rem;
  margin-bottom: 0.4rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  color: #444;
}
body.page-package .fz-tour-simple-list li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--golden, #002147);
  font-weight: 700;
}
body.page-package .fz-tour-highlight-cards {
  margin-top: 0.25rem;
}
body.page-package .fz-tour-highlight-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e8ecf0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}
body.page-package .fz-tour-highlight-card__media {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #f1f5f9;
}
body.page-package .fz-tour-highlight-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
body.page-package .fz-tour-highlight-card__media:hover img {
  transform: scale(1.03);
}
body.page-package .fz-tour-highlight-card__body {
  padding: 0.85rem 1rem 1rem;
}
body.page-package .fz-tour-highlight-card__text {
  font-size: 14px;
  line-height: 1.55;
  color: #444;
}
@media (min-width: 992px) {
  body.page-package .fz-tour-highlight-card {
    border-radius: 8px;
  }
  body.page-package .fz-tour-highlight-card__media {
    aspect-ratio: 4 / 3;
  }
  body.page-package .fz-tour-highlight-card__body {
    padding: 0.55rem 0.65rem 0.65rem;
  }
  body.page-package .fz-tour-highlight-card__text {
    font-size: 12px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
body.page-package .fz-tour-perks-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
}
body.page-package .fz-tour-perks-list li {
  margin-bottom: 0;
}
body.page-package .fz-tour-inc-exc-block {
  margin-bottom: 0;
}
body.page-package .fz-tour-inc-exc-subheading {
  font-size: clamp(20px, 2.2vw, 26px);
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  body.page-package .fz-tour-inc-exc-subheading {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
body.page-package .fz-tour-inc-exc-title {
  margin-bottom: 22px;
}
@media (max-width: 991.98px) {
  body.page-package .fz-tour-inc-exc-wrap .fz-tour-inc-exc-title {
    margin-bottom: 14px;
    font-size: clamp(20px, 5vw, 24px);
  }
  body.page-package .fz-tour-inc-exc {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
  }
  body.page-package .fz-tour-inc-exc > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  body.page-package .fz-tour-inc-exc-block {
    margin-bottom: 0;
    padding: 1rem 1rem 0.85rem;
    border: 0;
    border-radius: 0;
  }
  body.page-package .fz-tour-inc-exc-block--exclusions {
    border-top: 1px solid #eee;
    padding-top: 0.85rem;
  }
  body.page-package #tour-faq {
    margin-bottom: 0;
  }
  body.page-package .togo-tour-details-related-sec {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
body.page-package .togo-tour-details-bdr {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
  border-color: #eee;
}
body.page-package .togo-tour-destinations-intro {
  font-size: 14px;
  margin-bottom: 1rem !important;
}
body.page-package .togo-tour-destinations-timeline::before {
  background: #e8e8e8;
}
body.page-package .togo-tour-destinations-item {
  padding: 10px 0;
}
body.page-package .togo-tour-destinations-label {
  font-size: 15px;
  font-weight: 600;
}
body.page-package .togo-tour-destinations-about {
  font-size: 14px;
}
body.page-package .togo-tour-destinations-map {
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid #eee;
}
body.page-package .togo-itinerary-accordion .accordion-items {
  border-radius: 8px;
  border-color: #eee;
  margin-bottom: 8px;
  box-shadow: none;
}
body.page-package .togo-itinerary-accordion .accordion-buttons {
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
}
body.page-package .togo-itinerary-accordion .accordion-buttons:not(.collapsed) {
  border-radius: 8px 8px 0 0;
}
body.page-package .togo-itinerary-accordion .accordion-body {
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}
body.page-package .togo-itinerary-accordion .accordion-body .togo-tour-details-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.page-package .togo-itinerary-accordion .accordion-body .togo-tour-details-text ul li {
  position: relative;
  padding-left: 0.9rem;
  margin-bottom: 0.35rem;
}
body.page-package .togo-itinerary-accordion .accordion-body .togo-tour-details-text ul li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--golden, #002147);
  font-weight: 700;
}
body.page-package .togo-itinerary-accordion .accordion-body img {
  border-radius: 8px;
}
body.page-package .togo-tour-details-faq.togo-faq-wrapper .accordion-items {
  border-radius: 8px;
  margin-bottom: 8px;
  padding-left: 0;
  border-color: #eee;
}
body.page-package .togo-tour-details-faq .accordion-buttons {
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 600;
}
body.page-package .togo-tour-details-faq .accordion-body {
  padding: 0 16px 14px;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}
body.page-package .togo-tour-details-faq .accordion-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.page-package .togo-tour-details-faq .accordion-body ul li {
  position: relative;
  padding-left: 0.9rem;
  margin-bottom: 0.35rem;
}
body.page-package .togo-tour-details-faq .accordion-body ul li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--golden, #002147);
  font-weight: 700;
}
body.page-package .fz-tour-prices-table-wrap {
  overflow-x: auto;
  margin-top: 0.25rem;
  border: 2px solid var(--golden, #002147);
  border-radius: 8px;
  background: #fff;
}
body.page-package .fz-tour-prices-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}
body.page-package .fz-tour-prices-table th,
body.page-package .fz-tour-prices-table td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 33, 71, 0.12);
  color: #333;
  font-weight: 400;
}
body.page-package .fz-tour-prices-table thead th {
  font-size: 13px;
  font-weight: 600;
  color: var(--golden, #002147);
  border-bottom: 1px solid rgba(0, 33, 71, 0.2);
  background: rgba(0, 33, 71, 0.04);
}
body.page-package .fz-tour-prices-table tbody tr:last-child td {
  border-bottom: none;
}
body.page-package .fz-tour-prices-table__price-col {
  text-align: right;
  white-space: nowrap;
  font-weight: 700;
  color: var(--golden, #002147);
  background: rgba(0, 33, 71, 0.1);
}
body.page-package .fz-tour-prices-table thead .fz-tour-prices-table__price-col {
  font-weight: 600;
  background: rgba(0, 33, 71, 0.08);
}
body.page-package .fz-tour-prices-table__price-col .fz-price-sgd {
  font-weight: 700;
  color: inherit;
}
body.page-package .fz-tour-prices-table__row--emphasis .fz-tour-prices-table__price-col {
  font-weight: 800;
}
body.page-package .fz-tour-prices-note {
  margin: 0.75rem 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: #666;
  max-width: 68ch;
}
body.page-package .fz-tour-prices-note a {
  color: var(--golden, #002147);
  text-decoration: underline;
}

/* On-page nav + trust (SEO / utility) */
body.page-package .fz-tour-page-nav {
  margin-bottom: 1.25rem;
  padding: 0.75rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fafafa;
}
body.page-package .fz-tour-page-nav__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}
body.page-package .fz-tour-page-nav__label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #666;
  flex: 0 0 auto;
}
body.page-package .fz-tour-page-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  flex: 1 1 auto;
}
body.page-package .fz-tour-page-nav__list a {
  font-size: 13px;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  padding: 0.2rem 0;
  border-bottom: 2px solid transparent;
}
body.page-package .fz-tour-page-nav__list a:hover,
body.page-package .fz-tour-page-nav__list a.is-active {
  color: var(--golden, #002147);
  border-bottom-color: var(--golden, #002147);
}
body.page-package .fz-tour-page-nav__actions {
  display: flex;
  gap: 0.5rem;
  flex: 0 0 auto;
}
body.page-package .fz-tour-page-nav__action {
  font-size: 12px;
  font-weight: 600;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #111;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
}
body.page-package .fz-tour-page-nav__action:hover {
  border-color: var(--golden, #002147);
  color: var(--golden, #002147);
}
body.page-package .fz-tour-trust-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.65rem;
  margin-top: 0.35rem;
  font-size: 13px;
  color: #444;
}
body.page-package .fz-tour-trust-strip__stars {
  color: #f5a623;
  letter-spacing: 1px;
}
body.page-package .fz-tour-trust-strip a {
  font-weight: 600;
  color: var(--golden, #002147);
  text-decoration: none;
}
body.page-package .togo-breadcrumb-list ol,
body.page-package .togo-breadcrumb-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem 0.35rem;
}
body.page-package .togo-breadcrumb-list ol li,
body.page-package .togo-breadcrumb-list ul li {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--togo-common-black, #111);
}
body.page-package .togo-breadcrumb-list ol li a,
body.page-package .togo-breadcrumb-list ul li a {
  color: inherit;
  text-decoration: none;
}
body.page-package .togo-breadcrumb-list ol li[aria-current="page"],
body.page-package .togo-breadcrumb-list ul li[aria-current="page"] {
  color: #64748b;
}
body.page-package .togo-breadcrumb-list ol li.dev,
body.page-package .togo-breadcrumb-list ul li.dev {
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
}
body.page-package .togo-breadcrumb-sep {
  display: inline-block;
  padding: 0 0.4rem;
  color: #94a3b8;
  font-size: 15px;
  line-height: 1;
  user-select: none;
}

@media (max-width: 991px) {
  body.page-package:not(.geo-banner-visible) .togo-breadcrumb-sec {
    margin-top: 0;
    padding-top: 0.25rem;
    padding-bottom: 1rem;
  }
  body.page-package.geo-banner-visible .togo-breadcrumb-sec {
    margin-top: 0;
    padding-top: calc(1.5rem + 5px);
    padding-bottom: 1.1rem;
  }
  body.page-package.geo-banner-visible .fz-tour-breadcrumb-scroll {
    padding-top: 0.35rem;
  }
  body.page-package .togo-breadcrumb-sec .container-1440 {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  body.page-package .togo-breadcrumb-content {
    position: relative;
  }
  body.page-package .fz-tour-breadcrumb-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    padding: 0.15rem 1rem 0.5rem;
    margin: 0;
  }
  body.page-package .fz-tour-breadcrumb-scroll::-webkit-scrollbar {
    display: none;
    height: 0;
  }
  body.page-package .fz-tour-breadcrumb-scroll ul {
    flex-wrap: nowrap;
    width: max-content;
    max-width: none;
    gap: 0.15rem 0.35rem;
    padding-right: 0.75rem;
  }
  body.page-package .fz-tour-breadcrumb-scroll ul > li {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  body.page-package .togo-breadcrumb-content::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0.35rem;
    width: 2rem;
    pointer-events: none;
    background: linear-gradient(to left, #fbfbfb 30%, rgba(251, 251, 251, 0));
  }
}
@media (max-width: 576px) {
  body.page-package:not(.geo-banner-visible) .togo-breadcrumb-sec {
    padding-top: 0.15rem;
    padding-bottom: 0.9rem;
  }
  body.page-package.geo-banner-visible .togo-breadcrumb-sec {
    padding-top: calc(1.35rem + 5px);
    padding-bottom: 1rem;
  }
  body.page-package .fz-tour-breadcrumb-scroll {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }
  body.page-package .fz-tour-breadcrumb-scroll ul {
    font-size: 14px;
  }
  body.page-package .togo-breadcrumb-list ol li,
  body.page-package .togo-breadcrumb-list ul li {
    font-size: 14px;
  }
}
body.page-package .fz-tour-reviews-sec {
  background: #fbfbfb;
}
body.page-package .fz-tour-reviews-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.65rem;
  font-size: 15px;
  color: #444;
}
body.page-package .fz-tour-reviews-stars {
  display: inline-flex;
  gap: 1px;
  color: #f5a623;
}
body.page-package .fz-tour-review-card {
  height: 100%;
  padding: 1.1rem 1.15rem;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
}
body.page-package .fz-tour-review-card__head {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.65rem;
}
body.page-package .fz-tour-review-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
body.page-package .fz-tour-review-card__author {
  margin: 0 0 0.2rem;
  font-size: 14px;
  font-weight: 700;
  color: #111;
}
body.page-package .fz-tour-review-card__rating {
  display: flex;
  gap: 1px;
}
body.page-package .fz-tour-review-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #444;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Package enquiry modal */
body.togo-message-modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
}
body.togo-message-modal-open .modal-backdrop.show {
  background-color: rgba(0, 33, 71, 0.42);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
#togo-message-modal .modal-dialog {
  max-width: 440px;
}
body.page-package .fz-tour-message-modal {
  border: none;
  border-radius: 16px;
  overflow: visible;
  box-shadow: 0 18px 48px rgba(0, 33, 71, 0.16);
}
#togo-message-modal .modal-content {
  overflow: visible;
}
#togo-message-modal .modal-body {
  overflow-y: auto;
  max-height: min(70vh, 520px);
}
body.page-package .fz-tour-message-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 1.25rem 1.25rem 0.75rem;
  border-bottom: 0;
  background: linear-gradient(180deg, rgba(0, 33, 71, 0.06) 0%, rgba(0, 33, 71, 0) 100%);
}
body.page-package .fz-tour-message-modal__heading {
  min-width: 0;
  flex: 1;
}
body.page-package .fz-tour-message-modal__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--golden, #002147);
}
body.page-package .fz-tour-message-modal__title {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.25;
  color: #111;
  margin-bottom: 0.35rem;
}
body.page-package .fz-tour-message-modal__package {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #333;
}
body.page-package .fz-tour-message-modal__meta {
  margin-top: 0.35rem;
  font-size: 13px;
  color: #666;
}
body.page-package .fz-tour-message-modal__close {
  flex-shrink: 0;
  margin-top: 2px;
}
body.page-package .fz-tour-message-modal__body {
  padding: 0.75rem 1.25rem 1.25rem;
}
body.page-package .fz-tour-message-modal__lead {
  margin: 0 0 1rem;
  font-size: 13px;
  line-height: 1.5;
  color: #666;
}
body.page-package .fz-tour-message-form__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}
body.page-package .fz-tour-message-form__optional {
  font-weight: 500;
  color: #888;
}
body.page-package .fz-tour-message-form__input {
  border: 1px solid #dde3ea;
  border-radius: 10px;
  padding: 0.65rem 0.85rem;
  font-size: 14px;
  box-shadow: none;
}
body.page-package .fz-tour-message-form__input:focus {
  border-color: var(--golden, #002147);
  box-shadow: 0 0 0 3px rgba(0, 33, 71, 0.1);
}
body.page-package .fz-tour-message-form__textarea {
  min-height: 108px;
  resize: vertical;
}
body.page-package .fz-tour-message-form .cu-phone-cc-group {
  border: 1px solid #dde3ea;
  border-radius: 10px;
  overflow: visible;
  background: #fff;
  flex-wrap: nowrap;
}
body.page-package .fz-tour-message-form .cu-phone-cc-group:focus-within {
  border-color: var(--golden, #002147);
  box-shadow: 0 0 0 3px rgba(0, 33, 71, 0.1);
}
body.page-package .fz-tour-message-form .cu-phone-cc-group .fz-cc-wrap {
  position: relative;
  flex-shrink: 0;
  border-right: 1px solid #e8ecf0;
}
body.page-package .fz-tour-message-form .cu-phone-cc-group .fz-cc-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  min-width: 88px;
  min-height: 46px;
  padding: 0 0.75rem;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  background: #f5f7fa;
  border: 0;
  border-radius: 10px 0 0 10px;
  box-shadow: none;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
}
body.page-package .fz-tour-message-form .cu-phone-cc-group .fz-cc-trigger:hover,
body.page-package .fz-tour-message-form .cu-phone-cc-group .fz-cc-wrap.open .fz-cc-trigger {
  background: #eef2f6;
}
body.page-package .fz-tour-message-form .cu-phone-cc-group .fz-cc-arrow {
  font-size: 0.65rem;
  color: #666;
  transition: transform 0.2s ease;
}
body.page-package .fz-tour-message-form .cu-phone-cc-group .fz-cc-wrap.open .fz-cc-arrow {
  transform: rotate(180deg);
}
body.page-package .fz-tour-message-form .cu-phone-cc-group .fz-cc-wrap.open {
  z-index: 1065;
}
body.page-package .fz-tour-message-form .cu-phone-cc-group .fz-cc-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 1066;
  width: min(280px, calc(100vw - 48px));
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(0, 33, 71, 0.14);
  overflow: hidden;
}
body.page-package .fz-tour-message-form .cu-phone-cc-group .fz-cc-wrap.open .fz-cc-dropdown {
  display: block;
}
body.page-package .fz-tour-message-form .cu-phone-cc-group .fz-cc-drop-up .fz-cc-dropdown {
  top: auto;
  bottom: calc(100% + 6px);
}
body.page-package .fz-tour-message-form .cu-phone-cc-group .fz-cc-search-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
  background: #fafafa;
}
body.page-package .fz-tour-message-form .cu-phone-cc-group .fz-cc-search-wrap i {
  color: #888;
  font-size: 0.85rem;
  flex-shrink: 0;
}
body.page-package .fz-tour-message-form .cu-phone-cc-group .fz-cc-search {
  border: none !important;
  outline: none !important;
  width: 100% !important;
  padding: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  font-size: 14px !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
body.page-package .fz-tour-message-form .cu-phone-cc-group .fz-cc-list {
  max-height: 200px;
  overflow-y: auto;
}
body.page-package .fz-tour-message-form .cu-phone-cc-group .fz-cc-item {
  display: flex;
  align-items: center;
  padding: 9px 14px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
}
body.page-package .fz-tour-message-form .cu-phone-cc-group .fz-cc-item:hover {
  background: #f5f8fc;
}
body.page-package .fz-tour-message-form .cu-phone-cc-group .fz-cc-item.selected {
  background: rgba(0, 33, 71, 0.06);
}
body.page-package .fz-tour-message-form .cu-phone-cc-group .fz-cc-check {
  width: 20px;
  flex-shrink: 0;
  color: var(--golden, #002147);
}
body.page-package .fz-tour-message-form .cu-phone-cc-group .fz-cc-dial {
  min-width: 46px;
  font-weight: 700;
  color: #002147;
}
body.page-package .fz-tour-message-form .cu-phone-cc-group .fz-cc-name {
  flex: 1;
  min-width: 0;
  font-size: 13px;
  color: #555;
}
body.page-package .fz-tour-message-form .cu-phone-cc-group .cu-phone-input {
  min-height: 46px;
  font-size: 14px;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 10px 10px 0 !important;
  background: transparent;
}
body.page-package .fz-tour-message-form__status {
  margin-top: 0.85rem;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.45;
}
body.page-package .fz-tour-message-form__status.is-success {
  background: #ecfdf3;
  color: #166534;
  border: 1px solid #bbf7d0;
}
body.page-package .fz-tour-message-form__status.is-error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}
body.page-package .fz-tour-message-form__submit {
  margin-top: 1rem;
  min-height: 48px;
  border: 0;
  border-radius: 10px;
  background: var(--golden, #002147);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
body.page-package .fz-tour-message-form__submit:hover {
  background: #001530;
  color: #fff;
}
body.page-package .fz-tour-message-form__submit:disabled {
  opacity: 0.75;
}
