/* =========================================
   Swayogi Travels — Shared Brand Theme 2026
   One look across Home / Domestic / International / Honeymoon / Tours
   Navy + Gold (+ blush accent on honeymoon)
========================================= */

:root {
  --sy-navy: #0b1f3a;
  --sy-navy-deep: #08162d;
  --sy-gold: #d4af37;
  --sy-orange: #d4af37;
  --sy-white: #ffffff;
  --sy-cream: #faf8f5;
  --sy-soft: #f7f8fb;
  --sy-ink: #152238;
  --sy-muted: #5f6b7c;
  --sy-line: #e6ebf2;
  --sy-cta: #d4af37;
  --sy-accent: #d4af37;
  --sy-blush: #e94e77;
  --sy-font: "Poppins", "Segoe UI", sans-serif;
  --sy-display: "Poppins", "Segoe UI", sans-serif;
  --sy-radius: 12px;
  --sy-radius-sm: 8px;
  --sy-shadow: 0 14px 40px rgba(8, 22, 45, 0.1);
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--sy-font);
  color: var(--sy-ink);
  background: var(--sy-cream);
  padding-top: 78px;
  font-size: 16px;
  line-height: 1.65;
}

h1, h2, h3, .sy-display {
  font-family: var(--sy-display);
}

.sy-section h1,
.sy-section h2,
.sy-head h2,
.page-title,
.mk-head h2,
.hm-head h2,
.ct-page h1,
.ct-page h2,
.bl-page h1,
.bl-page h2 {
  color: var(--sy-navy);
}

a { color: var(--sy-navy); }
/* NEVER use color:inherit on CTA buttons — navy bg + navy text = invisible until hover */
a.sy-btn,
a.mk-btn,
a.hm-btn {
  text-decoration: none;
}

:focus-visible {
  outline: 2px solid var(--sy-gold);
  outline-offset: 2px;
}

/* ---------- Shared buttons ---------- */
.sy-btn,
.hm-btn,
.mk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: var(--sy-radius-sm);
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
}

.sy-btn--gold,
.mk-btn--gold,
a.sy-btn--gold,
a.mk-btn--gold {
  background: var(--sy-gold) !important;
  color: #0b1f3a !important;
  border-color: var(--sy-gold) !important;
}
.sy-btn--gold:hover,
.mk-btn--gold:hover,
a.sy-btn--gold:hover,
a.mk-btn--gold:hover {
  filter: brightness(1.05);
  color: #0b1f3a !important;
}

.sy-btn--navy,
.mk-btn--navy,
.hm-btn--navy,
a.sy-btn--navy,
a.mk-btn--navy,
a.hm-btn--navy {
  background: var(--sy-navy) !important;
  color: #ffffff !important;
  border-color: var(--sy-navy) !important;
}
.sy-btn--navy:hover,
.mk-btn--navy:hover,
.hm-btn--navy:hover,
a.sy-btn--navy:hover,
a.mk-btn--navy:hover,
a.hm-btn--navy:hover {
  color: #ffffff !important;
  filter: brightness(1.08);
}

.sy-btn--ghost,
.mk-btn--ghost,
.hm-btn--gold-outline,
a.sy-btn--ghost,
a.mk-btn--ghost {
  background: transparent !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.55) !important;
}
.sy-btn--ghost:hover,
.mk-btn--ghost:hover,
.hm-btn--gold-outline:hover,
a.sy-btn--ghost:hover,
a.mk-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #ffffff !important;
}

.mk-btn--ghost-dark,
a.mk-btn--ghost-dark {
  background: #fff !important;
  color: #0b1f3a !important;
  border-color: #d7dde8 !important;
}
.mk-btn--ghost-dark:hover,
a.mk-btn--ghost-dark:hover {
  color: #0b1f3a !important;
  border-color: #0b1f3a !important;
}

.hm-btn--cta,
a.hm-btn--cta {
  background: var(--sy-blush) !important;
  color: #ffffff !important;
  border-color: var(--sy-blush) !important;
}
.hm-btn--cta:hover,
a.hm-btn--cta:hover {
  filter: brightness(1.05);
  color: #ffffff !important;
}

.sy-btn--wa,
.mk-btn--wa,
a.sy-btn--wa,
a.mk-btn--wa {
  background: #25d366 !important;
  color: #ffffff !important;
  border-color: #25d366 !important;
}
.sy-btn--wa:hover,
.mk-btn--wa:hover,
a.sy-btn--wa:hover,
a.mk-btn--wa:hover {
  color: #ffffff !important;
  filter: brightness(1.05);
}

.sy-btn--outline,
.mk-btn--outline-light,
a.sy-btn--outline,
a.mk-btn--outline-light {
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,.75) !important;
}
.sy-btn--outline:hover,
.mk-btn--outline-light:hover,
a.sy-btn--outline:hover,
a.mk-btn--outline-light:hover {
  background: rgba(255,255,255,.12) !important;
  color: #ffffff !important;
}

.sy-btn i,
.mk-btn i,
.hm-btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 0.95em;
}

/* ---------- Shared section heads ---------- */
.sy-head,
.hm-head,
.mk-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.sy-head--center,
.hm-head--center,
.mk-head--center {
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  width: 100%;
}

.sy-head--center > *,
.hm-head--center > *,
.mk-head--center > * {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.sy-head--center h2,
.hm-head--center h2,
.mk-head--center h2,
.sy-head--center .sy-kicker,
.hm-head--center .hm-kicker,
.mk-head--center .mk-kicker,
.sy-head--center p,
.hm-head--center p,
.mk-head--center p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.sy-kicker,
.hm-kicker,
.mk-kicker {
  margin: 0 0 6px;
  color: var(--sy-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: var(--sy-font);
}

.hm-page .hm-kicker,
.hm-page .hm-link {
  color: var(--sy-blush);
}

.sy-head h2,
.hm-head h2,
.mk-head h2 {
  margin: 0;
  font-family: var(--sy-display);
  font-size: clamp(1.45rem, 2.5vw, 2.05rem);
  color: var(--sy-navy);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.sy-head--center::after,
.hm-head--center::after,
.mk-head--center::after {
  content: "\2665";
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1;
  color: var(--sy-blush);
  opacity: 0.9;
}

.mk-page .mk-head--center::after,
.sy-home .sy-head--center::after {
  color: var(--sy-gold);
}

.sy-link,
.hm-link,
.mk-link {
  color: var(--sy-accent);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.hm-page .sy-link,
.hm-page .hm-link { color: var(--sy-blush); }
.sy-link:hover,
.hm-link:hover,
.mk-link:hover { opacity: 0.85; }

/* ---------- Shared trust strip ---------- */
.sy-trust-bar,
.hm-trust,
.mk-trust {
  background: var(--sy-navy);
  color: #fff;
  padding: 16px 0;
}

.sy-trust-bar__row,
.hm-trust__row,
.mk-trust__row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  text-align: center;
  align-items: center;
}

.sy-trust-bar__row > div,
.hm-trust__row > div,
.mk-trust__row > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.92);
}

.sy-trust-bar__row i,
.hm-trust__row i,
.mk-trust__row i,
.mk-why__row i {
  color: var(--sy-gold);
  font-size: 16px;
}

/* ---------- Shared destination cards (6-up) ---------- */
.sy-dest-grid,
.hm-dest-grid,
.mk-dest-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.sy-dest-card,
.hm-dest-card,
.mk-dest {
  position: relative;
  display: block;
  height: 260px;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(8, 22, 45, 0.12);
  background: var(--sy-navy);
}

.sy-dest-card img,
.hm-dest-card img,
.mk-dest img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

.sy-dest-card:hover img,
.hm-dest-card:hover img,
.mk-dest:hover img {
  transform: scale(1.06);
}

.sy-dest-card__copy,
.hm-dest-card__copy,
.mk-dest__copy {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 16px 12px 12px;
  text-align: left;
  color: #fff;
  background: linear-gradient(180deg, transparent 0%, rgba(8, 22, 45, 0.55) 35%, rgba(8, 22, 45, 0.95) 100%);
}

.sy-dest-card__copy h3,
.hm-dest-card__copy h3,
.mk-dest__copy h3 {
  margin: 0 0 4px;
  font-family: var(--sy-display);
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  text-align: left;
}

.sy-dest-card__copy p,
.hm-dest-card__copy p,
.mk-dest__copy p {
  margin: 0 0 4px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--sy-font);
  text-align: left;
}

.sy-dest-card__copy span,
.hm-dest-card__copy span,
.mk-dest__copy span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--sy-gold);
  font-family: var(--sy-font);
  text-align: left;
}

/* ---------- Shared package grids ---------- */
.hm-package-grid,
.mk-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

/* Gold icon chips (includes / why) */
.sy-icon-gold,
.hm-include > i,
.hm-why > i,
.mk-why__row i {
  color: var(--sy-gold);
}

/* Page namespace vars */
.sy-home,
.sy-tours,
.hm-page,
.mk-page,
.ct-page,
.bl-page {
  --sy-navy: #0b1f3a;
  --sy-gold: #d4af37;
  --sy-orange: #d4af37;
  --sy-display: "Poppins", "Segoe UI", sans-serif;
  --sy-font: "Poppins", "Segoe UI", sans-serif;
}

.hm-page {
  --sy-accent: #e94e77;
  --hm-navy: #0b1f3a;
  --hm-gold: #d4af37;
  --hm-cta: #e94e77;
  --hm-display: "Poppins", "Segoe UI", sans-serif;
  --hm-font: "Poppins", "Segoe UI", sans-serif;
}

.mk-page {
  --navy: #0b1f3a;
  --gold: #d4af37;
  --dark: #08162d;
  --cream: #faf8f5;
  --muted: #5f6b7c;
  --line: #e6ebf2;
}

.tp-page {
  --tp-navy: #0b1f3a;
  --tp-gold: #d4af37;
  font-family: var(--sy-font);
}
.tp-page .tp-main-title,
.tp-page .tp-section-title,
.tp-page .daywise-header h2 {
  font-family: var(--sy-display);
}

/* Responsive shared grids */
@media (max-width: 1100px) {
  .sy-dest-grid,
  .hm-dest-grid,
  .mk-dest-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .hm-package-grid,
  .mk-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sy-trust-bar__row,
  .hm-trust__row,
  .mk-trust__row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .sy-dest-grid,
  .hm-dest-grid,
  .mk-dest-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hm-package-grid,
  .mk-grid {
    grid-template-columns: 1fr;
  }
  .sy-trust-bar__row,
  .hm-trust__row,
  .mk-trust__row {
    grid-template-columns: repeat(2, 1fr);
  }
  .sy-dest-card,
  .hm-dest-card,
  .mk-dest {
    height: 210px;
  }
}

/* =========================================
   NAV + FOOTER — mockup 2026
========================================= */
header.topbar {
  display: none !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
}

nav.navbar.sy-nav,
.navbar.sy-nav {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 78px !important;
  background: #0B1F3A !important;
  box-shadow: 0 8px 24px rgba(8, 22, 45, 0.18);
}

.navbar.sy-nav.is-scrolled {
  background: #0B1F3A !important;
}

.sy-nav__inner {
  width: min(1280px, 94%) !important;
  height: 78px;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px;
}

.sy-nav__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.sy-nav__logo img {
  width: 58px;
  height: auto;
  display: block;
}

.sy-nav__links {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex: 1;
  flex-wrap: wrap;
  gap: 2px 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sy-nav__links a {
  display: inline-flex;
  align-items: center;
  height: auto !important;
  padding: 6px 0;
  color: #fff !important;
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 500;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color .2s ease, border-color .2s ease;
}

.sy-nav__links a:hover,
.sy-nav__links a.is-active {
  color: #d4af37 !important;
  border-bottom-color: #d4af37;
}

.sy-nav__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.sy-nav__phone {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 6px 16px 6px 7px;
  border: 1.5px solid rgba(212, 175, 55, 0.55);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: border-color .2s ease, background .2s ease;
}

.sy-nav__phone i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.18);
  display: grid;
  place-items: center;
  color: #d4af37;
  font-size: 12px;
}

.sy-nav__phone:hover {
  border-color: #d4af37;
  background: rgba(212, 175, 55, 0.1);
}

.sy-nav__wa {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #25d366;
  color: #fff !important;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 18px;
}
.sy-nav__wa:hover { filter: brightness(1.06); color: #fff !important; }

.sy-nav__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  background: #d4af37 !important;
  color: #0b1f3a !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.sy-nav__cta:hover { filter: brightness(1.05); color: #0b1f3a !important; }

.sy-nav__toggle {
  display: none;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
  padding: 4px;
}

/* Footer */
.sy-footer,
.main-footer.sy-footer,
footer.sy-footer {
  background: #0B1F3A !important;
  color: #fff;
  width: 100%;
}

.sy-footer__inner {
  width: min(1180px, 92%);
  margin: 0 auto;
  padding: 48px 0 36px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1.25fr;
  gap: 28px;
}

.sy-footer__logo img {
  width: 72px;
  height: auto;
  margin-bottom: 12px;
  display: block;
}

.sy-footer__about p {
  margin: 0;
  max-width: 280px;
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(255,255,255,.78);
}

.sy-footer__social {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.sy-footer__social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(212,175,55,.45);
  color: #d4af37 !important;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 14px;
  transition: .2s ease;
}
.sy-footer__social a:hover {
  background: #d4af37;
  color: #0b1f3a !important;
}

.sy-footer__col h3 {
  margin: 0 0 14px;
  color: #d4af37 !important;
  font-size: 15px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.sy-footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sy-footer__col li { margin-bottom: 8px; }

.sy-footer__col a {
  color: rgba(255,255,255,.82) !important;
  text-decoration: none;
  font-size: 14.5px;
  transition: color .2s ease;
}
.sy-footer__col a:hover { color: #d4af37 !important; }

.sy-footer__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14.5px;
  line-height: 1.5;
  color: rgba(255,255,255,.82);
}
.sy-footer__item i {
  color: #d4af37 !important;
  width: 16px;
  min-width: 16px;
  margin-top: 3px;
  text-align: center;
}
.sy-footer__item a {
  color: rgba(255,255,255,.9) !important;
  text-decoration: none;
}
.sy-footer__item a:hover { color: #d4af37 !important; }

.sy-footer__bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  background: #08162d !important;
}

.sy-footer__bottom-inner {
  width: min(1180px, 92%);
  margin: 0 auto;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.sy-footer__bottom p {
  margin: 0;
  font-size: 13.5px;
  color: rgba(255,255,255,.7);
}

.sy-footer__pay {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
}
.sy-footer__pay .sy-pay {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 26px;
  padding: 3px 8px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid rgba(255,255,255,.2);
  color: #0b1f3a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
}
.sy-footer__pay .sy-pay i,
.sy-footer__pay .sy-pay svg {
  width: 18px;
  height: 14px;
  font-size: 16px;
  line-height: 1;
  flex-shrink: 0;
}
.sy-footer__pay .sy-pay--visa i { color: #1a1f71; }
.sy-footer__pay .sy-pay--mc i { color: #eb001b; }
.sy-footer__pay .sy-pay--rupay { color: #0b5cab; }
.sy-footer__pay .sy-pay--upi { color: #097939; }
.sy-footer__pay .sy-pay--upi svg { width: 30px; height: 16px; }
.sy-footer__pay .sy-pay span { white-space: nowrap; }

@media (max-width: 1100px) {
  .sy-nav__links { display: none !important; }
  .sy-nav__links.is-open {
    display: flex !important;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    background: #0B1F3A;
    padding: 12px 4%;
    gap: 0;
    box-shadow: 0 16px 30px rgba(0,0,0,.25);
  }
  .sy-nav__links.is-open a {
    height: auto !important;
    padding: 12px 8px;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .sy-nav__toggle { display: inline-flex; }
  .sy-nav__phone span { display: none; }
  .sy-nav__cta { display: none; }
  .sy-nav__actions {
    gap: 18px !important;
  }
  .sy-nav__phone {
    width: 40px;
    height: 40px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.12);
    border: 1.5px solid rgba(212, 175, 55, 0.55);
  }
  .sy-nav__phone i {
    width: auto;
    height: auto;
    background: transparent;
    font-size: 15px;
  }
  .sy-nav__wa {
    width: 40px;
    height: 40px;
  }
  .sy-nav__toggle {
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 22px;
  }
  .sy-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

@media (max-width: 640px) {
  body {
    padding-top: 64px !important;
  }
  nav.navbar.sy-nav,
  .navbar.sy-nav {
    height: 64px !important;
  }
  .sy-nav__inner {
    height: 64px;
    width: min(1180px, 94%) !important;
    gap: 10px;
  }
  .sy-nav__logo img {
    width: 48px;
  }
  .sy-nav__actions {
    gap: 14px !important;
  }
  .sy-nav__links.is-open {
    top: 64px;
  }
  .sy-footer__inner { grid-template-columns: 1fr; padding: 28px 0 20px; gap: 18px; }
  .sy-footer__bottom-inner { flex-direction: column; align-items: flex-start; }

  /* Compact vertical rhythm — all pages */
  .sy-head,
  .hm-head,
  .mk-head {
    margin-bottom: 12px !important;
    gap: 8px !important;
  }
  .sy-head h2,
  .hm-head h2,
  .mk-head h2 {
    font-size: 1.28rem !important;
  }
  .sy-usp,
  .mk-usp,
  .hm-usp {
    margin-top: -18px !important;
    padding-bottom: 4px !important;
  }
  .hm-page .hm-usp,
  .hm-usp {
    margin-top: -4px !important;
  }
  .sy-usp__row,
  .mk-usp__row,
  .hm-usp-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    flex-wrap: unset !important;
    gap: 14px 12px !important;
    padding: 14px 12px !important;
  }
  .sy-usp__row > div,
  .mk-usp__row > div,
  .hm-usp-row > div {
    flex: unset !important;
    font-size: 11px !important;
    gap: 6px !important;
  }
  .sy-trust-bar,
  .hm-trust,
  .mk-trust {
    padding: 10px 0 !important;
  }
  .sy-trust-bar__row,
  .hm-trust__row,
  .mk-trust__row {
    gap: 12px 10px !important;
  }
}

.contact-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}

.contact-item i {
  color: #d4af37 !important;
  width: 16px;
  min-width: 16px;
  margin-top: 3px;
  line-height: 1.2;
  text-align: center;
}

.contact-item a,
.contact-item span {
  line-height: 1.45;
}

/* =========================================
   Shared USP / Trust bars (Home + Domestic + Honeymoon)
   Keep horizontal even if page CSS fails to load
========================================= */
.hm-hero__usp {
  display: none !important;
}

.hm-usp,
.sy-usp,
.mk-usp {
  position: relative;
  z-index: 3;
  margin-top: -36px;
  padding-bottom: 10px;
}

.hm-page .hm-usp,
.hm-usp {
  margin-top: -8px !important;
}

.hm-usp-row,
.sy-usp__row,
.mk-usp__row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: space-between !important;
  gap: 8px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 18px 16px !important;
  background: #fff !important;
  border-radius: 14px !important;
  box-shadow: 0 16px 40px rgba(8, 22, 45, 0.12) !important;
  list-style: none !important;
}

.hm-usp-row > div,
.sy-usp__row > div,
.mk-usp__row > div {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
  gap: 8px !important;
  flex: 1 1 0 !important;
  min-width: 0 !important;
  width: auto !important;
  float: none !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #0b1f3a !important;
  line-height: 1.3 !important;
}

.hm-usp-row > div span,
.sy-usp__row > div span,
.mk-usp__row > div span {
  color: #0b1f3a !important;
}

.hm-usp-row i,
.sy-usp__row i,
.mk-usp__row i {
  color: #d4af37 !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

.mk-usp__row .mk-ico {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  border: 1.5px solid #d4af37 !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 auto !important;
  background: transparent !important;
}

@media (max-width: 900px) {
  .sy-usp__row,
  .mk-usp__row,
  .hm-usp-row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    flex-wrap: unset !important;
    gap: 14px 10px !important;
  }
  .sy-usp__row > div,
  .mk-usp__row > div,
  .hm-usp-row > div {
    flex: unset !important;
    font-size: 11px !important;
  }
}

/* 640 keeps this in sync with the page-level CSS, which loads after this file */
@media (max-width: 640px) {
  .sy-usp__row,
  .mk-usp__row,
  .hm-usp-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 10px !important;
    padding: 14px 12px !important;
  }
  .sy-usp__row > div,
  .mk-usp__row > div,
  .hm-usp-row > div {
    font-size: 10.5px !important;
    line-height: 1.25 !important;
  }
}
