/* Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Reset margin */
* {
  margin: 0;
}

/* Base */
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Urbanist", sans-serif;
  min-height: 100vh;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Media */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* Form elements */
input,
button,
textarea,
select {
  font: inherit;
}

input:focus, input:focus-visible,
textarea:focus,
textarea:focus-visible,
select:focus,
select:focus-visible {
  outline: none;
}

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

/* Typography */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* Lists */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Links */
a {
  color: inherit;
  text-decoration: none;
}

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Remove default styles */
fieldset {
  border: 0;
}

iframe {
  border: 0;
}

/* Root stacking context */
#root,
#__next {
  isolation: isolate;
}

/* Hero slider styles (Elementor widget: Hero Slider) */
.adamo-hero-slider {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}
.adamo-hero-slider .hero-swiper,
.adamo-hero-slider .hero-swiper .swiper-slide {
  height: 100%;
}
.adamo-hero-slider .hero-swiper .swiper-slide {
  position: relative;
}
.adamo-hero-slider .hero-swiper img,
.adamo-hero-slider .hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adamo-hero-slider .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.48);
}
.adamo-hero-slider .hero-slide-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1640px;
  height: 100%;
  margin: 0 auto;
  padding: 300px 60px 64px;
  box-sizing: border-box;
}
.adamo-hero-slider .hero-content {
  position: static;
  transform: none;
  max-width: 969px;
  color: #fff;
}
.adamo-hero-slider .hero-content h1,
.adamo-hero-slider .hero-content h2 {
  margin-bottom: 32px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
}
.adamo-hero-slider .hero-description {
  max-width: 624px;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
.adamo-hero-slider .hero-description p {
  margin: 0;
}
.adamo-hero-slider .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.adamo-hero-slider .hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  height: 44px;
  padding: 12px 24px;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.adamo-hero-slider .hero-btn .hero-btn-icon {
  flex-shrink: 0;
}
.adamo-hero-slider .hero-btn.hero-btn-primary {
  background: #fff;
  color: #0a0a0a;
}
.adamo-hero-slider .hero-btn.hero-btn-secondary {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.adamo-hero-slider .hero-btn:hover {
  opacity: 0.92;
}
.adamo-hero-slider .location {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: calc(100% - 320px);
  margin-top: auto;
  padding-top: 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
.adamo-hero-slider .location .location-icon {
  flex-shrink: 0;
  color: #fff;
}
.adamo-hero-slider .preview-box {
  position: absolute;
  right: max(60px, (100% - min(1520px, 100% - 120px)) / 2);
  bottom: 64px;
  z-index: 3;
  width: 288px;
}
.adamo-hero-slider .preview-box .preview-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #fff;
}
.adamo-hero-slider .preview-box .preview-label .preview-icon-wrap {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.adamo-hero-slider .preview-box .preview-icon,
.adamo-hero-slider .preview-box .hero-preview-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #fff;
  object-fit: contain;
}
.adamo-hero-slider .preview-box .small-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}
.adamo-hero-slider .preview-box .preview-image {
  width: 100%;
  height: 184px;
  overflow: hidden;
  border-radius: 16px;
  background: #111;
}
.adamo-hero-slider .preview-box .preview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adamo-hero-slider .preview-box .preview-nav {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
.adamo-hero-slider .preview-box .preview-nav button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 9999px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.adamo-hero-slider .preview-box .preview-nav button:hover {
  background: #fff;
  color: #0a0a0a;
}
@media (max-width: 1200px) {
  .adamo-hero-slider .hero-slide-inner {
    padding: 140px 40px 56px;
  }
  .adamo-hero-slider .preview-box {
    right: 40px;
    bottom: 56px;
  }
}
@media (max-width: 900px) {
  .adamo-hero-slider {
    height: auto;
    min-height: 100svh;
  }
  .adamo-hero-slider .hero-swiper {
    min-height: 100svh;
  }
  .adamo-hero-slider .hero-swiper,
  .adamo-hero-slider .hero-swiper .swiper-slide {
    height: auto;
    min-height: 100svh;
  }
  .adamo-hero-slider .hero-slide-inner {
    gap: 0;
    min-height: 100svh;
    padding: 108px 24px 220px;
  }
  .adamo-hero-slider .hero-content {
    max-width: none;
  }
  .adamo-hero-slider .hero-content h1,
  .adamo-hero-slider .hero-content h2 {
    font-size: clamp(1.75rem, 7vw, 2.5rem);
    margin-bottom: 16px;
  }
  .adamo-hero-slider .hero-description {
    max-width: none;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .adamo-hero-slider .buttons {
    gap: 12px;
  }
  .adamo-hero-slider .location {
    max-width: calc(100% - 236px);
    margin-top: auto;
    padding-top: 32px;
  }
  .adamo-hero-slider .preview-box {
    right: 24px;
    bottom: 24px;
    width: 220px;
  }
  .adamo-hero-slider .preview-box .preview-label {
    margin-bottom: 12px;
  }
  .adamo-hero-slider .preview-box .small-title {
    font-size: 14px;
    line-height: 1.35;
  }
  .adamo-hero-slider .preview-box .preview-image {
    height: 132px;
  }
  .adamo-hero-slider .preview-box .preview-nav {
    margin-top: 12px;
  }
}
@media (max-width: 600px) {
  .adamo-hero-slider .hero-slide-inner {
    padding: 96px 16px 300px;
  }
  .adamo-hero-slider .hero-content h1,
  .adamo-hero-slider .hero-content h2 {
    font-size: 32px;
    line-height: 1.15;
  }
  .adamo-hero-slider .hero-description {
    font-size: 15px;
    line-height: 1.45;
  }
  .adamo-hero-slider .buttons {
    flex-direction: column;
    align-items: stretch;
  }
  .adamo-hero-slider .hero-btn {
    width: 100%;
    max-width: none;
  }
  .adamo-hero-slider .location {
    max-width: 100%;
    padding-top: 24px;
    font-size: 14px;
  }
  .adamo-hero-slider .preview-box {
    left: 16px;
    right: auto;
    bottom: 40px;
    width: min(288px, 100% - 32px);
  }
  .adamo-hero-slider .preview-box .preview-image {
    height: 160px;
  }
}

.elementor-widget-html .breadcrumb .separator {
  width: 12px;
  height: 12px;
  background: url("../img/breadcrumb-separator.svg") no-repeat center center;
  background-size: 12px;
}

/* Tour search styles (Elementor widget: Tour Search) */
.adamo-tour-search {
  padding: 40px 60px;
  background: #fafafa;
}
.adamo-tour-search .tour-search-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}
.adamo-tour-search .tour-search-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #0a0a0a;
}
.adamo-tour-search .tour-search-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.adamo-tour-search .tour-search-form {
  width: 100%;
}
.adamo-tour-search .tour-search-form-wrap {
  position: relative;
  width: 100%;
}
.adamo-tour-search .tour-search-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 24px;
  border: 1px solid #ececec;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.adamo-tour-search .tour-search-dropdown[hidden] {
  display: none !important;
}
.adamo-tour-search .tour-search-dropdown-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
.adamo-tour-search .tour-search-dropdown-summary {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.adamo-tour-search .tour-search-see-all {
  flex-shrink: 0;
  padding: 8px 0;
  color: #152a79;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.adamo-tour-search .tour-search-see-all[hidden] {
  display: none !important;
}
.adamo-tour-search .tour-search-see-all:hover {
  opacity: 0.88;
}
.adamo-tour-search .tour-search-results-count {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #0a0a0a;
}
.adamo-tour-search .tour-search-results-subtitle {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #737373;
}
.adamo-tour-search .tour-search-results-loading,
.adamo-tour-search .tour-search-results-empty {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #737373;
}
.adamo-tour-search .tour-search-results-loading[hidden],
.adamo-tour-search .tour-search-results-empty[hidden] {
  display: none !important;
}
.adamo-tour-search .tour-search-results-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.adamo-tour-search .tour-search-result-card {
  display: flex;
  align-items: stretch;
  gap: 0;
  min-height: 140px;
  padding: 9px;
  border: 1px solid #f5f5f5;
  border-radius: 24px;
  background: #fafafa;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.adamo-tour-search .tour-search-result-card:hover {
  border-color: #ececec;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.adamo-tour-search .tour-search-result-image {
  flex-shrink: 0;
  width: 200px;
  min-height: 140px;
  overflow: hidden;
  border-radius: 16px;
  background: #ececec;
  aspect-ratio: 200/150;
}
.adamo-tour-search .tour-search-result-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adamo-tour-search .tour-search-result-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  padding: 16px 16px 16px 24px;
}
.adamo-tour-search .tour-search-result-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #0a0a0a;
}
.adamo-tour-search .tour-search-result-meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.adamo-tour-search .tour-search-result-row {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.adamo-tour-search .tour-search-result-icon {
  flex-shrink: 0;
  color: #737373;
}
.adamo-tour-search .tour-search-result-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #737373;
}
.adamo-tour-search .tour-search-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 16px 16px 16px 20px;
  border: 1px solid #ececec;
  border-radius: 24px;
  background: #fff;
}
.adamo-tour-search .tour-search-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.adamo-tour-search .tour-search-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.adamo-tour-search .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.adamo-tour-search .tour-search-input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #0a0a0a;
}
.adamo-tour-search .tour-search-input::placeholder {
  color: #737373;
}
.adamo-tour-search .tour-search-input:focus {
  outline: none;
}
.adamo-tour-search .tour-search-submit {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  height: 44px;
  padding: 12px 24px;
  border-radius: 9999px;
  background: #152a79;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
.adamo-tour-search .tour-search-submit .tour-search-submit-icon {
  flex-shrink: 0;
}
.adamo-tour-search .tour-search-submit:hover {
  background: #0f1e56;
}
.adamo-tour-search .tour-search-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.adamo-tour-search .tour-search-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px 6px 10px;
  border: 0;
  border-radius: 9999px;
  background: var(--tag-bg, #d5efdf);
  color: var(--tag-color, #008635);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.adamo-tour-search .tour-search-tag:hover {
  opacity: 0.88;
}
.adamo-tour-search .tour-search-tag-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.adamo-tour-search .tour-search-tag-label {
  opacity: 0.6;
}
@media (max-width: 1200px) {
  .adamo-tour-search .tour-search-results-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .adamo-tour-search {
    padding: 32px 24px;
  }
  .adamo-tour-search .tour-search-bar {
    flex-wrap: wrap;
    border-radius: 20px;
  }
  .adamo-tour-search .tour-search-submit {
    width: 100%;
  }
  .adamo-tour-search .tour-search-results-list {
    grid-template-columns: 1fr;
  }
  .adamo-tour-search .tour-search-result-image {
    width: 120px;
    min-height: 120px;
  }
}
@media (max-width: 600px) {
  .adamo-tour-search {
    padding: 24px 16px;
  }
  .adamo-tour-search .tour-search-tags {
    gap: 12px;
  }
  .adamo-tour-search .tour-search-tag {
    font-size: 14px;
  }
  .adamo-tour-search .tour-search-result-body {
    padding: 12px;
  }
  .adamo-tour-search .tour-search-result-title {
    font-size: 16px;
  }
}

.adamo-tour-cards {
  width: 100%;
  padding: 56px 60px;
}
.adamo-tour-cards.is-layout-featured-grid.tour-category-archive-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.adamo-tour-cards .tour-cards-inner {
  display: flex;
  flex-direction: column;
  gap: 56px;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}
.adamo-tour-cards .tour-cards-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}
.adamo-tour-cards .tour-cards-title {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  color: #0a0a0a;
}
.adamo-tour-cards .tour-cards-view-all {
  flex-shrink: 0;
  padding: 8px 0;
  color: #152a79;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.adamo-tour-cards .tour-cards-view-all:hover {
  opacity: 0.88;
}
.adamo-tour-cards.is-layout-hot-deals .tour-cards-header:not(.has-view-all) {
  justify-content: flex-start;
}
.adamo-tour-cards .tour-cards-empty {
  margin: 0;
  padding: 24px;
  border: 1px dashed #ececec;
  border-radius: 16px;
  color: #737373;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.adamo-tour-cards .tour-cards-layout {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.adamo-tour-cards .tour-cards-row {
  display: grid;
  grid-template-columns: repeat(var(--tour-cards-columns, 3), minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.adamo-tour-cards .tour-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #ececec;
  border-radius: 24px;
  background: #fff;
}
.adamo-tour-cards .tour-card-image {
  display: block;
  flex-shrink: 0;
  height: 288px;
  overflow: hidden;
  text-decoration: none;
}
.adamo-tour-cards .tour-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adamo-tour-cards .tour-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
}
.adamo-tour-cards .tour-card-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.adamo-tour-cards .tour-card-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #0a0a0a;
}
.adamo-tour-cards .tour-card-title a {
  color: inherit;
  text-decoration: none;
}
.adamo-tour-cards .tour-card-title a:hover {
  opacity: 0.88;
}
.adamo-tour-cards .tour-card-valid {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #737373;
}
.adamo-tour-cards .tour-card-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.adamo-tour-cards .tour-card-info-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
}
.adamo-tour-cards .tour-card-info-row svg {
  min-width: 16px;
}
.adamo-tour-cards .tour-card-info-row svg path {
  fill: #0A0A0A;
}
.adamo-tour-cards .tour-card-info-icon {
  flex-shrink: 0;
  margin-top: 2px;
  color: #737373;
}
.adamo-tour-cards .tour-card-info-text {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #737373;
  word-break: break-word;
}
.adamo-tour-cards .tour-card-pricing {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.adamo-tour-cards .tour-card-discount {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 8px;
  background: #f15d5e;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.adamo-tour-cards .tour-card-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px;
}
.adamo-tour-cards .tour-card-price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #00a8d5;
}
.adamo-tour-cards .tour-card-price-suffix {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #737373;
}
.adamo-tour-cards .tour-card-duration {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #737373;
}
.adamo-tour-cards .tour-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  height: 44px;
  margin-top: auto;
  padding: 12px 24px;
  border: 1px solid #ececec;
  border-radius: 9999px;
  background: #fff;
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.adamo-tour-cards .tour-card-button:hover {
  border-color: #d4d4d4;
  background: #fafafa;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.adamo-tour-cards .tour-card-button--featured {
  width: auto;
  align-self: flex-start;
  border-color: transparent;
  background: #152a79;
  color: #fff;
}
.adamo-tour-cards .tour-card-button--featured:hover {
  border-color: transparent;
  background: #0f1e56;
  box-shadow: none;
}
.adamo-tour-cards .tour-card--featured {
  position: relative;
  min-height: 360px;
  border: 1px solid #ececec;
  background: #0a0a0a;
}
.adamo-tour-cards .tour-card-featured-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 24px;
}
.adamo-tour-cards .tour-card-featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adamo-tour-cards .tour-card-featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
}
.adamo-tour-cards .tour-card-featured-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 760px;
  padding: 56px;
  color: #fff;
}
.adamo-tour-cards .tour-card-head.is-light {
  gap: 8px;
}
.adamo-tour-cards .tour-card-head.is-light .tour-card-valid {
  font-size: 16px;
  color: #fff;
}
.adamo-tour-cards .tour-card-head.is-light .tour-card-title {
  font-size: 40px;
  line-height: 1.1;
  color: #fff;
}
.adamo-tour-cards .tour-card-head.is-light .tour-card-title a {
  color: inherit;
}
.adamo-tour-cards .tour-card-info-row.is-light svg path {
  fill: #FFF;
}
.adamo-tour-cards .tour-card-info-row.is-light .tour-card-info-icon,
.adamo-tour-cards .tour-card-info-row.is-light .tour-card-info-text {
  color: #fff;
}
.adamo-tour-cards .tour-card-info-row.is-light .tour-card-info-text {
  font-size: 16px;
}
.adamo-tour-cards .tour-card-pricing.is-light .tour-card-price {
  font-size: 32px;
  line-height: 1.1;
  color: #fff;
}
.adamo-tour-cards .tour-card-pricing.is-light .tour-card-price-suffix,
.adamo-tour-cards .tour-card-pricing.is-light .tour-card-duration {
  font-size: 16px;
  color: #ececec;
}
.adamo-tour-cards .tour-card-discount.is-large {
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .adamo-tour-cards .tour-cards-row {
    grid-template-columns: repeat(min(var(--tour-cards-columns, 3), 2), minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .adamo-tour-cards {
    padding: 48px 24px;
  }
  .adamo-tour-cards .tour-cards-inner {
    gap: 40px;
  }
  .adamo-tour-cards .tour-cards-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .adamo-tour-cards .tour-cards-title {
    font-size: clamp(2rem, 7vw, 40px);
  }
  .adamo-tour-cards .tour-card-featured-content {
    max-width: none;
    padding: 40px 32px;
  }
  .adamo-tour-cards .tour-card-head.is-light .tour-card-title {
    font-size: clamp(1.75rem, 6vw, 32px);
  }
}
@media (max-width: 768px) {
  .adamo-tour-cards {
    padding: 40px 16px;
  }
  .adamo-tour-cards .tour-cards-row {
    grid-template-columns: 1fr;
  }
  .adamo-tour-cards .tour-card-image {
    height: 220px;
  }
  .adamo-tour-cards .tour-card-body {
    padding: 20px;
  }
  .adamo-tour-cards .tour-card-title {
    font-size: 18px;
  }
  .adamo-tour-cards .tour-card-price {
    font-size: 22px;
  }
  .adamo-tour-cards .tour-card-featured-content {
    padding: 32px 24px;
    gap: 24px;
  }
  .adamo-tour-cards .tour-card-pricing.is-light .tour-card-price {
    font-size: 28px;
  }
  .adamo-tour-cards .tour-card-button--featured {
    width: 100%;
    align-self: stretch;
  }
}

/* Tour search results page (Elementor widget: Tour Search Results) */
.adamo-tour-search-results {
  width: 100%;
}
.adamo-tour-search-results .adamo-tour-search-results-hero {
  padding-top: 40px;
  padding-bottom: 40px;
}
.adamo-tour-search-results .tour-search-results-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #a3a3a3;
}
.adamo-tour-search-results .tour-search-results-breadcrumb a {
  color: #0a0a0a;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.adamo-tour-search-results .tour-search-results-breadcrumb a:hover {
  opacity: 0.88;
}
.adamo-tour-search-results .tour-search-results-breadcrumb svg {
  flex-shrink: 0;
  color: #a3a3a3;
}
.adamo-tour-search-results .adamo-tour-search-results-body {
  width: 100%;
  padding: 24px 60px;
  background: #fff;
}
.adamo-tour-search-results .tour-search-results-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}
.adamo-tour-search-results .tour-search-results-found {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #0a0a0a;
}
.adamo-tour-search-results .tour-search-results-empty-state {
  margin: 0;
  padding: 40px 24px;
  border: 1px dashed #ececec;
  border-radius: 16px;
  color: #737373;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.adamo-tour-search-results .tour-search-results-cards {
  padding: 0;
}
.adamo-tour-search-results .tour-search-results-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 12px 20px;
}
.adamo-tour-search-results .tour-search-results-pagination-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.adamo-tour-search-results .tour-search-results-pagination-label,
.adamo-tour-search-results .tour-search-results-pagination-range {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #0a0a0a;
  white-space: nowrap;
}
.adamo-tour-search-results .tour-search-results-pagination-range {
  color: #737373;
}
.adamo-tour-search-results .tour-search-results-per-page {
  min-width: 80px;
  height: 40px;
  padding: 8px 36px 8px 16px;
  border: 1px solid #ececec;
  border-radius: 12px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%230A0A0A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 10px center;
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  appearance: none;
  cursor: pointer;
}
.adamo-tour-search-results .tour-search-results-pagination-links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.adamo-tour-search-results .tour-search-results-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: #fff;
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.adamo-tour-search-results .tour-search-results-page-btn:hover:not(.is-disabled):not(.is-current) {
  border-color: #ececec;
}
.adamo-tour-search-results .tour-search-results-page-btn.is-current {
  background: #f5f5f5;
}
.adamo-tour-search-results .tour-search-results-page-btn.is-disabled {
  border-color: #ececec;
  color: #a3a3a3;
  opacity: 0.6;
  pointer-events: none;
}
.adamo-tour-search-results .tour-search-results-page-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  color: #737373;
  font-size: 16px;
  font-weight: 500;
}
.adamo-tour-search-results .adamo-tour-search-results-popular {
  width: 100%;
  padding: 56px 60px 80px;
  background: #fff;
  border-top: 1px solid #ececec;
}
.adamo-tour-search-results .tour-search-results-popular-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}
.adamo-tour-search-results .tour-search-results-popular-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #0a0a0a;
}
.adamo-tour-search-results .tour-search-results-popular-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.adamo-tour-search-results .tour-search-results-popular-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 12px 24px;
  border: 1px solid #152a79;
  border-radius: 9999px;
  background: #fff;
  color: #152a79;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.adamo-tour-search-results .tour-search-results-popular-link svg {
  flex-shrink: 0;
}
.adamo-tour-search-results .tour-search-results-popular-link:hover {
  background: #152a79;
  color: #fff;
}
@media (max-width: 1024px) {
  .adamo-tour-search-results .adamo-tour-search-results-hero {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .adamo-tour-search-results .adamo-tour-search-results-body,
  .adamo-tour-search-results .adamo-tour-search-results-popular {
    padding-left: 24px;
    padding-right: 24px;
  }
  .adamo-tour-search-results .tour-search-results-pagination {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .adamo-tour-search-results .tour-search-results-popular-list {
    flex-direction: column;
    align-items: stretch;
  }
  .adamo-tour-search-results .tour-search-results-popular-link {
    justify-content: center;
  }
  .adamo-tour-search-results .tour-search-results-pagination-links {
    width: 100%;
    justify-content: center;
  }
}

/* Tour category archive (Elementor widget: Tour Category Archive) */
.adamo-tour-category-archive {
  width: 100%;
  padding: 40px 60px;
  background: #fff;
}
.adamo-tour-category-archive .tour-category-archive-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}
.adamo-tour-category-archive .tour-category-archive-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #a3a3a3;
}
.adamo-tour-category-archive .tour-category-archive-breadcrumb a {
  color: #0a0a0a;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.adamo-tour-category-archive .tour-category-archive-breadcrumb a:hover {
  opacity: 0.88;
}
.adamo-tour-category-archive .tour-category-archive-breadcrumb svg {
  flex-shrink: 0;
  color: #a3a3a3;
}
.adamo-tour-category-archive .tour-category-archive-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.adamo-tour-category-archive .tour-category-archive-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}
.adamo-tour-category-archive .tour-category-archive-title {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: #0a0a0a;
}
.adamo-tour-category-archive .tour-category-archive-search {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  width: min(490px, 100%);
  padding: 16px 16px 16px 20px;
  border: 1px solid #ececec;
  border-radius: 24px;
  background: #fff;
}
.adamo-tour-category-archive .tour-category-archive-search-submit {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.adamo-tour-category-archive .tour-category-archive-search-submit:hover {
  opacity: 0.8;
}
.adamo-tour-category-archive .tour-category-archive-search-input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.adamo-tour-category-archive .tour-category-archive-search-input::placeholder {
  color: #737373;
}
.adamo-tour-category-archive .tour-category-archive-search-input:focus {
  outline: none;
}
.adamo-tour-category-archive .tour-category-archive-cards {
  padding: 0;
}
.adamo-tour-category-archive.is-layout-featured-grid .tour-category-archive-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.adamo-tour-category-archive.is-layout-featured-grid .tour-category-archive-featured {
  width: 100%;
}
.adamo-tour-category-archive.is-layout-featured-grid .tour-category-archive-featured .tour-card--featured {
  min-height: 477px;
}
.adamo-tour-category-archive.is-layout-featured-grid .tour-category-archive-featured .tour-card-featured-content {
  max-width: 760px;
  padding: 57px;
}
.adamo-tour-category-archive.is-layout-featured-grid .tour-cards-layout {
  gap: 24px;
}
.adamo-tour-category-archive .tour-category-archive-empty {
  margin: 0;
  padding: 40px 24px;
  border: 1px dashed #ececec;
  border-radius: 16px;
  color: #737373;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1024px) {
  .adamo-tour-category-archive {
    padding-left: 24px;
    padding-right: 24px;
  }
  .adamo-tour-category-archive .tour-category-archive-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .adamo-tour-category-archive .tour-category-archive-search {
    width: 100%;
  }
  .adamo-tour-category-archive .tour-category-archive-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .adamo-tour-category-archive {
    padding: 24px 16px;
  }
  .adamo-tour-category-archive .tour-category-archive-inner,
  .adamo-tour-category-archive .tour-category-archive-content {
    gap: 24px;
  }
  .adamo-tour-category-archive .tour-category-archive-title {
    font-size: 28px;
  }
  .adamo-tour-category-archive.is-layout-featured-grid .tour-category-archive-featured .tour-card--featured {
    min-height: 360px;
  }
  .adamo-tour-category-archive.is-layout-featured-grid .tour-category-archive-featured .tour-card-featured-content {
    padding: 32px 24px;
  }
  .adamo-tour-category-archive.is-layout-featured-grid .tour-category-archive-featured .tour-card-head.is-light .tour-card-title {
    font-size: 28px;
  }
}

.adamo-tour-archive {
  width: 100%;
  padding: 40px 60px;
  background: #fff;
}
.adamo-tour-archive .tour-archive-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}
.adamo-tour-archive .tour-archive-results {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #0a0a0a;
}
.adamo-tour-archive .tour-archive-empty {
  margin: 0;
  padding: 40px 24px;
  border: 1px dashed #ececec;
  border-radius: 16px;
  color: #737373;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.adamo-tour-archive .tour-archive-cards {
  padding: 0;
}
.adamo-tour-archive .tour-archive-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 12px 20px;
}
.adamo-tour-archive .tour-archive-pagination-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.adamo-tour-archive .tour-archive-pagination-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #0a0a0a;
}
.adamo-tour-archive .tour-archive-perpage {
  margin: 0;
}
.adamo-tour-archive .tour-archive-perpage-control {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.adamo-tour-archive .tour-archive-perpage-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-height: 40px;
  width: 80px;
  padding: 8px 36px 8px 16px;
  border: 1px solid #ececec;
  border-radius: 12px;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #0a0a0a;
  cursor: pointer;
}
.adamo-tour-archive .tour-archive-perpage-select:focus {
  outline: none;
  border-color: #00a8d5;
}
.adamo-tour-archive .tour-archive-perpage-caret {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #737373;
}
.adamo-tour-archive .tour-archive-pagination-range {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #737373;
}
.adamo-tour-archive .tour-archive-pages {
  display: flex;
  align-items: center;
  gap: 12px;
}
.adamo-tour-archive .tour-archive-page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 12px;
  background: #fff;
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.adamo-tour-archive a.tour-archive-page:hover {
  background: #f5f5f5;
}
.adamo-tour-archive .tour-archive-page.is-current {
  background: #f5f5f5;
  font-weight: 700;
}
.adamo-tour-archive .tour-archive-page--nav {
  border: 1px solid #ececec;
  color: #0a0a0a;
}
.adamo-tour-archive .tour-archive-page--nav.is-disabled {
  color: #d4d4d4;
  cursor: not-allowed;
  pointer-events: none;
}
.adamo-tour-archive .tour-archive-page--ellipsis {
  color: #737373;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .adamo-tour-archive {
    padding: 40px 24px;
  }
}
@media (max-width: 767px) {
  .adamo-tour-archive {
    padding: 24px 16px;
  }
  .adamo-tour-archive .tour-archive-pagination {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 0;
  }
  .adamo-tour-archive .tour-archive-pages {
    flex-wrap: wrap;
  }
}

.adamo-traveler-testimonial {
  width: 100%;
  padding: 128px 60px;
  background: #fafafa;
}
.adamo-traveler-testimonial .traveler-testimonial-inner {
  display: flex;
  flex-direction: column;
  gap: 56px;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}
.adamo-traveler-testimonial .traveler-testimonial-empty {
  margin: 0;
  padding: 24px;
  border: 1px dashed #ececec;
  border-radius: 16px;
  color: #737373;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.adamo-traveler-testimonial .traveler-testimonial-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}
.adamo-traveler-testimonial .traveler-testimonial-headings {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.adamo-traveler-testimonial .traveler-testimonial-title {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  color: #0a0a0a;
}
.adamo-traveler-testimonial .traveler-testimonial-subtitle {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #737373;
}
.adamo-traveler-testimonial .traveler-testimonial-nav {
  display: flex;
  flex-shrink: 0;
  gap: 12px;
  align-items: center;
  padding: 0 24px;
}
.adamo-traveler-testimonial .traveler-testimonial-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ececec;
  border-radius: 9999px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.adamo-traveler-testimonial .traveler-testimonial-nav-btn:hover {
  border-color: #d4d4d4;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.adamo-traveler-testimonial .traveler-testimonial-nav-btn.swiper-button-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.adamo-traveler-testimonial .traveler-testimonial-nav-btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.adamo-traveler-testimonial .traveler-testimonial-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.adamo-traveler-testimonial .traveler-testimonial-swiper {
  width: 100%;
  overflow: hidden;
}
.adamo-traveler-testimonial .traveler-testimonial-slide {
  display: grid;
  grid-template-columns: 426px minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
  width: 100%;
}
.adamo-traveler-testimonial .traveler-testimonial-media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid #f5f5f5;
  border-radius: 24px;
  background: #fff;
}
.adamo-traveler-testimonial .traveler-testimonial-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 426/426;
  border-radius: 20px;
  object-fit: cover;
}
.adamo-traveler-testimonial .traveler-testimonial-review {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 450px;
  padding: 104px 120px;
  overflow: hidden;
  border: 1px solid #f5f5f5;
  border-radius: 24px;
  background: #fff;
}
.adamo-traveler-testimonial .traveler-testimonial-quote {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 171px;
  height: 114px;
  pointer-events: none;
}
.adamo-traveler-testimonial .traveler-testimonial-review-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 36px;
  max-width: 642px;
}
.adamo-traveler-testimonial .traveler-testimonial-rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.adamo-traveler-testimonial .traveler-testimonial-rate {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #152a79;
}
.adamo-traveler-testimonial .traveler-testimonial-stars {
  display: inline-flex;
  gap: 2.59px;
  align-items: center;
  height: 12px;
  line-height: 0;
}
.adamo-traveler-testimonial .traveler-testimonial-star {
  position: relative;
  flex: 0 0 10.36px;
  width: 10.36px;
  height: 10.36px;
}
.adamo-traveler-testimonial .traveler-testimonial-star-bg,
.adamo-traveler-testimonial .traveler-testimonial-star-fill {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10.36px;
  height: 10.36px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.adamo-traveler-testimonial .traveler-testimonial-star-bg {
  background: #d4d4d4;
}
.adamo-traveler-testimonial .traveler-testimonial-star-fill {
  background: #152a79;
  clip-path: inset(0 calc(100% - var(--star-fill, 0%)) 0 0);
}
.adamo-traveler-testimonial .traveler-testimonial-headline {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  color: #0a0a0a;
}
.adamo-traveler-testimonial .traveler-testimonial-quote-text {
  margin: 0;
}
.adamo-traveler-testimonial .traveler-testimonial-quote-text p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #737373;
}
.adamo-traveler-testimonial .traveler-testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
}
.adamo-traveler-testimonial .traveler-testimonial-avatar {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}
.adamo-traveler-testimonial .traveler-testimonial-author-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.adamo-traveler-testimonial .traveler-testimonial-name {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #0a0a0a;
}
.adamo-traveler-testimonial .traveler-testimonial-tour {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #737373;
}
.adamo-traveler-testimonial .traveler-testimonial-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
}
.adamo-traveler-testimonial .traveler-testimonial-action-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 12px;
  border: 1px solid #f5f5f5;
  border-radius: 24px;
  background: #fff;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.adamo-traveler-testimonial .traveler-testimonial-action-card:hover {
  border-color: #ececec;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.adamo-traveler-testimonial .traveler-testimonial-action-qr {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 144px;
  overflow: hidden;
  background: #fff;
}
.adamo-traveler-testimonial .traveler-testimonial-action-qr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.adamo-traveler-testimonial .traveler-testimonial-action-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.adamo-traveler-testimonial .traveler-testimonial-action-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #0a0a0a;
}
.adamo-traveler-testimonial .traveler-testimonial-action-subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #737373;
}
@media (max-width: 1200px) {
  .adamo-traveler-testimonial {
    padding: 96px 60px;
  }
  .adamo-traveler-testimonial .traveler-testimonial-slide {
    grid-template-columns: 1fr;
  }
  .adamo-traveler-testimonial .traveler-testimonial-media {
    min-height: 320px;
  }
  .adamo-traveler-testimonial .traveler-testimonial-media img {
    min-height: 296px;
  }
  .adamo-traveler-testimonial .traveler-testimonial-review {
    min-height: auto;
    padding: 48px 32px;
  }
  .adamo-traveler-testimonial .traveler-testimonial-quote {
    top: -10px;
    right: 16px;
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 900px) {
  .adamo-traveler-testimonial {
    padding: 80px 24px;
  }
  .adamo-traveler-testimonial .traveler-testimonial-inner {
    gap: 40px;
  }
  .adamo-traveler-testimonial .traveler-testimonial-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .adamo-traveler-testimonial .traveler-testimonial-nav {
    padding: 0;
  }
  .adamo-traveler-testimonial .traveler-testimonial-title {
    font-size: clamp(2rem, 7vw, 40px);
  }
  .adamo-traveler-testimonial .traveler-testimonial-headline {
    font-size: 28px;
  }
  .adamo-traveler-testimonial .traveler-testimonial-actions {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .adamo-traveler-testimonial {
    padding: 64px 16px;
  }
  .adamo-traveler-testimonial .traveler-testimonial-review {
    padding: 32px 24px;
  }
  .adamo-traveler-testimonial .traveler-testimonial-review-body {
    gap: 24px;
  }
  .adamo-traveler-testimonial .traveler-testimonial-action-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

.adamo-tag-line {
  width: 100%;
  background: #f15d5e;
  padding: 12px 60px;
}
.adamo-tag-line .tag-line-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}
.adamo-tag-line .tag-line-text {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.adamo-tag-line .tag-line-button {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 9999px;
  background: #fff;
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.adamo-tag-line .tag-line-button:hover {
  opacity: 0.92;
}
@media (max-width: 768px) {
  .adamo-tag-line {
    padding: 12px 16px;
  }
  .adamo-tag-line .tag-line-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

.adamo-recommend-destination {
  width: 100%;
}
.adamo-recommend-destination .recommend-destination-panel {
  background: #f4f5fb;
  padding: 96px 60px;
}
.adamo-recommend-destination .recommend-destination-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 112px;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}
.adamo-recommend-destination .recommend-destination-cards {
  position: relative;
  flex-shrink: 0;
  width: 584px;
  height: 556px;
  overflow: hidden;
}
.adamo-recommend-destination .recommend-destination-card {
  position: absolute;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: left 0.7s ease, top 0.7s ease, width 0.7s ease, height 0.7s ease, opacity 0.7s ease, box-shadow 0.7s ease, z-index 0s linear 0.35s;
}
.adamo-recommend-destination .recommend-destination-card .recommend-destination-card-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adamo-recommend-destination .recommend-destination-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 100%);
  transition: background 0.7s ease;
}
.adamo-recommend-destination .recommend-destination-card .recommend-destination-featured-copy {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
.adamo-recommend-destination .recommend-destination-card[data-slot="0"] {
  left: 0;
  top: 6.47%;
  width: 76.71%;
  height: 80.58%;
  opacity: 0.64;
  z-index: 1;
}
.adamo-recommend-destination .recommend-destination-card[data-slot="1"] {
  left: 23.29%;
  top: 6.47%;
  width: 76.71%;
  height: 80.58%;
  opacity: 0.64;
  z-index: 2;
}
.adamo-recommend-destination .recommend-destination-card[data-slot="2"] {
  left: 5.48%;
  top: 0;
  width: 89.04%;
  height: 93.53%;
  opacity: 1;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: left 0.7s ease, top 0.7s ease, width 0.7s ease, height 0.7s ease, opacity 0.7s ease, box-shadow 0.7s ease, z-index 0s;
}
.adamo-recommend-destination .recommend-destination-card[data-slot="2"]::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, #000 100%);
}
.adamo-recommend-destination .recommend-destination-card[data-slot="2"] .recommend-destination-featured-copy {
  opacity: 1;
  visibility: visible;
}
.adamo-recommend-destination .recommend-destination-card[data-slot=hidden] {
  left: 23.29%;
  top: 6.47%;
  width: 76.71%;
  height: 80.58%;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}
.adamo-recommend-destination .recommend-destination-featured-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 36px;
  color: #fff;
  text-align: center;
}
.adamo-recommend-destination .recommend-destination-location {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.adamo-recommend-destination .recommend-destination-description {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.adamo-recommend-destination .recommend-destination-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 32px;
  max-width: 520px;
}
.adamo-recommend-destination .recommend-destination-title {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  color: #0a0a0a;
}
.adamo-recommend-destination .recommend-destination-copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
.adamo-recommend-destination .recommend-destination-copy p {
  margin: 0;
}
.adamo-recommend-destination .recommend-destination-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
.adamo-recommend-destination .recommend-destination-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 24px;
  border-radius: 9999px;
  background: #152a79;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.adamo-recommend-destination .recommend-destination-button:hover {
  background: #0f1e56;
}
.adamo-recommend-destination .recommend-destination-hotline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #152a79;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}
.adamo-recommend-destination .recommend-destination-hotline img {
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .adamo-recommend-destination .recommend-destination-panel {
    padding: 64px 24px;
  }
  .adamo-recommend-destination .recommend-destination-inner {
    flex-direction: column;
    gap: 48px;
  }
  .adamo-recommend-destination .recommend-destination-cards {
    width: min(100%, 584px);
    aspect-ratio: 584/556;
    height: auto;
    min-height: 0;
  }
  .adamo-recommend-destination .recommend-destination-content {
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .adamo-recommend-destination .recommend-destination-panel {
    padding: 48px 16px;
  }
  .adamo-recommend-destination .recommend-destination-inner {
    gap: 32px;
  }
  .adamo-recommend-destination .recommend-destination-cards {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    aspect-ratio: 1/1;
  }
  .adamo-recommend-destination .recommend-destination-card {
    border-radius: 24px;
  }
  .adamo-recommend-destination .recommend-destination-card[data-slot="0"], .adamo-recommend-destination .recommend-destination-card[data-slot="1"], .adamo-recommend-destination .recommend-destination-card[data-slot=hidden] {
    display: none;
  }
  .adamo-recommend-destination .recommend-destination-card[data-slot="2"] {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .adamo-recommend-destination .recommend-destination-featured-copy {
    padding: 24px 20px;
  }
  .adamo-recommend-destination .recommend-destination-location {
    font-size: 20px;
  }
  .adamo-recommend-destination .recommend-destination-description {
    font-size: 15px;
  }
  .adamo-recommend-destination .recommend-destination-content {
    gap: 24px;
  }
  .adamo-recommend-destination .recommend-destination-title {
    font-size: clamp(1.75rem, 7vw, 2.5rem);
  }
  .adamo-recommend-destination .recommend-destination-copy {
    gap: 16px;
    font-size: 16px;
  }
  .adamo-recommend-destination .recommend-destination-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .adamo-recommend-destination .recommend-destination-button {
    width: 100%;
  }
  .adamo-recommend-destination .recommend-destination-hotline {
    justify-content: center;
  }
}

.adamo-tour-single {
  width: 100%;
}
.adamo-tour-single .tour-single-inner {
  max-width: 1520px;
  margin: 0 auto;
  padding: 24px 0 60px;
}
.adamo-tour-single .tour-single-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  max-width: 100%;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #0A0A0A;
  white-space: nowrap;
}
.adamo-tour-single .tour-single-breadcrumb a {
  flex-shrink: 0;
  color: #0A0A0A;
  text-decoration: none;
}
.adamo-tour-single .tour-single-breadcrumb-sep {
  flex-shrink: 0;
}
.adamo-tour-single .tour-single-breadcrumb-current {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #A3A3A3;
}
.adamo-tour-single .tour-single-gallery {
  display: grid;
  grid-template-columns: minmax(0, 960fr) minmax(0, 552fr);
  grid-template-rows: minmax(0, 1fr);
  gap: 8px;
  margin-bottom: 32px;
  width: 100%;
  aspect-ratio: 1520/560;
  max-height: 560px;
  border-radius: 24px;
  overflow: hidden;
}
.adamo-tour-single .tour-single-gallery-main,
.adamo-tour-single .tour-single-gallery-thumb {
  border: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  background: #f5f5f5;
  cursor: pointer;
}
.adamo-tour-single .tour-single-gallery-main {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.adamo-tour-single .tour-single-gallery-main-image,
.adamo-tour-single .tour-single-gallery-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.adamo-tour-single .tour-single-gallery-side {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  min-height: 0;
}
.adamo-tour-single .tour-single-gallery-thumb {
  position: relative;
  display: block;
  width: 100%;
  min-height: 0;
}
.adamo-tour-single .tour-single-gallery-thumb.is-large {
  flex: 1 1 0;
}
.adamo-tour-single .tour-single-gallery-side-bottom {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(0, 1fr);
  gap: 8px;
  flex: 1 1 0;
  min-height: 0;
}
.adamo-tour-single .tour-single-gallery-more {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.64);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  pointer-events: none;
}
.adamo-tour-single .tour-single-title {
  margin: 0 0 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 2.5fr) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}
.adamo-tour-single .tour-single-main {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
}
.adamo-tour-single .tour-single-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 20px;
  padding: 24px;
  border-radius: 24px;
  background: #f3fbfe;
}
.adamo-tour-single .tour-single-feature-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  min-width: 0;
}
.adamo-tour-single .tour-single-feature-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.adamo-tour-single .tour-single-feature-icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-feature-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-feature-text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #404040;
}
.adamo-tour-single .tour-single-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 4px 24px 0;
  border: 1px solid #ececec;
  border-radius: 24px 24px 0 0;
}
.adamo-tour-single .tour-single-tab {
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #a3a3a3;
  cursor: pointer;
}
.adamo-tour-single .tour-single-tab.is-active {
  border-bottom-color: #0a0a0a;
  font-weight: 700;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-tab-panels {
  border: 1px solid #ececec;
  border-top: 0;
  border-radius: 0 0 24px 24px;
}
.adamo-tour-single .tour-single-tab-panel {
  display: none;
  padding: 24px;
}
.adamo-tour-single .tour-single-tab-panel.is-active {
  display: block;
}
.adamo-tour-single .tour-single-tab-panel[hidden] {
  display: none !important;
}
@media (max-width: 768px) {
  .adamo-tour-single .tour-single-tab-panel {
    padding: 16px;
  }
}
.adamo-tour-single .tour-single-content-section {
  margin-bottom: 40px;
}
.adamo-tour-single .tour-single-content-section:last-child {
  margin-bottom: 0;
}
.adamo-tour-single .tour-single-content-heading {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-content-body {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #404040;
}
.adamo-tour-single .tour-single-content-body p {
  margin: 0 0 20px;
}
.adamo-tour-single .tour-single-content-body p:last-child {
  margin-bottom: 0;
}
.adamo-tour-single .tour-single-date-price-summary {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.adamo-tour-single .tour-single-date-price-main {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}
.adamo-tour-single .tour-single-date-price-amount {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-date-price-suffix {
  font-size: 16px;
  font-weight: 500;
  color: #737373;
}
.adamo-tour-single .tour-single-date-price-discount {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.adamo-tour-single .tour-single-date-price-original {
  font-size: 16px;
  font-weight: 500;
  color: #737373;
  text-decoration: line-through;
}
.adamo-tour-single .tour-single-date-price-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f15d5e;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.adamo-tour-single .tour-single-date-price-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.adamo-tour-single .tour-single-date-price-tags li {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid #ececec;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  color: #404040;
}
.adamo-tour-single .tour-single-date-price-table-wrap {
  overflow-x: auto;
}
.adamo-tour-single .tour-single-date-price-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 480px;
}
.adamo-tour-single .tour-single-date-price-table th,
.adamo-tour-single .tour-single-date-price-table td {
  padding: 14px 16px;
  border: 1px solid #ececec;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #404040;
}
.adamo-tour-single .tour-single-date-price-table thead th {
  background: #f8f8f8;
  font-weight: 700;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-date-price-table tbody th[scope=row] {
  font-weight: 600;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-date-price-surcharge {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-date-prices {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.adamo-tour-single .tour-single-date-prices-calendar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.adamo-tour-single .tour-single-date-prices-years {
  display: flex;
  gap: 8px;
  width: 100%;
  padding: 8px;
  border: 1px solid #ececec;
  border-radius: 16px;
}
.adamo-tour-single .tour-single-date-prices-year {
  flex: 1 1 0;
  min-width: 0;
  padding: 16px 20px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.adamo-tour-single .tour-single-date-prices-year.is-active {
  background: #fafafa;
}
.adamo-tour-single .tour-single-date-prices-year:hover {
  background: #f5f5f5;
}
.adamo-tour-single .tour-single-date-prices-months-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.adamo-tour-single .tour-single-date-prices-months-nav {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border: 1px solid #ececec;
  border-radius: 12px;
  background: #fff;
  color: #0a0a0a;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.adamo-tour-single .tour-single-date-prices-months-nav:hover {
  background: #fafafa;
  border-color: #d4d4d4;
}
.adamo-tour-single .tour-single-date-prices-months {
  flex: 1 1 auto;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.adamo-tour-single .tour-single-date-prices-months::-webkit-scrollbar {
  display: none;
}
.adamo-tour-single .tour-single-date-prices-months-group {
  display: none !important;
  gap: 12px;
  align-items: center;
  width: max-content;
  flex-wrap: nowrap;
}
.adamo-tour-single .tour-single-date-prices-months-group.is-active {
  display: flex !important;
}
.adamo-tour-single .tour-single-date-prices-month {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  flex: 0 0 auto;
  width: 104px;
  min-height: 88px;
  padding: 16px;
  border: 1px solid #ececec;
  border-radius: 12px;
  background: #fff;
  color: #0a0a0a;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.adamo-tour-single .tour-single-date-prices-month.is-active {
  background: #f3fbfe;
  border-color: #00a8d5;
  color: #00a8d5;
}
.adamo-tour-single .tour-single-date-prices-month:hover:not(.is-active) {
  background: #fafafa;
}
.adamo-tour-single .tour-single-date-prices-month-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.adamo-tour-single .tour-single-date-prices-month-price {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #404040;
}
.tour-single-date-prices-month.is-active .adamo-tour-single .tour-single-date-prices-month-price {
  color: #00a8d5;
}
.adamo-tour-single .tour-single-date-prices-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
  align-items: center;
}
.adamo-tour-single .tour-single-date-prices-summary-item,
.adamo-tour-single .tour-single-date-prices-intro {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.adamo-tour-single .tour-single-date-prices-intro-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #f5f5f5;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-date-prices-intro-label {
  font-size: 16px;
  font-weight: 500;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-date-prices-intro-value {
  font-size: 16px;
  font-weight: 700;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-date-prices-empty {
  margin: 0;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #737373;
  text-align: center;
}
.adamo-tour-single .tour-single-date-prices-table {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-x: auto;
}
.adamo-tour-single .tour-single-date-prices-head,
.adamo-tour-single .tour-single-date-prices-card-body {
  display: grid;
  gap: 16px;
  align-items: center;
  padding: 0 16px;
}
.adamo-tour-single .tour-single-date-prices-table.has-price-cols-0 .tour-single-date-prices-head,
.adamo-tour-single .tour-single-date-prices-table.has-price-cols-0 .tour-single-date-prices-card-body {
  grid-template-columns: minmax(280px, 1.4fr) minmax(0, 1fr);
}
.adamo-tour-single .tour-single-date-prices-table.has-price-cols-1 .tour-single-date-prices-head,
.adamo-tour-single .tour-single-date-prices-table.has-price-cols-1 .tour-single-date-prices-card-body {
  grid-template-columns: minmax(280px, 1.4fr) repeat(1, minmax(0, 1fr)) minmax(0, 1fr);
}
.adamo-tour-single .tour-single-date-prices-table.has-price-cols-2 .tour-single-date-prices-head,
.adamo-tour-single .tour-single-date-prices-table.has-price-cols-2 .tour-single-date-prices-card-body {
  grid-template-columns: minmax(280px, 1.4fr) repeat(2, minmax(0, 1fr)) minmax(0, 1fr);
}
.adamo-tour-single .tour-single-date-prices-table.has-price-cols-3 .tour-single-date-prices-head,
.adamo-tour-single .tour-single-date-prices-table.has-price-cols-3 .tour-single-date-prices-card-body {
  grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(0, 1fr)) minmax(0, 1fr);
}
.adamo-tour-single .tour-single-date-prices-head {
  font-size: 16px;
  font-weight: 600;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-date-prices-head-dates,
.adamo-tour-single .tour-single-date-prices-dates {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
}
.adamo-tour-single .tour-single-date-prices-head-dates {
  align-items: center;
  padding-right: 16px;
}
.adamo-tour-single .tour-single-date-prices-head-dates > span:first-child,
.adamo-tour-single .tour-single-date-prices-head-dates > span:last-of-type {
  min-width: 0;
}
.adamo-tour-single .tour-single-date-prices-head-arrow,
.adamo-tour-single .tour-single-date-prices-date-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-date-prices-date-arrow {
  align-self: center;
}
.adamo-tour-single .tour-single-date-prices-head-availability {
  text-align: center;
}
.adamo-tour-single .tour-single-date-prices-divider {
  height: 1px;
  background: #ececec;
}
.adamo-tour-single .tour-single-date-prices-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.adamo-tour-single .tour-single-date-prices-list .tour-single-date-prices-divider:last-child {
  display: none;
}
.adamo-tour-single .tour-single-date-prices-card {
  overflow: clip;
  border: 1px solid #e6f6fb;
  border-radius: 16px;
}
.adamo-tour-single .tour-single-date-prices-card.is-flights-full {
  border-color: #feefef;
}
.adamo-tour-single .tour-single-date-prices-card.is-flights-full .tour-single-date-prices-card-body {
  background: #fff6f6;
}
.adamo-tour-single .tour-single-date-prices-card.is-flights-full .tour-single-date-prices-date-icon {
  background: #feefef;
  color: #f15d5e;
}
.adamo-tour-single .tour-single-date-prices-card.is-flights-full .tour-single-date-prices-dates,
.adamo-tour-single .tour-single-date-prices-card.is-flights-full .tour-single-date-prices-price-col {
  border-right-color: #feefef;
}
.adamo-tour-single .tour-single-date-prices-card.is-flights-full .tour-single-date-prices-price-current {
  color: #f15d5e;
}
.adamo-tour-single .tour-single-date-prices-card.is-flights-full .tour-single-date-prices-card-footer {
  background: #feefef;
}
.adamo-tour-single .tour-single-date-prices-card.is-flights-full .tour-single-date-prices-status {
  background: #fef5e7;
  color: #f59e0b;
}
.adamo-tour-single .tour-single-date-prices-card.is-available {
  border-color: #e6f6fb;
}
.adamo-tour-single .tour-single-date-prices-card.is-available .tour-single-date-prices-card-body {
  background: #f3fbfe;
}
.adamo-tour-single .tour-single-date-prices-card.is-available .tour-single-date-prices-date-icon {
  background: #e6f6fb;
  color: #00a8d5;
}
.adamo-tour-single .tour-single-date-prices-card.is-available .tour-single-date-prices-dates,
.adamo-tour-single .tour-single-date-prices-card.is-available .tour-single-date-prices-price-col {
  border-right-color: #e6f6fb;
}
.adamo-tour-single .tour-single-date-prices-card.is-available .tour-single-date-prices-price-current {
  color: #00a8d5;
}
.adamo-tour-single .tour-single-date-prices-card.is-available .tour-single-date-prices-card-footer {
  background: #e6f6fb;
}
.adamo-tour-single .tour-single-date-prices-card.is-available .tour-single-date-prices-status {
  background: #f2fbf6;
  color: #247f46;
}
.adamo-tour-single .tour-single-date-prices-card-body {
  align-items: start;
  padding: 24px;
  min-width: 0;
}
.adamo-tour-single .tour-single-date-prices-dates {
  min-width: 0;
  padding-right: 16px;
  border-right: 1px solid #e6f6fb;
}
.adamo-tour-single .tour-single-date-prices-date-block {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}
.adamo-tour-single .tour-single-date-prices-date-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 999px;
}
.adamo-tour-single .tour-single-date-prices-date-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.adamo-tour-single .tour-single-date-prices-weekday {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #404040;
}
.adamo-tour-single .tour-single-date-prices-date-value {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-date-prices-price-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: stretch;
  min-width: 0;
  padding-right: 16px;
  border-right: 1px solid #e6f6fb;
}
.adamo-tour-single .tour-single-date-prices-price-original {
  font-size: 14px;
  font-weight: 500;
  color: #404040;
  text-decoration: line-through;
}
.adamo-tour-single .tour-single-date-prices-price-current {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.adamo-tour-single .tour-single-date-prices-price-suffix,
.adamo-tour-single .tour-single-date-prices-price-note {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #404040;
}
.adamo-tour-single .tour-single-date-prices-availability {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  min-width: 0;
  text-align: center;
}
.adamo-tour-single .tour-single-date-prices-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: fit-content;
  padding: 2px 6px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
}
.adamo-tour-single .tour-single-date-prices-status-icon {
  display: inline-flex;
  flex-shrink: 0;
}
.adamo-tour-single .tour-single-date-prices-status-note {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-date-prices-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}
.adamo-tour-single .tour-single-date-prices-btn:hover {
  opacity: 0.9;
}
.adamo-tour-single .tour-single-date-prices-btn.is-primary {
  border: 0;
  background: #152a79;
  color: #fff;
}
.adamo-tour-single .tour-single-date-prices-btn.is-primary:hover {
  background: #0f1e56;
  opacity: 1;
}
.adamo-tour-single .tour-single-date-prices-btn.is-outline {
  border: 1px solid #ececec;
  background: #fff;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-date-prices-card-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
}
.adamo-tour-single .tour-single-date-prices-footer-icon {
  display: inline-flex;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-date-prices-footer-label {
  font-size: 14px;
  font-weight: 500;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-date-prices-footer-value {
  font-size: 14px;
  font-weight: 700;
  color: #0a0a0a;
}
@media (max-width: 1440px) {
  .adamo-tour-single .tour-single-date-prices-head,
  .adamo-tour-single .tour-single-date-prices-card-body {
    gap: 12px;
    padding: 0 12px;
  }
  .adamo-tour-single .tour-single-date-prices-card-body {
    padding: 16px 12px;
  }
  .adamo-tour-single .tour-single-date-prices-head {
    font-size: 14px;
  }
  .adamo-tour-single .tour-single-date-prices-head-dates,
  .adamo-tour-single .tour-single-date-prices-dates {
    gap: 12px;
  }
  .adamo-tour-single .tour-single-date-prices-head-dates {
    padding-right: 12px;
  }
  .adamo-tour-single .tour-single-date-prices-dates {
    padding-right: 12px;
  }
  .adamo-tour-single .tour-single-date-prices-price-col {
    padding-right: 12px;
  }
  .adamo-tour-single .tour-single-date-prices-date-value {
    font-size: 16px;
  }
  .adamo-tour-single .tour-single-date-prices-price-current {
    font-size: 20px;
  }
  .adamo-tour-single .tour-single-date-prices-btn {
    min-height: 36px;
    padding: 8px 12px;
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  .adamo-tour-single .tour-single-date-prices-summary {
    gap: 16px 24px;
  }
  .adamo-tour-single .tour-single-date-prices-year {
    padding: 12px 16px;
  }
  .adamo-tour-single .tour-single-date-prices-months-wrap {
    gap: 12px;
  }
  .adamo-tour-single .tour-single-date-prices-head {
    display: none;
  }
  .adamo-tour-single .tour-single-date-prices-card-body {
    grid-template-columns: 1fr !important;
    gap: 20px;
    padding: 24px;
  }
  .adamo-tour-single .tour-single-date-prices-dates,
  .adamo-tour-single .tour-single-date-prices-price-col {
    padding-right: 0;
    border-right: 0;
  }
  .adamo-tour-single .tour-single-date-prices-dates {
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .adamo-tour-single .tour-single-date-prices-years {
    flex-direction: column;
  }
  .adamo-tour-single .tour-single-date-prices-months-nav {
    display: none;
  }
  .adamo-tour-single .tour-single-date-prices-month {
    width: 96px;
    min-height: 80px;
    padding: 12px;
  }
  .adamo-tour-single .tour-single-date-prices-summary {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .adamo-tour-single .tour-single-date-prices-intro-label,
  .adamo-tour-single .tour-single-date-prices-intro-value {
    font-size: 14px;
  }
}
.adamo-tour-single .tour-single-highlights {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.adamo-tour-single .tour-single-highlight-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.adamo-tour-single .tour-single-highlight-icon {
  flex: 0 0 20px;
  margin-top: 2px;
}
.adamo-tour-single .tour-single-highlight-text {
  flex: 1;
  min-width: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #404040;
}
.adamo-tour-single .tour-single-highlight-text p {
  margin: 0;
}
.adamo-tour-single .tour-single-highlight-text ul {
  list-style: disc;
  padding: 0 0 0 8px;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.adamo-tour-single .tour-single-highlight-text li {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #404040;
  list-style: none;
}
.adamo-tour-single .tour-single-highlight-text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  background: #404040;
  border-radius: 50%;
  transform: translateY(-50%);
}
.adamo-tour-single .tour-single-content-section.is-included-excluded .tour-single-highlights {
  gap: 16px;
}
.adamo-tour-single .tour-single-content-section.is-included-excluded .tour-single-highlight-item:has(ul) {
  align-items: flex-start;
}
.adamo-tour-single .tour-single-content-section.is-included-excluded .tour-single-highlight-item:not(:has(ul)) {
  align-items: center;
}
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border-radius: 16px;
  background: #fafafa;
}
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
  cursor: pointer;
}
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-title {
  flex: 1;
  min-width: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-chevron {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  position: relative;
}
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-chevron::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #0a0a0a;
  border-bottom: 2px solid #0a0a0a;
  transform: translate(-50%, -35%) rotate(45deg);
  transition: transform 0.2s ease;
}
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-toggle[aria-expanded=true] .tour-single-other-info-chevron::before {
  transform: translate(-50%, -15%) rotate(-135deg);
}
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-panel {
  display: none;
}
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-panel.is-open, .adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-panel.is-static {
  display: block;
}
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-body {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #404040;
}
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-body p {
  margin: 0 0 20px;
}
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-body p:last-child {
  margin-bottom: 0;
}
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-body h4 {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #00a8d5;
}
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-body h4:not(:first-child) {
  margin-top: 40px;
}
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-body a {
  color: #00a8d5;
  text-decoration: none;
}
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-body a:hover {
  text-decoration: underline;
}
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-body strong,
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-body b,
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-body .is-accent {
  font-weight: 700;
  color: #00a8d5;
}
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-body table {
  width: 100%;
  border-collapse: collapse;
  min-width: 480px;
  margin-bottom: 40px;
  border: 1px solid #ececec;
  border-radius: 12px;
  overflow: hidden;
}
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-body table:last-child {
  margin-bottom: 0;
}
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-body table th,
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-body table td {
  padding: 16px;
  border-bottom: 1px solid #ececec;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #0a0a0a;
  vertical-align: middle;
  background: #fff;
}
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-body table td[style],
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-body table th[style] {
  font-size: 16px;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-body table td strong,
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-body table td b {
  font-weight: 500;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-body table tr:first-child th {
  background: #f5f5f5;
  font-weight: 600;
  color: #404040;
}
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-body table tr:last-child th,
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-body table tr:last-child td {
  border-bottom: 0;
}
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-body table a {
  color: #0a0a0a;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-body table a:hover {
  color: #00a8d5;
}
.adamo-tour-single .tour-single-tab-panel.is-other-information .tour-single-other-info-divider {
  height: 1px;
  background: #ececec;
  margin: 20px 0;
}
.adamo-tour-single .tour-single-itinerary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.adamo-tour-single .tour-single-itinerary-divider {
  height: 1px;
  background: #ececec;
  margin: 20px 0;
}
.adamo-tour-single .tour-single-download-link {
  display: flex;
  height: 44px;
  min-height: 40px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: var(--2, 8px);
  border-radius: 999px;
  background: #152A79;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  transition: background-color 0.2s ease;
}
.adamo-tour-single .tour-single-download-link:hover {
  background: #0f1e56;
}
.adamo-tour-single .tour-single-itinerary-list {
  display: flex;
  flex-direction: column;
}
.adamo-tour-single .tour-single-itinerary-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border-radius: 16px;
  background: #fafafa;
}
.adamo-tour-single .tour-single-itinerary-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
  cursor: pointer;
}
.adamo-tour-single .tour-single-itinerary-title {
  flex: 1;
  min-width: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-itinerary-chevron {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  position: relative;
}
.adamo-tour-single .tour-single-itinerary-chevron::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #0a0a0a;
  border-bottom: 2px solid #0a0a0a;
  transform: translate(-50%, -35%) rotate(45deg);
  transition: transform 0.2s ease;
}
.adamo-tour-single .tour-single-itinerary-toggle[aria-expanded=true] .tour-single-itinerary-chevron::before {
  transform: translate(-50%, -15%) rotate(-135deg);
}
.adamo-tour-single .tour-single-itinerary-panel {
  display: none;
}
.adamo-tour-single .tour-single-itinerary-panel.is-open {
  display: block;
}
.adamo-tour-single .tour-single-itinerary-panel .tour-single-content-body .div-wrapper-op {
  margin-top: 30px;
  padding: 15px;
  border-radius: 6px;
  background-color: rgba(179, 242, 255, 0.5);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.adamo-tour-single .tour-single-itinerary-panel .tour-single-content-body .div-heading-op {
  font-weight: bold;
}
.adamo-tour-single .tour-single-itinerary-panel .tour-single-content-body .div-grid-op {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 1200px) {
  .adamo-tour-single .tour-single-itinerary-panel .tour-single-content-body .div-grid-op {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.adamo-tour-single .tour-single-itinerary-panel .tour-single-content-body .div-article-card-op {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.adamo-tour-single .tour-single-itinerary-panel .tour-single-content-body .div-article-card-op_body {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  width: 100%;
  height: 100%;
  flex-grow: 1;
}
.adamo-tour-single .tour-single-itinerary-panel .tour-single-content-body .div-article-card-op_title {
  font-weight: bold;
}
.adamo-tour-single .tour-single-itinerary-panel .tour-single-content-body .div-article-card-op_lede {
  font-weight: bold;
  color: #f15d5e;
}
.adamo-tour-single .tour-single-itinerary-panel .tour-single-content-body .div-grid-op-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.adamo-tour-single .tour-single-itinerary-panel .tour-single-content-body .div-grid-op-item-icon {
  width: 20px;
  height: 20px;
}
.adamo-tour-single .tour-single-itinerary-panel .tour-single-content-body .ul-itinerary-btt {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.adamo-tour-single .tour-single-itinerary-panel .tour-single-content-body .ul-itinerary-btt > li {
  position: relative;
  padding-left: 30px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #404040;
}
.adamo-tour-single .tour-single-itinerary-panel .tour-single-content-body .ul-itinerary-btt > li b {
  font-weight: 700;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-itinerary-panel .tour-single-content-body .ul-itinerary-btt > li img.emoji {
  width: 1em;
  height: 1em;
  vertical-align: -0.1em;
}
.adamo-tour-single .tour-single-itinerary-panel .tour-single-content-body .ul-itinerary-btt > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.adamo-tour-single .tour-single-itinerary-panel .tour-single-content-body .ul-itinerary-btt > li.li-city-night::before {
  background-image: url("../img/tour-single/icon-city-night.svg");
}
.adamo-tour-single .tour-single-itinerary-panel .tour-single-content-body .ul-itinerary-btt > li.li-meal::before {
  background-image: url("../img/tour-single/icon-meal.svg");
}
.adamo-tour-single .tour-single-itinerary-panel .tour-single-content-body .ul-itinerary-btt > li.li-bed::before {
  background-image: url("../img/tour-single/icon-bed.svg");
}
.adamo-tour-single .tour-single-itinerary-panel .tour-single-content-body .ul-itinerary-btt > li.li-onboard-night::before {
  background-image: url("../img/tour-single/icon-onboard-night.svg");
}
.adamo-tour-single .tour-single-itinerary-panel .tour-single-content-body .ul-itinerary-btt > li.li-ori::before {
  background-image: url("../img/tour-single/icon-ori.svg");
}
.adamo-tour-single .tour-single-itinerary-panel .tour-single-content-body .ul-itinerary-btt > li.li-transfer::before {
  background-image: url("../img/tour-single/icon-transfer.svg");
}
.adamo-tour-single .tour-single-itinerary-panel .tour-single-content-body .ul-itinerary-btt > li.li-tour-guide::before {
  background-image: url("../img/tour-single/icon-tour-guide.svg");
}
.adamo-tour-single .tour-single-itinerary-photos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}
.adamo-tour-single .tour-single-itinerary-photos img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
}
.adamo-tour-single .tour-single-itinerary-route {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  margin-top: 24px;
  width: 100%;
}
.adamo-tour-single .tour-single-itinerary-route-media {
  flex: 0 1 496px;
  max-width: 496px;
  width: 100%;
}
.adamo-tour-single .tour-single-itinerary-route-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 16px;
}
.adamo-tour-single .tour-single-itinerary-route-copy {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.adamo-tour-single .tour-single-itinerary-route-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-itinerary-route-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #404040;
}
.adamo-tour-single .tour-single-itinerary-route-description p {
  margin: 0 0 20px;
}
.adamo-tour-single .tour-single-itinerary-route-description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .adamo-tour-single .tour-single-itinerary-route {
    flex-direction: column;
    gap: 24px;
  }
  .adamo-tour-single .tour-single-itinerary-route-media {
    flex: none;
    max-width: 100%;
  }
}
.adamo-tour-single .tour-single-optional-tours {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ececec;
}
.adamo-tour-single .tour-single-optional-heading {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-map-image {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.adamo-tour-single .tour-single-review-form {
  border: 1px solid #ececec;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.adamo-tour-single .tour-single-review-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-review-message {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.adamo-tour-single .tour-single-review-message.is-success {
  color: #15803d;
}
.adamo-tour-single .tour-single-review-message.is-error {
  color: #dc2626;
}
.adamo-tour-single .tour-single-review-message[hidden] {
  display: none !important;
}
.adamo-tour-single .tour-single-review-field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.adamo-tour-single .tour-single-review-label {
  font-size: 16px;
  font-weight: 600;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-review-label .is-required {
  color: #00a8d5;
}
.adamo-tour-single .tour-single-review-stars {
  display: flex;
  gap: 12px;
  align-items: center;
}
.adamo-tour-single .tour-single-review-star {
  width: 32px;
  height: 32px;
  border: 0;
  padding: 0;
  background: transparent url("../img/tour-single/icon-star-outline.svg") no-repeat center/contain;
  cursor: pointer;
  flex: 0 0 32px;
}
.adamo-tour-single .tour-single-review-star.is-active {
  background-image: url("../img/tour-single/icon-star-filled.svg");
}
.adamo-tour-single .tour-single-review-star:focus-visible {
  outline: none;
}
.adamo-tour-single .tour-single-review-input,
.adamo-tour-single .tour-single-review-textarea {
  width: 100%;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #0a0a0a;
  background: #fff;
}
.adamo-tour-single .tour-single-review-input::placeholder,
.adamo-tour-single .tour-single-review-textarea::placeholder {
  color: #a3a3a3;
}
.adamo-tour-single .tour-single-review-textarea {
  min-height: 112px;
  resize: vertical;
}
.adamo-tour-single .tour-single-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.adamo-tour-single .tour-single-review-checkbox {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 500;
  color: #404040;
}
.adamo-tour-single .tour-single-review-checkbox input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #404040;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: #fff;
  min-width: 20px;
}
.adamo-tour-single .tour-single-review-checkbox input[type=checkbox]:checked {
  background: #152a79;
  border-color: #152a79;
}
.adamo-tour-single .tour-single-review-checkbox input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.adamo-tour-single .tour-single-review-submit {
  align-self: flex-start;
  border: 0;
  border-radius: 9999px;
  background: #152a79;
  color: #fff;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.adamo-tour-single .tour-single-review-submit:hover {
  background: #0f1e56;
}
.adamo-tour-single .tour-single-sidebar {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: sticky;
  top: 30px;
}
.adamo-tour-single .tour-single-booking-card,
.adamo-tour-single .tour-single-reviews-card {
  border-radius: 24px;
  padding: 32px;
}
.adamo-tour-single .tour-single-booking-card {
  background: #f3fbfe;
}
.adamo-tour-single .tour-single-booking-duration {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  color: #737373;
}
.adamo-tour-single .tour-single-booking-price-row {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.adamo-tour-single .tour-single-booking-price {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: #00a8d5;
}
.adamo-tour-single .tour-single-booking-suffix {
  font-size: 16px;
  font-weight: 600;
  color: #737373;
}
.adamo-tour-single .tour-single-booking-discount-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.adamo-tour-single .tour-single-booking-value {
  font-size: 16px;
  font-weight: 600;
  color: #737373;
}
.adamo-tour-single .tour-single-booking-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 8px;
  background: #f15d5e;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.adamo-tour-single .tour-single-booking-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.adamo-tour-single .tour-single-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 24px;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}
.adamo-tour-single .tour-single-btn:hover {
  opacity: 0.9;
}
.adamo-tour-single .tour-single-btn--primary {
  background: #152a79;
  color: #fff;
}
.adamo-tour-single .tour-single-btn--primary:hover {
  background: #0f1e56;
  opacity: 1;
}
.adamo-tour-single .tour-single-btn--outline {
  border: 1px solid #152a79;
  color: #152a79;
  background: transparent;
}
.adamo-tour-single .tour-single-btn.is-full-width, .adamo-tour-single .tour-single-btn--full {
  width: 100%;
}
.adamo-tour-single .tour-single-booking-divider {
  height: 1px;
  background: #d9d9d9;
  margin-bottom: 24px;
}
.adamo-tour-single .tour-single-booking-notes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.adamo-tour-single .tour-single-booking-notes li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #404040;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.adamo-tour-single .tour-single-booking-notes li svg {
  min-width: 20px;
  background: transparent;
  fill: transparent !important;
}
.adamo-tour-single .tour-single-reviews-card {
  border: 1px solid #ececec;
  background: #fff;
}
.adamo-tour-single .tour-single-reviews-head {
  display: flex;
  align-items: end;
  gap: 8px;
  margin-bottom: 8px;
}
.adamo-tour-single .tour-single-reviews-score {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-reviews-count {
  font-size: 16px;
  font-weight: 600;
  color: #737373;
}
.adamo-tour-single .tour-single-reviews-label {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 600;
  color: #0a0a0a;
}
.adamo-tour-single .tour-single-reviews-bars {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.adamo-tour-single .tour-single-reviews-bar-row {
  display: grid;
  grid-template-columns: 34px 1fr 40px;
  gap: 8px;
  align-items: center;
}
.adamo-tour-single .tour-single-reviews-bar-label,
.adamo-tour-single .tour-single-reviews-bar-value {
  font-size: 16px;
  font-weight: 500;
  color: #404040;
}
.adamo-tour-single .tour-single-reviews-bar-track {
  display: block;
  height: 8px;
  border-radius: 9999px;
  background: #ececec;
  overflow: hidden;
}
.adamo-tour-single .tour-single-reviews-bar-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #00a8d5;
}
@media (max-width: 1200px) {
  .adamo-tour-single .tour-single-layout {
    grid-template-columns: 1fr;
  }
  .adamo-tour-single .tour-single-sidebar {
    position: static;
  }
}
@media (max-width: 992px) {
  .adamo-tour-single .tour-single-gallery {
    grid-template-columns: 1fr;
    aspect-ratio: auto;
    max-height: none;
    height: auto;
  }
  .adamo-tour-single .tour-single-gallery-main {
    aspect-ratio: 960/560;
    height: auto;
  }
  .adamo-tour-single .tour-single-gallery-side {
    height: auto;
  }
  .adamo-tour-single .tour-single-gallery-thumb.is-large {
    aspect-ratio: 552/276;
  }
  .adamo-tour-single .tour-single-gallery-side-bottom {
    aspect-ratio: 552/276;
  }
  .adamo-tour-single .tour-single-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .adamo-tour-single .tour-single-inner {
    padding-bottom: 40px;
  }
  .adamo-tour-single .tour-single-title {
    font-size: 28px;
  }
  .adamo-tour-single .tour-single-tabs {
    gap: 16px;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .adamo-tour-single .tour-single-tab {
    white-space: nowrap;
    font-size: 16px;
  }
  .adamo-tour-single .tour-single-review-grid {
    grid-template-columns: 1fr;
  }
  .adamo-tour-single .tour-single-booking-card,
  .adamo-tour-single .tour-single-reviews-card,
  .adamo-tour-single .tour-single-review-form {
    padding: 20px;
  }
  .adamo-tour-single .tour-single-features {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.tour-single-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
}
.tour-single-lightbox.is-open {
  display: flex;
}
.tour-single-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
}
.tour-single-lightbox__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 1200px);
  height: min(100%, 90vh);
  padding: 56px 72px;
  box-sizing: border-box;
}
.tour-single-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: calc(90vh - 112px);
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.tour-single-lightbox__close, .tour-single-lightbox__prev, .tour-single-lightbox__next {
  position: absolute;
  z-index: 2;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  padding: 8px;
  line-height: 1;
  transition: opacity 0.2s ease;
}
.tour-single-lightbox__close:hover, .tour-single-lightbox__prev:hover, .tour-single-lightbox__next:hover {
  opacity: 0.75;
}
.tour-single-lightbox__close:disabled, .tour-single-lightbox__prev:disabled, .tour-single-lightbox__next:disabled {
  opacity: 0.35;
  cursor: default;
}
.tour-single-lightbox__close {
  top: 16px;
  right: 16px;
  font-size: 40px;
  font-weight: 300;
}
.tour-single-lightbox__prev, .tour-single-lightbox__next {
  top: 50%;
  transform: translateY(-50%);
  font-size: 48px;
  font-weight: 300;
}
.tour-single-lightbox__prev {
  left: 16px;
}
.tour-single-lightbox__next {
  right: 16px;
}
.tour-single-lightbox__counter {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .tour-single-lightbox__dialog {
    padding: 48px 16px;
  }
  .tour-single-lightbox__prev {
    left: 4px;
  }
  .tour-single-lightbox__next {
    right: 4px;
  }
}

body.tour-single-lightbox-open {
  overflow: hidden;
}

.tour-enquire-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}
.tour-enquire-modal.is-open {
  display: flex;
}
.tour-enquire-modal.is-success-state .tour-enquire-modal__dialog {
  width: min(100%, 672px);
}
.tour-enquire-modal.is-success-state .tour-enquire-modal__backdrop {
  background: rgba(0, 0, 0, 0.75);
}
.tour-enquire-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.tour-enquire-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 960px);
  max-height: 90vh;
  display: flex;
}
.tour-enquire-modal__panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 90vh;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.16);
}
.tour-enquire-modal__panel.is-success {
  width: min(100%, 672px);
  max-height: none;
  margin: 0 auto;
}
.tour-enquire-modal__form-view {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}
.tour-enquire-modal__form-view[hidden] {
  display: none !important;
}
.tour-enquire-modal__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  padding: 56px 40px 40px;
}
.tour-enquire-modal__success[hidden] {
  display: none !important;
}
.tour-enquire-modal__success-icon {
  position: relative;
  width: 248px;
  height: 99px;
  flex-shrink: 0;
}
.tour-enquire-modal__success-check {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  padding: 16px;
  border-radius: 9999px;
  background: #f2fbf6;
}
.tour-enquire-modal__success-check img {
  display: block;
  width: 40px;
  height: 40px;
}
.tour-enquire-modal__success-spark {
  position: absolute;
  display: block;
}
.tour-enquire-modal__success-spark--1 {
  top: 42px;
  left: 0;
  width: 16px;
  height: 16px;
}
.tour-enquire-modal__success-spark--2 {
  top: 81px;
  left: 32px;
  width: 18px;
  height: 18px;
}
.tour-enquire-modal__success-spark--3 {
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
}
.tour-enquire-modal__success-spark--4 {
  top: 79px;
  right: 8px;
  width: 16px;
  height: 16px;
}
.tour-enquire-modal__success-spark--5 {
  top: 32px;
  right: 32px;
  width: 20px;
  height: 20px;
}
.tour-enquire-modal__success-spark--6 {
  top: 4px;
  left: 36px;
  width: 16px;
  height: 16px;
}
.tour-enquire-modal__success-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  text-align: center;
}
.tour-enquire-modal__success-title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  color: #0a0a0a;
}
.tour-enquire-modal__success-message {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #737373;
}
.tour-enquire-modal__success-message p {
  margin: 0;
}
.tour-enquire-modal__success-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.tour-enquire-modal__success-actions .tour-enquire-modal__btn {
  flex: 1 1 0;
  min-width: 0;
}
.tour-enquire-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 32px;
  border-bottom: 1px solid #ececec;
  flex-shrink: 0;
}
.tour-enquire-modal__header-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tour-enquire-modal__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #0a0a0a;
}
.tour-enquire-modal__subtitle {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #737373;
}
.tour-enquire-modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 9999px;
  background: #f5f5f5;
  color: #0a0a0a;
  cursor: pointer;
  flex-shrink: 0;
}
.tour-enquire-modal__body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 24px 32px;
}
.tour-enquire-modal__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 24px 32px;
  border-top: 1px solid #ececec;
  flex-shrink: 0;
  background: #fff;
}
.tour-enquire-modal__section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.tour-enquire-modal__section + .tour-enquire-modal__section {
  margin-top: 48px;
}
.tour-enquire-modal__section-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #0a0a0a;
}
.tour-enquire-modal__section-title span {
  margin-right: 4px;
}
.tour-enquire-modal__subheading {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #0a0a0a;
}
.tour-enquire-modal__field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tour-enquire-modal__label {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #0a0a0a;
}
.tour-enquire-modal__label .is-required {
  color: #00a8d5;
}
.tour-enquire-modal__input, .tour-enquire-modal__select, .tour-enquire-modal__textarea {
  width: 100%;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #0a0a0a;
  background: #fff;
  box-sizing: border-box;
  outline: none;
}
.tour-enquire-modal__input:focus-visible, .tour-enquire-modal__select:focus-visible, .tour-enquire-modal__textarea:focus-visible {
  outline: none;
}
.tour-enquire-modal__input::placeholder, .tour-enquire-modal__select::placeholder, .tour-enquire-modal__textarea::placeholder {
  color: #a3a3a3;
}
.tour-enquire-modal__textarea {
  min-height: 112px;
  resize: vertical;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.tour-enquire-modal__select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23737373' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;
}
.tour-enquire-modal__travelers-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tour-enquire-modal__travelers-count {
  display: flex;
  gap: 16px;
  align-items: stretch;
}
.tour-enquire-modal__traveler-field {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.tour-enquire-modal__traveler-select {
  position: relative;
}
.tour-enquire-modal__traveler-control {
  display: none;
}
.tour-enquire-modal__traveler-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 56px;
  padding: 8px 16px;
  border: 1px solid #ececec;
  border-radius: 12px;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
  text-align: left;
}
.tour-enquire-modal__traveler-trigger:focus-visible {
  outline: 2px solid #152a79;
  outline-offset: 2px;
}
.tour-enquire-modal__traveler-icon, .tour-enquire-modal__traveler-chevron {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  pointer-events: none;
}
.tour-enquire-modal__traveler-chevron {
  transition: transform 0.2s ease;
}
.tour-enquire-modal__traveler-select.is-open .tour-enquire-modal__traveler-chevron {
  transform: rotate(180deg);
}
.tour-enquire-modal__traveler-value {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #0a0a0a;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tour-enquire-modal__dropdown {
  position: absolute;
  z-index: 5;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  max-height: 264px;
  margin: 0;
  padding: 8px;
  list-style: none;
  overflow-y: auto;
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.tour-enquire-modal__dropdown[hidden] {
  display: none;
}
.tour-enquire-modal__dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #404040;
  cursor: pointer;
}
.tour-enquire-modal__dropdown-item:hover {
  background: #fafafa;
}
.tour-enquire-modal__dropdown-item.is-selected {
  background: #f4f8fb;
  color: #152a79;
}
.tour-enquire-modal__dropdown-check {
  display: none;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.tour-enquire-modal__dropdown-item.is-selected .tour-enquire-modal__dropdown-check {
  display: block;
}
.tour-enquire-modal__datepicker {
  position: relative;
}
.tour-enquire-modal__datepicker-native {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
  clip: rect(0 0 0 0);
}
.tour-enquire-modal__datepicker-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  text-align: left;
}
.tour-enquire-modal__datepicker-value {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tour-enquire-modal__datepicker-value.is-placeholder {
  color: #a3a3a3;
}
.tour-enquire-modal__datepicker-icon {
  flex-shrink: 0;
}
.tour-enquire-modal__datepicker-native.is-invalid + .tour-enquire-modal__datepicker-trigger {
  border-color: #f15d5e;
}
.tour-enquire-modal__datepicker-panel {
  position: absolute;
  z-index: 6;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.tour-enquire-modal__datepicker-panel[hidden] {
  display: none;
}
.tour-enquire-modal__datepicker-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.tour-enquire-modal__datepicker-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #0a0a0a;
}
.tour-enquire-modal__datepicker-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tour-enquire-modal__datepicker-navbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #0a0a0a;
  cursor: pointer;
}
.tour-enquire-modal__datepicker-navbtn:hover:not(:disabled) {
  background: #f5f5f5;
}
.tour-enquire-modal__datepicker-navbtn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.tour-enquire-modal__datepicker-weekdays, .tour-enquire-modal__datepicker-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.tour-enquire-modal__datepicker-weekday {
  padding: 8px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #0a0a0a;
  text-align: center;
}
.tour-enquire-modal__datepicker-day {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.tour-enquire-modal__datepicker-day:hover:not(.is-disabled):not(.is-selected) {
  background: #f5f5f5;
}
.tour-enquire-modal__datepicker-day.is-today:not(.is-selected) {
  background: #eef5fb;
  color: #152a79;
}
.tour-enquire-modal__datepicker-day.is-selected {
  background: #152a79;
  color: #fff;
}
.tour-enquire-modal__datepicker-day.is-disabled {
  color: #a3a3a3;
  cursor: not-allowed;
}
.tour-enquire-modal__datepicker-day--empty {
  background: transparent;
  cursor: default;
  pointer-events: none;
}
.tour-enquire-modal__datepicker-ctas {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.tour-enquire-modal__datepicker-cta {
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}
.tour-enquire-modal__datepicker-cta--clear {
  font-weight: 600;
  color: #152a79;
}
.tour-enquire-modal__datepicker-cta--today {
  font-weight: 500;
  color: #a3a3a3;
}
.tour-enquire-modal__datepicker-cta--today:hover {
  color: #152a79;
}
.tour-enquire-modal__package-options {
  display: flex;
  gap: 16px;
  align-items: stretch;
}
.tour-enquire-modal__package-option {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  gap: 12px;
  min-width: 0;
  height: 56px;
  padding: 8px 16px;
  border: 1px solid #ececec;
  border-radius: 12px;
  cursor: pointer;
  background: #fff;
  box-sizing: border-box;
}
.tour-enquire-modal__package-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.tour-enquire-modal__package-option:has(input:checked) .tour-enquire-modal__package-radio {
  border-color: #152a79;
}
.tour-enquire-modal__package-option:has(input:checked) .tour-enquire-modal__package-radio::after {
  opacity: 1;
  transform: scale(1);
}
.tour-enquire-modal__package-option:has(input:focus-visible) {
  outline: none;
}
.tour-enquire-modal__package-radio {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1.5px solid #d4d4d4;
  border-radius: 50%;
  flex-shrink: 0;
  box-sizing: border-box;
}
.tour-enquire-modal__package-radio::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #152a79;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.tour-enquire-modal__package-content {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.tour-enquire-modal__package-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #0a0a0a;
  white-space: nowrap;
}
.tour-enquire-modal__package-rating {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}
.tour-enquire-modal__package-rating-value {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #0a0a0a;
}
.tour-enquire-modal__package-star {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.tour-enquire-modal__cities {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  align-items: center;
}
.tour-enquire-modal__city {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #0a0a0a;
  cursor: pointer;
}
.tour-enquire-modal__city input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1.5px solid #ececec;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: #fff;
  flex-shrink: 0;
  min-width: 20px;
}
.tour-enquire-modal__city input[type=checkbox]:checked {
  background: #152a79;
  border-color: #152a79;
}
.tour-enquire-modal__city input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.tour-enquire-modal__add-city {
  border: 0;
  background: transparent;
  color: #152a79;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  padding: 2px 0;
}
.tour-enquire-modal__custom-cities {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}
.tour-enquire-modal__custom-cities[hidden] {
  display: none !important;
}
.tour-enquire-modal__custom-city {
  display: flex;
  gap: 12px;
  align-items: center;
}
.tour-enquire-modal__remove-city {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 9999px;
  background: #f5f5f5;
  color: #0a0a0a;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
}
.tour-enquire-modal__travelers-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tour-enquire-modal__traveler-card {
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tour-enquire-modal__traveler-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #0a0a0a;
}
.tour-enquire-modal__traveler-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.tour-enquire-modal__message {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.tour-enquire-modal__message.is-success {
  color: #15803d;
}
.tour-enquire-modal__message.is-error {
  color: #dc2626;
}
.tour-enquire-modal__message[hidden] {
  display: none !important;
}
.tour-enquire-modal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 24px;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  border: 1px solid transparent;
}
.tour-enquire-modal__btn--outline {
  background: #fff;
  border-color: #ececec;
  color: #0a0a0a;
}
.tour-enquire-modal__btn--primary {
  background: #152a79;
  color: #fff;
  transition: background-color 0.2s ease;
}
.tour-enquire-modal__btn--primary:hover {
  background: #0f1e56;
}
.tour-enquire-modal__btn--outline-brand {
  background: #fff;
  border-color: #152a79;
  color: #152a79;
  gap: 8px;
  text-decoration: none;
}
.tour-enquire-modal__btn--outline-brand img {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.tour-enquire-modal__btn.is-loading {
  gap: 8px;
  cursor: wait;
}
.tour-enquire-modal__btn:disabled {
  opacity: 0.85;
  cursor: not-allowed;
}
.tour-enquire-modal__btn-spinner {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: tour-enquire-btn-spin 0.7s linear infinite;
  flex-shrink: 0;
}
.tour-enquire-modal__btn.is-loading .tour-enquire-modal__btn-spinner {
  display: inline-block;
}
@media (max-width: 900px) {
  .tour-enquire-modal__package-options {
    flex-direction: column;
  }
  .tour-enquire-modal__package-option {
    flex: none;
    width: 100%;
  }
  .tour-enquire-modal__traveler-grid {
    grid-template-columns: 1fr;
  }
  .tour-enquire-modal__travelers-count {
    flex-direction: column;
  }
  .tour-enquire-modal__traveler-field {
    flex: none;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .tour-enquire-modal {
    padding: 16px 8px;
  }
  .tour-enquire-modal__header, .tour-enquire-modal__body, .tour-enquire-modal__footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tour-enquire-modal__footer {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .tour-enquire-modal__btn {
    width: 100%;
  }
  .tour-enquire-modal__success {
    gap: 32px;
    padding: 40px 20px 24px;
  }
  .tour-enquire-modal__success-title {
    font-size: 28px;
  }
  .tour-enquire-modal__success-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

body.tour-enquire-modal-open {
  overflow: hidden;
}

.adamo-tour-checkout {
  color: #0a0a0a;
}
.adamo-tour-checkout [hidden] {
  display: none !important;
}
.adamo-tour-checkout .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.adamo-tour-checkout .tour-checkout-progress {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px 0;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.adamo-tour-checkout .tour-checkout-progress__step {
  display: flex;
  align-items: center;
  gap: 10px;
}
.adamo-tour-checkout .tour-checkout-progress__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  border: 1px solid #ececec;
  color: #0a0a0a;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  flex-shrink: 0;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.adamo-tour-checkout .tour-checkout-progress__label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #0A0A0A;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.adamo-tour-checkout .tour-checkout-progress__step.is-active .tour-checkout-progress__number,
.adamo-tour-checkout .tour-checkout-progress__step.is-complete .tour-checkout-progress__number {
  background: #152a79;
  border-color: #152a79;
  color: #fff;
}
.adamo-tour-checkout .tour-checkout-progress__step.is-active .tour-checkout-progress__label,
.adamo-tour-checkout .tour-checkout-progress__step.is-complete .tour-checkout-progress__label {
  color: #0a0a0a;
}
.adamo-tour-checkout .tour-checkout-progress__line {
  flex: 1 1 80px;
  min-width: 32px;
  height: 1px;
  background: #ececec;
}
@media (max-width: 900px) {
  .adamo-tour-checkout .tour-checkout-progress {
    gap: 12px;
  }
  .adamo-tour-checkout .tour-checkout-progress__label {
    font-size: 14px;
  }
  .adamo-tour-checkout .tour-checkout-progress__line {
    flex-basis: 24px;
  }
}
.adamo-tour-checkout--empty {
  padding: 48px 24px;
  text-align: center;
  color: #737373;
  font-size: 16px;
  font-weight: 500;
}
.adamo-tour-checkout .tour-checkout-inner {
  max-width: 1520px;
  margin: 0 auto;
}
.adamo-tour-checkout .tour-checkout-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 600;
  color: #0a0a0a;
}
.adamo-tour-checkout .tour-checkout-breadcrumb-sep {
  color: #a3a3a3;
}
.adamo-tour-checkout .tour-checkout-breadcrumb-current {
  color: #a3a3a3;
}
.adamo-tour-checkout .tour-checkout-header {
  margin-bottom: 32px;
}
.adamo-tour-checkout .tour-checkout-title {
  margin: 0 0 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}
.adamo-tour-checkout .tour-checkout-subtitle {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #737373;
}
.adamo-tour-checkout .tour-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 32px;
  align-items: start;
}
.adamo-tour-checkout .tour-checkout-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.adamo-tour-checkout .tour-checkout-step {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.adamo-tour-checkout .tour-checkout-section {
  border: 1px solid #ececec;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .adamo-tour-checkout .tour-checkout-section {
    padding: 16px;
    gap: 16px;
  }
}
.adamo-tour-checkout .tour-checkout-section__head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.adamo-tour-checkout .tour-checkout-section__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 2px 8px;
  border-radius: 9999px;
  background: #152a79;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.adamo-tour-checkout .tour-checkout-section__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.adamo-tour-checkout .tour-checkout-field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.adamo-tour-checkout .tour-checkout-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.adamo-tour-checkout .tour-checkout-label .is-required {
  color: #00a8d5;
}
.adamo-tour-checkout .tour-checkout-input,
.adamo-tour-checkout .tour-checkout-select {
  width: 100%;
  min-height: 56px;
  padding: 8px 16px;
  border: 1px solid #ececec;
  border-radius: 12px;
  background: #fff;
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 500;
  outline: none;
}
.adamo-tour-checkout .tour-checkout-input:focus, .adamo-tour-checkout .tour-checkout-input:focus-visible,
.adamo-tour-checkout .tour-checkout-select:focus,
.adamo-tour-checkout .tour-checkout-select:focus-visible {
  outline: none;
}
.adamo-tour-checkout .tour-checkout-input::placeholder,
.adamo-tour-checkout .tour-checkout-select::placeholder {
  color: #a3a3a3;
}
.adamo-tour-checkout .tour-checkout-input.is-invalid,
.adamo-tour-checkout .tour-checkout-select.is-invalid,
.adamo-tour-checkout .tour-checkout-select-wrap.is-invalid .tour-checkout-select {
  border-color: #f15d5e;
}
.adamo-tour-checkout .tour-checkout-select-wrap {
  position: relative;
}
.adamo-tour-checkout .tour-checkout-select-wrap .tour-checkout-select {
  appearance: none;
  padding-right: 44px;
}
.adamo-tour-checkout .tour-checkout-select-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.adamo-tour-checkout .tour-checkout-select-wrap .tour-checkout-select-icon + .tour-checkout-select {
  padding-left: 44px;
}
.adamo-tour-checkout .tour-checkout-select-chevron {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.adamo-tour-checkout .tour-checkout-radio-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.adamo-tour-checkout .tour-checkout-radio-group--inline {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}
.adamo-tour-checkout .tour-checkout-radio-option,
.adamo-tour-checkout .tour-checkout-package-option,
.adamo-tour-checkout .tour-checkout-addon-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
.adamo-tour-checkout .tour-checkout-radio-option.align-items-center,
.adamo-tour-checkout .tour-checkout-package-option.align-items-center,
.adamo-tour-checkout .tour-checkout-addon-card.align-items-center {
  align-items: center;
}
.adamo-tour-checkout .tour-checkout-radio-option input[type=radio],
.adamo-tour-checkout .tour-checkout-package-option input[type=radio],
.adamo-tour-checkout .tour-checkout-addon-card input[type=radio],
.adamo-tour-checkout .tour-checkout-addon-card input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.adamo-tour-checkout .tour-checkout-radio-indicator {
  width: 24px;
  height: 24px;
  border: 1.5px solid #d4d4d4;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 2px;
  position: relative;
}
.adamo-tour-checkout .tour-checkout-radio-indicator::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: #152a79;
  transform: scale(0);
  transition: transform 0.2s ease;
}
.adamo-tour-checkout .tour-checkout-radio-option input[type=radio]:checked + .tour-checkout-radio-indicator,
.adamo-tour-checkout .tour-checkout-package-option.is-selected .tour-checkout-radio-indicator,
.adamo-tour-checkout .tour-checkout-addon-card.is-selected .tour-checkout-radio-indicator,
.adamo-tour-checkout .tour-checkout-package-option input[type=radio]:checked + .tour-checkout-radio-indicator,
.adamo-tour-checkout .tour-checkout-addon-card input[type=radio]:checked + .tour-checkout-radio-indicator,
.adamo-tour-checkout .tour-checkout-calendar__option.is-selected .tour-checkout-radio-indicator,
.adamo-tour-checkout .tour-checkout-calendar__option input[type=radio]:checked + .tour-checkout-radio-indicator {
  border-color: #152a79;
}
.adamo-tour-checkout .tour-checkout-radio-option input[type=radio]:checked + .tour-checkout-radio-indicator::after,
.adamo-tour-checkout .tour-checkout-package-option.is-selected .tour-checkout-radio-indicator::after,
.adamo-tour-checkout .tour-checkout-addon-card.is-selected .tour-checkout-radio-indicator::after,
.adamo-tour-checkout .tour-checkout-package-option input[type=radio]:checked + .tour-checkout-radio-indicator::after,
.adamo-tour-checkout .tour-checkout-addon-card input[type=radio]:checked + .tour-checkout-radio-indicator::after,
.adamo-tour-checkout .tour-checkout-calendar__option.is-selected .tour-checkout-radio-indicator::after,
.adamo-tour-checkout .tour-checkout-calendar__option input[type=radio]:checked + .tour-checkout-radio-indicator::after {
  transform: scale(1);
}
.adamo-tour-checkout .tour-checkout-radio-indicator--lg {
  width: 20px;
  height: 20px;
  margin-top: 0;
}
.adamo-tour-checkout .tour-checkout-radio-indicator--lg::after {
  inset: 4px;
}
.adamo-tour-checkout .tour-checkout-calendar {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.adamo-tour-checkout .tour-checkout-calendar__row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.adamo-tour-checkout .tour-checkout-calendar__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border: 1px solid #ececec;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}
.adamo-tour-checkout .tour-checkout-calendar__nav:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.adamo-tour-checkout .tour-checkout-calendar__months {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}
.adamo-tour-checkout .tour-checkout-calendar__months::-webkit-scrollbar {
  display: none;
}
.adamo-tour-checkout .tour-checkout-calendar__month {
  flex-shrink: 0;
  height: 48px;
  padding: 12px 16px;
  border: 1px solid #ececec;
  border-radius: 12px;
  background: #fff;
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
}
.adamo-tour-checkout .tour-checkout-calendar__month.is-active {
  border-color: #00a8d5;
  background: #f3fbfe;
  color: #00a8d5;
  font-weight: 600;
}
.adamo-tour-checkout .tour-checkout-calendar__dates {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 64px;
}
@media (max-width: 768px) {
  .adamo-tour-checkout .tour-checkout-calendar__dates {
    padding: 0;
  }
}
.adamo-tour-checkout .tour-checkout-calendar__empty {
  margin: 0;
  padding: 16px;
  text-align: center;
  color: #737373;
  font-size: 16px;
  font-weight: 500;
}
.adamo-tour-checkout .tour-checkout-calendar__option {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 8px 16px;
  border: 1px solid #ececec;
  border-radius: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
.adamo-tour-checkout .tour-checkout-calendar__option strong {
  font-weight: 700;
}
.adamo-tour-checkout .tour-checkout-calendar__option.is-selected, .adamo-tour-checkout .tour-checkout-calendar__option:has(input:checked) {
  border-color: #ececec;
}
.adamo-tour-checkout .tour-checkout-calendar__option input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.adamo-tour-checkout .tour-checkout-calendar__option-label {
  flex: 1;
  min-width: 0;
}
.adamo-tour-checkout .tour-checkout-datepicker {
  position: relative;
}
.adamo-tour-checkout .tour-checkout-datepicker__native {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
  clip: rect(0 0 0 0);
}
.adamo-tour-checkout .tour-checkout-datepicker__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  cursor: pointer;
}
.adamo-tour-checkout .tour-checkout-datepicker__value {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.adamo-tour-checkout .tour-checkout-datepicker__value.is-placeholder {
  color: #a3a3a3;
}
.adamo-tour-checkout .tour-checkout-datepicker__icon {
  flex-shrink: 0;
}
.adamo-tour-checkout .tour-checkout-datepicker__native.is-invalid + .tour-checkout-datepicker__trigger {
  border-color: #f15d5e;
}
.adamo-tour-checkout .tour-checkout-datepicker__panel {
  position: absolute;
  z-index: 30;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.adamo-tour-checkout .tour-checkout-datepicker__panel[hidden] {
  display: none;
}
.adamo-tour-checkout .tour-checkout-datepicker__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.adamo-tour-checkout .tour-checkout-datepicker__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #0a0a0a;
}
.adamo-tour-checkout .tour-checkout-datepicker__nav {
  display: flex;
  align-items: center;
  gap: 12px;
}
.adamo-tour-checkout .tour-checkout-datepicker__navbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0a0a0a;
  cursor: pointer;
  border-radius: 6px;
}
.adamo-tour-checkout .tour-checkout-datepicker__navbtn:hover:not(:disabled) {
  background: #f5f5f5;
}
.adamo-tour-checkout .tour-checkout-datepicker__navbtn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.adamo-tour-checkout .tour-checkout-datepicker__weekdays,
.adamo-tour-checkout .tour-checkout-datepicker__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.adamo-tour-checkout .tour-checkout-datepicker__weekday {
  padding: 8px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #0a0a0a;
  text-align: center;
}
.adamo-tour-checkout .tour-checkout-datepicker__day {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.adamo-tour-checkout .tour-checkout-datepicker__day:hover:not(.is-disabled):not(.is-selected) {
  background: #f5f5f5;
}
.adamo-tour-checkout .tour-checkout-datepicker__day.is-today:not(.is-selected) {
  background: #eef5fb;
  color: #152a79;
}
.adamo-tour-checkout .tour-checkout-datepicker__day.is-selected {
  background: #152a79;
  color: #fff;
}
.adamo-tour-checkout .tour-checkout-datepicker__day.is-disabled {
  color: #a3a3a3;
  cursor: not-allowed;
}
.adamo-tour-checkout .tour-checkout-datepicker__day--empty {
  background: transparent;
  cursor: default;
  pointer-events: none;
}
.adamo-tour-checkout .tour-checkout-datepicker__ctas {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.adamo-tour-checkout .tour-checkout-datepicker__cta {
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}
.adamo-tour-checkout .tour-checkout-datepicker__cta--clear {
  font-weight: 600;
  color: #152a79;
}
.adamo-tour-checkout .tour-checkout-datepicker__cta--today {
  font-weight: 500;
  color: #a3a3a3;
}
.adamo-tour-checkout .tour-checkout-datepicker__cta--today:hover {
  color: #152a79;
}
.adamo-tour-checkout .tour-checkout-package-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.adamo-tour-checkout .tour-checkout-package-option {
  border: 1px solid #ececec;
  border-radius: 12px;
  min-height: 56px;
  padding: 8px 16px;
  align-items: center;
}
.adamo-tour-checkout .tour-checkout-package-option.is-selected, .adamo-tour-checkout .tour-checkout-package-option:has(input:checked) {
  border-color: #ececec;
}
.adamo-tour-checkout .tour-checkout-package-content {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.adamo-tour-checkout .tour-checkout-package-rating {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.adamo-tour-checkout .tour-checkout-note {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #f15d5e;
}
.adamo-tour-checkout .tour-checkout-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.adamo-tour-checkout .tour-checkout-passenger-rows {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.adamo-tour-checkout .tour-checkout-passenger-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #fafafa;
  border-radius: 16px;
  padding: 12px 20px;
}
.adamo-tour-checkout .tour-checkout-passenger-row__label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #0a0a0a;
  flex: 1;
  min-width: 0;
}
.adamo-tour-checkout .tour-checkout-passenger-counter {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 208px;
  flex-shrink: 0;
}
.adamo-tour-checkout .tour-checkout-passenger-counter__display {
  flex: 1;
  min-width: 0;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ececec;
  border-radius: 12px;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #0a0a0a;
}
@media (max-width: 640px) {
  .adamo-tour-checkout .tour-checkout-passenger-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .adamo-tour-checkout .tour-checkout-passenger-counter {
    width: 100%;
  }
}
.adamo-tour-checkout .tour-checkout-contact-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.adamo-tour-checkout .tour-checkout-travelers-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.adamo-tour-checkout .tour-checkout-traveler-card {
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.adamo-tour-checkout .tour-checkout-traveler-card__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.adamo-tour-checkout .tour-checkout-traveler-card__fields {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.adamo-tour-checkout .tour-checkout-addon-card {
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 20px;
}
.adamo-tour-checkout .tour-checkout-addon-card.is-selected, .adamo-tour-checkout .tour-checkout-addon-card:has(input:checked) {
  border-color: #ececec;
}
.adamo-tour-checkout .tour-checkout-addon-card__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.adamo-tour-checkout .tour-checkout-addon-card__title {
  font-size: 18px;
  font-weight: 700;
}
.adamo-tour-checkout .tour-checkout-addon-card__description {
  font-size: 16px;
  font-weight: 500;
  color: #737373;
  line-height: 1.4;
}
.adamo-tour-checkout .tour-checkout-addon-card__controls {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.adamo-tour-checkout .tour-checkout-quantity {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.adamo-tour-checkout .tour-checkout-quantity__btn {
  width: 48px;
  height: 48px;
  border: 1px solid #ececec;
  border-radius: 12px;
  background: #fff;
  font-size: 20px;
  line-height: 1;
}
.adamo-tour-checkout .tour-checkout-quantity__input {
  width: 72px;
  min-height: 48px;
  padding: 8px 12px;
  text-align: center;
  border: 1px solid #ececec;
  border-radius: 12px;
  background: #fff;
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  box-sizing: border-box;
  appearance: textfield;
  -moz-appearance: textfield;
}
.adamo-tour-checkout .tour-checkout-quantity__input::-webkit-outer-spin-button, .adamo-tour-checkout .tour-checkout-quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.adamo-tour-checkout .tour-checkout-quantity__input:focus, .adamo-tour-checkout .tour-checkout-quantity__input:focus-visible {
  outline: none;
}
.adamo-tour-checkout .tour-checkout-addon-card__line-price {
  font-size: 18px;
  font-weight: 700;
}
.adamo-tour-checkout .tour-checkout-addon-card__total {
  font-size: 20px;
  font-weight: 700;
  color: #00a8d5;
}
.adamo-tour-checkout .tour-checkout-checkbox-indicator {
  width: 20px;
  height: 20px;
  border: 1.5px solid #ececec;
  border-radius: 4px;
  background: #fff;
  flex-shrink: 0;
  margin-top: 2px;
  position: relative;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.adamo-tour-checkout .tour-checkout-checkbox-indicator::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.adamo-tour-checkout .tour-checkout-addon-card input[type=checkbox]:checked + .tour-checkout-checkbox-indicator,
.adamo-tour-checkout .tour-checkout-addon-card.is-selected .tour-checkout-checkbox-indicator {
  border-color: #152a79;
  background: #152a79;
}
.adamo-tour-checkout .tour-checkout-addon-card input[type=checkbox]:checked + .tour-checkout-checkbox-indicator::after,
.adamo-tour-checkout .tour-checkout-addon-card.is-selected .tour-checkout-checkbox-indicator::after {
  display: block;
}
.adamo-tour-checkout .tour-checkout-addon-quantity-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.adamo-tour-checkout .tour-checkout-addon-quantity-label {
  font-size: 16px;
  font-weight: 600;
  color: #0a0a0a;
}
.adamo-tour-checkout .tour-checkout-addon-quantity-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.adamo-tour-checkout .tour-checkout-addon-card__footer {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.adamo-tour-checkout .tour-checkout-addon-card__footer--end {
  justify-content: flex-end;
}
.adamo-tour-checkout .tour-checkout-addon-card__footer.space-between {
  justify-content: space-between;
}
.adamo-tour-checkout .tour-checkout-addon-type-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 12px 16px;
  border: 1px solid #00a8d5;
  border-radius: 12px;
  background: #f3fbfe;
  font-size: 16px;
  font-weight: 600;
  color: #00a8d5;
  white-space: nowrap;
}
.adamo-tour-checkout .tour-checkout-addon-card__per-person {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 700;
  color: #00a8d5;
  white-space: nowrap;
}
.adamo-tour-checkout .tour-checkout-addon-card__description p {
  margin: 0 0 8px;
}
.adamo-tour-checkout .tour-checkout-addon-card__description p:last-child {
  margin-bottom: 0;
}
.adamo-tour-checkout .tour-checkout-discount-row {
  display: flex;
  gap: 16px;
  align-items: stretch;
}
.adamo-tour-checkout .tour-checkout-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 12px 24px;
  border-radius: 9999px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}
.adamo-tour-checkout .tour-checkout-btn:hover {
  opacity: 0.9;
}
.adamo-tour-checkout .tour-checkout-btn--primary {
  width: 100%;
  background: #152a79;
  color: #fff;
}
.adamo-tour-checkout .tour-checkout-btn--primary:hover {
  background: #0f1e56;
  opacity: 1;
}
.adamo-tour-checkout .tour-checkout-btn--outline {
  border: 1px solid #ececec;
  color: #152a79;
  background: #fff;
  white-space: nowrap;
}
.adamo-tour-checkout .tour-checkout-message,
.adamo-tour-checkout .tour-checkout-discount-message,
.adamo-tour-checkout .tour-checkout-submit-message {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.adamo-tour-checkout .tour-checkout-message.is-error,
.adamo-tour-checkout .tour-checkout-discount-message.is-error,
.adamo-tour-checkout .tour-checkout-submit-message.is-error {
  color: #f15d5e;
}
.adamo-tour-checkout .tour-checkout-message.is-success,
.adamo-tour-checkout .tour-checkout-discount-message.is-success,
.adamo-tour-checkout .tour-checkout-submit-message.is-success {
  color: #00a8d5;
}
.adamo-tour-checkout .tour-checkout-submit-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.adamo-tour-checkout .tour-checkout-actions {
  display: flex;
  gap: 16px;
  align-items: stretch;
}
.adamo-tour-checkout .tour-checkout-actions .tour-checkout-btn {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
}
.adamo-tour-checkout .tour-checkout-actions .tour-checkout-btn[hidden] {
  display: none;
}
@media (max-width: 480px) {
  .adamo-tour-checkout .tour-checkout-actions {
    flex-direction: column;
  }
}
.adamo-tour-checkout .tour-checkout-submit-message {
  text-align: center;
  line-height: 1.4;
}
.adamo-tour-checkout .tour-checkout-submit.is-error {
  box-shadow: 0 0 0 2px #f15d5e;
}
.adamo-tour-checkout .tour-checkout-security-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #737373;
  text-align: left;
}
.adamo-tour-checkout .tour-checkout-security-note svg {
  min-width: 20px;
  fill: transparent !important;
}
.adamo-tour-checkout .tour-checkout-aside {
  position: sticky;
  top: 30px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.adamo-tour-checkout .tour-checkout-summary {
  border: 1px solid #ececec;
  border-radius: 24px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #fff;
}
@media (max-width: 768px) {
  .adamo-tour-checkout .tour-checkout-summary {
    padding: 16px;
    gap: 16px;
  }
}
.adamo-tour-checkout .tour-checkout-discount-card {
  border: 1px solid #ececec;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #fff;
}
@media (max-width: 768px) {
  .adamo-tour-checkout .tour-checkout-discount-card {
    padding: 16px;
    gap: 16px;
  }
}
.adamo-tour-checkout .tour-checkout-discount-card .tour-checkout-discount-row {
  align-items: center;
}
.adamo-tour-checkout .tour-checkout-step-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.adamo-tour-checkout .tour-checkout-step-actions .tour-checkout-btn--back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
}
.adamo-tour-checkout .tour-checkout-step-actions .tour-checkout-btn--auto {
  width: auto;
}
@media (max-width: 480px) {
  .adamo-tour-checkout .tour-checkout-step-actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .adamo-tour-checkout .tour-checkout-step-actions .tour-checkout-btn--back,
  .adamo-tour-checkout .tour-checkout-step-actions .tour-checkout-btn--auto {
    width: 100%;
    justify-content: center;
  }
}
.adamo-tour-checkout .tour-checkout-payment-badge {
  display: inline-flex;
  align-self: flex-end;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 12px 16px;
  border: 1px solid #ececec;
  border-radius: 12px;
  color: #737373;
  font-size: 16px;
  font-weight: 500;
}
.adamo-tour-checkout .tour-checkout-payment-badge strong {
  color: #0a0a0a;
  font-weight: 700;
}
.adamo-tour-checkout .tour-checkout-payment-element {
  width: 100%;
  min-height: 56px;
}
.adamo-tour-checkout .tour-checkout-payment-loading {
  margin: 0;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 500;
  color: #737373;
}
.adamo-tour-checkout .tour-checkout-stripe-error {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #f15d5e;
}
.adamo-tour-checkout .tour-checkout-payment-mode-toggle {
  display: flex;
  gap: 12px;
  width: 100%;
}
.adamo-tour-checkout .tour-checkout-payment-mode-option {
  flex: 1;
  min-height: 48px;
  padding: 8px 16px;
  border: 1px solid #ececec;
  border-radius: 12px;
  background: #fff;
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.adamo-tour-checkout .tour-checkout-payment-mode-option.is-selected {
  border-color: #ececec;
  background: #fafafa;
  color: #0a0a0a;
}
.adamo-tour-checkout .tour-checkout-terms-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #737373;
}
.adamo-tour-checkout .tour-checkout-terms-row input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.adamo-tour-checkout .tour-checkout-terms-row input[type=checkbox]:checked + .tour-checkout-checkbox-indicator {
  border-color: #152a79;
  background: #152a79;
}
.adamo-tour-checkout .tour-checkout-terms-row input[type=checkbox]:checked + .tour-checkout-checkbox-indicator::after {
  display: block;
}
.adamo-tour-checkout .tour-checkout-terms-row strong {
  color: #0a0a0a;
  font-weight: 600;
}
.adamo-tour-checkout .tour-checkout-stripe-pay {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.adamo-tour-checkout .tour-checkout-stripe-pay:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.adamo-tour-checkout .tour-checkout-payment-note,
.adamo-tour-checkout .tour-checkout-enquire-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #737373;
  text-align: center;
}
.adamo-tour-checkout .tour-checkout-enquire-notice {
  color: #f15d5e;
  font-weight: 600;
}
.adamo-tour-checkout .tour-checkout-summary__media {
  height: 240px;
  border-radius: 16px;
  overflow: hidden;
  background: #f5f5f5;
}
.adamo-tour-checkout .tour-checkout-summary__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adamo-tour-checkout .tour-checkout-summary__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.adamo-tour-checkout .tour-checkout-summary__details,
.adamo-tour-checkout .tour-checkout-summary__pricing,
.adamo-tour-checkout .tour-checkout-summary__totals {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}
.adamo-tour-checkout .tour-checkout-summary__details > div,
.adamo-tour-checkout .tour-checkout-summary__details div,
.adamo-tour-checkout .tour-checkout-summary__pricing > div,
.adamo-tour-checkout .tour-checkout-summary__pricing div,
.adamo-tour-checkout .tour-checkout-summary__totals > div,
.adamo-tour-checkout .tour-checkout-summary__totals div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.adamo-tour-checkout .tour-checkout-summary__details dt,
.adamo-tour-checkout .tour-checkout-summary__pricing dt,
.adamo-tour-checkout .tour-checkout-summary__totals dt {
  font-size: 16px;
  font-weight: 600;
  color: #737373;
}
.adamo-tour-checkout .tour-checkout-summary__details dd,
.adamo-tour-checkout .tour-checkout-summary__pricing dd,
.adamo-tour-checkout .tour-checkout-summary__totals dd {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}
.adamo-tour-checkout .tour-checkout-summary__details .tour-checkout-summary__discount-value,
.adamo-tour-checkout .tour-checkout-summary__pricing .tour-checkout-summary__discount-value,
.adamo-tour-checkout .tour-checkout-summary__totals .tour-checkout-summary__discount-value {
  color: #f59e0b;
}
.adamo-tour-checkout .tour-checkout-summary__totals dt {
  color: #0A0A0A;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}
.adamo-tour-checkout .tour-checkout-summary__totals dd {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-align: right;
}
.adamo-tour-checkout .tour-checkout-summary__divider {
  height: 1px;
  background: #ececec;
}
.adamo-tour-checkout .tour-checkout-summary__pay-now {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #fff6f6;
  color: #f15d5e;
  font-size: 18px;
  font-weight: 700;
}
.adamo-tour-checkout .tour-checkout-summary__notes {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 12px;
}
.adamo-tour-checkout .tour-checkout-summary__notes li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #404040;
  line-height: 1.4;
}
.adamo-tour-checkout .tour-checkout-summary__notes li svg {
  flex-shrink: 0;
  margin-top: 2px;
  background: transparent;
  fill: transparent !important;
  min-width: 16px;
}
@media (max-width: 1200px) {
  .adamo-tour-checkout .tour-checkout-layout {
    grid-template-columns: 1fr;
  }
  .adamo-tour-checkout .tour-checkout-aside {
    position: static;
  }
}
@media (max-width: 768px) {
  .adamo-tour-checkout .tour-checkout-package-options,
  .adamo-tour-checkout .tour-checkout-passenger-counts,
  .adamo-tour-checkout .tour-checkout-contact-grid,
  .adamo-tour-checkout .tour-checkout-contact-grid--two,
  .adamo-tour-checkout .tour-checkout-traveler-card__fields {
    grid-template-columns: 1fr;
  }
  .adamo-tour-checkout .tour-checkout-discount-row {
    flex-direction: column;
  }
  .adamo-tour-checkout .tour-checkout-calendar__row {
    flex-wrap: wrap;
  }
  .adamo-tour-checkout .tour-checkout-progress__line {
    display: none;
  }
}

@keyframes tour-enquire-btn-spin {
  to {
    transform: rotate(360deg);
  }
}
.adamo-booking-success {
  padding: 64px 24px;
}
.adamo-booking-success__inner {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.adamo-booking-success__icon-wrap {
  position: relative;
  width: 248px;
  height: 99px;
  flex-shrink: 0;
}
.adamo-booking-success__icon-wrap--error {
  width: 72px;
  height: 72px;
}
.adamo-booking-success__check {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  padding: 16px;
  border-radius: 9999px;
  background: #f2fbf6;
}
.adamo-booking-success__check img,
.adamo-booking-success__check svg {
  display: block;
  width: 40px;
  height: 40px;
}
.adamo-booking-success__check--error {
  position: static;
  transform: none;
  background: #fff6f6;
}
.adamo-booking-success__check--error svg path {
  stroke: #f15d5e;
}
.adamo-booking-success__spark {
  position: absolute;
  display: block;
}
.adamo-booking-success__spark img {
  display: block;
}
.adamo-booking-success__spark--1 {
  top: 42px;
  left: 0;
}
.adamo-booking-success__spark--2 {
  top: 81px;
  left: 32px;
}
.adamo-booking-success__spark--3 {
  top: 0;
  right: 0;
}
.adamo-booking-success__spark--4 {
  top: 79px;
  right: 8px;
}
.adamo-booking-success__spark--5 {
  top: 32px;
  right: 32px;
}
.adamo-booking-success__spark--6 {
  top: 4px;
  left: 36px;
}
.adamo-booking-success__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  width: 100%;
}
.adamo-booking-success__title {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 35.2px */
  color: #0a0a0a;
}
.adamo-booking-success__message {
  margin: 0;
  color: #404040;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
.adamo-booking-success__message strong {
  color: #0a0a0a;
  font-weight: 500;
}
.adamo-booking-success__card {
  display: flex;
  padding: var(--8, 32px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--6, 24px);
  align-self: stretch;
  border-radius: var(--rounded-24, 24px);
  border: 1px solid var(--Green-100, #E9F2ED);
  background: var(--Green-50, #F2FBF6);
}
.adamo-booking-success__details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
}
.adamo-booking-success__detail {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 0;
}
.adamo-booking-success__detail dt {
  color: #0A0A0A;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
}
.adamo-booking-success__detail dd {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
.adamo-booking-success__detail dd.is-accent {
  color: #404040;
}
.adamo-booking-success__email-note {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  color: #737373;
  text-align: center;
}
.adamo-booking-success__email-note strong {
  color: #0a0a0a;
  font-weight: 700;
}
.adamo-booking-success__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  width: 100%;
}
.adamo-booking-success__actions a {
  width: 100%;
}
.adamo-booking-success__actions a.adamo-booking-success__btn--outline {
  border-radius: var(--rounded-infinite, 9999px);
  border: 1px solid var(--Color-border-brand, #152A79);
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #152A79;
}
.adamo-booking-success__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 28px;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease, background-color 0.2s ease;
  border: none;
  white-space: nowrap;
}
.adamo-booking-success__btn:hover {
  opacity: 0.85;
}
.adamo-booking-success__btn--primary {
  background: #152a79;
  color: #fff;
}
.adamo-booking-success__btn--primary:hover {
  background: #0f1e56;
  opacity: 1;
}
.adamo-booking-success__btn--dark {
  background: #0a0a0a;
  color: #fff;
}
.adamo-booking-success__btn--outline {
  border: 1.5px solid #d4d4d4;
  background: #fff;
  color: #0a0a0a;
}
@media (max-width: 640px) {
  .adamo-booking-success {
    padding: 40px 16px;
  }
  .adamo-booking-success__inner {
    gap: 24px;
  }
  .adamo-booking-success__title {
    font-size: 28px;
  }
  .adamo-booking-success__message {
    font-size: 16px;
  }
  .adamo-booking-success__card {
    padding: 4px 20px;
  }
  .adamo-booking-success__details {
    grid-template-columns: 1fr;
  }
  .adamo-booking-success__divider {
    display: none;
  }
  .adamo-booking-success__detail {
    padding: 16px 0;
    border-bottom: 1px solid #ececec;
  }
  .adamo-booking-success__detail:last-child {
    border-bottom: none;
  }
  .adamo-booking-success__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .adamo-booking-success__btn {
    width: 100%;
    justify-content: center;
  }
}

.tour-contact-form {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
}
.tour-contact-form__form[hidden], .tour-contact-form__error[hidden] {
  display: none !important;
}
.tour-contact-form__error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 10px;
  color: #dc2626;
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 12px 16px;
  margin-bottom: 24px;
}
.tour-contact-form__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 900px) {
  .tour-contact-form__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .tour-contact-form__row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.tour-contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tour-contact-form__field--full {
  margin-bottom: 24px;
}
.tour-contact-form__label {
  font-size: 1rem;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tour-contact-form__required {
  color: #00a8d5;
}
.tour-contact-form__input {
  width: 100%;
  height: 56px;
  padding: 8px 16px;
  border: 1px solid #ececec;
  border-radius: 12px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  color: #0a0a0a;
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
  appearance: none;
}
.tour-contact-form__input::placeholder {
  color: #a3a3a3;
  font-weight: 500;
}
.tour-contact-form__input:focus {
  border-color: #152a79;
}
.tour-contact-form__input--date {
  padding-right: 44px;
  cursor: pointer;
}
.tour-contact-form__input--date::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 12px;
  width: 24px;
  height: 100%;
  cursor: pointer;
}
.tour-contact-form__input-wrap {
  position: relative;
}
.tour-contact-form__input-wrap--date .tour-contact-form__input-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  flex-shrink: 0;
}
.tour-contact-form__select-wrap {
  position: relative;
}
.tour-contact-form__select {
  width: 100%;
  height: 56px;
  padding: 8px 44px 8px 16px;
  border: 1px solid #ececec;
  border-radius: 12px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  color: #0a0a0a;
  background: #fff;
  appearance: none;
  outline: none;
  cursor: pointer;
  transition: border-color 0.2s;
}
.tour-contact-form__select:focus {
  border-color: #152a79;
}
.tour-contact-form__select option[value=""] {
  color: #a3a3a3;
}
.tour-contact-form__select-chevron {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  flex-shrink: 0;
}
.tour-contact-form__textarea {
  width: 100%;
  min-height: 112px;
  padding: 12px;
  border: 1px solid #ececec;
  border-radius: 12px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  color: #0a0a0a;
  background: #fff;
  resize: vertical;
  outline: none;
  transition: border-color 0.2s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.tour-contact-form__textarea::placeholder {
  color: #a3a3a3;
}
.tour-contact-form__textarea:focus {
  border-color: #152a79;
}
.tour-contact-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 52px;
  padding: 12px 24px;
  background: #152a79;
  color: #fff;
  border: none;
  border-radius: 9999px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s;
  margin-bottom: 24px;
  max-width: fit-content;
}
.tour-contact-form__submit:hover {
  background: #0f1e56;
}
.tour-contact-form__submit:disabled, .tour-contact-form__submit.is-loading {
  opacity: 0.7;
  cursor: not-allowed;
}
.tour-contact-form__submit.is-loading .tour-contact-form__submit-arrow {
  display: none;
}
.tour-contact-form__submit.is-loading .tour-contact-form__submit-label {
  opacity: 0.6;
}
.tour-contact-form__submit-spinner {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: tcf-spin 0.7s linear infinite;
}
.is-loading .tour-contact-form__submit-spinner {
  display: block;
}
@keyframes tcf-spin {
  to {
    transform: rotate(360deg);
  }
}
.tour-contact-form__note {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  font-weight: 500;
  color: #737373;
  line-height: 1.4;
}
.tour-contact-form__note svg {
  flex-shrink: 0;
}
.tour-contact-form__success {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  padding: 48px 24px;
}
.tour-contact-form__success:not([hidden]) {
  display: flex;
}
.tour-contact-form__success-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tour-contact-form__success-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0;
}
.tour-contact-form__success-message {
  font-size: 1rem;
  color: #737373;
  max-width: 480px;
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .tour-contact-form {
    padding: 24px 20px;
  }
}

.contact-form {
  background: #fafafa;
  border-radius: 24px;
  padding: 32px;
  width: 100%;
}
.contact-form__form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.contact-form__form[hidden], .contact-form__error[hidden] {
  display: none !important;
}
.contact-form__error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 10px;
  color: #dc2626;
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 12px 16px;
  margin-bottom: 8px;
}
.contact-form__row {
  display: grid;
  gap: 24px;
}
.contact-form__row--2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .contact-form__row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.contact-form__field--full {
  width: 100%;
}
.contact-form__label {
  font-size: 1rem;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.4;
}
.contact-form__required {
  color: #00a8d5;
}
.contact-form__input {
  width: 100%;
  height: 56px;
  padding: 8px 16px;
  border: 1px solid #ececec;
  border-radius: 12px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  color: #0a0a0a;
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
  appearance: none;
}
.contact-form__input::placeholder {
  color: #a3a3a3;
  font-weight: 500;
}
.contact-form__input:focus {
  border-color: #152a79;
}
.contact-form__textarea {
  width: 100%;
  min-height: 146px;
  padding: 12px 16px;
  border: 1px solid #ececec;
  border-radius: 12px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  color: #0a0a0a;
  background: #fff;
  resize: vertical;
  outline: none;
  transition: border-color 0.2s;
}
.contact-form__textarea::placeholder {
  color: #a3a3a3;
}
.contact-form__textarea:focus {
  border-color: #152a79;
}
.contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  padding: 12px 24px;
  background: #152a79;
  color: #fff;
  border: none;
  border-radius: 9999px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s;
  width: fit-content;
  max-width: 100%;
}
.contact-form__submit:hover {
  background: #0f1e56;
}
.contact-form__submit:disabled, .contact-form__submit.is-loading {
  opacity: 0.7;
  cursor: not-allowed;
}
.contact-form__submit.is-loading .contact-form__submit-arrow {
  display: none;
}
.contact-form__submit.is-loading .contact-form__submit-label {
  opacity: 0.6;
}
.contact-form__submit-spinner {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: cf-spin 0.7s linear infinite;
}
.is-loading .contact-form__submit-spinner {
  display: block;
}
@keyframes cf-spin {
  to {
    transform: rotate(360deg);
  }
}
.contact-form__success {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  padding: 48px 24px;
}
.contact-form__success:not([hidden]) {
  display: flex;
}
.contact-form__success-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form__success-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0;
}
.contact-form__success-message {
  font-size: 1rem;
  color: #737373;
  max-width: 480px;
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .contact-form {
    padding: 24px 20px;
  }
}

.travel-advice-widget {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.travel-advice-widget__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.travel-advice-widget__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: #0a0a0a;
}
@media (max-width: 768px) {
  .travel-advice-widget__title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .travel-advice-widget__title {
    font-size: 24px;
  }
}
.travel-advice-widget__filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.travel-advice-widget__filter-tab {
  padding: 8px 20px;
  border-radius: 9999px;
  border: 1px solid #ececec;
  background: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  color: #737373;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.travel-advice-widget__filter-tab:hover {
  border-color: #0a0a0a;
  color: #0a0a0a;
}
.travel-advice-widget__filter-tab--active {
  background: #0a0a0a;
  border-color: #0a0a0a;
  color: #fff;
}
.travel-advice-widget__filter-tab--active:hover {
  color: #fff;
}
.travel-advice-widget__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}
@media (max-width: 1024px) {
  .travel-advice-widget__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .travel-advice-widget__grid {
    grid-template-columns: 1fr;
  }
}
.travel-advice-widget__loading {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  color: #737373;
  font-size: 16px;
}
.travel-advice-widget__no-posts {
  grid-column: 1/-1;
  text-align: center;
  padding: 60px 20px;
  color: #737373;
  font-size: 16px;
  margin: 0;
}

.ta-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.ta-card__image-wrap {
  position: relative;
  height: 288px;
  overflow: hidden;
  flex-shrink: 0;
}
.ta-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.ta-card:hover .ta-card__image-wrap img {
  transform: scale(1.04);
}
.ta-card__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #f15d5e;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  padding: 6px 10px;
  border-radius: 8px;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 1;
}
.ta-card__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  flex: 1;
}
.ta-card__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.ta-card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #0a0a0a;
  margin: 0;
}
.ta-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.ta-card__title a:hover {
  color: #f15d5e;
}
.ta-card__excerpt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #737373;
  margin: 0;
}
.ta-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 10px 24px;
  border: 1px solid #ececec;
  border-radius: 9999px;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #0a0a0a;
  text-decoration: none;
  text-align: center;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}
.ta-card__btn:hover {
  background: #0a0a0a;
  color: #fff;
  border-color: #0a0a0a;
}

.breadcrumb {
  width: 100%;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb__item {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  text-align: left;
}
.breadcrumb__item a, .breadcrumb__item--current {
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.breadcrumb__item a {
  transition: opacity 0.2s ease;
}
.breadcrumb__item a:hover {
  text-decoration: underline;
}
.breadcrumb__separator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline: 6px;
  color: inherit;
  flex-shrink: 0;
}
.breadcrumb__separator svg {
  display: block;
}

/*# sourceMappingURL=main.css.map */
