/* Desktop header: centered nav, single row (scales as items are added) */
@media (min-width: 1200px) {
  #header-sticky .site-header-row {
    position: relative;
  }

  #header-sticky .site-header-logo-col {
    display: flex;
    align-items: center;
  }

  #header-sticky .site-header-logo img {
    max-height: 54px;
    width: auto;
    max-width: min(210px, 16vw);
    object-fit: contain;
  }

  #header-sticky .site-header-nav-col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #header-sticky .site-header-nav {
    width: 100%;
    margin-left: 0 !important;
    display: flex;
    justify-content: center;
  }

  #header-sticky .site-header-nav .tgmenu__navbar-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  #header-sticky .tgmenu__navbar-wrap ul.navigation {
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
  }

  #header-sticky .tgmenu__navbar-wrap ul.navigation > li {
    flex: 0 1 auto;
    min-width: 0;
  }

  #header-sticky .tgmenu__navbar-wrap ul.navigation > li > a {
    white-space: nowrap;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: clamp(5px, 0.55vw, 10px);
    padding-right: clamp(5px, 0.55vw, 10px);
    font-size: clamp(12px, 0.68vw, 14.5px);
    letter-spacing: 0;
  }

  #header-sticky.header-sticky .tgmenu__navbar-wrap ul.navigation > li > a,
  #header-sticky.tg-menu-fixed .tgmenu__navbar-wrap ul.navigation > li > a {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  #header-sticky .tg-menu-right-action {
    flex-shrink: 0;
  }

  #header-sticky .tg-header-contact-number span {
    font-size: clamp(11px, 0.6vw, 13px);
  }

  #header-sticky .tg-header-contact-number a {
    font-size: clamp(12px, 0.72vw, 15px);
    white-space: nowrap;
  }

  #header-sticky .tg-header-menu-bar.ml-20.pl-20 {
    margin-left: clamp(0.5rem, 1vw, 1.25rem) !important;
    padding-left: clamp(0.5rem, 1vw, 1.25rem) !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  #header-sticky .tgmenu__navbar-wrap ul.navigation > li > a {
    padding-left: clamp(4px, 0.42vw, 8px);
    padding-right: clamp(4px, 0.42vw, 8px);
    font-size: clamp(11.5px, 0.62vw, 13.5px);
  }

  #header-sticky .site-header-logo img {
    max-width: min(185px, 14vw);
  }
}

@media (min-width: 1400px) {
  #header-sticky .tgmenu__navbar-wrap ul.navigation > li > a {
    padding-left: clamp(7px, 0.62vw, 12px);
    padding-right: clamp(7px, 0.62vw, 12px);
    font-size: clamp(13px, 0.75vw, 15px);
  }

  #header-sticky .site-header-actions-col {
    display: flex;
    justify-content: flex-end;
  }
}

/* Hide header search + Book Now (desktop, sticky header, mobile drawer) */
.india-header-search,
.india-btn-book,
.tgmobile__search,
.tg-menu-right-action > div:has(> .india-header-search) {
  display: none !important;
}

#header-sticky.tg-menu-fixed .india-header-search,
#header-sticky.tg-menu-fixed .india-btn-book,
#header-sticky.header-sticky .india-header-search,
#header-sticky.header-sticky .india-btn-book {
  display: none !important;
}

.tg-header__area:not(.tg-transparent) .tg-header-border {
  border-color: rgba(0, 0, 0, 0.12) !important;
}

/*
 * Footer top space: theme `.tg-footer-space` uses margin-top: -120px and
 * padding-top: 240px for the home overlap layout. On all other pages that
 * only creates an empty dark band above footer widgets — reset it (home unchanged).
 */
body:not(.page-home):not(.page-home-india) footer.site-footer .tg-footer-area.tg-footer-space {
  margin-top: 0 !important;
  padding-top: clamp(2.25rem, 3.5vw, 3rem) !important;
}

body:not(.page-home):not(.page-home-india) footer.site-footer .tg-footer-top {
  margin-top: 0;
  padding-top: 0;
}

/* Travel style page: breathing room above footer */
body.page-travel-style main,
body.page-destination main {
  padding-bottom: clamp(3rem, 6vw, 5.5rem);
}

body.page-travel-style .tg-listing-grid-area , body.page-destination .tg-listing-grid-area {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
}

body.page-travel-style footer.site-footer,
body.page-destination footer.site-footer {
  margin-top: 0.5rem;
}

/* Travel style listing — match home featured package cards */
body.page-travel-style .tg-listing-card-review, body.page-destination .tg-listing-card-review,
body.page-travel-style .tg-listing-card-item--home .tg-listing-main-content, body.page-destination .tg-listing-card-item--home .tg-listing-main-content,
body.page-travel-style .tg-listing-card-item--home .tg-listing-card-price, body.page-destination .tg-listing-card-item--home .tg-listing-card-price,
body.page-travel-style .tg-listing-card-item--home .tg-listing-item-wishlist , body.page-destination .tg-listing-card-item--home .tg-listing-item-wishlist {
  display: none !important;
}

body.page-blog-detail .blog-post-shell {
  min-width: 0;
}

body.page-blog-detail .blog-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1.5rem;
  margin-bottom: 1.35rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid #e5e9ef;
}

body.page-blog-detail .blog-post-meta__category {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  background: var(--tg-theme-primary, #ff9b24);
  color: var(--tg-common-white, #fff);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  line-height: 1.2;
  position: static;
  top: auto;
  left: auto;
}

body.page-blog-detail .blog-post-meta__details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.page-blog-detail .blog-post-meta__details li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #64748b;
  line-height: 1.3;
}

body.page-blog-detail .blog-post-meta__details i {
  color: var(--tg-theme-primary, #ff9b24);
  font-size: 0.95rem;
}

body.page-blog-detail .blog-post-featured__frame {
  width: 100%;
  height: 420px;
  overflow: hidden;
  border-radius: 15px;
  background: #eef1f4;
  margin-bottom: 2.25rem;
}

body.page-blog-detail .blog-post-featured__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.page-blog-detail .blog-post-body {
  font-size: 1.0625rem;
  line-height: 1.85;
  color: #334155;
}

body.page-blog-detail .blog-post-body p,
body.page-blog-detail .blog-post-body li {
  margin-bottom: 1rem;
}

body.page-blog-detail .blog-post-body ul,
body.page-blog-detail .blog-post-body ol {
  margin: 0 0 1.25rem;
  padding-left: 1.5rem;
}

body.page-blog-detail .blog-post-body ul {
  list-style: disc;
}

body.page-blog-detail .blog-post-body ol {
  list-style: decimal;
}

body.page-blog-detail .blog-post-body li {
  list-style: inherit;
  display: list-item;
}

body.page-blog-detail .blog-post-body ul ul,
body.page-blog-detail .blog-post-body ol ol,
body.page-blog-detail .blog-post-body ul ol,
body.page-blog-detail .blog-post-body ol ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

body.page-blog-detail .blog-post-body .ql-ui {
  display: none;
}

body.page-blog-detail .blog-post-body h2,
body.page-blog-detail .blog-post-body h3,
body.page-blog-detail .blog-post-body h4 {
  color: #0f172a;
  margin: 1.75rem 0 0.85rem;
  line-height: 1.35;
}

body.page-blog-detail .blog-post-body img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

body.page-blog-detail .blog-post-body blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border-left: 4px solid var(--tg-theme-primary, #ff9b24);
  background: #f8fafc;
  border-radius: 0 10px 10px 0;
}

body.page-blog-detail .blog-post-footer {
  margin-top: 2.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e9ef;
}

body.page-blog-detail .blog-read-next {
  background: #f8fafc;
  border-top: 1px solid #e5e9ef;
  padding-bottom: clamp(5rem, 8vw, 7.5rem);
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

body.page-blog-detail .blog-read-next__title {
  margin: 0 0 2.75rem;
  font-family: var(--tg-ff-body, "Poppins", sans-serif);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--tg-common-black, #010109);
  text-align: center;
  text-transform: unset;
  letter-spacing: 0;
}

body.page-blog-detail .blog-read-next__thumb img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

body.page-blog-detail .blog-read-next__tag {
  font-weight: 600;
  font-size: 12px;
  text-transform: capitalize;
  color: var(--tg-common-white, #fff);
  border-radius: 4px;
  background: var(--tg-theme-primary, #ff9b24);
  padding: 2px 14px;
  position: static;
  top: auto;
  left: auto;
}

body.page-blog-detail .blog-read-next__card h3 a {
  color: inherit;
  text-decoration: none;
}

body.page-blog-detail .blog-read-next__card h3 a:hover {
  color: var(--tg-theme-primary, #ff9b24);
}

@media (max-width: 767px) {
  body.page-blog-detail .blog-read-next__title {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  body.page-blog-detail .blog-post-featured__frame {
    height: 320px;
  }
}

@media (max-width: 575px) {
  body.page-blog-detail .blog-post-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  body.page-blog-detail .blog-post-featured__frame {
    height: 240px;
    border-radius: 10px;
    margin-bottom: 1.75rem;
  }
}

body.page-cms .cms-page-content {
  padding-bottom: clamp(5rem, 10vw, 8.5rem) !important;
}

body.page-cms .cms-page-body {
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
  font-size: 1.0625rem;
  line-height: 1.85;
  color: #334155;
}

body.page-cms .cms-page-body p,
body.page-cms .cms-page-body li {
  margin-bottom: 1rem;
}

body.page-cms .cms-page-body ul,
body.page-cms .cms-page-body ol {
  margin: 0 0 1.25rem;
  padding-left: 1.5rem;
}

body.page-cms .cms-page-body ul {
  list-style: disc;
}

body.page-cms .cms-page-body ol {
  list-style: decimal;
}

body.page-cms .cms-page-body li {
  list-style: inherit;
  display: list-item;
}

body.page-cms .cms-page-body h2,
body.page-cms .cms-page-body h3,
body.page-cms .cms-page-body h4 {
  color: #0f172a;
  margin: 1.75rem 0 0.85rem;
  line-height: 1.35;
}
