/* Tour Packages pages */

.tour-page {
  background: #f7f9fc;
}

.tour-page .header {
  background: #fff;
  box-shadow: 0 1px 16px rgba(15, 31, 61, 0.08);
}

.tp-main {
  padding-top: 88px;
}

.tp-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  color: #fff;
  background: #1a3348;
}

.tp-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.tp-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.tp-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 22, 42, 0.62) 0%, rgba(8, 22, 42, 0.28) 48%, rgba(8, 22, 42, 0.08) 100%),
    linear-gradient(180deg, rgba(8, 22, 42, 0.12) 0%, rgba(8, 22, 42, 0.05) 50%, rgba(8, 22, 42, 0.28) 100%);
}

.tp-hero__inner {
  position: relative;
  z-index: 2;
  padding: 48px 0 160px;
  overflow: visible;
}

.tp-kicker {
  letter-spacing: 0.22em;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 10px;
}

.tp-kicker,
.tp-hero h1,
.tp-hero p,
.tp-page-hero h1,
.tp-page-hero p,
.tp-cta h2,
.tp-cta p {
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
}

.tp-hero h1 {
  color: #fff;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 18px;
  overflow: visible;
}

.tp-hero__picks {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 20px;
}

.tp-hero__chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  flex: 0 0 auto;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.tp-hero__chip--featured {
  padding: 11px 22px;
  font-size: 17px;
  font-weight: 700;
  gap: 10px;
  background: rgba(255, 255, 255, 0.24);
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}

.tp-hero__chip--featured i {
  font-size: 18px;
}

.tp-hero__chip--price {
  background: #ff6600;
  border-color: #ff6600;
  text-shadow: none;
}

.tp-hero__chip--price strong {
  font-size: 16px;
  font-weight: 800;
  margin-left: 4px;
}

.tp-hero__lead {
  max-width: min(540px, 100%);
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 6px;
}

.tp-hero__sub {
  max-width: min(540px, 100%);
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}

.tp-features {
  position: relative;
  z-index: 2;
  margin-top: -78px;
  padding: 0 0 28px;
}

.tp-features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  background: #fff;
  border-radius: 22px;
  padding: 22px 18px;
  box-shadow: 0 18px 50px rgba(16, 38, 71, 0.12);
}

.tp-feature {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 6px 10px;
}

.tp-feature__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #eaf3ff;
  color: #0f56aa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.tp-feature h3 {
  margin: 0 0 2px;
  font-size: 15px;
  font-weight: 700;
  color: #163a6b;
}

.tp-feature p {
  margin: 0;
  font-size: 13px;
  color: #6b7a90;
}

.tp-section {
  padding: 28px 0 8px;
}

.tp-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.tp-section-head h2 {
  margin: 0 0 6px;
  font-size: 30px;
  font-weight: 700;
  color: #163a6b;
}

.tp-section-head p {
  margin: 0;
  color: #66758a;
  font-size: 15px;
}

.tp-link {
  color: #0f56aa;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}

.tp-link:hover {
  color: #ff6600;
}

.tp-destinations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.tp-dest-card {
  position: relative;
  display: block;
  height: 280px;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  background: #1b3a5a;
  box-shadow: 0 12px 30px rgba(16, 38, 71, 0.14);
}

.tp-dest-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.tp-dest-card:hover img {
  transform: scale(1.06);
}

.tp-dest-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 18, 36, 0.05) 30%, rgba(8, 18, 36, 0.78) 100%);
}

.tp-dest-card__body {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.tp-dest-card h3 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 28px;
  font-weight: 700;
}

.tp-dest-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
}

.tp-dest-card__go {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Destinations that are not bookable yet: dimmed, not clickable, flagged "Coming soon". */
.tp-dest-card--soon {
  cursor: default;
}

.tp-dest-card--soon img {
  filter: grayscale(0.55) brightness(0.82);
}

.tp-dest-card--soon:hover img {
  transform: none;
}

.tp-dest-card--soon .tp-dest-card__shade {
  background: linear-gradient(180deg, rgba(8, 18, 36, 0.12) 25%, rgba(8, 18, 36, 0.76) 100%);
}

.tp-soon-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #163a6b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tp-soon-tag i {
  color: #ff6600;
}

.tp-soon-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.tp-soon-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.tp-soon-card {
  position: relative;
  display: grid;
  grid-template-columns: 200px 1fr;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(16, 38, 71, 0.08);
}

.tp-soon-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.4);
}

.tp-soon-card__body {
  padding: 22px;
}

.tp-soon-card h3 {
  margin: 10px 0 8px;
  color: #163a6b;
  font-size: 22px;
}

.tp-soon-card p {
  margin: 0 0 14px;
  color: #66758a;
  font-size: 14px;
}

.tp-soon-card .tp-soon-tag {
  position: static;
  background: #eef3fb;
}

.foot-soon {
  opacity: 0.6;
  cursor: default;
}

.tp-dest-nav span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px dashed rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 600;
  cursor: default;
}

.tp-pkg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.tp-pkg-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(16, 38, 71, 0.08);
  border: 1px solid #eef2f7;
  display: flex;
  flex-direction: column;
  color: inherit;
}

.tp-pkg-card:hover {
  color: inherit;
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(16, 38, 71, 0.14);
}

.tp-pkg-card__media {
  position: relative;
  height: 200px;
  background: #d7e3f0;
  display: block;
}

.tp-pkg-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tp-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.tp-badge--green {
  background: #22a45a;
}

.tp-badge--blue {
  background: #1d6fd8;
}

.tp-pkg-card__body {
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.tp-pkg-card h2,
.tp-pkg-card h3 {
  margin: 0 0 4px;
  font-size: 20px;
  color: #163a6b;
  font-weight: 700;
}

.tp-pkg-card h2 a,
.tp-pkg-card h3 a {
  color: inherit;
}

.tp-pkg-card .tp-sub {
  margin: 0 0 12px;
  font-size: 13px;
  color: #7a8799;
}

.tp-checks {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}

.tp-checks li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  color: #4d5d73;
  font-size: 14px;
}

.tp-checks li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 1px;
  color: #22a45a;
  font-size: 12px;
}

.tp-pkg-card__foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.tp-pkg-card__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin-left: auto;
}

.tp-price {
  color: #163a6b;
  font-weight: 700;
  font-size: 15px;
}

.tp-price span {
  font-weight: 500;
  color: #7a8799;
  font-size: 13px;
}

.tp-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #d7e3f4;
  color: #0f56aa;
  background: #fff;
}

.tp-btn:hover {
  background: #0f56aa;
  color: #fff;
  border-color: #0f56aa;
}

.tp-btn.tp-btn--call {
  background: #ff6600;
  color: #fff;
  border-color: #ff6600;
}

.tp-btn.tp-btn--call:hover {
  background: #e55c00;
  color: #fff;
  border-color: #e55c00;
}

.tp-btn-orange {
  background: #ff6600;
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 14px 28px;
  font-weight: 700;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tp-btn-orange:hover {
  background: #e85d00;
  color: #fff;
}

.tp-resorts-wrap {
  position: relative;
}

.tp-resorts {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 4px 2px 12px;
}

.tp-resorts::-webkit-scrollbar {
  display: none;
}

.tp-resort {
  flex: 0 0 270px;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #eef2f7;
  box-shadow: 0 8px 22px rgba(16, 38, 71, 0.07);
  color: inherit;
}

.tp-resort:hover {
  color: inherit;
}

.tp-resort__media {
  position: relative;
  height: 150px;
}

.tp-resort__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tp-photo-count {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: rgba(20, 28, 40, 0.72);
  color: #fff;
  border-radius: 8px;
  font-size: 12px;
  padding: 3px 8px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.tp-resort__body {
  padding: 12px 14px 14px;
}

.tp-resort h3 {
  margin: 0 0 4px;
  font-size: 16px;
  color: #163a6b;
}

.tp-meta {
  margin: 0 0 6px;
  font-size: 12px;
  color: #7a8799;
}

.tp-stars {
  color: #f5b301;
  font-size: 13px;
  font-weight: 600;
}

.tp-stars span {
  color: #7a8799;
  font-weight: 500;
}

.tp-carousel-btn {
  position: absolute;
  top: 68px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 20px rgba(16, 38, 71, 0.16);
  color: #163a6b;
  z-index: 2;
}

.tp-carousel-btn--prev {
  left: -12px;
}

.tp-carousel-btn--next {
  right: -12px;
}

.tp-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  padding-bottom: 20px;
}

.tp-place-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #eef2f7;
  box-shadow: 0 10px 28px rgba(16, 38, 71, 0.08);
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  min-height: 230px;
}

.tp-place-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tp-place-card__body {
  padding: 22px 22px 18px;
}

.tp-place-card h3 {
  margin: 0 0 8px;
  color: #163a6b;
  font-size: 22px;
}

.tp-place-card p {
  margin: 0 0 16px;
  color: #66758a;
  font-size: 14px;
}

.tp-mini-links {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}

.tp-mini-links li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #163a6b;
  font-size: 14px;
  font-weight: 600;
}

.tp-mini-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #163a6b;
}

.tp-mini-links a:hover {
  color: #0f56aa;
}

.tp-mini-links i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #eaf3ff;
  color: #0f56aa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.tp-cta {
  position: relative;
  margin: 28px 0 0;
  min-height: 280px;
  overflow: hidden;
  background: #1a3348;
}

.tp-cta img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tp-cta__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 18, 36, 0.45), rgba(8, 18, 36, 0.22));
}

.tp-cta__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 72px 16px 64px;
}

.tp-cta h2 {
  color: #fff;
  font-size: clamp(28px, 4vw, 42px);
  margin: 0 0 10px;
}

.tp-cta p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 22px;
}

.tp-script {
  margin-top: 22px;
  font-family: "Great Vibes", cursive;
  font-size: 32px;
  color: #fff;
}

/* Destination pages */

.tp-page-hero {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  color: #fff;
  background: #1a3348;
}

.tp-page-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tp-page-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 22, 42, 0.58), rgba(8, 22, 42, 0.18));
}

.tp-page-hero__inner {
  position: relative;
  z-index: 1;
  padding: 72px 0 56px;
}

.tp-crumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.tp-crumb li + li::before {
  content: "·";
  margin-right: 6px;
  color: rgba(255, 255, 255, 0.6);
}

.tp-dest-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.tp-dest-nav a {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  padding: 7px 16px;
  font-weight: 600;
  font-size: 14px;
}

.tp-dest-nav a.is-active,
.tp-dest-nav a:hover {
  background: #fff;
  color: #163a6b;
}

.tp-seo-intro {
  max-width: min(820px, 100%);
  color: #4d5d73;
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 22px;
}

.tp-faq {
  padding-bottom: 28px;
}

.tp-faq details {
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 14px;
  padding: 14px 18px;
  margin-bottom: 10px;
}

.tp-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: #163a6b;
}

.tp-faq p {
  margin: 10px 0 0;
  color: #4d5d73;
}

.tp-crumb a {
  color: #fff;
}

.tp-page-hero h1 {
  color: #fff;
  margin: 0 0 10px;
  font-size: clamp(32px, 4vw, 48px);
}

.tp-page-hero p {
  max-width: min(620px, 100%);
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

.tp-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 8px 0 22px;
}

.tp-tabs button {
  border: 1px solid #d7e3f4;
  background: #fff;
  color: #163a6b;
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tp-tabs button.is-active {
  background: #0f56aa;
  border-color: #0f56aa;
  color: #fff;
}

.tp-empty {
  display: none;
  text-align: center;
  padding: 40px 16px;
  color: #66758a;
}

#packages,
#resorts {
  scroll-margin-top: 100px;
}

@media (max-width: 991.98px) {
  .tp-features__grid,
  .tp-destinations,
  .tp-pkg-grid,
  .tp-split,
  .tp-soon-grid,
  .tp-place-card {
    grid-template-columns: 1fr 1fr;
  }

  .tp-soon-grid {
    grid-template-columns: 1fr;
  }

  .tp-place-card {
    min-height: 0;
  }

  .tp-place-card img {
    min-height: 180px;
  }
}

@media (max-width: 767.98px) {
  .tour-page {
    overflow-x: hidden;
  }

  .tour-page .header .btn-getstarted,
  .tour-page .header .btn-getstarted:focus {
    font-size: 12px;
    padding: 6px 10px;
    white-space: nowrap;
  }

  .tour-page .header .btn-getstarted.btn-book-online {
    font-size: 0;
    padding: 6px 9px;
    line-height: 1;
  }

  .tour-page .header .btn-getstarted.btn-book-online i {
    font-size: 14px;
    margin: 0;
  }

  .tour-page .container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tp-main {
    padding-top: 72px;
  }

  .tp-hero {
    min-height: 0;
    overflow-x: hidden;
  }

  .tp-hero__media img {
    object-position: center;
  }

  .tp-hero__shade {
    background:
      linear-gradient(180deg, rgba(8, 22, 42, 0.55) 0%, rgba(8, 22, 42, 0.38) 45%, rgba(8, 22, 42, 0.62) 100%);
  }

  .tp-hero__inner {
    padding: 24px 0 132px;
    max-width: 100%;
  }

  .tp-hero h1,
  .tp-page-hero h1 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 12px;
    max-width: calc(100vw - 32px);
    overflow-wrap: break-word;
  }

  .tp-hero__picks {
    gap: 8px;
    width: 100%;
    margin-bottom: 14px;
  }

  .tp-hero__chip {
    white-space: nowrap;
    font-size: 12px;
    padding: 7px 12px;
    gap: 6px;
    max-width: 100%;
  }

  .tp-hero__chip--featured {
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 700;
    gap: 7px;
    white-space: nowrap;
  }

  .tp-hero__chip--featured i {
    font-size: 14px;
  }

  .tp-hero__chip--price {
    font-size: 12px;
  }

  .tp-hero__chip--price strong {
    font-size: 13px;
    margin-left: 2px;
  }

  .tp-hero__lead,
  .tp-hero__sub,
  .tp-page-hero p,
  .tp-seo-intro {
    display: block;
    width: auto;
    max-width: calc(100vw - 40px) !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .tp-hero__lead {
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 8px;
  }

  .tp-hero__sub {
    font-size: 14px;
  }

  .tp-seo-intro {
    max-width: calc(100vw - 48px) !important;
    padding-right: 4px;
  }

  .tp-features {
    margin-top: -72px;
    padding: 0 0 12px;
  }

  .tp-features__grid {
    padding: 16px 14px;
    gap: 10px;
    border-radius: 18px;
  }

  .tp-features__grid,
  .tp-destinations,
  .tp-pkg-grid,
  .tp-split,
  .tp-soon-grid,
  .tp-soon-card,
  .tp-place-card {
    grid-template-columns: 1fr;
  }

  .tp-soon-card img {
    height: 170px;
  }

  .tp-feature {
    padding: 6px 4px;
  }

  .tp-feature__icon {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  .tp-section {
    padding: 18px 0 4px;
  }

  .tp-section-head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .tp-section-head h2 {
    font-size: 24px;
  }

  .tp-dest-card {
    height: 220px;
  }

  .tp-dest-card h3 {
    font-size: 24px;
  }

  .tp-pkg-card__media {
    height: 180px;
  }

  .tp-pkg-card__body {
    padding: 16px 14px 14px;
  }

  .tp-pkg-card__foot {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .tp-pkg-card__actions {
    margin-left: 0;
    width: 100%;
    flex-direction: column;
  }

  .tp-pkg-card__actions .tp-btn {
    width: 100%;
    justify-content: center;
    min-height: 42px;
    padding: 10px 12px;
    font-size: 14px;
  }

  .tp-carousel-btn {
    display: none;
  }

  .tp-place-card img {
    height: 180px;
  }

  .tp-page-hero {
    min-height: 0;
    overflow-x: hidden;
  }

  .tp-page-hero__inner {
    padding: 28px 0 24px;
  }

  .tp-page-hero h1 {
    font-size: 26px;
    max-width: 100%;
  }

  .tp-page-hero p {
    max-width: 100% !important;
    font-size: 14px;
  }

  .tp-dest-nav {
    gap: 8px;
    margin-top: 14px;
  }

  .tp-dest-nav a {
    padding: 6px 12px;
    font-size: 13px;
  }

  .tp-tabs {
    flex-wrap: wrap;
    overflow: visible;
    margin-bottom: 16px;
    width: 100%;
  }

  .tp-tabs button {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    padding: 7px 12px;
    font-size: 13px;
    white-space: nowrap;
  }

  .tp-cta__inner {
    padding: 48px 16px 40px;
  }

  .tp-btn-orange {
    padding: 12px 20px;
    font-size: 15px;
  }

  .tp-script {
    font-size: 26px;
  }
}

@media (max-width: 479.98px) {
  .tour-page .header .btn-getstarted.btn-book-online {
    display: none;
  }

  .tp-hero__chip--price {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  .tour-page .header .container-fluid.container-xl {
    overflow: visible;
  }

  .tour-page .header .header-whatsapp {
    display: none;
  }

  .tour-page .header .btn-getstarted:not(.btn-book-online) {
    font-size: 0;
    padding: 8px 11px;
    margin-left: 8px;
    min-width: 40px;
    min-height: 40px;
  }

  .tour-page .header .btn-getstarted:not(.btn-book-online) i {
    font-size: 15px;
    margin: 0;
  }

  .tour-page .header .btn-getstarted.btn-book-online {
    font-size: 0;
    padding: 8px 11px;
    min-width: 40px;
    min-height: 40px;
  }

  .tour-page .header .btn-getstarted.btn-book-online i {
    font-size: 15px;
    margin: 0;
  }

  .tour-page .foot_con {
    flex-wrap: wrap;
    gap: 28px 40px;
  }
}

@media (max-width: 767.98px) {
  .tour-page .header .btn-getstarted.btn-book-online {
    display: none;
  }

  .tour-page .header .logo {
    max-width: min(52vw, 200px);
  }

  .tour-page .header .logo img {
    max-height: 40px;
  }

  .tour-page .header .mobile-nav-toggle {
    font-size: 26px;
    margin-left: 8px;
  }

  .tp-features__grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px 8px;
  }

  .tp-feature {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 8px;
  }

  .tp-hero__chip {
    white-space: nowrap;
  }

  .tp-hero__chip--featured {
    white-space: nowrap;
    font-size: 12px;
    padding: 8px 12px;
  }

  .tp-dest-nav {
    flex-wrap: wrap;
    gap: 8px;
  }

  .tp-dest-nav a,
  .tp-dest-nav span {
    font-size: 12px;
    padding: 6px 11px;
  }

  .tp-pkg-card__actions {
    flex-wrap: wrap;
  }

  .tp-pkg-card__actions .tp-btn {
    min-width: 0;
  }

  .tp-crumb ol {
    flex-wrap: wrap;
    overflow: visible;
    white-space: normal;
    max-width: 100%;
    font-size: 12px;
    line-height: 1.4;
  }

  .tp-resort {
    flex: 0 0 min(78vw, 280px);
  }

  .tour-page .foot_con {
    flex-direction: column;
    gap: 22px;
  }

  .tour-page .footer .company li {
    margin-bottom: 6px;
  }

  .tour-page .WhatsAppfloat {
    width: 52px;
    height: 52px;
    right: 14px;
    bottom: 18px;
    font-size: 32px;
  }

  .tour-page .WhatsApp-float {
    margin-top: 10px;
  }
}
