/**
 * Home hero overlap search + “Most Popular Tour” block — reference layout / Poppins.
 * Active when body.page-home (index only).
 */
:root {
  --home-accent-orange: #ff4f19;
  --home-accent-orange-hover: #e84612;
  --home-purple: #6a1b9a;
  --home-purple-dark: #4a148c;
  --home-muted: #5c5c5c;
  --home-field-bg: #f3f4f6;
  --home-cta-bg: #ede7f6;
}

body.page-home .home-booking-float,
body.page-home .home-about-section {
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
}

/* ----- Hero + overlapping search ----- */
body.page-home .home-hero-booking-stack {
  position: relative;
}

body.page-home .home-hero-booking-stack .tg-hero-area {
  min-height: 78vh;
}

body.page-home .home-booking-float {
  position: relative;
  z-index: 6;
  margin-top: -3.5rem;
  margin-bottom: 4.75rem;
}

@media (min-width: 992px) {
  body.page-home .home-booking-float {
    margin-top: -4.25rem;
    margin-bottom: 5.5rem;
  }
}

/* Tablet (iPad Air / iPad Pro): hero was 78vh tall — huge gap above search */
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-home .home-hero-booking-stack .tg-hero-area {
    min-height: 0;
  }

  body.page-home .home-hero-booking-stack .tg-hero-slider-active {
    height: clamp(460px, 54vh, 580px);
  }

  body.page-home .home-hero-booking-stack .tg-hero-content {
    padding-top: clamp(150px, 16vh, 190px);
    padding-bottom: clamp(2.5rem, 6vh, 4rem);
  }

  body.page-home .home-booking-float {
    margin-top: clamp(-6.5rem, -10vh, -4.75rem);
    margin-bottom: 3.25rem;
  }

  body.page-home .home-hero-booking-stack .tg-hero-area > .home-hero-arrows button {
    top: 42%;
  }
}

/* Hero arrows on banner edges (not over headline or search box) */
body.page-home .home-hero-booking-stack .tg-hero-area > .home-hero-arrows {
  position: absolute;
  inset: 0;
  z-index: 11;
  pointer-events: none;
}

body.page-home .home-hero-booking-stack .tg-hero-area > .home-hero-arrows button {
  pointer-events: auto;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

body.page-home .home-hero-booking-stack .tg-hero-area > .home-hero-arrows button.tg-hero-next {
  left: clamp(0.65rem, 2.5vw, 1.5rem);
  right: auto;
}

body.page-home .home-hero-booking-stack .tg-hero-area > .home-hero-arrows button.tg-hero-prev {
  left: auto;
  right: clamp(0.65rem, 2.5vw, 1.5rem);
}

@media (max-width: 767.98px) {
  body.page-home .home-hero-booking-stack .tg-hero-area > .home-hero-arrows button {
    top: auto;
    bottom: clamp(6.5rem, 22vw, 9rem);
    transform: none;
  }
}

body.page-home .home-booking-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.12);
  padding: 1.75rem 1.5rem 1.85rem;
}

@media (min-width: 768px) {
  body.page-home .home-booking-card {
    padding: 2rem 2.25rem 2.1rem;
  }
}

body.page-home .home-booking-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--home-muted);
  margin-bottom: 0.5rem;
  letter-spacing: 0.01em;
}

body.page-home .home-booking-input-wrap {
  position: relative;
}

body.page-home .home-booking-control {
  width: 100%;
  height: 54px;
  padding: 0 2.75rem 0 1rem;
  border: 0;
  border-radius: 12px;
  background: var(--home-field-bg);
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1a1a1a;
  transition: box-shadow 0.2s, background 0.2s;
}

body.page-home .home-booking-control::placeholder {
  color: #8a8a8a;
  font-weight: 400;
}

body.page-home .home-booking-control:focus {
  outline: none;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(106, 27, 154, 0.2);
}

body.page-home .home-booking-select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  color: #333;
}

body.page-home .home-booking-select option {
  font-family: inherit;
}

body.page-home .home-booking-input-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 1rem;
  pointer-events: none;
  line-height: 1;
}

body.page-home .home-booking-search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 54px;
  padding: 0 1.25rem;
  border: 0;
  border-radius: 12px;
  background: var(--home-accent-orange);
  color: #fff !important;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}

body.page-home .home-booking-search-btn:hover {
  background: var(--home-accent-orange-hover);
  color: #fff !important;
}

body.page-home .home-booking-search-btn svg {
  flex-shrink: 0;
}

body.page-home .home-booking-search-btn svg path {
  stroke: #fff;
}

/* ----- About intro (Most Popular Tour) ----- */
body.page-home .home-about-section {
  padding-top: 0.25rem;
}

body.page-home .home-about-section .tg-section-subtitle {
  color: var(--home-purple) !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  letter-spacing: 0.04em;
  text-transform: none;
}

body.page-home .home-about-section .tg-about-section-title h2 {
  color: #111 !important;
  font-weight: 800 !important;
  font-size: clamp(1.65rem, 2.8vw, 2.35rem) !important;
  line-height: 1.25 !important;
  letter-spacing: -0.02em;
}

body.page-home .home-about-section .tg-about-section-title p {
  color: #333 !important;
  font-size: 1rem !important;
  line-height: 1.75 !important;
  font-weight: 400;
  text-transform: none !important;
  max-width: 52ch;
  margin-inline: auto;
}

body.page-home .home-about-img,
body.page-home .home-about-section .tg-about-thumb-wrap img {
  border-radius: 20px !important;
}

/* About Us + Book Your Trip — light lavender fill, purple text/border */
body.page-home .home-about-cta,
body.page-home #chose-trip .home-about-cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 0.35rem;
  padding: 0.85rem 2rem !important;
  border-radius: 14px !important;
  background: var(--home-cta-bg) !important;
  border: 2px solid rgba(106, 27, 154, 0.18) !important;
  color: var(--home-purple-dark) !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

body.page-home .home-about-cta:hover,
body.page-home #chose-trip .home-about-cta:hover {
  background: #e1d5f0 !important;
  border-color: rgba(106, 27, 154, 0.35) !important;
  color: var(--home-purple-dark) !important;
}

body.page-home .home-about-cta .btn-text,
body.page-home #chose-trip .home-about-cta .btn-text {
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

body.page-home .home-about-cta .btn-icon svg path,
body.page-home #chose-trip .home-about-cta .btn-icon svg path {
  stroke: var(--home-purple-dark) !important;
}

/* Disable theme switch-animation duplicate arrow on these CTAs */
body.page-home .home-about-cta.tg-btn-switch-animation .btn-icon + .btn-icon {
  display: none !important;
}

/* About block — desktop staggered gallery (match theme reference) */
@media (min-width: 992px) {
  body.page-home .home-about-section {
    padding-top: 2rem;
  }

  body.page-home .home-about-section.pb-100 {
    padding-bottom: 5rem !important;
  }

  body.page-home .home-about-row {
    align-items: flex-start;
    --bs-gutter-x: 1.75rem;
  }

  body.page-home .home-about-section .tg-about-content {
    margin: 0;
    padding: 0 0.5rem;
  }

  body.page-home .home-about-photos--left .tg-about-thumb-wrap,
  body.page-home .home-about-photos--right .tg-about-thumb-wrap {
    margin-bottom: 0 !important;
  }

  body.page-home .home-about-photos--left .home-about-img--primary,
  body.page-home .home-about-photos--right .tg-about-thumb-wrap > .home-about-img--extra.mb-85 {
    margin-bottom: 5.3125rem !important;
  }

  body.page-home .home-about-img--primary,
  body.page-home .home-about-photos--right > .tg-about-thumb-wrap > img:first-child {
    aspect-ratio: 4 / 3.2;
    object-fit: cover;
    height: auto;
  }

  body.page-home .home-about-photos--left .tg-about-thumb-2,
  body.page-home .home-about-photos--right .tg-about-thumb-4 {
    display: block;
    width: min(200px, 72%);
    max-width: 200px;
    aspect-ratio: 1;
    object-fit: cover;
    height: auto;
    margin-bottom: 0 !important;
  }

  body.page-home .home-about-photos--left .tg-about-thumb-2 {
    float: right;
    clear: right;
    margin-right: -12px;
  }

  body.page-home .home-about-photos--right .tg-about-thumb-4 {
    margin-left: auto;
    margin-right: -12px;
  }

  body.page-home .home-about-photos--left .tg-about-thumb-wrap::after {
    content: "";
    display: table;
    clear: both;
  }
}

@media (min-width: 1200px) {
  body.page-home .home-about-section .tg-about-content {
    padding: 0 1.25rem;
  }
}

/* ----- Featured packages — purple pill + itinerary CTA ----- */
body.page-home #featured-tours .home-featured-badge {
  display: inline-block;
  padding: 0.45rem 1.35rem;
  border-radius: 999px;
  /*background: var(--home-purple);*/
  color: var(--home-purple) !important
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  line-height: 1.25;
  margin-bottom: 1rem !important;
  font-family: var(--tg-ff-segoepr) !important;
}

body.page-home #featured-tours .tg-listing-section-title h2 {
  font-family: "Poppins", system-ui, sans-serif;
}

body.page-home #featured-tours .tg-listing-avai-btn,
body.page-travel-style .tg-listing-grid-area .tg-listing-avai-btn , body.page-destination .tg-listing-grid-area .tg-listing-avai-btn {
  background: var(--home-cta-bg) !important;
  color: var(--home-purple-dark) !important;
  border: 2px solid rgba(106, 27, 154, 0.22) !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  display: block;
  text-decoration: none !important;
}

body.page-home #featured-tours .tg-listing-avai-btn:hover,
body.page-travel-style .tg-listing-grid-area .tg-listing-avai-btn:hover , body.page-destination .tg-listing-grid-area .tg-listing-avai-btn:hover {
  background: #e1d5f0 !important;
  color: var(--home-purple-dark) !important;
}

/* Featured tours — Bootstrap row (no Isotope masonry); equal height + CTA at bottom */
body.page-home #featured-tours .home-featured-tours-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

body.page-home #featured-tours .home-featured-tours-grid > [class*="col-"] {
  display: flex;
  flex-direction: column;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
}

body.page-travel-style .tg-listing-grid-area .row.list-card , body.page-destination .tg-listing-grid-area .row.list-card {
  align-items: stretch;
}

body.page-travel-style .tg-listing-grid-area .row.list-card > [class*="col-"] , body.page-destination .tg-listing-grid-area .row.list-card > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

body.page-home #featured-tours .tg-listing-card-item--home,
body.page-travel-style .tg-listing-card-item--home , body.page-destination .tg-listing-card-item--home {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  border: none;
}

body.page-home #featured-tours .tg-listing-card-item--home .tg-listing-card-thumb,
body.page-travel-style .tg-listing-card-item--home .tg-listing-card-thumb , body.page-destination .tg-listing-card-item--home .tg-listing-card-thumb {
  flex-shrink: 0;
  margin-bottom: 0.85rem !important;
}

body.page-home #featured-tours .tg-listing-card-item--home .tg-listing-card-thumb::before,
body.page-travel-style .tg-listing-card-item--home .tg-listing-card-thumb::before , body.page-destination .tg-listing-card-item--home .tg-listing-card-thumb::before {
  display: none;
}

body.page-home #featured-tours .tg-listing-card-item--home .tg-listing-card-thumb img,
body.page-travel-style .tg-listing-card-item--home .tg-listing-card-thumb img , body.page-destination .tg-listing-card-item--home .tg-listing-card-thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-radius: 12px 12px 0 0;
}

body.page-home #featured-tours .tg-listing-card-item--home .tg-listing-card-content,
body.page-travel-style .tg-listing-card-item--home .tg-listing-card-content , body.page-destination .tg-listing-card-item--home .tg-listing-card-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 0 1.1rem 1rem 1.25rem;
}

body.page-home #featured-tours .tg-listing-card-item--home .tg-listing-card-title,
body.page-travel-style .tg-listing-card-item--home .tg-listing-card-title , body.page-destination .tg-listing-card-item--home .tg-listing-card-title {
  font-size: 1.05rem;
  line-height: 1.35;
  margin-bottom: 0.5rem;
  min-height: 2.7em;
}

body.page-home #featured-tours .tg-listing-card-item--home .tg-listing-card-title a,
body.page-travel-style .tg-listing-card-item--home .tg-listing-card-title a , body.page-destination .tg-listing-card-item--home .tg-listing-card-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

body.page-home #featured-tours .tg-listing-card-duration-tour,
body.page-travel-style .tg-listing-card-item--home .tg-listing-card-duration-tour , body.page-destination .tg-listing-card-item--home .tg-listing-card-duration-tour {
  flex: 1 1 auto;
  margin-bottom: 0;
}

body.page-home #featured-tours .tg-listing-card-duration-tour span,
body.page-travel-style .tg-listing-card-item--home .tg-listing-card-duration-tour span , body.page-destination .tg-listing-card-item--home .tg-listing-card-duration-tour span {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  font-size: 0.9rem;
  color: #4b5563;
}

body.page-home #featured-tours .tg-listing-card-duration-tour span.mb-5,
body.page-travel-style .tg-listing-card-item--home .tg-listing-card-duration-tour span.mb-5 , body.page-destination .tg-listing-card-item--home .tg-listing-card-duration-tour span.mb-5 {
  margin-bottom: 0.35rem !important;
}

body.page-home #featured-tours .tg-listing-card-duration-map,
body.page-travel-style .tg-listing-card-item--home .tg-listing-card-duration-map , body.page-destination .tg-listing-card-item--home .tg-listing-card-duration-map {
  align-items: flex-start;
}

body.page-home #featured-tours .tg-listing-card-location-text,
body.page-travel-style .tg-listing-card-item--home .tg-listing-card-location-text , body.page-destination .tg-listing-card-item--home .tg-listing-card-location-text {
  flex: 1;
  min-width: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.45;
}

body.page-home #featured-tours .tg-listing-card-duration-map svg,
body.page-travel-style .tg-listing-card-item--home .tg-listing-card-duration-map svg , body.page-destination .tg-listing-card-item--home .tg-listing-card-duration-map svg {
  flex-shrink: 0;
  margin-top: 0.15em;
}

body.page-home #featured-tours .tg-listing-card-duration-time.mb-5,
body.page-travel-style .tg-listing-card-item--home .tg-listing-card-duration-time.mb-5 , body.page-destination .tg-listing-card-item--home .tg-listing-card-duration-time.mb-5 {
  margin-bottom: 0 !important;
}

body.page-home #featured-tours .tg-listing-avai-btn,
body.page-travel-style .tg-listing-card-item--home .tg-listing-avai-btn , body.page-destination .tg-listing-card-item--home .tg-listing-avai-btn {
  margin-top: auto !important;
  flex-shrink: 0;
}

body.page-home #featured-tours .tg-listing-card-review {
  display: none !important;
}

body.page-destination .page-destination-listing .tg-listing-item-box-wrap {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}

body.page-destination .destination-intro-wrap,
body.page-travel-style .destination-intro-wrap {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 1.75rem;
}

body.page-destination .destination-intro-lead {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  color: #555;
  line-height: 1.7;
  text-align: center;
}

body.page-destination .destination-intro-lead p,
body.page-destination .destination-intro-lead div,
body.page-destination .destination-intro-lead ul,
body.page-destination .destination-intro-lead ol {
  width: 100%;
  max-width: 100%;
}

body.page-destination .destination-intro-lead p:last-child {
  margin-bottom: 0;
}

body.page-travel-style .destination-intro-lead {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  color: #555;
  line-height: 1.7;
  text-align: center;
}

body.page-travel-style .destination-intro-lead p,
body.page-travel-style .destination-intro-lead div,
body.page-travel-style .destination-intro-lead ul,
body.page-travel-style .destination-intro-lead ol {
  width: 100%;
  max-width: 100%;
}

body.page-travel-style .destination-intro-lead p:last-child {
  margin-bottom: 0;
}

body.page-travel-style .page-destination-listing h1,
body.page-travel-style .tg-listing-grid-area h1 {
  width: 100%;
  max-width: 100%;
  font-family: "Poppins", system-ui, sans-serif;
  margin-bottom: 0.75rem;
}

body.page-destination .page-destination-listing h1 {
  width: 100%;
  max-width: 100%;
  font-family: "Poppins", system-ui, sans-serif;
  margin-bottom: 0.75rem;
}

body.page-destination .listing-bottom-content,
body.page-travel-style .listing-bottom-content {
  width: 100%;
  max-width: 100%;
}

body.page-destination .listing-bottom-content__inner,
body.page-travel-style .listing-bottom-content__inner {
  width: 100%;
  max-width: 100%;
  margin: 0;
  text-align: left;
}

body.page-destination .listing-bottom-content__body,
body.page-travel-style .listing-bottom-content__body {
  width: 100%;
  max-width: 100%;
  color: #555;
  line-height: 1.75;
  font-size: 1rem;
  text-align: left;
}

body.page-destination .listing-bottom-content__body p,
body.page-travel-style .listing-bottom-content__body p,
body.page-destination .listing-bottom-content__body div,
body.page-travel-style .listing-bottom-content__body div,
body.page-destination .listing-bottom-content__body ul,
body.page-travel-style .listing-bottom-content__body ul,
body.page-destination .listing-bottom-content__body ol,
body.page-travel-style .listing-bottom-content__body ol {
  width: 100%;
  max-width: 100%;
}

body.page-destination .listing-bottom-content__body.is-collapsed,
body.page-travel-style .listing-bottom-content__body.is-collapsed {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

body.page-destination .listing-bottom-content__body p:last-child,
body.page-travel-style .listing-bottom-content__body p:last-child {
  margin-bottom: 0;
}

body.page-destination .listing-bottom-content__body a,
body.page-travel-style .listing-bottom-content__body a {
  color: #2563eb;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.page-destination .listing-bottom-content__body a:visited,
body.page-travel-style .listing-bottom-content__body a:visited {
  color: #551a8b;
}

body.page-destination .listing-bottom-content__body a:hover,
body.page-travel-style .listing-bottom-content__body a:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

body.page-destination .listing-bottom-content__toggle,
body.page-travel-style .listing-bottom-content__toggle {
  display: inline-block;
  margin-top: 1rem;
  padding: 0;
  border: 0;
  background: none;
  color: var(--tg-theme-primary, #7c3aed);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-align: left;
}

body.page-destination .listing-bottom-content__toggle:hover,
body.page-travel-style .listing-bottom-content__toggle:hover {
  color: #5b21b6;
}

/* ----- Promo banner — overlapping panel ----- */
body.page-home .home-promo-transparent-bg {
  display: none;
}

body.page-home .home-promo-banner {
  padding: 2rem 0 2.75rem;
  overflow: visible;
}

body.page-home .home-promo-row {
  position: relative;
  overflow: visible;
}

body.page-home .home-promo-visual {
  position: relative;
  z-index: 1;
}

body.page-home .home-promo-video {
  min-height: 240px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.14);
}

body.page-home .home-promo-video-inner {
  position: relative;
  z-index: 2;
}

body.page-home .home-promo-video-play {
  position: relative;
  z-index: 3;
  cursor: pointer;
}

body.page-home .home-promo-panel-wrap {
  position: relative;
  z-index: 2;
  margin-top: 1rem;
}

body.page-home .home-promo-panel {
  background: #0a194e !important;
  border-radius: 16px;
  padding: 2.25rem 1.5rem !important;
  box-shadow: 0 16px 44px rgba(8, 20, 60, 0.28);
}

@media (min-width: 992px) {
  body.page-home .home-promo-visual {
    padding-right: 0;
    align-self: stretch;
    display: flex;
    flex-direction: column;
  }

  body.page-home .home-promo-video {
    flex: 1;
    min-height: 300px;
    border-radius: 20px 0 0 20px;
  }

  body.page-home .home-promo-panel-wrap {
    margin-top: 0;
    margin-left: -3.25rem;
    display: flex;
    align-items: center;
    align-self: stretch;
  }

  body.page-home .home-promo-panel {
    width: 100%;
    border-radius: 20px;
    padding: 2.75rem 2rem 2.75rem 2.75rem !important;
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    box-shadow: -12px 18px 48px rgba(8, 20, 60, 0.38);
  }
}

@media (min-width: 1200px) {
  body.page-home .home-promo-panel-wrap {
    margin-left: -4rem;
  }
}

body.page-home .home-promo-tagline {
  color: rgba(255, 255, 255, 0.95) !important;
  font-weight: 500 !important;
  font-size: clamp(1rem, 2vw, 1.2rem) !important;
  text-transform: none;
  letter-spacing: 0.02em;
}

body.page-home .home-promo-headline {
  color: #fff !important;
  font-weight: 800 !important;
  font-size: clamp(1.6rem, 3vw, 2.4rem) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em;
}

body.page-home .home-promo-cta {
  border-radius: 12px !important;
  background: #5e17eb !important;
  border: 0 !important;
  color: #fff !important;
  padding: 0.85rem 1.75rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
}

body.page-home .home-promo-cta .btn-text {
  color: #fff !important;
}

body.page-home .home-promo-cta .btn-icon svg path {
  stroke: #fff !important;
}

body.page-home .home-promo-cta:hover {
  background: #4a12ba !important;
  color: #fff !important;
}

/* Promo video modal */
.home-promo-video-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.home-promo-video-modal[hidden] {
  display: none !important;
}

.home-promo-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 15, 40, 0.82);
  cursor: pointer;
}

.home-promo-video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.home-promo-video-modal__close {
  position: absolute;
  top: 0.5rem;
  right: 0.65rem;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
}

.home-promo-video-modal__close:hover {
  background: rgba(0, 0, 0, 0.8);
}

.home-promo-video-modal__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.home-promo-video-modal__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

html.home-promo-video-open {
  overflow: hidden;
}

/* ----- Worldwide destinations CTA (full-bleed wave banner) ----- */
body.page-home .home-worldwide-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  padding: 3.5rem 0 5.5rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  body.page-home .home-worldwide-cta {
    min-height: 480px;
    padding: 4rem 0 6rem;
  }
}

@media (min-width: 992px) {
  body.page-home .home-worldwide-cta {
    min-height: 520px;
    padding: 4.5rem 0 6.5rem;
  }
}

body.page-home .home-worldwide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 35%;
  background-repeat: no-repeat;
}

body.page-home .home-worldwide-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 55, 70, 0.25) 0%,
    rgba(0, 35, 50, 0.5) 45%,
    rgba(0, 25, 40, 0.65) 100%
  );
  pointer-events: none;
}

body.page-home .home-worldwide-inner {
  position: relative;
  z-index: 2;
  max-width: 46rem;
  padding: 0 0.75rem;
}

body.page-home .home-worldwide-kicker {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  font-weight: 500;
  font-style: italic;
  color: #fff;
  margin-bottom: 0.75rem;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

body.page-home .home-worldwide-title {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(1.65rem, 4vw, 2.65rem);
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 1.75rem;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.4);
}

body.page-home .home-worldwide-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.85rem 1.85rem;
  border-radius: 999px;
  background: #fff;
  color: #7b1fa2 !important;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
  transition: transform 0.15s, box-shadow 0.2s, color 0.2s;
}

body.page-home .home-worldwide-btn::after {
  content: "→";
  font-size: 1.1em;
  line-height: 1;
  margin-left: 0.15rem;
}

body.page-home .home-worldwide-btn:hover {
  color: #4a148c !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
}

body.page-home .home-worldwide-watermark {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.35rem;
  z-index: 1;
  text-align: center;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(2.2rem, 9vw, 5rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.55);
  pointer-events: none;
  opacity: 0.95;
}

/* ----- Blog: featured + stacked compacts ----- */
body.page-home .home-blog-section {
  position: relative;
  background-color: #f1f3f6 !important;
  background-image: radial-gradient(
      circle at 12% 18%,
      rgba(106, 27, 154, 0.04) 0%,
      transparent 42%
    ),
    radial-gradient(circle at 88% 70%, rgba(13, 110, 253, 0.05) 0%, transparent 40%);
}

body.page-home .home-blog-section .home-blog-deco {
  opacity: 0.12;
}

body.page-home .home-blog-kicker {
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  color: var(--home-purple);
  font-weight: 500;
  margin-bottom: 0.5rem;
}

body.page-home .home-blog-title {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
}

body.page-home .home-blog-lead {
  max-width: 46rem;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 0.95rem;
  line-height: 1.75;
  color: #64748b;
}

body.page-home .home-blog-featured {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
}

body.page-home .home-blog-featured-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #e2e8f0;
}

body.page-home .home-blog-featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

body.page-home .home-blog-featured-media:hover img {
  transform: scale(1.03);
}

body.page-home .home-blog-featured-media .home-blog-badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
}

body.page-home .home-blog-badge {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  border-radius: 4px;
  background: var(--home-purple);
  color: #fff !important;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
  line-height: 1.2;
}

body.page-home .home-blog-badge--small {
  font-size: 0.68rem;
  padding: 0.28rem 0.65rem;
}

body.page-home .home-blog-compact-body .home-blog-badge {
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
}

body.page-home .home-blog-featured-body {
  padding: 1.5rem 1.5rem 1.65rem;
  flex: 1;
}

body.page-home .home-blog-featured-title {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 1rem;
}

body.page-home .home-blog-featured-title a {
  color: #0f172a !important;
  text-decoration: none !important;
}

body.page-home .home-blog-featured-title a:hover {
  color: var(--home-purple) !important;
}

body.page-home .home-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 0.82rem;
  color: #94a3b8;
}

body.page-home .home-blog-meta i {
  margin-right: 0.4rem;
  color: #94a3b8;
}

body.page-home .home-blog-meta--compact {
  gap: 0.75rem 1.25rem;
  font-size: 0.78rem;
}

body.page-home .home-blog-compact {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  border-radius: 16px;
  padding: 0.85rem 1rem;
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.07);
  transition: box-shadow 0.2s;
}

body.page-home .home-blog-compact:hover {
  box-shadow: 0 14px 44px rgba(15, 23, 42, 0.1);
}

body.page-home .home-blog-compact-thumb {
  flex: 0 0 120px;
  width: 120px;
  height: 92px;
  aspect-ratio: 30 / 23;
  border-radius: 12px;
  overflow: hidden;
  background: #e2e8f0;
  display: block;
  flex-shrink: 0;
}

body.page-home .home-blog-compact-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

body.page-home .home-blog-compact-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.15rem 0;
}

body.page-home .home-blog-compact-title {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

body.page-home .home-blog-compact-title a {
  color: #0f172a !important;
  text-decoration: none !important;
}

body.page-home .home-blog-compact-title a:hover {
  color: var(--home-purple) !important;
}

body.page-home .home-blog-stack {
  gap: 1rem !important;
}

body.page-home .home-blog-footer {
  margin-top: 2.75rem;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 0.95rem;
  color: #475569;
}

body.page-home .home-blog-footer a {
  color: var(--home-purple) !important;
  font-weight: 700;
  text-decoration: none !important;
}

body.page-home .home-blog-footer a:hover {
  text-decoration: underline !important;
}

@media (max-width: 575.98px) {
  body.page-home .home-blog-compact {
    flex-direction: column;
  }

  body.page-home .home-blog-compact-thumb {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
  }
}

/* ----- India adventure CTA (replaces app download strip) ----- */
body.page-home .home-india-cta-wrap {
  position: relative;
  z-index: 8;
  margin-top: 0.5rem;
  margin-bottom: -3.75rem;
  padding: 2.5rem 0 4.25rem;
}

body.page-home footer.site-footer .tg-footer-area {
  padding-top: 4.5rem;
}

body.page-home .home-india-cta {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: 2.75rem 2rem 3rem;
  background: linear-gradient(
    125deg,
    #4a148c 0%,
    #6a1b9a 38%,
    #7b1fa2 72%,
    #8e24aa 100%
  );
  box-shadow: 0 20px 50px rgba(74, 20, 140, 0.35);
}

@media (min-width: 992px) {
  body.page-home .home-india-cta {
    padding: 3rem 2.5rem 3.25rem 2rem;
  }
}

body.page-home .home-india-cta-map {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400'%3E%3Cpath fill='%23ffffff' d='M120 180c40-60 120-90 200-70 80 20 140 80 160 150 20 70-10 140-80 170M500 80c50 20 90 60 100 110M200 260c30 40 70 60 120 55'/%3E%3C/svg%3E");
  background-size: 120% auto;
  background-position: 100% 60%;
  background-repeat: no-repeat;
  pointer-events: none;
}

body.page-home .home-india-cta-visual {
  min-height: 220px;
}

body.page-home .home-india-cta-compass {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

/*body.page-home .home-india-cta-phones {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.25));
}*/

body.page-home .home-india-cta-kicker {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-style: italic;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.02em;
}

body.page-home .home-india-cta-title {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: none !important;
}

body.page-home .home-india-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.85rem 1.5rem;
  border-radius: 12px;
  background: #f3e5f5;
  color: #4a148c !important;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  transition: background 0.2s, color 0.2s, transform 0.15s;
}

body.page-home .home-india-cta-btn:hover {
  background: #fff;
  color: #38006b !important;
  transform: translateY(-2px);
}

body.page-home .home-india-cta-arrow {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

body.page-home .home-india-cta-arrow svg {
  display: block;
}

/* ----- Contact strip (after CTA; no duplicate headline) ----- */
body.page-home .home-contact-strip {
  background: #fff;
}

body.page-home .home-contact-info-card {
  background: #f1f3f6;
  border-radius: 16px;
  padding: 1.75rem 1.5rem !important;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
}

body.page-home .home-contact-info-card h6 {
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 700;
  color: #0f172a;
}

body.page-home .home-contact-info-card p,
body.page-home .home-contact-info-card .item {
  font-family: "Poppins", system-ui, sans-serif;
  color: #475569;
}

body.page-home .home-contact-form .input,
body.page-home .home-contact-form .textarea {
  border-radius: 10px;
}

body.page-home .home-contact-submit {
  background: var(--home-purple) !important;
  border-color: var(--home-purple) !important;
  color: #fff !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  padding: 0.85rem 2rem !important;
  border-radius: 10px !important;
}

/* Home destinations slider */
body.page-home .home-destinations-slider {
  overflow: hidden;
  width: 100%;
}

body.page-home .home-destinations-slider .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

/* Home testimonials slider (3 per view on desktop) */
body.page-home #clients .home-testimonial-wrap {
  position: relative;
  padding-bottom: 0;
}

body.page-home #clients .home-testimonial-slider {
  overflow: hidden;
  margin-bottom: 0;
}

body.page-home #clients .home-testimonial-slider .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

body.page-home #clients .tg-testimonial-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(106, 27, 154, 0.12);
}

body.page-home #clients .tg-testimonial-avatar-thumb img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

body.page-home #clients .tg-testimonial-avatar-content h4 {
  font-size: 1.05rem;
  font-weight: 600;
}

body.page-home #clients .tg-testimonial-avatar-para {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #475569;
}

/* Home slider pagination — match #clients (testimonials) spacing */
body.page-home #clients .home-testimonial-pagination,
body.page-home .home-destinations-pagination,
body.page-home .home-blog-mobile-pagination {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: 100% !important;
  margin-top: 1.75rem;
  padding-top: 0.25rem;
  text-align: center;
  line-height: 0;
  z-index: 2;
}

body.page-home #clients .home-testimonial-pagination.swiper-pagination-hidden {
  display: none !important;
}

body.page-home #clients .home-testimonial-pagination .swiper-pagination-bullet,
body.page-home .home-destinations-pagination .swiper-pagination-bullet,
body.page-home .home-blog-mobile-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 0 5px !important;
  opacity: 0.35;
  background: #6a1b9a;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

body.page-home #clients .home-testimonial-pagination .swiper-pagination-bullet-active,
body.page-home .home-destinations-pagination .swiper-pagination-bullet-active,
body.page-home .home-blog-mobile-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.15);
  background: #6a1b9a;
}

body.page-home .home-contact-submit:hover {
  background: var(--home-purple-dark) !important;
  border-color: var(--home-purple-dark) !important;
  color: #fff !important;
}

/* ----- Mobile-only home layout tweaks (max 991px) ----- */
@media (max-width: 991.98px) {
  /* Promo banner → destinations spacing */
  body.page-home .home-promo-banner {
    padding-bottom: 3.25rem;
    margin-bottom: 1.5rem;
  }

  body.page-home .home-destinations-section {
    padding-top: 2.5rem !important;
  }

  body.page-home .home-destinations-section .tg-location-section-title {
    margin-bottom: 1.25rem !important;
  }

  /* About: one top image only */
  body.page-home .home-about-section {
    padding-top: 0.5rem;
  }

  body.page-home .home-about-row {
    flex-direction: column;
  }

  body.page-home .home-about-photos--left {
    order: 0;
    max-width: 100%;
    flex: 0 0 auto;
    width: 100%;
  }

  body.page-home .home-about-content-col {
    order: 1;
  }

  body.page-home .home-about-photos--left .tg-about-thumb-wrap {
    margin-bottom: 1.25rem !important;
  }

  body.page-home .home-about-img--primary {
    margin-bottom: 0 !important;
  }

  body.page-home .home-about-img--extra {
    display: none !important;
  }

  /* Dream your trip: single image under copy */
  body.page-home #chose-trip {
    padding-top: 4rem;
    padding-bottom: 3.5rem;
  }

  body.page-home #chose-trip .row {
    flex-direction: column;
  }

  body.page-home .home-chose-visual-col {
    order: 2;
    margin-top: 0.5rem;
  }

  body.page-home .home-chose-mobile-photo {
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 0;
  }

  body.page-home .home-chose-mobile-photo img {
    border-radius: 16px;
    max-height: 280px;
    object-fit: cover;
    width: 100%;
  }

  body.page-home .tg-chose-shape.p-absolute {
    opacity: 0.35;
  }

  body.page-home .home-destinations-section .container,
  body.page-home .home-blog-section .container {
    overflow: visible;
  }

  /* Destinations peek slider — 1 full card + sliver of next */
  body.page-home .home-destinations-wrap {
    overflow: visible;
    padding: 0 0 2rem;
  }

  body.page-home .home-destinations-slider {
    overflow: hidden !important;
    width: 100%;
    margin: 0;
  }

  body.page-home .home-destinations-slider .swiper-wrapper {
    align-items: stretch;
  }

  body.page-home .home-destinations-slider .swiper-slide {
    height: auto;
    box-sizing: border-box;
  }

  body.page-home .home-destinations-slider .tg-location-wrap {
    min-height: 100%;
  }

  body.page-home .home-destinations-slider .tg-location-thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  /* Blog mobile slider */
  body.page-home .home-blog-section {
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }

  body.page-home .home-blog-mobile-wrap {
    overflow: visible;
    padding-bottom: 0.5rem;
    margin-right: -0.35rem;
  }

  body.page-home .home-blog-mobile-slider {
    overflow: hidden !important;
    width: 100%;
  }

  body.page-home .home-blog-mobile-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  }

  body.page-home .home-blog-mobile-card__media {
    display: block;
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
  }

  body.page-home .home-blog-mobile-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  body.page-home .home-blog-mobile-card__media .home-blog-badge {
    position: absolute;
    left: 12px;
    bottom: 12px;
  }

  body.page-home .home-blog-mobile-card__body {
    padding: 1rem 1.1rem 1.15rem;
  }

  body.page-home .home-blog-mobile-card__title {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 0.5rem;
  }

  body.page-home .home-blog-mobile-card__title a {
    color: #111;
    text-decoration: none;
  }

}

@media (min-width: 992px) {
  body.page-home .home-chose-mobile-photo {
    display: none !important;
  }

  body.page-home .home-destinations-pagination {
    display: none !important;
  }
}
