/**
 * Siyam Holidays – Frontend theme (logo-based)
 * Colors: dark blue, royal blue, ocean cyan, orange from logo
 * Typography: Tahoma across frontend
 */
html, body { font-family: var(--sh-font-family, Tahoma, sans-serif); }
:root {
  --sh-dark: #0f2744;
  --sh-primary: #1e5f9e;
  --sh-primary-light: #2d7ab8;
  --sh-accent: #0ea5e9;
  --sh-accent-soft: #7dd3fc;
  --sh-cta: #e8762b;
  --sh-cta-hover: #d46920;
  --sh-topbar-bg: #0f2744;
  --sh-topbar-text: #ffffff;
  --sh-topbar-muted: rgba(255,255,255,0.85);
  --sh-topbar-link-hover: #fbbf24;
  --sh-cta-bg: #e8762b;
  --sh-cta-bg-hover: #d46920;
  --sh-nav-link: #374151;
  --sh-nav-link-hover: #1e5f9e;
  --sh-nav-dropdown-bg: #ffffff;
  --sh-nav-dropdown-hover: #eff6ff;
}

/* Top bar – theme colors */
.sh-topbar { background-color: var(--sh-topbar-bg); color: var(--sh-topbar-text); }
.sh-topbar a { color: var(--sh-topbar-muted); text-decoration: none; }
.sh-topbar a:hover { color: var(--sh-topbar-link-hover); }
.sh-topbar .sh-cta-btn { background-color: var(--sh-cta-bg); color: #fff; text-decoration: none; }
.sh-topbar .sh-cta-btn:hover { background-color: var(--sh-cta-bg-hover); color: #fff; }

/* Logged-in customer account menu — Traveloka-style click dropdown */
.sh-topbar .sh-user-menu {
  position: relative;
  display: inline-block;
  z-index: 10070;
  vertical-align: middle;
}

.sh-topbar button.sh-user-menu-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  max-width: min(15rem, 46vw);
  border: none;
  background: transparent !important;
  color: #fff !important;
  padding: 0.15rem 0.25rem;
  border-radius: 0.35rem;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.3;
  box-shadow: none !important;
  transition: color 0.15s ease, opacity 0.15s ease;
}

.sh-topbar button.sh-user-menu-trigger:hover,
.sh-topbar .sh-user-menu.is-open button.sh-user-menu-trigger {
  color: var(--sh-topbar-link-hover) !important;
  opacity: 1;
}

.sh-user-menu-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #38bdf8 0%, #2563eb 100%);
  color: #fff;
  font-weight: 800;
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0.7rem;
  border: 2px solid rgba(255, 255, 255, 0.35);
}

.sh-user-menu-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sh-user-menu-caret {
  font-size: 0.62rem;
  opacity: 0.92;
  transition: transform 0.15s ease;
  flex-shrink: 0;
}

.sh-topbar .sh-user-menu.is-open .sh-user-menu-caret {
  transform: rotate(180deg);
}

.sh-topbar .sh-user-menu-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 0.5rem);
  width: min(18.5rem, 92vw);
  background: #fff;
  color: #1f2937;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.22);
  overflow: hidden;
  z-index: 10080;
}

.sh-topbar .sh-user-menu-dropdown[hidden] {
  display: none !important;
}

.sh-topbar .sh-user-menu.is-open .sh-user-menu-dropdown {
  display: block !important;
}

.sh-user-menu-head {
  padding: 1rem 1rem 0.85rem;
  background: linear-gradient(135deg, #334155 0%, #1e3a5f 55%, #0f2744 100%);
  color: #fff;
}

.sh-user-menu-head-name {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}

.sh-user-menu-head-email {
  margin: 0.25rem 0 0.65rem;
  font-size: 0.78rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.82);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sh-user-menu-tier {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  padding: 0.45rem 0;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95) !important;
  text-decoration: none !important;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.sh-user-menu-tier:hover,
.sh-user-menu-tier:focus {
  color: #fde68a !important;
  outline: none;
}

.sh-user-menu-tier i:first-child {
  color: #fbbf24;
  width: 1rem;
  text-align: center;
}

.sh-user-menu-tier-arrow {
  margin-left: auto;
  font-size: 0.62rem;
  opacity: 0.85;
}

.sh-user-menu-links {
  padding: 0.35rem 0 0.45rem;
  background: #fff;
}

.sh-topbar .sh-user-menu-dropdown .sh-user-menu-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.62rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #334155 !important;
  text-decoration: none !important;
  transition: background 0.12s ease, color 0.12s ease;
}

.sh-topbar .sh-user-menu-dropdown .sh-user-menu-link:hover,
.sh-topbar .sh-user-menu-dropdown .sh-user-menu-link:focus {
  background: #f1f5f9;
  color: var(--sh-primary) !important;
  outline: none;
}

.sh-topbar .sh-user-menu-dropdown .sh-user-menu-link i {
  width: 1.15rem;
  text-align: center;
  color: var(--sh-primary);
  flex-shrink: 0;
  font-size: 0.95rem;
}

.sh-topbar .sh-user-menu-dropdown .sh-user-menu-link--logout {
  border-top: 1px solid #e5e7eb;
  margin-top: 0.15rem;
  padding-top: 0.75rem;
}

.sh-topbar .sh-user-menu-dropdown .sh-user-menu-link--logout i {
  color: #64748b;
}

.sh-topbar .sh-user-menu-dropdown .sh-user-menu-link--logout:hover,
.sh-topbar .sh-user-menu-dropdown .sh-user-menu-link--logout:focus {
  background: #fef2f2;
  color: #b91c1c !important;
}

.sh-topbar .sh-user-menu-dropdown .sh-user-menu-link--logout:hover i,
.sh-topbar .sh-user-menu-dropdown .sh-user-menu-link--logout:focus i {
  color: #b91c1c;
}

/* Logo tagline – smaller than logo */
.sh-tagline { font-size: 0.65rem; font-weight: 600; color: var(--sh-dark); max-width: 140px; line-height: 1.2; }
@media (min-width: 640px) { .sh-tagline { font-size: 0.7rem; max-width: 160px; } }

/* Nav links */
.sh-nav a { color: var(--sh-nav-link); }
.sh-nav a:hover { color: var(--sh-nav-link-hover); }
.sh-nav .sh-btn { background-color: var(--sh-primary); color: #fff; }
.sh-nav .sh-btn:hover { background-color: var(--sh-primary-light); color: #fff; }

/* Dropdown */
.sh-dropdown { background: var(--sh-nav-dropdown-bg); }
.sh-dropdown a:hover { background: var(--sh-nav-dropdown-hover); color: var(--sh-primary); }

/* Primary button (Support, etc.) */
.sh-btn { background-color: var(--sh-primary); color: #fff; }
.sh-btn:hover { background-color: var(--sh-primary-light); color: #fff; }

/* Sticky footer – footer at bottom of viewport when content is short */
.sh-page { display: flex; flex-direction: column; min-height: 100vh; }
.sh-page-main { flex: 1 1 auto; min-height: 0; width: 100%; }
.sh-page > .sh-topbar,
.sh-page > header,
.sh-page > footer { flex-shrink: 0; }

/* Footer – ensure dark background and readable text (fixes low-contrast display) */
.sh-footer,
footer.sh-footer {
  background-color: #0f2744 !important;
  color: #ffffff !important;
}
.sh-footer h3,
.sh-footer h4 {
  color: #ffffff !important;
}
.sh-footer a {
  color: rgba(255, 255, 255, 0.85) !important;
}
.sh-footer a:hover {
  color: #fbbf24 !important;
}
.sh-footer p,
.sh-footer li {
  color: rgba(255, 255, 255, 0.9) !important;
}
.sh-footer .border-t {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

/* Compact dynamic footer */
.sh-footer-compact {
  font-family: var(--sh-font-family, Tahoma, sans-serif);
}
.sh-footer-accent-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--sh-cta, #e8762b), #fbbf24, var(--sh-cta, #e8762b));
}
.sh-footer-actions .sh-footer-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.65rem;
  border-radius: 9999px;
  font-size: 0.7rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff !important;
  text-decoration: none !important;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.sh-footer-actions .sh-footer-pill:hover {
  background: rgba(251, 191, 36, 0.25);
  border-color: rgba(251, 191, 36, 0.5);
  color: #fbbf24 !important;
}
.sh-footer-pill-cta {
  background: var(--sh-cta, #e8762b) !important;
  border-color: transparent !important;
  color: #0f172a !important;
}
.sh-footer-pill-cta:hover {
  background: var(--sh-cta-hover, #d46920) !important;
  color: #0f172a !important;
}
.sh-footer-pill-wa {
  background: rgba(37, 211, 102, 0.2) !important;
  border-color: rgba(37, 211, 102, 0.4) !important;
}
.sh-footer-pill-text {
  max-width: 9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sh-footer-pill-email {
  max-width: 11rem;
}
@media (max-width: 480px) {
  .sh-footer-pill-text,
  .sh-footer-pill-email {
    display: none;
  }
}
.sh-footer-social {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  text-decoration: none !important;
}
.sh-footer-social:hover {
  background: var(--sh-cta, #e8762b);
  color: #0f172a !important;
}
.sh-footer-fold-title {
  list-style: none;
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  padding: 0.15rem 0;
  user-select: none;
}
.sh-footer-fold-title::-webkit-details-marker {
  display: none;
}
.sh-footer-fold-title::before {
  content: "▸ ";
  color: var(--sh-cta, #e8762b);
}
.sh-footer-fold[open] .sh-footer-fold-title::before {
  content: "▾ ";
}
@media (min-width: 768px) {
  .sh-footer-fold-title {
    cursor: default;
    pointer-events: none;
  }
  .sh-footer-fold-title::before {
    display: none;
  }
  .sh-footer-fold .sh-footer-fold-body {
    display: block !important;
  }
}
.sh-footer-main > * {
  min-width: 0;
}
.sh-footer-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
}
.sh-footer-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem 1.75rem;
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sh-footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sh-footer-columns .sh-footer-fold:only-child {
    grid-column: 1 / -1;
    max-width: 28rem;
    margin: 0 auto;
    width: 100%;
  }
}
.sh-footer-columns .sh-footer-fold-title {
  text-align: center;
}
.sh-footer-fold-title--center {
  text-align: center;
}
.sh-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.sh-footer-brand-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.65rem;
  text-decoration: none !important;
  max-width: 36rem;
  margin: 0 auto;
  width: 100%;
}
.sh-footer-brand-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  gap: 0.25rem;
}
.sh-footer-brand-logo {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
  border-radius: 0.5rem;
  flex-shrink: 0;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .sh-footer-brand-logo {
    width: 4.5rem;
    height: 4.5rem;
  }
  .sh-footer-brand-link {
    gap: 0.75rem;
  }
}
.sh-footer-brand-name {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  color: #fff;
  margin: 0;
}
@media (min-width: 768px) {
  .sh-footer-brand-name {
    font-size: 1.0625rem;
  }
}
.sh-footer-brand-desc {
  font-size: 0.875rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
  margin: 0.35rem 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sh-footer-brand-social {
  text-align: center;
  width: 100%;
}
.sh-footer-brand-social .sh-footer-connect-label {
  justify-content: center;
}
.sh-footer-connect-label {
  cursor: default;
  pointer-events: none;
}
.sh-footer-connect-label::before {
  display: none;
}
.sh-footer-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem 0.85rem;
  list-style: none;
  margin: 0.35rem 0 0;
  padding: 0;
}
.sh-footer-services-list {
  grid-template-columns: 1fr;
}
@media (min-width: 480px) {
  .sh-footer-services-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.sh-footer-link-grid > li {
  margin: 0;
  padding: 0;
  min-width: 0;
}
.sh-footer-link-grid a,
.sh-footer-link-list a {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  font-size: 0.875rem;
  line-height: 1.45;
  padding: 0.2rem 0;
  min-width: 0;
  color: rgba(255, 255, 255, 0.88) !important;
  text-decoration: none !important;
}
.sh-footer-link-grid a span {
  flex: 1;
  min-width: 0;
  word-break: break-word;
}
.sh-footer-link-grid a i {
  flex-shrink: 0;
  width: 0.9rem;
  margin-top: 0.15rem;
  text-align: center;
  font-size: 0.7rem;
  color: var(--sh-cta, #e8762b);
  opacity: 0.95;
}
.sh-footer-more-item.is-collapsed {
  display: none !important;
}
.sh-footer-link-grid a:hover,
.sh-footer-link-list a:hover {
  color: #fbbf24 !important;
}
.sh-footer-link-list {
  list-style: none;
  margin: 0.25rem 0 0;
  padding: 0;
  columns: 2;
  column-gap: 1rem;
}
.sh-footer-link-list li {
  break-inside: avoid;
}
.sh-footer-expand,
.sh-footer-expand-inline {
  font-size: 0.7rem;
  color: #fbbf24;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
}
.sh-footer-expand-inline {
  list-style: none;
  color: rgba(255, 255, 255, 0.75);
}
.sh-footer-expand-inline::-webkit-details-marker {
  display: none;
}
.sh-footer-offices-wrap {
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
  display: flex;
  justify-content: center;
  width: 100%;
}
.sh-footer-offices-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10.5rem, 1fr));
  gap: 0.5rem;
  width: 100%;
  max-width: 48rem;
  margin: 0 auto;
}
.sh-footer-contact-section {
  width: 100%;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.sh-footer-contact-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sh-footer-contact-link {
  text-align: center;
}
.sh-footer-office-chip {
  min-width: 0;
  text-align: center;
  padding: 0.5rem 0.65rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.sh-footer-office-name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin: 0 0 0.25rem;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.35;
  color: #fff;
}
.sh-footer-office-name > span {
  min-width: 0;
}
.sh-footer-office-flag {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.625rem;
  height: 1.125rem;
  padding: 0 0.2rem;
  border-radius: 0.2rem;
  font-size: 0.5625rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
  background: rgba(251, 191, 36, 0.22);
  color: #fde68a;
  border: 1px solid rgba(251, 191, 36, 0.45);
  font-family: var(--sh-font-family, Tahoma, sans-serif);
}
/* Contact page reuses office country badges */
.contact-page .sh-footer-office-flag,
.bg-white .sh-footer-office-flag {
  background: rgba(30, 95, 158, 0.12);
  color: #1e5f9e;
  border-color: rgba(30, 95, 158, 0.35);
  min-width: 1.75rem;
  height: 1.25rem;
  font-size: 0.625rem;
}
.sh-footer-office-phone {
  display: block;
  font-size: 0.6875rem;
  color: rgba(251, 191, 36, 0.9) !important;
  text-decoration: none !important;
  word-break: break-word;
}
.sh-footer-office-phone:hover {
  color: #fde68a !important;
}
.sh-footer-newsletter {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  width: 100%;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.sh-footer-newsletter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  max-width: 28rem;
  align-items: stretch;
  margin: 0 auto;
  justify-content: center;
}
.sh-footer-newsletter-form input[type="email"] {
  flex: 1 1 12rem;
  min-width: 0;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 0.8125rem;
}
.sh-footer-newsletter-form input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.sh-footer-newsletter-form input[type="email"]:focus {
  outline: none;
  border-color: rgba(251, 191, 36, 0.65);
  box-shadow: 0 0 0 2px rgba(251, 191, 36, 0.2);
}
.sh-footer-newsletter-form button {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  background: #f59e0b;
  color: #111827;
}
.sh-footer-newsletter-form button:hover {
  background: #fbbf24;
}
.sh-footer-newsletter-msg {
  font-size: 0.75rem;
  margin-top: 0.35rem;
}
.sh-footer-newsletter-msg.hidden {
  display: none;
}
.sh-footer-main .sh-footer-fold {
  align-self: stretch;
  width: 100%;
}
.sh-footer-columns .sh-footer-link-grid,
.sh-footer-columns .sh-footer-link-list {
  text-align: left;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ============================================
   Frontend service search box – per-service colors
   (Project palette: dark blue, primary, accent, CTA, amber)
   Layout unchanged; only colors per service.
   ============================================ */

/* Service search container – ensure forms are targeted inside #booking */
#booking .search-form {
  border-radius: 0 8px 8px 0;
  padding-left: 1rem;
  margin-left: 0;
  border-left: 4px solid transparent;
  background: transparent;
  transition: border-color 0.2s ease, background 0.2s ease;
}

/* Hotels – primary blue */
#booking #hotels-form { border-left-color: var(--sh-primary); background: linear-gradient(to right, rgba(30, 95, 158, 0.06), transparent); }
#booking #hotels-form .gradient-bg { background: var(--sh-primary) !important; }
#booking #hotels-form .gradient-bg:hover { background: var(--sh-primary-light) !important; }
#booking .service-tab[data-service="hotels"].active { background: var(--sh-primary) !important; color: #fff !important; }

/* Flights – accent sky */
#booking #flights-form { border-left-color: var(--sh-accent); background: linear-gradient(to right, rgba(14, 165, 233, 0.06), transparent); }
#booking #flights-form .gradient-bg { background: var(--sh-accent) !important; }
#booking #flights-form .gradient-bg:hover { background: #38bdf8 !important; }
#booking .service-tab[data-service="flights"].active { background: var(--sh-accent) !important; color: #fff !important; }

/* Packages – CTA orange */
#booking #packages-form { border-left-color: var(--sh-cta); background: linear-gradient(to right, rgba(232, 118, 43, 0.06), transparent); }
#booking #packages-form .gradient-bg { background: var(--sh-cta) !important; }
#booking #packages-form .gradient-bg:hover { background: var(--sh-cta-hover) !important; }
#booking .service-tab[data-service="packages"].active { background: var(--sh-cta) !important; color: #fff !important; }

/* Sightseeing – amber/gold */
#booking #sightseeing-form { border-left-color: var(--sh-topbar-link-hover); background: linear-gradient(to right, rgba(251, 191, 36, 0.08), transparent); }
#booking #sightseeing-form .gradient-bg { background: #d97706 !important; }
#booking #sightseeing-form .gradient-bg:hover { background: #b45309 !important; }
#booking .service-tab[data-service="sightseeing"].active { background: #d97706 !important; color: #fff !important; }

/* Transfers – primary light blue */
#booking #transfers-form { border-left-color: var(--sh-primary-light); background: linear-gradient(to right, rgba(45, 122, 184, 0.06), transparent); }
#booking #transfers-form .gradient-bg { background: var(--sh-primary-light) !important; }
#booking #transfers-form .gradient-bg:hover { background: #3b82f6 !important; }
#booking .service-tab[data-service="transfers"].active { background: var(--sh-primary-light) !important; color: #fff !important; }

/* Visa – dark blue */
#booking #visa-form { border-left-color: var(--sh-dark); background: linear-gradient(to right, rgba(15, 39, 68, 0.06), transparent); }
#booking #visa-form .gradient-bg { background: var(--sh-dark) !important; }
#booking #visa-form .gradient-bg:hover { background: #1e3a5f !important; }
#booking .service-tab[data-service="visa"].active { background: var(--sh-dark) !important; color: #fff !important; }

/* Hajj & Umrah – green (pilgrimage) */
#booking #hajj-umrah-form { border-left-color: #059669; background: linear-gradient(to right, rgba(5, 150, 105, 0.06), transparent); }
#booking #hajj-umrah-form .gradient-bg { background: #059669 !important; }
#booking #hajj-umrah-form .gradient-bg:hover { background: #047857 !important; }
#booking .service-tab[data-service="hajj-umrah"].active { background: #059669 !important; color: #fff !important; }

/* Student Consultancy – violet */
#booking #student-consultancy-form { border-left-color: #7c3aed; background: linear-gradient(to right, rgba(124, 58, 237, 0.06), transparent); }
#booking #student-consultancy-form .gradient-bg { background: #7c3aed !important; }
#booking #student-consultancy-form .gradient-bg:hover { background: #6d28d9 !important; }
#booking .service-tab[data-service="student-consultancy"].active { background: #7c3aed !important; color: #fff !important; }

/* Immigration – teal */
#booking #immigration-form { border-left-color: #0d9488; background: linear-gradient(to right, rgba(13, 148, 136, 0.06), transparent); }
#booking #immigration-form .gradient-bg { background: #0d9488 !important; }
#booking #immigration-form .gradient-bg:hover { background: #0f766e !important; }
#booking .service-tab[data-service="immigration"].active { background: #0d9488 !important; color: #fff !important; }

/* Business Setup – slate/dark */
#booking #business-setup-form { border-left-color: #475569; background: linear-gradient(to right, rgba(71, 85, 105, 0.06), transparent); }
#booking #business-setup-form .gradient-bg { background: #475569 !important; }
#booking #business-setup-form .gradient-bg:hover { background: #334155 !important; }
#booking .service-tab[data-service="business-setup"].active { background: #475569 !important; color: #fff !important; }

/* Inactive tabs – keep neutral so active stands out */
#booking .service-tab:not(.active) { color: var(--sh-nav-link); }
#booking .service-tab:not(.active):hover { color: var(--sh-dark); }

/* Regional market switcher (header) */
.sh-market-switch { position: relative; display: inline-block; }
.sh-market-switch-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0.55rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
}
.sh-market-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35rem;
  padding: 0.05rem 0.25rem;
  border-radius: 0.25rem;
  background: rgba(0, 0, 0, 0.2);
  font-size: 0.65rem;
  letter-spacing: 0.03em;
}
.sh-market-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 0.35rem);
  min-width: 11rem;
  z-index: 60;
  background: #fff;
  color: #1f2937;
  border-radius: 0.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
  border: 1px solid #e5e7eb;
  overflow: hidden;
}
.sh-market-menu.hidden { display: none; }
.sh-market-menu-item {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.8125rem;
  color: #374151;
  text-decoration: none;
}
.sh-market-menu-item:hover { background: #f3f4f6; text-decoration: none; }
.sh-market-menu-item.is-active { background: #ede9fe; color: #5b21b6; font-weight: 600; }
