/* Itinerary Hero */
.itinerary-hero .hero-top {
  position: relative;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding-bottom: 0;
}
.itinerary-hero .hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.itinerary-hero .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.itinerary-hero .hero-inner.itinerary {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 0 0 60px 20px;
  text-align: left;
  top: auto;
  bottom: auto;
  left: auto;
  transform: none;
  background: transparent;
}
.itinerary-hero .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
}

.itinerary-hero .breadcrumb a,
.itinerary-hero .breadcrumb span {
  color: rgba(255, 255, 255, 0.9);
}

.itinerary-hero .breadcrumb .active {
  color: var(--secondary);
}

/*================================
   Breadcrumb  
================================ */
.breadcrumb {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}

.breadcrumb a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--primary-font);
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #ffa43d;
}

.breadcrumb .active {
  color: #ffa43d;
}

/* ================================
Navbar
================================ */

.scenic-container-xlarge.navbar {
  background: var(--primary);
  position: sticky;
  top: auto;
  z-index: 10;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(0);
}

/* ================================
NAV TABS
 ================================*/

.scenic-container-large.nav-tabs {
  padding: 0;
  display: flex;

  gap: 0;
  white-space: nowrap;
  scroll-behavior: smooth;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0.1);
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

.scenic-container-large.nav-tabs::-webkit-scrollbar {
  display: none;
}

.scenic-container-large.nav-tabs::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

.scenic-container-large.nav-tabs::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
}

.nav-tabs a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  padding: 12px 32px;
  /* flex: 1; */
  font-size: 18px;
  font-weight: 600;
  font-family: var(--primary-font);
  line-height: 26px;
  text-align: center;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
}

.nav-tabs a:hover {
  color: white;
  background: rgba(255, 255, 255, 0.05);
}
.nav-tabs a.active {
  color: #000;
  background: #fff;
}

/* Active nav tab fix */
.nav-tabs a.active {
  position: relative;
  z-index: 2;
}

.nav-tabs a.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gold);
}

/*  ================================
LAYOUT: MAIN + SIDEBAR
================================  */
.scenic-container-large.page-body {
  padding: 30px 30px 0 30px;
}
.page-layout {
  display: grid;
  grid-template-columns: 1fr 0.4fr;
  gap: 60px;
  align-items: start;
  margin-top: 30px;
}

.main-col {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* =============================
 SHARED CARD STYLES
================================  */
/* .card {
  padding-top: 30px;
} */

.card-title h2 {
  font-family: var(--primary-font);
  font-size: 28px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 20px;

  position: relative;
}
.card p {
  color: rgba(82, 82, 82, 1);
  font-size: 16px;
  line-height: 26px;
  margin: 0px 30px 10px 0;
  font-family: var(--primary-font);
}

/* Responsive card text */

/*  ================================
SECTION: TRIP FACTS  
================================*/
.trip-facts,
.trip-overview,
.include-exclude,
.tentative-itinerary,
.additional-info,
.media-gallery {
  padding: 0;
  padding-top: 30px;
  margin: 0;
}

.trip-facts .card {
  padding-top: 0;
}
.facts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.fact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-bottom: 4px;
}

.fact-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.fact-label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.54);
  margin-bottom: 4px;
}

.fact-value {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.3;
}

/* ================================
 SECTION: TRIP OVERVIEW
 ================================  */
/* .info-text {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease;
}
.info-text.measure-full {
  -webkit-line-clamp: unset !important;
  display: block !important;
}
.additional-info.expanded .info-text {
  -webkit-line-clamp: unset;
  display: block;
} */
.overview-text {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease;
}

.overview-text.measure-full {
  -webkit-line-clamp: unset !important;
  display: block !important;
}
.trip-overview.expanded .overview-text {
  -webkit-line-clamp: unset;
  display: block;
}

.trip-overview:not(.expanded) .overview-text {
  position: relative;
}

.trip-overview:not(.expanded) .overview-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.5em;
}

.read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: none;
  padding-bottom: 1px;
  cursor: pointer;
  transition: opacity 0.2s;
  margin-top: 6px;
}
.read-more-link:hover {
  opacity: 0.7;
}

/* ================================ 
ITINERARY TOP
 ================================ */
.itinerary-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  flex-wrap: wrap;
}

/* ================================ 
CONTROLS 
================================ */
.itinerary-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.expand-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--primary-font);
  border: none;
  background: transparent;
  color: var(--primary);
  font-size: 16px;
  font-weight: 600;
  padding: 9px 18px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.02em;
}
.expand-all-btn.rotated .icon i {
  transform: rotate(180deg) !important;
}
/* .expand-all-btn:hover {
  background: var(--primary);
  color: white;
} */

.expand-all-btn .icon {
  font-size: 18px;
}

.expand-all-btn.all-open .icon {
  transform: rotate(180deg);
}

.day-list {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 32px;
}

/* ================================ 
DAY ITEM
 ================================ */
.day-item {
  position: relative;
  padding-left: 6px;
}

.day-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: -16px;
  top: 30px;
  bottom: -10px;
  width: 0;
  border-left: 0.8px dashed rgba(0, 0, 0, 0.54);
}
.day-item.open::after {
  top: 36px;
}
.day-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 6px solid var(--secondary);
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: absolute;
  left: -30px;
  top: 6px;
  transform: scale(0.6);
  transition: transform 0.3s ease;
}
.day-icon i {
  font-size: 14px;
  color: var(--secondary);
  transition:
    color 0.3s ease,
    transform 0.3s ease;
  display: none;
}
.day-item.open .day-icon {
  background: var(--secondary);
  transform: scale(1);
}

.day-item.open .day-icon i {
  color: #fff;
  display: block;
}

.day-header:hover .day-title-text,
.day-header:hover .fa-solid,
.day-header:hover .day-num::after {
  color: var(--secondary);
}

/* ================================ 
DAY HEADER
 ================================ */
.day-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 0px;
  cursor: pointer;
  transition: box-shadow 0.2s;
  user-select: none;
  border-bottom: 1px solid #d9d9d9;
}

.day-left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  min-width: 0;
}

.day-num {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--secondary);
  white-space: nowrap;
  font-family: var(--primary-font);
  transition: all 0.25s;
  min-width: 60px;
  text-align: center;
}
.day-num::after {
  content: ":";
  color: #000;
  padding-left: 5px;
  font-size: 16px;
}

.day-title-text {
  font-size: 18px;
  font-family: var(--primary);
  font-weight: 600;
  color: #000;
  line-height: 1.4;
  transition: color 0.2s;
}

.day-chevron-wrap {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: var(--warm);
  border: 1px solid var(--warm-border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s;
}

.day-chevron {
  font-size: 13px;
  transition:
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.2s;
  line-height: 1;
  display: block;
}
.day-item.open .day-chevron {
  transform: rotate(180deg);
  color: var(--white);
}

/* Responsive day items */

/* ================================ 
DAY BODY 
 ================================ */
.day-body {
  overflow: hidden;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  line-height: 1.6;
}

.day-item.open .day-body {
  opacity: 1;
  padding: 20px 0;
}

.day-body p:last-child {
  margin-bottom: 0;
}

.day-body strong {
  color: var(--text);
  font-weight: 600;
}

/* Cost Include */
.cost-include,
.cost-exclude {
  border-radius: 30px;
  padding: 26px 30px 26px 30px;
}
.cost-include {
  background: rgba(243, 129, 0, 0.09);
  margin-bottom: 30px;
}
.card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card ul li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-weight: 400;
  font-family: var(--primary-font);
  font-size: 16px;
  color: rgba(36, 36, 36, 1);
  line-height: 1.6;
}

.card ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  background: url("../images/icons/include-icon.svg") no-repeat center
    center/cover;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

/* SECTION: COST EXCLUDE  */
.cost-exclude {
  background: rgba(4, 108, 195, 0.06);
}

.cost-exclude .card ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icons/exclude-icon.svg") no-repeat center
    center/cover;
  flex-shrink: 0;
  margin-top: 4px;
}

/* Gallery */
.media-row {
  display: grid;
  gap: 12px;
  margin-bottom: 12px;
}

.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

/* Items */
.media-item {
  border-radius: 16px;
  overflow: hidden;
}
.cols-3 .media-item img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.cols-2 .media-item img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.media-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
/* 
.gallery-row {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
}

.row-3 {
  grid-template-columns: repeat(3, 1fr);
}

.row-2 {
  grid-template-columns: repeat(2, 1fr);
}

.row-3 .gallery-item img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.row-2 .gallery-item img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}


.gallery-item {
  display: block;
  border-radius: 16px;
  overflow: hidden;
} */
/* =============
Sidebar
============= */
.sidebar-col {
  position: sticky;
  display: flex;
  flex-direction: column;
  gap: 36px;
  top: 180px;
  z-index: 8;
  height: fit-content;
  transition: opacity 0.3s ease;
}
.booking-card,
.map-card {
  margin: 0;
  padding: 0;
}

.booking-widget {
  background: white;
  border-radius: 10px;
  padding: 28px 24px 24px;
  box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}

.booking-ribbon {
  position: absolute;
  top: 36px;
  left: -50px;
  width: 220px;
  background: var(--primary);
  text-align: center;
  padding: 7px 0;
  transform: rotate(-42deg);
}

.ribbon-badge {
  color: white;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 600;
  display: block;
  transform: rotate(0deg);
}

/* Days badge */
.days-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--secondary);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 24px 8px;
}
.booking-body {
  margin-top: 40px;
  text-align: center;
}
.price-from {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
  font-family: var(--primary-font);
  color: rgba(56, 56, 56, 1);
}

.price-amount {
  font-size: 28px;
  font-weight: 700;
  color: rgba(56, 56, 56, 1);
  font-family: var(--primary-font);
  line-height: 26px;
}

.price-amount span {
  font-weight: 500;
  font-size: 15px;
}
.map-card .image-gallery a,
.map-card .image-gallery a img {
  width: 100%;
  display: block;
}
/* Button updates */
.btn-booking {
  width: 100%;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  font-family: var(--primary-font);
  border: none;
  cursor: pointer;
  margin: 12px 0 12px 0;

  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
}
.btn-booking:hover {
  transform: scale(1.03);
}

.btn-outline-group {
  cursor: pointer;
  padding: 8px 20px;
  margin: 8px 0 0 0;
  font-size: 16px;
}
.btn-outline-group:hover {
  transform: scale(1);
  color: var(--secondary);
}
/* ================================
GROUP RATE DROPDOWN 
================================ */

.group-rate-wrapper {
  width: 100%;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.group-rate-dropdown {
  display: block;
  transform-origin: 50% 0%;
  overflow: hidden;
  width: 100%;
  background: #fff;

  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  margin-top: 6px;

  opacity: 0;
  transform-origin: top;
  transition:
    transform 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1),
    max-height 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  max-height: 0;
}
.group-rate-dropdown.conditionalOpen {
  transform: scaleY(1);
  opacity: 1;
  max-height: 500px;
}

.group-rate-dropdown.conditionalClose {
  transform: scaleY(0);
  opacity: 0;
  max-height: 0;
}
/* ULTRA-SLOW 6-STEP KEYFRAMES */
@keyframes conditionalOpen {
  0% {
    transform: scaleY(0);
    opacity: 0;
    max-height: 0;
  }
  15% {
    transform: scaleY(0.15);
    opacity: 0.15;
    max-height: 75px;
  }
  30% {
    transform: scaleY(0.3);
    opacity: 0.3;
    max-height: 150px;
  }
  50% {
    transform: scaleY(0.55);
    opacity: 0.55;
    max-height: 275px;
  }
  75% {
    transform: scaleY(0.85);
    opacity: 0.85;
    max-height: 425px;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
    max-height: 500px;
  }
}

@keyframes conditionalClose {
  0% {
    transform: scaleY(1);
    opacity: 1;
    max-height: 500px;
  }
  20% {
    transform: scaleY(0.8);
    opacity: 0.8;
    max-height: 400px;
  }
  40% {
    transform: scaleY(0.6);
    opacity: 0.6;
    max-height: 300px;
  }
  60% {
    transform: scaleY(0.35);
    opacity: 0.35;
    max-height: 175px;
  }
  80% {
    transform: scaleY(0.15);
    opacity: 0.15;
    max-height: 75px;
  }
  100% {
    transform: scaleY(0);
    opacity: 0;
    max-height: 0;
  }
}

/* Row */
.group-rate-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: background 0.15s ease;
}

.group-rate-item:last-child {
  border-bottom: none;
}

.group-rate-item:hover {
  background: rgba(243, 129, 0, 0.07);
}

.pax-label {
  font-family: var(--primary-font);
  font-size: 15px;
  font-weight: 600;
  color: rgba(36, 36, 36, 1);
}
.group-rate-item.selected {
  background: var(--secondary);
  color: #fff;
  border-radius: 6px;
}

/* Keep text readable inside selected */
.group-rate-item.selected .rate-label,
.group-rate-item.selected .rate-price,
.group-rate-item.selected .pax-label {
  color: #fff;
}
.rate-right {
  text-align: right;
}

.rate-label {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 2px;
}

.rate-price {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary, #f38100);
  font-family: var(--primary-font);
}

.btn-instant {
  background: white;
  color: var(--primary);
  border: 1px solid var(--primary);
}

.btn-solid-blue {
  background: var(--primary);
  color: white;
  border: 1px solid var(--primary);
}

.btn-solid-blue:hover,
.btn-instant:hover {
  background: var(--secondary);
  color: white;
  border: 1px solid var(--secondary);
}

/* =============
Image Flexbox
============ */

.image-gallery a img {
  max-width: 100%;
  object-fit: cover;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  cursor: pointer;
}

.image-gallery a img:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
/* ================
Related Trips 
============= */
.scenic-container-large.related-trips {
  padding: 40px 20px 80px 50px;
}
.related-trips .trip-grid {
  grid-template-columns: repeat(4, 1fr);
}

/* ==============
 1200px 
=============== */
@media (max-width: 1200px) {
  .page-layout {
    margin-top: 0;
  }
  .nav-tabs a {
    font-size: 17px;
    padding: 12px 10px;
    flex: 1;
  }
  .card-title h2 {
    font-size: 24px;
  }

  .price-amount {
    font-size: 26px;
  }
  .btn-booking {
    font-size: 17px;
  }
}

/*  992px  */
@media (max-width: 992px) {
  /* Layout switch */
  .page-layout {
    display: block;
  }

  /* Sidebar unsticks on tablet */
  .sidebar-col {
    position: static;
    margin-top: 40px;
  }

  /* Nav tabs */
  .nav-tabs a {
    font-size: 14px;
  }

  .hero-content {
    padding: 60px 30px;
  }
  .breadcrumb {
    font-size: 14px;
  }
  .breadcrumb a {
    font-size: 14px;
  }

  /* Cards */
  .card-title h2 {
    font-size: 22px;
  }
  .card p {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
  }

  /* Facts */
  .fact-label {
    font-size: 13px;
  }
  .fact-value {
    font-size: 15px;
  }

  .day-num::after {
    font-size: 15px;
  }

  .expand-all-btn {
    font-size: 15px;
  }

  /* Cost list */
  .card ul li {
    font-size: 15px;
  }

  /* Booking */
  .price-from {
    font-size: 15px;
  }
  .price-amount {
    font-size: 26px;
  }
  .btn-booking {
    font-size: 16px;
    padding: 13px 18px;
  }
}
@media (max-width: 992px) {
  .itinerary-hero .hero-top {
    height: 65vh;
    height: 65svh;
  }

  .itinerary-hero .hero-inner.itinerary h1 {
    font-size: 42px;
    line-height: 48px;
  }

  .itinerary-hero .hero-inner.itinerary {
    padding-bottom: 36px;
  }
}

/*===========
 900px 
============= */
@media (max-width: 900px) {
  .itinerary-hero .hero-top {
    display: block;
    height: auto;
    min-height: auto;
  }
  .itinerary-hero .hero-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }

  .itinerary-hero .hero-image {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
  }
  .hero-inner {
    text-align: left;
  }
  .itinerary-hero .hero-inner.itinerary {
    position: relative;
    padding: 24px 20px;
    text-align: left;
  }

  /* Facts grid */
  .facts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  /* Booking */
  .price-amount {
    font-size: 24px;
  }
  .btn-booking {
    font-size: 15px;
  }
  .ribbon-badge {
    font-size: 16px;
  }
  .days-badge {
    font-size: 16px;
  }
  .cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .cols-2 {
    grid-template-columns: 1fr;
  }
}

/* =========
 768px 
========== */
@media (max-width: 768px) {
  .itinerary-hero .hero-inner.itinerary h1 {
    font-size: 34px;
    line-height: 40px;
  }

  .itinerary-hero .hero-inner.itinerary {
    padding: 12px 20px;
  }
  .breadcrumb {
    font-size: 13px;
  }
  .breadcrumb a {
    font-size: 13px;
  }

  /* Page body padding */
  .scenic-container-large.page-body {
    padding: 30px 24px 0 24px;
  }

  .card p {
    font-size: 14px;
    line-height: 22px;
  }

  /* Facts */
  .fact-label {
    font-size: 12px;
  }
  .fact-value {
    font-size: 13px;
  }
  .fact-icon {
    width: 32px;
    height: 32px;
  }
  .fact-item {
    gap: 10px;
  }

  .expand-all-btn {
    width: 100%;
    justify-content: center;
    font-size: 14px;
    padding: 8px 14px;
  }

  /* Day items */
  .day-header {
    padding: 12px 0;
    padding-left: 5px;
  }
  .day-title-text {
    font-size: 16px;
  }
  .day-num {
    font-size: 14px;
  }
  .day-num::after {
    font-size: 13px;
  }

  /* Cost */
  .cost-include,
  .cost-exclude {
    padding: 24px 24px 12px 20px;
    border-radius: 20px;
  }
  .card ul li {
    font-size: 14px;
  }
  .card ul li::before {
    width: 16px;
    height: 16px;
  }
  /* Read more */
  .read-more-link {
    font-size: 13px;
  }

  /* Booking */
  .price-from {
    font-size: 14px;
  }
  .price-amount {
    font-size: 22px;
  }
  .price-amount span {
    font-size: 13px;
  }
  .btn-booking {
    font-size: 15px;
    padding: 12px 16px;
  }
  .ribbon-badge {
    font-size: 15px;
  }
  .days-badge {
    font-size: 15px;
    padding: 20px 7px;
  }

  /* Pax/rate dropdown */
  .pax-label {
    font-size: 14px;
  }
  .rate-price {
    font-size: 15px;
  }
  .rate-label {
    font-size: 10px;
  }

  /* Related trips */
  .scenic-container-large.related-trips {
    padding: 30px 24px 50px;
  }
  .related-trips .trip-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* =================
 600px 
=================
 */
@media (max-width: 600px) {
  .itinerary-hero .hero-inner.itinerary h1 {
    font-size: 28px;
    line-height: 34px;
  }

  .breadcrumb {
    font-size: 12px;
  }
  .breadcrumb a {
    font-size: 12px;
  }

  /* Page body */
  .scenic-container-large.page-body {
    padding: 20px 16px 0 16px;
  }

  /* Facts */
  .facts-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .fact-label {
    font-size: 11px;
    letter-spacing: 0.04em;
  }
  .fact-value {
    font-size: 12px;
  }
  .fact-icon {
    width: 28px;
    height: 28px;
  }

  /* Day items */
  .day-list {
    padding-left: 24px;
  }
  .day-icon {
    left: -24px;
    height: 24px;
    width: 24px;
  }
  .day-item.open::after {
    top: 32px;
  }
  .day-item:not(:last-child)::after {
    left: -12px;
  }

  .day-left {
    gap: 8px;
  }
  .expand-all-btn {
    font-size: 13px;
  }

  /* Cost */
  .cost-include,
  .cost-exclude {
    padding: 18px 16px 10px 16px;
    border-radius: 14px;
  }
  .card ul li {
    font-size: 13px;
    gap: 10px;
  }

  /* Booking */
  .price-from {
    font-size: 13px;
  }
  .price-amount {
    font-size: 20px;
  }
  .price-amount span {
    font-size: 12px;
  }
  .btn-booking {
    font-size: 14px;
    padding: 11px 14px;
    line-height: 22px;
  }
  .ribbon-badge {
    font-size: 14px;
  }
  .days-badge {
    font-size: 14px;
    padding: 18px 6px;
  }
  .pax-label {
    font-size: 13px;
  }
  .rate-price {
    font-size: 14px;
  }
  .cols-3,
  .cols-2 {
    grid-template-columns: 1fr;
  }
  /* Gallery */
  /* .gallery-itinerary {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.8em;
  }
  .gallery-itinerary .gallery-item:nth-child(4),
  .gallery-itinerary .gallery-item:nth-child(5) {
    grid-row: auto !important;
    grid-column: auto !important;
  } */
}

/* =======
 480px 
================= */
@media (max-width: 480px) {
  .hero-inner {
    padding-bottom: 40px;
  }

  /* Nav tabs */
  .nav-tabs a {
    font-size: 12px;
  }

  /* Facts */
  .facts-grid {
    gap: 12px;
  }
  .fact-label {
    font-size: 10px;
  }
  .fact-value {
    font-size: 12px;
  }
  .day-left {
    display: block;
  }
  .day-item.open .day-body {
    padding: 8px 0;
  }
  .day-num {
    font-size: 14px;
    text-align: left;
    margin-bottom: 4px;
  }

  .price-amount {
    font-size: 18px;
  }
  .btn-booking {
    font-size: 13px;
    padding: 10px 12px;
  }
  .ribbon-badge {
    font-size: 13px;
  }
  .days-badge {
    font-size: 13px;
    padding: 16px 6px;
  }
}

/* ========
 360px 
============ */
@media (max-width: 360px) {
  .breadcrumb {
    font-size: 10px;
  }
  .breadcrumb a {
    font-size: 10px;
  }

  /* Facts */
  .fact-label {
    font-size: 9px;
  }
  .fact-value {
    font-size: 11px;
  }

  /* Day items */
  .day-title-text {
    font-size: 14px;
  }

  /* Booking */
  .price-amount {
    font-size: 16px;
  }
  .btn-booking {
    font-size: 12px;
    padding: 9px 10px;
  }

  .cost-include,
  .cost-exclude {
    padding: 14px 12px 8px 12px;
    border-radius: 10px;
  }
}
@media (max-width: 1200px) {
  .related-trips .trip-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .card-overlay span {
    font-size: 17px;
  }
}

@media (max-width: 992px) {
  .related-trips .trip-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .scenic-container-large.related-trips {
    padding: 30px 20px 60px;
  }
  .card-overlay span {
    font-size: 16px;
  }
  .duration-badge {
    font-size: 14px;
    padding: 5px 14px;
  }
}

@media (max-width: 900px) {
  .related-trips .trip-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .trip-card {
    height: 280px;
  }
}

@media (max-width: 600px) {
  .trip-facts,
  .trip-overview,
  .include-exclude,
  .tentative-itinerary,
  .additional-info,
  .media-gallery {
    padding-top: 10px;
  }
  .related-trips .trip-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .scenic-container-large.related-trips {
    padding: 24px 16px 40px;
  }
  .trip-card {
    height: 260px;
  }
  .itinerary-top {
    padding-bottom: 0;
  }
  .card-overlay span {
    font-size: 15px;
  }
  .card-overlay {
    padding: 20px 16px;
  }
  .duration-badge {
    font-size: 13px;
    padding: 4px 12px;
    top: 12px;
    right: 12px;
  }
}

@media (max-width: 480px) {
  .trip-card {
    height: 240px;
  }
  .card-overlay span {
    font-size: 14px;
  }
  .card-overlay {
    padding: 16px 14px;
    gap: 16px;
  }
  .duration-badge {
    font-size: 12px;
    padding: 4px 10px;
  }
  .arrow-circle {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 360px) {
  .trip-card {
    height: 220px;
  }
  .card-overlay span {
    font-size: 13px;
  }
  .card-overlay {
    padding: 14px 12px;
  }
}
