/* Taj Visit India — isolated header styles */
:root {
  --tei-h-navy: #102d2b;
  --tei-h-navy-dark: #0a211f;
  --tei-h-gold: #c89743;
  --tei-h-gold-light: #f3e1bd;
  --tei-h-ink: #172321;
  --tei-h-muted: #687572;
  --tei-h-white: #ffffff;
  --tei-h-border: #e8ece9;
  --tei-h-shadow: 0 14px 40px rgba(12, 37, 34, .12);
}
body.tei-nav-lock { overflow: hidden; }
.tei-site-header-wrap,
.tei-site-header-wrap * { box-sizing: border-box; }
.tei-site-header-wrap { position: relative; z-index: 9999; font-family: "DM Sans", Arial, sans-serif; }
.tei-site-container { width: min(100% - 40px, 1420px); margin-inline: auto; }

.tei-site-topbar { background: var(--tei-h-navy-dark); color: rgba(255,255,255,.88); font-size: 13px; }
.tei-site-topbar-inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.tei-site-topbar-left, .tei-site-topbar-right { display: flex; align-items: center; gap: 20px; }
.tei-site-topbar a, .tei-site-topbar span { color: inherit; text-decoration: none; }
.tei-site-topbar a { display: inline-flex; align-items: center; gap: 8px; transition: color .25s ease; }
.tei-site-topbar a:hover { color: var(--tei-h-gold-light); }
.tei-site-topbar i { color: var(--tei-h-gold); font-size: 14px; }
.tei-site-topbar-divider { width: 1px; height: 15px; background: rgba(255,255,255,.2); }
.tei-site-topbar-right span { display: inline-flex; align-items: center; gap: 6px; }

.tei-site-navbar { background: var(--tei-h-white); border-bottom: 1px solid var(--tei-h-border); transition: box-shadow .25s ease; }
.tei-header-scrolled .tei-site-navbar { box-shadow: var(--tei-h-shadow); }
.tei-site-navbar-inner { min-height: 88px; display: flex; align-items: center; gap: 30px; }
.tei-site-brand { flex: 0 0 auto; display: inline-flex; align-items: center; text-decoration: none; }
.tei-site-brand img {
    display: block;
    width: auto;
    max-width: 260px;
    height: 122px;
    object-fit: contain;
}

.tei-site-nav { margin-left: auto; }
.tei-site-menu { list-style: none; display: flex; align-items: center; gap: 3px; padding: 0; margin: 0; }
.tei-site-menu > li { position: relative; list-style: none; }
.tei-site-menu > li > a,
.tei-site-menu-link-row > a { position: relative; display: flex; align-items: center; min-height: 88px; padding: 0 13px; color: var(--tei-h-ink); font-size: 14px; font-weight: 600; line-height: 1; text-decoration: none; white-space: nowrap; transition: color .25s ease; }
.tei-site-menu > li > a::after,
.tei-site-menu-link-row > a::after { content: ""; position: absolute; left: 13px; right: 13px; bottom: 21px; height: 2px; background: var(--tei-h-gold); transform: scaleX(0); transform-origin: center; transition: transform .25s ease; }
.tei-site-menu > li:hover > a,
.tei-site-menu > li > a.is-active,
.tei-site-has-submenu:hover > .tei-site-menu-link-row > a,
.tei-site-has-submenu.is-active > .tei-site-menu-link-row > a { color: var(--tei-h-navy); }
.tei-site-menu > li:hover > a::after,
.tei-site-menu > li > a.is-active::after,
.tei-site-has-submenu:hover > .tei-site-menu-link-row > a::after,
.tei-site-has-submenu.is-active > .tei-site-menu-link-row > a::after { transform: scaleX(1); }
.tei-site-menu-link-row { display: flex; align-items: center; }
.tei-site-submenu-toggle { border: 0; background: transparent; color: var(--tei-h-muted); margin-left: -9px; padding: 10px 7px; line-height: 1; cursor: pointer; }
.tei-site-submenu-toggle i { display: block; font-size: 11px; transition: transform .25s ease; }

.tei-site-submenu { position: absolute; left: 0; top: calc(100% - 1px); min-width: 275px; list-style: none; padding: 12px; margin: 0; background: #fff; border: 1px solid var(--tei-h-border); box-shadow: var(--tei-h-shadow); opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.tei-site-has-submenu:hover > .tei-site-submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.tei-site-submenu li { list-style: none; }
.tei-site-submenu a { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 11px 12px; color: #31403d; font-size: 13.5px; font-weight: 500; text-decoration: none; border-bottom: 1px solid #eef1ef; transition: background .2s ease, color .2s ease, padding-left .2s ease; }
.tei-site-submenu li:last-child a { border-bottom: 0; }
.tei-site-submenu a:hover { background: #f6f8f7; color: var(--tei-h-navy); padding-left: 16px; }
.tei-site-submenu .tei-site-view-all { margin-top: 5px; background: var(--tei-h-navy); color: #fff; border: 0; }
.tei-site-submenu .tei-site-view-all:hover { background: var(--tei-h-navy-dark); color: #fff; }

.tei-site-actions { display: flex; align-items: center; gap: 16px; flex: 0 0 auto; }
.tei-site-call { display: flex; align-items: center; gap: 10px; color: var(--tei-h-ink); text-decoration: none; }
.tei-site-call-icon { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid #dfe6e2; color: var(--tei-h-navy); border-radius: 50%; }
.tei-site-call small, .tei-site-call strong { display: block; line-height: 1.25; }
.tei-site-call small { color: var(--tei-h-muted); font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: .08em; }
.tei-site-call strong { color: var(--tei-h-ink); font-size: 13px; font-weight: 700; white-space: nowrap; }
.tei-site-cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 18px; background: var(--tei-h-gold); color: #10221f; font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; transition: background .25s ease, color .25s ease, transform .25s ease; }
.tei-site-cta:hover { background: var(--tei-h-navy); color: #fff; transform: translateY(-1px); }

.tei-site-menu-toggle, .tei-site-mobile-head, .tei-site-mobile-contact, .tei-site-overlay { display: none; }

@media (max-width: 1260px) {
  .tei-site-navbar-inner { gap: 18px; }
  .tei-site-menu > li > a, .tei-site-menu-link-row > a { padding-inline: 9px; font-size: 13px; }
  .tei-site-menu > li > a::after, .tei-site-menu-link-row > a::after { left: 9px; right: 9px; }
  .tei-site-call { display: none; }
}

@media (max-width: 1100px) {
  .tei-site-container { width: min(100% - 30px, 1420px); }
  .tei-site-topbar-right { display: none; }
  .tei-site-topbar-inner { justify-content: center; }
  .tei-site-navbar-inner { min-height: 76px; }
  .tei-site-brand img { height: 54px; max-width: 168px; }
  .tei-site-actions .tei-site-cta { display: none; }
  .tei-site-menu-toggle { margin-left: auto; width: 44px; height: 44px; border: 1px solid #dde4e0; background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; cursor: pointer; }
  .tei-site-menu-toggle span { display: block; width: 21px; height: 2px; background: var(--tei-h-navy); transition: transform .25s ease, opacity .25s ease; }
  .tei-site-nav { position: fixed; top: 0; right: 0; width: min(88vw, 390px); height: 100dvh; margin: 0; background: #fff; overflow-y: auto; box-shadow: -20px 0 50px rgba(0,0,0,.16); transform: translateX(105%); visibility: hidden; transition: transform .3s ease, visibility .3s ease; z-index: 10002; }
  .tei-menu-open .tei-site-nav { transform: translateX(0); visibility: visible; }
  .tei-site-mobile-head { min-height: 84px; padding: 14px 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--tei-h-border); }
  .tei-site-mobile-head img { width: auto; max-width: 165px; height: 52px; object-fit: contain; }
  .tei-site-menu-close { width: 40px; height: 40px; border: 1px solid #e1e7e4; background: #fff; color: var(--tei-h-navy); font-size: 19px; cursor: pointer; }
  .tei-site-menu { display: block; padding: 10px 20px 20px; }
  .tei-site-menu > li { border-bottom: 1px solid #edf0ee; }
  .tei-site-menu > li > a, .tei-site-menu-link-row > a { min-height: 55px; padding: 0; font-size: 14px; }
  .tei-site-menu > li > a::after, .tei-site-menu-link-row > a::after { display: none; }
  .tei-site-menu-link-row { justify-content: space-between; }
  .tei-site-menu-link-row > a { flex: 1; }
  .tei-site-submenu-toggle { width: 42px; height: 42px; margin: 0; display: grid; place-items: center; }
  .tei-site-has-submenu.submenu-open .tei-site-submenu-toggle i { transform: rotate(180deg); }
  .tei-site-submenu { position: static; min-width: 0; padding: 0 0 10px 12px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; display: none; }
  .tei-site-has-submenu:hover > .tei-site-submenu { display: none; }
  .tei-site-has-submenu.submenu-open > .tei-site-submenu { display: block; }
  .tei-site-submenu a { padding: 10px; background: #f8faf9; margin-bottom: 3px; border: 0; }
  .tei-site-mobile-contact { margin: 0 20px 28px; padding: 18px; display: block; background: var(--tei-h-navy); color: #fff; }
  .tei-site-mobile-contact span { display: block; margin-bottom: 6px; color: rgba(255,255,255,.72); font-size: 12px; }
  .tei-site-mobile-contact a { color: #fff; font-size: 16px; font-weight: 700; text-decoration: none; }
  .tei-site-mobile-contact i { color: var(--tei-h-gold-light); margin-right: 6px; }
  .tei-site-overlay { position: fixed; inset: 0; display: block; background: rgba(5,21,19,.55); opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; z-index: 10001; }
  .tei-menu-open .tei-site-overlay { opacity: 1; visibility: visible; }
}

@media (max-width: 620px) {
  .tei-site-container { width: min(100% - 24px, 1420px); }
  .tei-site-topbar { font-size: 11.5px; }
  .tei-site-topbar-inner { min-height: 38px; }
  .tei-site-topbar-left { width: 100%; justify-content: center; gap: 11px; }
  .tei-site-topbar-left a:first-child { display: block; }
  .tei-site-topbar-divider { display: none; }
  .tei-site-navbar-inner { min-height: 70px; }
  .tei-site-brand img { max-width: 150px; height: 90px; }
  .tei-site-menu-toggle { width: 42px; height: 42px; }
}