@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Lora:ital,wght@0,400;0,500;1,400&display=swap');

body.tas-itinerary-page {
  --safari-accent: #9a4a1a;
  --safari-text: #2f2a24;
  --safari-muted: #6f665d;
  --safari-line: #ddd5cc;
  --safari-bg-soft: #f5f2ee;
  --safari-bg-card: #fcfbf9;
  --safari-font-title: "Cormorant Garamond", "Times New Roman", serif;
  --safari-font-body: "Lora", "Georgia", serif;
  --safari-title-size: 66px;
  --safari-body-size: 18px;
}

body.tas-itinerary-page .safari-two-col-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 40px;
  align-items: start;
  width: 100%;
  padding: 0 130px 30px;
}

body.tas-itinerary-page .safari-main-content {
  min-width: 0;
}

body.tas-itinerary-page .safari-main-content .e-con.e-con-boxed > .e-con-inner {
  max-width: 100%;
}

body.tas-itinerary-page .safari-sticky-sidebar {
  position: sticky;
  top: 108px;
  align-self: start;
  background: var(--safari-bg-soft);
  border: 1px solid var(--safari-line);
  border-radius: 8px;
  padding: 18px;
}

body.tas-itinerary-page .safari-download-btn {
  display: block;
  padding: 11px 14px;
  background: var(--safari-accent);
  color: #fff;
  text-decoration: none;
  font-family: var(--safari-font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
}

body.tas-itinerary-page .safari-section-nav {
  margin-top: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--safari-line);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body.tas-itinerary-page .safari-section-nav a {
  color: var(--safari-text);
  text-decoration: none;
  font-family: var(--safari-font-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25;
  transition: color .2s ease;
}

body.tas-itinerary-page .safari-section-nav a:hover,
body.tas-itinerary-page .safari-section-nav a.is-active {
  color: var(--safari-accent);
}

body.tas-itinerary-page .safari-sidebar-contact {
  margin-top: 14px;
  padding: 14px;
  background: var(--safari-bg-card);
  border: 1px solid var(--safari-line);
  border-radius: 6px;
}

body.tas-itinerary-page .safari-sidebar-contact p,
body.tas-itinerary-page .safari-sidebar-contact a {
  margin: 0;
  color: var(--safari-muted);
  font-family: var(--safari-font-body);
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}

body.tas-itinerary-page .safari-sidebar-contact a {
  color: var(--safari-accent);
}

body.tas-itinerary-page #overview {
  background: var(--safari-bg-soft);
  border: 1px solid var(--safari-line);
  border-radius: 10px;
  padding: 34px 30px 26px;
  margin: 0 0 18px;
}

body.tas-itinerary-page #overview .elementor-widget-elementskit-heading:first-of-type {
  display: none;
}

body.tas-itinerary-page #overview .elementskit-section-title,
body.tas-itinerary-page .safari-itinerary-head h2,
body.tas-itinerary-page .safari-included-head h3 {
  font-family: var(--safari-font-title);
  font-size: var(--safari-title-size);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: 0;
  color: #241d17;
}

body.tas-itinerary-page #overview p,
body.tas-itinerary-page .safari-itinerary-panel p,
body.tas-itinerary-page .safari-included-grid li {
  font-family: var(--safari-font-body);
  font-size: var(--safari-body-size);
  line-height: 1.72;
  color: #332b24;
}

body.tas-itinerary-page #dates-rates,
body.tas-itinerary-page .elementor-element-bacdf2e,
body.tas-itinerary-page .tas-hide-price,
body.tas-itinerary-page .tas-legacy-day,
body.tas-itinerary-page .tas-legacy-includes,
body.tas-itinerary-page .tas-legacy-overview {
  display: none !important;
}

body.tas-itinerary-page .elementor-widget-ucaddon_unlimited_timeline,
body.tas-itinerary-page .uc-items-wrapper,
body.tas-itinerary-page [id^="uc_unlimited_timeline_elementor_"] {
  display: none !important;
}

body.tas-itinerary-page .safari-itinerary-modern {
  background: var(--safari-bg-soft);
  border: 1px solid var(--safari-line);
  border-radius: 10px;
  padding: 28px 24px 20px;
  margin-bottom: 18px;
}

body.tas-itinerary-page .safari-itinerary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
}

body.tas-itinerary-page .safari-itinerary-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

body.tas-itinerary-page .safari-itinerary-download {
  font-family: var(--safari-font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.8px;
  color: var(--safari-accent);
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 8px;
}

body.tas-itinerary-page .safari-itinerary-viewall {
  border: 0;
  background: var(--safari-accent);
  color: #fff;
  font-family: var(--safari-font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 18px;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
}

body.tas-itinerary-page .safari-itinerary-row {
  border-top: 1px solid var(--safari-line);
}

body.tas-itinerary-page .safari-itinerary-row:last-child {
  border-bottom: 1px solid var(--safari-line);
}

body.tas-itinerary-page .safari-itinerary-row-trigger {
  width: 100%;
  padding: 16px 8px;
  background: transparent;
  border: 0;
  display: grid;
  grid-template-columns: 95px minmax(0, 1fr) 24px;
  align-items: center;
  column-gap: 12px;
  text-align: left;
  cursor: pointer;
  transition: background-color .2s ease;
  min-height: 68px;
}

body.tas-itinerary-page .safari-itinerary-row-trigger:hover {
  background-color: #f0ebe5;
}

body.tas-itinerary-page .safari-itinerary-day {
  font-family: var(--safari-font-body);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--safari-accent);
  display: block !important;
  white-space: normal !important;
  overflow: visible !important;
}

body.tas-itinerary-page .safari-itinerary-title {
  font-family: var(--safari-font-body);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--safari-text);
  display: block !important;
  white-space: normal !important;
  overflow: visible !important;
  word-break: normal !important;
}

body.tas-itinerary-page .safari-itinerary-chevron {
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--safari-accent);
  border-bottom: 2px solid var(--safari-accent);
  transform: rotate(45deg);
  justify-self: center;
  transition: transform .2s ease;
}

body.tas-itinerary-page .safari-itinerary-row-trigger[aria-expanded="true"] .safari-itinerary-chevron {
  transform: rotate(-135deg);
}

body.tas-itinerary-page .safari-itinerary-panel {
  padding: 0 18px 14px 108px;
  overflow: visible !important;
}

body.tas-itinerary-page .safari-itinerary-panel p {
  margin: 0 !important;
  display: block !important;
  line-height: 1.72 !important;
  white-space: normal !important;
}

body.tas-itinerary-page .safari-included-section {
  background: var(--safari-bg-soft);
  border: 1px solid var(--safari-line);
  border-radius: 10px;
  padding: 26px 24px 14px;
  margin: 14px 0 8px;
}

body.tas-itinerary-page .safari-included-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

body.tas-itinerary-page .safari-included-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  background: var(--safari-accent);
  color: #fff;
  text-decoration: none;
  font-family: var(--safari-font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border-radius: 4px;
  white-space: nowrap;
}

body.tas-itinerary-page .safari-included-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

body.tas-itinerary-page .safari-included-grid ul {
  margin: 0;
  padding: 0 0 0 28px;
  list-style: disc;
}

body.tas-itinerary-page .safari-included-grid li {
  margin: 0 0 16px;
  position: static !important;
  float: none !important;
  clear: both !important;
  display: list-item !important;
  line-height: 1.72 !important;
  white-space: normal !important;
  overflow: visible !important;
}

body.tas-itinerary-page .safari-included-grid,
body.tas-itinerary-page .safari-included-grid ul {
  overflow: visible !important;
}

body.tas-itinerary-page .tas-reviews-showcase {
  background: #fff;
  padding: 32px 0 22px;
  margin-top: 6px;
}

body.tas-itinerary-page .tas-reviews-wrap {
  max-width: min(1600px, 100%);
  margin: 0 auto;
}

body.tas-itinerary-page .tas-reviews-head {
  text-align: center;
  margin-bottom: 24px;
}

body.tas-itinerary-page .tas-reviews-head h3 {
  margin: 0 0 10px;
  font-family: var(--safari-font-title);
  font-size: clamp(30px, 2.4vw, 44px);
  font-weight: 500;
  line-height: 1.12;
  color: #241d17;
}

body.tas-itinerary-page .tas-reviews-head p {
  margin: 0 auto;
  max-width: 860px;
  font-family: var(--safari-font-body);
  font-size: 16px;
  line-height: 1.7;
  color: #4b4339;
}

body.tas-itinerary-page .tas-reviews-slider {
  position: relative;
  min-width: 0;
}

body.tas-itinerary-page .tas-reviews-viewport {
  overflow: hidden;
}

body.tas-itinerary-page .tas-reviews-grid {
  display: flex;
  gap: 16px;
  transition: transform 0.35s ease;
  will-change: transform;
}

body.tas-itinerary-page .tas-review-card {
  position: relative;
  flex: 0 0 calc((100% - 32px) / 3);
  background: #fff;
  border: 1px solid #e9e1d5;
  border-radius: 14px;
  padding: 26px 18px 20px;
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.05);
}

body.tas-itinerary-page .tas-review-card::before {
  content: "“";
  position: absolute;
  top: 10px;
  left: 16px;
  font-family: var(--safari-font-title);
  font-size: 34px;
  line-height: 1;
  color: rgba(200, 154, 56, 0.36);
}

body.tas-itinerary-page .tas-review-source {
  display: none;
}

body.tas-itinerary-page .tas-review-stars {
  margin: 0 0 10px;
  color: #c89a38;
  font-size: 16px;
  letter-spacing: 0.16em;
}

body.tas-itinerary-page .tas-review-meta {
  margin: 0 0 8px;
  font-size: 13px;
  color: #7a6f61;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.tas-itinerary-page .tas-review-text {
  margin: 0;
  font-family: var(--safari-font-body);
  font-size: 17px;
  line-height: 1.8;
  color: #3f382f;
}

body.tas-itinerary-page .tas-review-text.is-collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.tas-itinerary-page .tas-review-author {
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #7a6140;
}

body.tas-itinerary-page .tas-review-toggle {
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #7a6140;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.tas-itinerary-page .tas-reviews-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: rgba(255, 255, 255, 0.92);
  color: #121212;
  font-size: 22px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

body.tas-itinerary-page .tas-reviews-nav[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

body.tas-itinerary-page .tas-reviews-prev { left: -22px; }
body.tas-itinerary-page .tas-reviews-next { right: -22px; }

body.tas-itinerary-page .tas-reviews-dots {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

body.tas-itinerary-page .tas-reviews-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b6b6b6;
  border: 0;
  padding: 0;
}

body.tas-itinerary-page .tas-reviews-dot.is-active {
  background: #1e1e1e;
}

body.tas-itinerary-page .tas-reviews-links {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

body.tas-itinerary-page .tas-reviews-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #d6c7b2;
  color: #2c241a;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(20, 18, 14, 0.06);
}

@media (max-width: 1200px) {
  body.tas-itinerary-page .safari-two-col-layout {
    padding: 0 72px 24px;
  }

  body.tas-itinerary-page .tas-review-card {
    flex: 0 0 calc((100% - 16px) / 2);
  }
}

@media (max-width: 1024px) {
  body.tas-itinerary-page {
    --safari-title-size: 52px;
    --safari-body-size: 17px;
  }

  body.tas-itinerary-page .safari-two-col-layout {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 16px 16px;
  }

  body.tas-itinerary-page .safari-sticky-sidebar {
    position: static;
    top: auto;
    margin: 0;
  }

  body.tas-itinerary-page #overview {
    padding: 24px 18px 18px;
  }

  body.tas-itinerary-page .safari-itinerary-head {
    flex-direction: column;
    align-items: flex-start;
  }

  body.tas-itinerary-page .safari-itinerary-row-trigger {
    grid-template-columns: 82px minmax(0, 1fr) 22px;
    padding: 14px 6px;
  }

  body.tas-itinerary-page .safari-itinerary-panel {
    padding: 0 8px 12px 88px;
  }
}

@media (max-width: 767px) {
  body.tas-itinerary-page {
    --safari-title-size: 40px;
    --safari-body-size: 16px;
  }

  body.tas-itinerary-page #overview {
    padding: 18px 12px 14px;
  }

  body.tas-itinerary-page .safari-itinerary-modern {
    padding: 20px 12px 14px;
  }

  body.tas-itinerary-page .safari-itinerary-actions {
    width: 100%;
    justify-content: flex-start;
  }

  body.tas-itinerary-page .safari-itinerary-row-trigger {
    grid-template-columns: 1fr auto;
    row-gap: 6px;
  }

  body.tas-itinerary-page .safari-itinerary-day,
  body.tas-itinerary-page .safari-itinerary-title {
    grid-column: 1 / 2;
  }

  body.tas-itinerary-page .safari-itinerary-chevron {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }

  body.tas-itinerary-page .safari-itinerary-panel {
    padding: 0 4px 12px;
  }

  body.tas-itinerary-page .safari-included-section {
    padding: 18px 12px 8px;
  }

  body.tas-itinerary-page .safari-included-head {
    flex-direction: column;
    align-items: flex-start;
  }

  body.tas-itinerary-page .safari-included-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  body.tas-itinerary-page .tas-reviews-grid {
    gap: 12px;
  }

  body.tas-itinerary-page .tas-review-card {
    flex: 0 0 100%;
  }

  body.tas-itinerary-page .tas-reviews-nav {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }

  body.tas-itinerary-page .tas-reviews-prev { left: 4px; }
  body.tas-itinerary-page .tas-reviews-next { right: 4px; }

  body.tas-itinerary-page .tas-reviews-links a {
    width: 100%;
    max-width: 340px;
  }
}
