/* Northern India Trips — layout chrome (header, footer, floats) */

:root {
  --nit-navy: #0a1f4d;
  --nit-navy-deep: #061433;
  --nit-navy-mid: #143066;
  --nit-blue: #2e7de1;
  --nit-blue-hover: #1e6ad4;
  --nit-blue-soft: #e8f1fc;
  --nit-white: #ffffff;
  --nit-ink: #111827;
  --nit-slate: #64748b;
  --nit-mist: #f8fafc;
  --nit-line: #e2e8f0;
  --nit-whatsapp: #25d366;
  --nit-radius: 8px;
  --nit-shadow: 0 10px 32px -18px rgba(10, 31, 77, 0.35);
  --header-topbar-h: 0px;
  --header-nav-h: 5.15rem;
  --header-total-h: 5.15rem;

  --navy: var(--nit-navy);
  --navy-mid: var(--nit-blue);
  --navy-dark: var(--nit-navy-deep);
  --gold: var(--nit-blue);
  --gold-hover: var(--nit-blue-hover);
  --gold-light: var(--nit-blue);
  --primary: var(--nit-navy);
  --primary-soft: var(--nit-blue);
  --primary-dark: var(--nit-navy-deep);
  --secondary: var(--nit-blue);
  --secondary-hover: var(--nit-navy);
  --accent: var(--nit-blue);
  --bg: var(--nit-white);
  --white: var(--nit-white);
  --text: var(--nit-slate);
  --muted: var(--nit-slate);
  --border: var(--nit-line);
  --brand-maroon: var(--nit-navy);
  --brand-maroon-dark: var(--nit-navy-deep);
  --brand-teal: var(--nit-blue);
  --brand-teal-light: var(--nit-mist);
  --brand-sky: var(--nit-blue);
  --brand-emerald: var(--nit-navy);
  --brand-orange: var(--nit-blue);
  --brand-cream: var(--nit-mist);
  --brand-gold: var(--nit-blue);
  --brand-gold-light: var(--nit-blue);
}

html {
  scroll-behavior: smooth;
}

body.nit-body {
  font-family: Inter, "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  background: var(--nit-white);
  color: var(--nit-slate);
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  body.nit-body {
    padding-bottom: 4.75rem;
  }

  :root {
    --header-topbar-h: 0px;
    --header-nav-h: 4.6rem;
    --header-total-h: 4.6rem;
  }
}

.nit-body a {
  text-decoration: none;
}

.nit-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- Header (floating island + navy action dock) ---------- */
.nit-header.site-header,
.nit-header.site-header.site-header--home,
.nit-header.site-header.site-header--inner,
.nit-header.site-header.site-header--home:not(.is-scrolled),
.nit-header.site-header.is-scrolled,
.page-home .nit-header.site-header.site-header--home:not(.is-scrolled) {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background: transparent;
  box-shadow: none;
  padding: 0.7rem 1rem 0.35rem;
  overflow: visible;
}

.nit-header::after {
  display: none;
}

.nit-header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0.75rem;
  max-width: 1320px;
  margin: 0 auto;
  min-height: 4.35rem;
  padding: 0.4rem 0.4rem 0.4rem 0.9rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(10, 31, 77, 0.08);
  border-radius: 999px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 18px 40px -24px rgba(10, 31, 77, 0.45);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.nit-header.is-scrolled .nit-header-shell {
  background: #fff;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 14px 32px -20px rgba(10, 31, 77, 0.4);
}

.nit-navbar.navbar {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  background: transparent;
}

.nit-brand.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0;
  margin: 0;
  min-width: 0;
}

.nit-brand-rail {
  position: relative;
  width: 3px;
  height: 2.35rem;
  flex-shrink: 0;
  border-radius: 99px;
  background: linear-gradient(180deg, var(--nit-navy) 0%, var(--nit-blue) 100%);
}

.nit-brand-rail::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--nit-blue);
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px var(--nit-navy);
  transform: translate(-50%, -50%);
}

.nit-logo {
  display: block;
  height: 2.85rem;
  width: auto;
  max-width: min(12.5rem, 42vw);
  object-fit: contain;
  object-position: left center;
}

.nit-header.is-scrolled .nit-logo {
  height: 2.7rem;
}

.nit-nav-desktop {
  justify-content: center;
}

.nit-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.12rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nit-nav-item {
  position: relative;
}

.nit-nav-item:hover,
.nit-nav-item:focus-within {
  z-index: 30;
}

.nit-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  padding: 0.48rem 0.78rem;
  color: var(--nit-navy);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  line-height: 1.2;
  white-space: nowrap;
  background: transparent;
  border: 0;
  border-radius: 999px;
  position: relative;
  transition: background 0.18s ease, color 0.18s ease;
}

.nit-nav-link::after {
  display: none;
}

.nit-nav-link:hover,
.nit-nav-link.active,
.nit-nav-item:hover > .nit-nav-link,
.nit-nav-item:focus-within > .nit-nav-link {
  color: #fff;
  background: var(--nit-navy);
}

.nit-nav-caret {
  width: 0.8rem;
  height: 0.8rem;
  opacity: 0.7;
  transition: transform 0.2s ease;
}

.nit-nav-item:hover .nit-nav-caret,
.nit-nav-item:focus-within .nit-nav-caret {
  transform: rotate(180deg);
}

.nit-nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 1.1rem;
  display: none;
}

.nit-nav-item:hover::after,
.nit-nav-item:focus-within::after {
  display: block;
}

.nit-mega {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 50%;
  min-width: 18.5rem;
  background: var(--nit-white);
  border: 1px solid rgba(10, 31, 77, 0.08);
  border-radius: 1.15rem;
  box-shadow: 0 28px 60px -24px rgba(10, 31, 77, 0.42);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 20;
}

.nit-mega--wide {
  min-width: 28rem;
}

.nit-nav-item:hover > .nit-mega,
.nit-nav-item:focus-within > .nit-mega {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.nit-mega-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0.85rem 1rem 0.35rem;
  background: transparent;
  color: var(--nit-blue);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nit-mega-title::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--nit-blue);
  box-shadow: 0 0 0 3px var(--nit-blue-soft);
}

.nit-mega-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.2rem;
  padding: 0.35rem 0.55rem 0.65rem;
  max-height: 20rem;
  overflow-y: auto;
}

.nit-mega--wide .nit-mega-grid {
  grid-template-columns: 1fr 1fr;
}

.nit-mega-grid a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
  padding: 0.62rem 0.85rem 0.62rem 1.15rem;
  border-radius: 999px;
  color: var(--nit-navy);
  font-size: 0.8125rem;
  font-weight: 600;
}

.nit-mega-grid a::before {
  content: "";
  position: absolute;
  left: 0.45rem;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--nit-blue);
  opacity: 0.4;
  transform: translateY(-50%);
}

.nit-mega-grid a:hover,
.nit-mega-grid a:focus {
  background: var(--nit-blue-soft);
  color: var(--nit-navy);
}

.nit-mega-grid a:hover::before {
  opacity: 1;
}

.nav-dropdown-hint {
  display: block;
  font-size: 0.6875rem;
  font-weight: 500;
  color: var(--nit-slate);
}

.nit-navbar-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
  flex-shrink: 0;
}

.nit-nav-dock {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.nit-dock-btn {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--nit-navy);
  background: var(--nit-mist);
  border: 1px solid rgba(10, 31, 77, 0.08);
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.nit-dock-btn svg {
  width: 0.95rem;
  height: 0.95rem;
}

.nit-dock-btn:hover,
.nit-dock-btn:focus {
  background: var(--nit-navy);
  color: #fff;
  transform: translateY(-1px);
}

.nit-dock-btn--wa:hover,
.nit-dock-btn--wa:focus {
  background: var(--nit-whatsapp);
  border-color: var(--nit-whatsapp);
  color: #fff;
}

.nit-country-select.form-select {
  max-width: 10.75rem;
  min-height: 2.25rem;
  padding: 0.22rem 1.7rem 0.22rem 0.6rem;
  border: 1px solid rgba(10, 31, 77, 0.12);
  border-radius: 999px;
  color: var(--nit-navy);
  font-size: 0.72rem;
  font-weight: 600;
  background-color: #fff;
  box-shadow: none;
}

.nit-country-select.form-select:focus {
  border-color: var(--nit-blue);
  box-shadow: 0 0 0 0.2rem rgba(46, 125, 225, 0.15);
}

.nit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.45rem;
  padding: 0.5rem 1.05rem;
  border-radius: 6px;
  border: 1px solid transparent;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nit-btn--primary {
  background: var(--nit-blue);
  border-color: var(--nit-blue);
  color: #fff;
}

.nit-btn--primary:hover,
.nit-btn--primary:focus {
  background: var(--nit-blue-hover);
  border-color: var(--nit-blue-hover);
  color: #fff;
  transform: translateY(-1px);
}

.nit-btn--navy {
  background: var(--nit-navy);
  border-color: var(--nit-navy);
  color: #fff;
}

.nit-btn--navy:hover,
.nit-btn--navy:focus {
  background: var(--nit-blue);
  border-color: var(--nit-blue);
  color: #fff;
}

.nit-btn--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff;
}

.nit-btn--ghost:hover,
.nit-btn--ghost:focus {
  background: #fff;
  border-color: #fff;
  color: var(--nit-navy);
}

.nit-btn--outline {
  background: transparent;
  border-color: var(--nit-navy);
  color: var(--nit-navy);
}

.nit-btn--outline:hover,
.nit-btn--outline:focus {
  background: var(--nit-navy);
  color: #fff;
}

.nit-btn--block {
  width: 100%;
}

.nit-btn--ticket {
  min-height: 2.2rem;
  padding: 0.38rem 0.9rem 0.38rem 1rem;
  border-radius: 999px;
}

.nit-btn--ticket svg {
  width: 0.95rem;
  height: 0.95rem;
}

.nit-menu-toggle {
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--nit-navy);
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
}

.nit-menu-toggle:hover,
.nit-menu-toggle:focus {
  background: var(--nit-blue);
  color: #fff;
}

.nit-menu-toggle-bar {
  display: block;
  width: 1.05rem;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
}

/* ---------- Offcanvas ---------- */
.nit-offcanvas.offcanvas {
  width: min(22.5rem, 92vw);
  border: 0;
}

.nit-offcanvas .offcanvas-header {
  background: var(--nit-navy);
  color: #fff;
  padding: 1rem 1.15rem;
  border-bottom: 3px solid var(--nit-blue);
}

.nit-offcanvas .offcanvas-title {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nit-offcanvas .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.nit-offcanvas-body {
  padding: 1.1rem 1.15rem 1.5rem;
}

.nit-offcanvas-quick {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  margin: 0.85rem 0 1rem;
}

.nit-offcanvas-quick a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.45rem;
  border: 1px solid var(--nit-line);
  border-radius: 6px;
  color: var(--nit-navy);
  font-size: 0.8125rem;
  font-weight: 650;
}

.nit-offcanvas-quick a svg {
  width: 1rem;
  height: 1rem;
}

.nit-offcanvas-quick a:hover {
  border-color: var(--nit-blue);
  color: var(--nit-blue);
  background: var(--nit-blue-soft);
}

.nit-offcanvas-quick a.is-wa {
  border-color: rgba(37, 211, 102, 0.35);
  color: #128c3c;
}

.nit-offcanvas-cta {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 1.1rem;
}

.nit-offcanvas-nav {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.nit-offcanvas-link {
  display: block;
  padding: 0.7rem 0.15rem;
  color: var(--nit-navy);
  font-size: 0.95rem;
  font-weight: 650;
  border-bottom: 1px solid var(--nit-line);
}

.nit-offcanvas-link:hover,
.nit-offcanvas-link.is-active {
  color: var(--nit-blue);
}

.nit-offcanvas .accordion-item {
  border: 0;
  border-bottom: 1px solid var(--nit-line);
  background: transparent;
}

.nit-offcanvas .accordion-button {
  padding: 0.7rem 0.15rem;
  font-size: 0.95rem;
  font-weight: 650;
  color: var(--nit-navy);
  background: transparent;
  box-shadow: none;
}

.nit-offcanvas .accordion-button:not(.collapsed) {
  color: var(--nit-blue);
  background: transparent;
  box-shadow: none;
}

.nit-offcanvas .accordion-button::after {
  width: 0.9rem;
  height: 0.9rem;
  background-size: 0.9rem;
}

.nit-offcanvas .accordion-body {
  padding: 0 0 0.75rem;
}

.nit-offcanvas .accordion-body a {
  display: flex;
  flex-direction: column;
  padding: 0.45rem 0.2rem 0.45rem 0.7rem;
  color: var(--nit-navy);
  font-size: 0.875rem;
  font-weight: 550;
}

.nit-offcanvas .accordion-body a:hover {
  color: var(--nit-blue);
}

.nit-offcanvas .accordion-body .nav-dropdown-hint {
  font-size: 0.72rem;
}

/* ---------- Footer ---------- */
.nit-footer {
  background: var(--nit-navy-deep);
  color: rgba(255, 255, 255, 0.72);
  margin-top: 0;
}

.nit-footer a {
  color: rgba(255, 255, 255, 0.78);
}

.nit-footer a:hover {
  color: #fff;
}

.nit-footer-invite {
  background:
    radial-gradient(circle at 0% 50%, rgba(46, 125, 225, 0.22), transparent 42%),
    linear-gradient(180deg, var(--nit-navy) 0%, var(--nit-navy-deep) 100%);
  border-bottom: 1px solid rgba(46, 125, 225, 0.22);
}

.nit-footer-invite-inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2.4rem 0 2.2rem;
}

.nit-footer-kicker {
  margin: 0 0 0.4rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--nit-blue);
}

.nit-footer-invite h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
}

.nit-footer-invite p {
  margin: 0.45rem 0 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.7);
}

.nit-footer-invite-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  flex-shrink: 0;
}

.nit-footer-main {
  padding: 3rem 0 2.4rem;
}

.nit-footer-brand-text {
  margin: 0 0 1.2rem;
  max-width: 22rem;
  font-size: 0.8125rem;
  line-height: 1.7;
}

.nit-footer-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1.1rem;
  padding: 0.45rem 0.6rem;
  background: #fff;
  border-radius: 6px;
}

.nit-footer-logo img {
  display: block;
  height: 3.35rem;
  width: auto;
  max-width: 12rem;
  object-fit: contain;
}

.nit-social {
  display: flex;
  gap: 0.45rem;
}

.nit-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  color: #fff;
}

.nit-social a:hover {
  border-color: var(--nit-blue);
  color: var(--nit-blue);
  background: rgba(46, 125, 225, 0.12);
}

.nit-social a svg {
  width: 1rem;
  height: 1rem;
}

.nit-footer-title {
  margin: 0 0 1rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(46, 125, 225, 0.28);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
}

.nit-footer-links,
.nit-footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.nit-footer-links {
  max-height: 14.5rem;
  overflow-y: auto;
}

.nit-footer-links a {
  font-size: 0.8125rem;
  line-height: 1.45;
}

.nit-footer-contact {
  gap: 0.95rem;
  min-width: 0;
}

.nit-footer-contact li {
  min-width: 0;
}

.nit-footer-contact li > span:first-child {
  display: block;
  margin-bottom: 0.15rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--nit-blue);
}

.nit-footer-contact a,
.nit-footer-contact .nit-footer-plain {
  display: block;
  min-width: 0;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.nit-footer-trust {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.9rem 0;
}

.nit-footer-trust ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 1.4rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.nit-footer-bar {
  padding: 1rem 0 1.2rem;
}

.nit-footer-bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1.25rem;
}

.nit-footer-copy {
  margin: 0;
  font-size: 0.8125rem;
}

.nit-footer-copy strong {
  color: #fff;
}

.nit-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  font-size: 0.75rem;
}

.nit-pay {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.nit-pay span {
  display: inline-flex;
  align-items: center;
  min-height: 1.55rem;
  padding: 0.1rem 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

/* ---------- Mobile CTA + WhatsApp ---------- */
.nit-mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1030;
  padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom, 0px));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--nit-line);
  box-shadow: 0 -10px 24px -18px rgba(10, 31, 77, 0.35);
}

.nit-mobile-cta .nit-btn {
  width: 100%;
  min-height: 2.75rem;
}

.site-whatsapp-float {
  position: fixed;
  left: max(1rem, env(safe-area-inset-left, 0px));
  right: auto;
  bottom: 1.5rem;
  z-index: 1035;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 50%;
  background: var(--nit-whatsapp);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px -8px rgba(37, 211, 102, 0.7);
}

.site-whatsapp-float:hover {
  color: #fff;
  transform: translateY(-2px);
}

.site-whatsapp-float-icon {
  width: 1.55rem;
  height: 1.55rem;
}

@media (max-width: 991.98px) {
  .site-whatsapp-float {
    bottom: calc(5.35rem + env(safe-area-inset-bottom, 0px));
    left: 1.25rem;
  }
}

@media (min-width: 768px) {
  .nit-logo {
    height: 3.05rem;
    max-width: 13.25rem;
  }

  .nit-footer-invite-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .nit-header.site-header,
  .nit-header.site-header.site-header--home,
  .nit-header.site-header.site-header--inner,
  .nit-header.site-header.site-header--home:not(.is-scrolled),
  .nit-header.site-header.is-scrolled,
  .page-home .nit-header.site-header.site-header--home:not(.is-scrolled) {
    padding: 0.75rem 1.15rem 0.4rem;
  }

  .nit-nav-dock {
    gap: 0.28rem;
    padding: 0.2rem 0.2rem 0.2rem 0.35rem;
    background: var(--nit-navy);
    border-radius: 999px;
  }

  .nit-dock-btn {
    width: 2.05rem;
    height: 2.05rem;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.08);
    color: #fff;
  }

  .nit-dock-btn:hover,
  .nit-dock-btn:focus {
    background: #fff;
    color: var(--nit-navy);
  }

  .nit-dock-btn--wa:hover,
  .nit-dock-btn--wa:focus {
    background: var(--nit-whatsapp);
    color: #fff;
  }

  .nit-nav-dock .nit-country-select.form-select {
    max-width: 10.25rem;
    min-height: 2.05rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .nit-header-shell {
    gap: 0.45rem;
    padding-left: 0.7rem;
  }

  .nit-logo {
    height: 2.65rem;
    max-width: 11.25rem;
  }

  .nit-nav-link {
    padding: 0.42rem 0.55rem;
    font-size: 0.72rem;
  }

  .nit-nav-dock .nit-country-select.form-select {
    max-width: 8.75rem;
  }
}

@media (max-width: 1199.98px) {
  .nit-header-shell {
    border-radius: 1.35rem;
    padding-right: 0.45rem;
  }
}

@media (max-width: 575.98px) {
  .nit-navbar-country {
    display: none;
  }

  .nit-header.site-header,
  .nit-header.site-header.site-header--home,
  .nit-header.site-header.site-header--inner {
    padding: 0.5rem 0.65rem 0.25rem;
  }

  .nit-header-shell {
    min-height: 3.85rem;
    padding: 0.28rem 0.28rem 0.28rem 0.7rem;
  }

  .nit-brand-rail {
    display: none;
  }

  .nit-logo {
    height: 2.55rem;
    max-width: min(10.75rem, 54vw);
  }
}
