/*
Theme Name: Astra Child
Theme URI: https://nomitrips.com/
Description: Child theme for Astra used by Nomi Trips.
Author: Nomi Trips
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* =========================================================
   HOLIDAY PACKAGE - CENTERED PREMIUM WIDTH
========================================================= */

body.single-holiday_package #content,
body.single-holiday_package .site-content {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.single-holiday_package #content > .ast-container,
body.single-holiday_package .site-content > .ast-container {
  width: min(1540px, calc(100% - 48px)) !important;
  max-width: 1540px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: block !important;
}

body.single-holiday_package .content-area,
body.single-holiday_package .site-main {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.single-holiday_package .nt-package {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}


/* =========================================================
   NOMI TRIPS - PACKAGE DESIGN SYSTEM
========================================================= */

:root {
  --nt-blue: #07557d;
  --nt-blue-2: #0a7099;
  --nt-navy: #07324a;
  --nt-deep: #05293d;
  --nt-gold: #c99a45;
  --nt-ivory: #f8f6f1;
  --nt-sand: #efe9de;
  --nt-text: #24323a;
  --nt-muted: #6d7b83;
  --nt-white: #ffffff;
  --nt-border: rgba(7, 50, 74, 0.12);
}

.nt-package {
  background: var(--nt-ivory);
  color: var(--nt-text);
}

.nt-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}


/* =========================================================
   PREMIUM PACKAGE HERO
========================================================= */

.nt-package-hero--premium {
  position: relative;
  min-height: 670px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.nt-package-hero--premium .nt-package-hero__overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(5, 41, 61, 0.98) 0%,
      rgba(7, 50, 74, 0.94) 25%,
      rgba(7, 50, 74, 0.70) 48%,
      rgba(7, 50, 74, 0.26) 74%,
      rgba(7, 50, 74, 0.08) 100%
    ),
    linear-gradient(
      180deg,
      rgba(5, 41, 61, 0.06) 0%,
      rgba(5, 41, 61, 0.04) 55%,
      rgba(5, 41, 61, 0.30) 100%
    );
}

.nt-package-hero__inner {
  position: relative;
  z-index: 2;
  padding-top: 92px;
  padding-bottom: 50px;
  color: #fff;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.nt-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  font-size: 14px;
  font-weight: 600;
}

.nt-breadcrumb a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.nt-breadcrumb > span {
  color: rgba(255, 255, 255, 0.58);
}

.nt-breadcrumb a:hover {
  color: #fff;
}


/* =========================================================
   DESTINATION BADGE
========================================================= */

.nt-package-hero__eyebrow {
  display: inline-flex;
  align-items: center;

  min-height: 34px;
  padding: 7px 14px;
  margin-bottom: 18px;

  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.06);

  color: #fff;

  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;

  backdrop-filter: blur(4px);
}


/* =========================================================
   HERO TITLE
========================================================= */

.nt-package-hero__title {
  max-width: 760px;
  margin: 0;

  color: #fff;

  font-size: clamp(48px, 5vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.035em;
}


/* =========================================================
   QUICK SUMMARY
========================================================= */

.nt-package-hero__summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;

  margin-top: 22px;

  color: #fff;

  font-size: 16px;
}

.nt-package-hero__summary strong {
  color: #fff;
  font-weight: 700;
}

.nt-package-hero__summary span {
  color: var(--nt-gold);
  font-weight: 700;
}


/* =========================================================
   SUBTITLE
========================================================= */

.nt-package-hero__subtitle {
  max-width: 730px;
  margin: 20px 0 0;

  color: rgba(255, 255, 255, 0.92);

  font-size: 18px;
  line-height: 1.65;
}


/* =========================================================
   FEATURE PILLS
========================================================= */

.nt-package-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

  margin-top: 26px;
}

.nt-feature-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  min-height: 50px;
  padding: 0 15px;

  border: 1px solid rgba(255, 255, 255, 0.40);
  border-radius: 10px;

  background: rgba(7, 50, 74, 0.24);

  backdrop-filter: blur(6px);

  color: #fff;
}

.nt-feature-pill strong {
  color: #fff;

  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.nt-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;

  color: #fff;
}

.nt-feature-icon svg {
  width: 20px;
  height: 20px;
}

.nt-route-arrow {
  margin: 0 3px;
  color: var(--nt-gold);
}


/* =========================================================
   PRICE + BOOKING CTA
========================================================= */

.nt-package-hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 14px;

  margin-top: 28px;
}

.nt-package-price-card {
  display: flex;
  align-items: center;
  gap: 14px;

  min-width: 280px;
  min-height: 68px;

  padding: 12px 18px;

  border: 1px solid rgba(7, 50, 74, 0.08);
  border-radius: 10px;

  background: var(--nt-ivory);

  color: var(--nt-navy);
}

.nt-package-price-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;

  width: 38px;
  height: 38px;

  color: var(--nt-blue);
}

.nt-package-price-card__icon svg {
  width: 24px;
  height: 24px;
}

.nt-package-price-card span {
  display: block;

  margin-bottom: 2px;

  color: #59717e;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.nt-package-price-card strong {
  display: block;

  color: var(--nt-navy);

  font-size: 19px;
  line-height: 1.2;
}

.nt-package-price-card small {
  font-size: 15px;
  font-weight: 700;
}


/* =========================================================
   BOOKING BUTTON
========================================================= */

.nt-booking-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-width: 275px;
  min-height: 68px;

  padding: 0 24px;

  border-radius: 10px;

  background: var(--nt-blue);

  color: #fff;

  font-size: 15px;
  font-weight: 800;
  text-decoration: none;

  box-shadow: 0 8px 24px rgba(7, 50, 74, 0.20);

  transition:
    transform 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.nt-booking-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.nt-booking-btn__icon svg {
  width: 21px;
  height: 21px;
}

.nt-booking-btn:hover {
  background: var(--nt-navy);
  color: #fff;

  transform: translateY(-2px);

  box-shadow: 0 10px 28px rgba(7, 50, 74, 0.28);
}


/* =========================================================
   STICKY PACKAGE NAV
========================================================= */

.nt-package-nav {
  position: sticky;
  top: 0;
  z-index: 50;

  border-bottom: 1px solid var(--nt-border);

  background: rgba(255, 255, 255, 0.97);

  backdrop-filter: blur(12px);
}

.nt-package-nav__inner {
  display: flex;
  align-items: center;
  gap: 28px;

  min-height: 62px;

  overflow-x: auto;
  scrollbar-width: none;
}

.nt-package-nav__inner::-webkit-scrollbar {
  display: none;
}

.nt-package-nav a {
  position: relative;

  flex: 0 0 auto;

  padding: 21px 0 19px;

  color: var(--nt-navy);

  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.nt-package-nav a::after {
  content: "";

  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  height: 2px;

  background: var(--nt-blue);

  transform: scaleX(0);
  transform-origin: left center;

  transition: transform 0.2s ease;
}

.nt-package-nav a:hover {
  color: var(--nt-blue);
}

.nt-package-nav a:hover::after {
  transform: scaleX(1);
}


/* =========================================================
   GENERAL SECTION
========================================================= */

.nt-section {
  padding: 86px 0;
}

.nt-section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.nt-section-heading__eyebrow {
  display: inline-block;
  margin-bottom: 10px;

  color: var(--nt-blue);

  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nt-section-heading h2 {
  margin: 0;

  color: var(--nt-navy);

  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.12;
}


/* =========================================================
   TRIP OVERVIEW
========================================================= */

.nt-trip-overview {
  padding: 48px 0 64px;
}

.nt-trip-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.8fr);
  gap: 56px;
  align-items: start;
}

.nt-trip-overview__content {
  max-width: 760px;
}

.nt-trip-overview__title {
  margin: 0;

  color: var(--nt-navy);

  font-size: clamp(34px, 3.4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.nt-trip-overview__intro {
  margin-top: 20px;

  color: var(--nt-text);

  font-size: 17px;
  line-height: 1.68;
}

.nt-trip-overview__intro p {
  margin: 0 0 14px;
}

.nt-trip-overview__intro p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   TRIP OVERVIEW - RIGHT DETAILS
========================================================= */

.nt-trip-overview__details {
  border-top: 1px solid var(--nt-border);
}

.nt-trip-overview__item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;

  padding: 20px 0;

  border-bottom: 1px solid var(--nt-border);
}

.nt-trip-overview__item span {
  color: var(--nt-muted);

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nt-trip-overview__item strong {
  color: var(--nt-navy);

  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}





/* =========================================================
   ITINERARY
========================================================= */

.nt-itinerary {
  padding: 68px 0 78px;
  background: var(--nt-white);
}

.nt-itinerary__heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.nt-itinerary__intro {
  max-width: 640px;
  margin: 14px 0 0;

  color: var(--nt-muted);

  font-size: 16px;
  line-height: 1.7;
}


/* =========================================================
   ITINERARY LIST
========================================================= */

.nt-itinerary-list {
  position: relative;

  display: flex;
  flex-direction: column;
  gap: 14px;
}

.nt-itinerary-list::before {
  content: "";

  position: absolute;

  top: 48px;
  bottom: 48px;
  left: 33px;

  width: 1px;

  background: rgba(7, 85, 125, 0.18);
}


/* =========================================================
   ITINERARY CARD
========================================================= */

.nt-itinerary-card {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns:
    66px
    185px
    minmax(0, 1fr)
    150px;

  gap: 20px;

  align-items: center;

  min-height: 168px;

  padding: 18px 20px 18px 18px;

  border: 1px solid var(--nt-border);
  border-radius: 14px;

  background: var(--nt-white);

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.nt-itinerary-card:hover {
  border-color: rgba(7, 85, 125, 0.24);

  box-shadow:
    0 12px 34px rgba(7, 50, 74, 0.07);

  transform: translateY(-1px);
}


/* =========================================================
   DAY BADGE
========================================================= */

.nt-itinerary-card__day {
  position: relative;
  z-index: 4;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;

  margin-inline: auto;

  border: 2px solid var(--nt-blue);
  border-radius: 50%;

  background: var(--nt-blue);

  color: #fff;

  box-shadow:
    0 0 0 4px var(--nt-white),
    0 0 0 5px var(--nt-blue);
}

.nt-itinerary-card__day span {
  margin-bottom: 1px;

  color: rgba(255, 255, 255, 0.85);

  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.nt-itinerary-card__day strong {
  color: #fff;

  font-size: 14px;
  line-height: 1;
}


/* =========================================================
   IMAGE
========================================================= */

.nt-itinerary-card__image {
  width: 100%;
  height: 120px;

  overflow: hidden;

  border-radius: 10px;

  background: var(--nt-sand);
}

.nt-itinerary-card__image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}


/* =========================================================
   CONTENT
========================================================= */

.nt-itinerary-card__content {
  min-width: 0;
}

.nt-itinerary-card__content h3 {
  margin: 0 0 10px;

  color: var(--nt-navy);

  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
}

.nt-itinerary-card__description ul {
  margin: 0;
  padding-left: 18px;
}

.nt-itinerary-card__description li {
  margin: 0 0 4px;

  color: var(--nt-text);

  font-size: 14px;
  line-height: 1.55;
}

.nt-itinerary-card__description li:last-child {
  margin-bottom: 0;
}


/* =========================================================
   TAGS
========================================================= */

.nt-itinerary-card__tags {
  display: flex;
  flex-direction: column;
  gap: 8px;

  align-self: center;
}

.nt-itinerary-tag {
  display: flex;
  align-items: center;
  gap: 8px;

  min-height: 36px;

  padding: 8px 11px;

  border: 1px solid rgba(7, 85, 125, 0.14);
  border-radius: 7px;

  background: rgba(7, 85, 125, 0.05);

  color: var(--nt-navy);

  font-size: 11px;
  font-weight: 650;
}

.nt-itinerary-tag__icon {
  display: inline-flex;

  color: var(--nt-blue);
}

.nt-itinerary-tag__icon svg {
  width: 15px;
  height: 15px;
}



/* =========================================================
   WHERE YOU'LL STAY
========================================================= */

.nt-stay {
  padding: 72px 0 80px;
  background: var(--nt-ivory);
}

.nt-stay__heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.nt-stay__intro {
  max-width: 640px;
  margin: 14px 0 0;

  color: var(--nt-muted);

  font-size: 16px;
  line-height: 1.7;
}


/* =========================================================
   STAY LIST
========================================================= */

.nt-stay__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}


/* =========================================================
   STAY CARD
========================================================= */

.nt-stay-card {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr) 190px;
  gap: 28px;

  align-items: center;

  min-height: 220px;

  padding: 18px;

  border: 1px solid var(--nt-border);
  border-radius: 16px;

  background: var(--nt-white);

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.nt-stay-card:hover {
  border-color: rgba(7, 85, 125, 0.22);

  box-shadow:
    0 14px 36px rgba(7, 50, 74, 0.07);

  transform: translateY(-1px);
}


/* =========================================================
   STAY IMAGE
========================================================= */

.nt-stay-card__image {
  width: 100%;
  height: 184px;

  overflow: hidden;

  border-radius: 12px;

  background: var(--nt-sand);
}

.nt-stay-card__image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}


/* =========================================================
   STAY CONTENT
========================================================= */

.nt-stay-card__content {
  min-width: 0;
}

.nt-stay-card__location {
  display: inline-block;

  margin-bottom: 8px;

  color: var(--nt-blue);

  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.nt-stay-card__content h3 {
  margin: 0;

  color: var(--nt-navy);

  font-size: clamp(24px, 2.3vw, 32px);
  line-height: 1.15;
  letter-spacing: -0.015em;
}


/* =========================================================
   STAY DETAILS
========================================================= */

.nt-stay-card__details {
  display: flex;
  flex-wrap: wrap;
  gap: 0;

  margin-top: 24px;

  border-top: 1px solid var(--nt-border);
}

.nt-stay-detail {
  min-width: 150px;

  padding: 14px 24px 0 0;

  margin-right: 24px;
}

.nt-stay-detail span {
  display: block;

  margin-bottom: 4px;

  color: var(--nt-muted);

  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nt-stay-detail strong {
  display: block;

  color: var(--nt-navy);

  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}


/* =========================================================
   STAY CTA
========================================================= */

.nt-stay-card__action {
  display: flex;
  justify-content: flex-end;
}

.nt-stay-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  min-height: 46px;

  padding: 0 16px;

  border: 1px solid rgba(7, 85, 125, 0.18);
  border-radius: 8px;

  background: rgba(7, 85, 125, 0.05);

  color: var(--nt-blue);

  font-size: 12px;
  font-weight: 800;
  text-decoration: none;

  white-space: nowrap;

  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.nt-stay-card__link svg {
  width: 16px;
  height: 16px;
}

.nt-stay-card__link:hover {
  border-color: var(--nt-blue);
  background: var(--nt-blue);
  color: #fff;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

  body.single-holiday_package #content > .ast-container,
  body.single-holiday_package .site-content > .ast-container {
    width: min(100% - 28px, 1540px) !important;
  }

  .nt-package-hero--premium {
    min-height: 650px;
  }

  .nt-package-hero__title {
    max-width: 700px;
  }

  .nt-trip-overview__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .nt-trip-overview__content {
    max-width: 100%;
  }

  .nt-itinerary-card {
    grid-template-columns:
      58px
      160px
      minmax(0, 1fr);

    gap: 16px;
  }

  .nt-itinerary-card__tags {
    grid-column: 3;

    flex-direction: row;
    flex-wrap: wrap;

    margin-top: -3px;
  }

  .nt-itinerary-list::before {
    left: 29px;
  }

  .nt-stay-card {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 22px;
  }

  .nt-stay-card__image {
    height: 180px;
  }

  .nt-stay-card__action {
    grid-column: 2;
    justify-content: flex-start;

    margin-top: -8px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  body.single-holiday_package #content > .ast-container,
  body.single-holiday_package .site-content > .ast-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .nt-container {
    width: min(100% - 28px, 1180px);
  }

  .nt-package-hero--premium {
    min-height: auto;
    background-position: 60% center;
  }

  .nt-package-hero--premium .nt-package-hero__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(5, 41, 61, 0.24) 0%,
        rgba(5, 41, 61, 0.60) 30%,
        rgba(5, 41, 61, 0.94) 67%,
        rgba(5, 41, 61, 0.98) 100%
      );
  }

  .nt-package-hero__inner {
    padding-top: 100px;
    padding-bottom: 32px;
  }

  .nt-breadcrumb {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .nt-package-hero__eyebrow {
    margin-bottom: 14px;
  }

  .nt-package-hero__title {
    max-width: 100%;

    font-size: clamp(38px, 11vw, 56px);
    line-height: 1.02;
  }

  .nt-package-hero__summary {
    gap: 7px;
    margin-top: 18px;
    font-size: 14px;
  }

  .nt-package-hero__subtitle {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.6;
  }

  .nt-package-hero__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 22px;
  }

  .nt-feature-pill {
    min-width: 0;
    min-height: 48px;
    padding: 8px 11px;
  }

  .nt-feature-pill strong {
    font-size: 12px;
  }

  .nt-feature-icon svg {
    width: 18px;
    height: 18px;
  }

  .nt-package-hero__cta-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .nt-package-price-card,
  .nt-booking-btn {
    width: 100%;
    min-width: 0;
  }

  .nt-package-nav__inner {
    gap: 22px;
    min-height: 58px;
  }

  .nt-package-nav a {
    padding-top: 19px;
    padding-bottom: 17px;
  }

  .nt-trip-overview {
    padding: 36px 0 48px;
  }

  .nt-trip-overview__grid {
    gap: 30px;
  }

  .nt-trip-overview__title {
    font-size: clamp(32px, 9vw, 44px);
  }

  .nt-trip-overview__intro {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.7;
  }

  .nt-trip-overview__item {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px 0;
  }

  .nt-trip-overview__item strong {
    font-size: 15px;
  }

  .nt-itinerary {
    padding: 52px 0 60px;
  }

  .nt-itinerary__heading {
    margin-bottom: 28px;
  }

  .nt-itinerary-list {
    gap: 14px;
  }

  .nt-itinerary-list::before {
    left: 23px;
    top: 35px;
    bottom: 35px;
  }

  .nt-itinerary-card {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 13px;
    padding: 14px;
    border-radius: 12px;
  }

  .nt-itinerary-card__day {
    grid-column: 1;
    grid-row: 1 / span 3;
    align-self: start;

    width: 40px;
    height: 40px;

    margin-top: 5px;
  }

  .nt-itinerary-card__day span {
    font-size: 6px;
  }

  .nt-itinerary-card__day strong {
    font-size: 12px;
  }

  .nt-itinerary-card__image {
    grid-column: 2;
    height: 160px;
    margin-bottom: 2px;
  }

  .nt-itinerary-card__content {
    grid-column: 2;
  }

  .nt-itinerary-card__content h3 {
    font-size: 18px;
  }

  .nt-itinerary-card__description li {
    font-size: 14px;
  }

  .nt-itinerary-card__tags {
    grid-column: 2;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 4px;
  }

  .nt-itinerary-tag {
    min-height: 34px;
    padding: 7px 10px;
    font-size: 10px;
  }

  .nt-stay {
    padding: 52px 0 60px;
  }

  .nt-stay__heading {
    margin-bottom: 28px;
  }

  .nt-stay-card {
    grid-template-columns: 1fr;

    gap: 18px;

    padding: 14px;

    border-radius: 14px;
  }

  .nt-stay-card__image {
    height: 220px;
  }

  .nt-stay-card__content h3 {
    font-size: 24px;
  }

  .nt-stay-card__details {
    margin-top: 18px;
  }

  .nt-stay-detail {
    min-width: 50%;

    margin-right: 0;
    padding-right: 14px;
  }

  .nt-stay-card__action {
    grid-column: 1;

    margin-top: 0;
  }

  .nt-stay-card__link {
    width: 100%;
    min-height: 48px;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

  .nt-package-hero__features {
    grid-template-columns: 1fr;
  }

  .nt-package-hero__title {
    font-size: clamp(36px, 11vw, 48px);
  }

  .nt-package-price-card {
    padding: 12px 15px;
  }

  .nt-package-price-card strong {
    font-size: 18px;
  }

  .nt-booking-btn {
    min-height: 62px;
  }

  .nt-trip-overview {
    padding-top: 32px;
  }

  .nt-itinerary-card__image {
    height: 135px;
  }

  .nt-itinerary-card__content h3 {
    font-size: 17px;
  }

  .nt-stay-card__image {
    height: 185px;
  }

  .nt-stay-detail {
    min-width: 100%;
    padding-top: 12px;
  }

}