/*
Theme Name: Vizahub Child
Theme URI: https://vizahub.com
Description: Vizahub professional child theme — visa consultancy design system, light/dark mode, collapsible left sidebar navigation, full EN/AR RTL support. Parent: Hello Elementor.
Author: Vizahub
Template: hello-elementor
Version: 1.0.0
Text Domain: vizahub-child
*/

/* ==========================================================================
   1. DESIGN TOKENS — LIGHT MODE (default)
   ========================================================================== */
:root {
  /* Brand */
  --vh-primary:        #C9A227;
  --vh-primary-dark:   #A8840F;
  --vh-primary-soft:   #FBF3D9;
  --vh-ink:            #16171A;
  --vh-cream:          #F2EDEB;

  /* Surfaces */
  --vh-bg:             #FFFFFF;
  --vh-surface:        #FFFFFF;
  --vh-surface-2:      #F7F4F3;
  --vh-surface-3:      #F2EDEB;

  /* Text */
  --vh-text:           #16171A;
  --vh-muted:          #5C6168;
  --vh-faint:          #8A8F98;

  /* Lines */
  --vh-border:         #E7E2E0;
  --vh-border-strong:  #D8D2CF;

  /* Status */
  --vh-success:        #1F9D63;
  --vh-warning:        #E5A000;
  --vh-error:          #D93025;

  /* Focus / selection */
  --vh-focus:          #C9A227;
  --vh-focus-ring:     0 0 0 3px rgba(201, 162, 39, 0.25);

  /* Sidebar (dark chrome in both modes) */
  --vh-sidebar-bg:     #16171A;
  --vh-sidebar-bg-2:   #1E2024;
  --vh-sidebar-text:   #F2F1EF;
  --vh-sidebar-muted:  #A7ABB3;
  --vh-sidebar-border: #2A2D33;
  --vh-sidebar-active: rgba(201, 162, 39, 0.16);
  --vh-sidebar-hover:  rgba(255, 255, 255, 0.06);

  /* Shadows */
  --vh-shadow-sm: 0 1px 2px rgba(22, 23, 26, 0.06);
  --vh-shadow-md: 0 6px 24px rgba(22, 23, 26, 0.08);
  --vh-shadow-lg: 0 18px 48px rgba(22, 23, 26, 0.12);

  /* Radii */
  --vh-radius-sm: 8px;
  --vh-radius-md: 14px;
  --vh-radius-lg: 20px;
  --vh-radius-pill: 999px;

  /* Spacing scale */
  --vh-space-1: 4px;
  --vh-space-2: 8px;
  --vh-space-3: 12px;
  --vh-space-4: 16px;
  --vh-space-5: 24px;
  --vh-space-6: 32px;
  --vh-space-7: 48px;
  --vh-space-8: 64px;
  --vh-space-9: 96px;

  /* Layout */
  --vh-sidebar-w:      264px;
  --vh-sidebar-w-collapsed: 80px;
  --vh-header-h-mobile: 64px;

  /* Type */
  --vh-font-en: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --vh-font-ar: 'Tajawal', 'Plus Jakarta Sans', -apple-system, 'Segoe UI', sans-serif;
  --vh-fs-xs: 0.75rem;
  --vh-fs-sm: 0.875rem;
  --vh-fs-base: 1rem;
  --vh-fs-lg: 1.125rem;
  --vh-fs-xl: 1.375rem;
  --vh-fs-2xl: 1.75rem;
  --vh-fs-3xl: 2.25rem;
  --vh-fs-4xl: 3rem;

  /* Motion */
  --vh-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --vh-t-fast: 160ms;
  --vh-t-med: 280ms;
  --vh-t-slow: 420ms;
}

/* ==========================================================================
   2. DESIGN TOKENS — DARK MODE (deliberately designed, not inverted)
   ========================================================================== */
[data-theme="dark"] {
  --vh-primary:        #E8C955;
  --vh-primary-dark:   #C9A227;
  --vh-primary-soft:   #3A341A;
  --vh-ink:            #F2F1EF;
  --vh-cream:          #202329;

  --vh-bg:             #121316;
  --vh-surface:        #1A1C20;
  --vh-surface-2:      #202329;
  --vh-surface-3:      #17191C;

  --vh-text:           #F2F1EF;
  --vh-muted:          #A7ABB3;
  --vh-faint:          #6F747D;

  --vh-border:         #2A2D33;
  --vh-border-strong:  #3A3E45;

  --vh-success:        #3ECF8E;
  --vh-warning:        #F5B301;
  --vh-error:          #FF7B72;

  --vh-focus:          #E8C955;
  --vh-focus-ring:     0 0 0 3px rgba(232, 201, 85, 0.30);

  --vh-sidebar-bg:     #0E0F11;
  --vh-sidebar-bg-2:   #181A1E;
  --vh-sidebar-text:   #F2F1EF;
  --vh-sidebar-muted:  #9BA0A9;
  --vh-sidebar-border: #26292F;
  --vh-sidebar-active: rgba(232, 201, 85, 0.18);
  --vh-sidebar-hover:  rgba(255, 255, 255, 0.05);

  --vh-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
  --vh-shadow-md: 0 6px 24px rgba(0, 0, 0, 0.45);
  --vh-shadow-lg: 0 18px 48px rgba(0, 0, 0, 0.55);
}

/* ==========================================================================
   3. BASE
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.vh-site {
  margin: 0;
  background-color: var(--vh-bg);
  color: var(--vh-text);
  font-family: var(--vh-font-en);
  font-size: var(--vh-fs-base);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  transition: background-color var(--vh-t-med) var(--vh-ease), color var(--vh-t-med) var(--vh-ease);
}

/* Arabic typography */
html[dir="rtl"] body,
html[dir="rtl"] body.vh-site,
html[dir="rtl"] .elementor *:not(i):not(.e-font-icon-svg):not([class*="eicon"]) {
  font-family: var(--vh-font-ar);
}
html[dir="rtl"] body {
  letter-spacing: 0 !important;
}

img { max-width: 100%; height: auto; }

a { color: var(--vh-primary); text-decoration: none; }
a:hover { color: var(--vh-primary-dark); text-decoration: none; }
html[data-theme="dark"] a:hover { color: var(--vh-primary); }

::selection { background: rgba(201, 162, 39, 0.2); }

/* Visible focus for keyboard users */
:focus-visible {
  outline: 2px solid var(--vh-focus);
  outline-offset: 2px;
  border-radius: 2px;
}

/* ==========================================================================
   4. LAYOUT — content adapts to fixed sidebar width
   ========================================================================== */
.vh-site .site-content {
  min-height: 100vh;
}

body.vh-sidebar-active .vh-main {
  margin-inline-start: var(--vh-sidebar-w);
}
body.vh-sidebar-active.vh-sidebar-collapsed .vh-main {
  margin-inline-start: var(--vh-sidebar-w-collapsed);
}

/* ==========================================================================
   5. LEFT SIDEBAR (desktop)
   ========================================================================== */
.vh-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  inset-inline-start: 0;
  z-index: 1000;
  width: var(--vh-sidebar-w);
  display: flex;
  flex-direction: column;
  background: var(--vh-sidebar-bg);
  color: var(--vh-sidebar-text);
  border-inline-end: 1px solid var(--vh-sidebar-border);
  transition: width var(--vh-t-med) var(--vh-ease), transform var(--vh-t-med) var(--vh-ease);
  overflow: hidden;
}

.vh-sidebar__top {
  display: flex;
  align-items: center;
  gap: var(--vh-space-3);
  padding: var(--vh-space-3) 6px;
  border-bottom: 1px solid var(--vh-sidebar-border);
  min-height: 88px;
}

.vh-brand {
  display: flex;
  align-items: center;
  gap: var(--vh-space-3);
  min-width: 0;
  flex: 1;
}
.vh-brand__logo {
  width: 250px;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  flex-shrink: 0;
}
.vh-brand__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--vh-primary);
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  flex-shrink: 0;
}
.vh-brand__name {
  font-weight: 800;
  font-size: var(--vh-fs-lg);
  letter-spacing: -0.01em;
  color: var(--vh-sidebar-text);
  white-space: nowrap;
}
.vh-brand__tag {
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--vh-sidebar-muted);
}

.vh-sidebar__toggle {
  appearance: none;
  background: transparent;
  border: 1px solid var(--vh-sidebar-border);
  color: var(--vh-sidebar-muted);
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background var(--vh-t-fast), color var(--vh-t-fast), border-color var(--vh-t-fast);
}
.vh-sidebar__toggle:hover {
  background: var(--vh-sidebar-hover);
  color: var(--vh-sidebar-text);
  border-color: var(--vh-border-strong);
}
.vh-sidebar__toggle svg { width: 18px; height: 18px; }

.vh-sidebar__nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--vh-space-1);
  padding: var(--vh-space-4);
  overflow-y: auto;
  scrollbar-width: thin;
}

.vh-nav-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--vh-space-4);
  padding: var(--vh-space-3) var(--vh-space-4);
  border-radius: var(--vh-radius-sm);
  color: var(--vh-sidebar-muted);
  font-weight: 600;
  font-size: var(--vh-fs-sm);
  white-space: nowrap;
  transition: background var(--vh-t-fast), color var(--vh-t-fast);
}
.vh-nav-item svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform var(--vh-t-fast);
}
.vh-nav-item:hover {
  background: var(--vh-sidebar-hover);
  color: var(--vh-sidebar-text);
}
.vh-nav-item.is-active,
.vh-nav-item[aria-current="page"] {
  background: var(--vh-sidebar-active);
  color: var(--vh-sidebar-text);
}
.vh-nav-item.is-active::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 25%;
  bottom: 25%;
  width: 3px;
  border-radius: 2px;
  background: var(--vh-primary);
}
.vh-nav-item__label {
  opacity: 1;
  transition: opacity var(--vh-t-fast), transform var(--vh-t-fast);
}

/* Sidebar footer: lang, theme, CTA */
.vh-sidebar__foot {
  display: flex;
  flex-direction: column;
  gap: var(--vh-space-3);
  padding: var(--vh-space-4);
  border-top: 1px solid var(--vh-sidebar-border);
}

.vh-sidebar-tools {
  display: flex;
  gap: var(--vh-space-2);
  align-items: center;
}

.vh-lang {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  background: var(--vh-sidebar-bg-2);
  border: 1px solid var(--vh-sidebar-border);
  border-radius: var(--vh-radius-pill);
  padding: 3px;
  flex: 1;
}
.vh-lang__link {
  flex: 1;
  text-align: center;
  font-size: var(--vh-fs-xs);
  font-weight: 700;
  color: var(--vh-sidebar-muted);
  padding: 6px 10px;
  border-radius: var(--vh-radius-pill);
  transition: background var(--vh-t-fast), color var(--vh-t-fast);
}
.vh-lang__link.is-active {
  background: var(--vh-primary);
  color: #fff;
}

.vh-theme-toggle {
  appearance: none;
  background: var(--vh-sidebar-bg-2);
  border: 1px solid var(--vh-sidebar-border);
  color: var(--vh-sidebar-muted);
  width: 44px;
  height: 38px;
  border-radius: var(--vh-radius-pill);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background var(--vh-t-fast), color var(--vh-t-fast);
}
.vh-theme-toggle:hover {
  color: var(--vh-sidebar-text);
  border-color: var(--vh-border-strong);
}
.vh-theme-toggle svg { width: 18px; height: 18px; }
.vh-theme-toggle .vh-icon-sun { display: none; }
[data-theme="dark"] .vh-theme-toggle .vh-icon-sun { display: block; }
[data-theme="dark"] .vh-theme-toggle .vh-icon-moon { display: none; }

.vh-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--vh-space-2);
  background: var(--vh-primary);
  color: #fff !important;
  font-weight: 700;
  font-size: var(--vh-fs-sm);
  padding: 12px var(--vh-space-4);
  border-radius: var(--vh-radius-sm);
  transition: background var(--vh-t-fast), transform var(--vh-t-fast), box-shadow var(--vh-t-fast);
  white-space: nowrap;
}
.vh-cta:hover {
  background: var(--vh-primary-dark);
  transform: translateY(-1px);
  box-shadow: var(--vh-shadow-md);
}
.vh-cta svg { width: 16px; height: 16px; flex-shrink: 0; }

/* ---- Collapsed state ---- */
body.vh-sidebar-collapsed .vh-sidebar { width: var(--vh-sidebar-w-collapsed); }
body.vh-sidebar-collapsed .vh-sidebar .vh-brand__logo { display: none; }
body.vh-sidebar-collapsed .vh-sidebar .vh-brand__name,
body.vh-sidebar-collapsed .vh-sidebar .vh-brand__tag,
body.vh-sidebar-collapsed .vh-sidebar .vh-nav-item__label,
body.vh-sidebar-collapsed .vh-sidebar .vh-lang,
body.vh-sidebar-collapsed .vh-sidebar .vh-cta span {
  opacity: 0;
  width: 0;
  overflow: hidden;
  pointer-events: none;
}
body.vh-sidebar-collapsed .vh-sidebar .vh-nav-item { justify-content: center; padding-inline: 0; gap: 0; }
body.vh-sidebar-collapsed .vh-sidebar .vh-nav-item svg {
  width: 30px;
  height: 30px;
}
body.vh-sidebar-collapsed .vh-sidebar .vh-nav-item {
  color: var(--vh-primary);
}
body.vh-sidebar-collapsed .vh-sidebar .vh-cta { width: 44px; padding: 10px; }
body.vh-sidebar-collapsed .vh-sidebar .vh-cta svg { width: 20px; height: 20px; }
body.vh-sidebar-collapsed .vh-sidebar .vh-sidebar__toggle svg { transform: rotate(180deg); }

/* Tooltips when collapsed */
body.vh-sidebar-collapsed .vh-sidebar .vh-nav-item::after {
  content: attr(data-label);
  position: absolute;
  inset-inline-start: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  background: var(--vh-ink);
  color: var(--vh-bg);
  font-size: var(--vh-fs-xs);
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--vh-t-fast), visibility var(--vh-t-fast);
  z-index: 30;
  box-shadow: var(--vh-shadow-md);
}
body.vh-sidebar-collapsed .vh-sidebar .vh-nav-item:hover::after {
  opacity: 1;
  visibility: visible;
}
body.vh-sidebar-collapsed .vh-sidebar .vh-nav-item.is-active::before { inset-inline-start: -4px; }

/* ---- Language flags (UK / Jordan) — no background, flags only ---- */
.vh-lang {
  background: transparent;
  border: 0;
  padding: 0;
  gap: 6px;
}
.vh-lang__link {
  flex: 1;
  text-align: center;
  padding: 3px;
  line-height: 0;
  background: transparent;
}
.vh-lang__link.is-active {
  background: transparent;
  color: inherit;
}
.vh-lang__link img {
  display: block;
  width: 24px;
  height: 16px;
  border-radius: 3px;
  object-fit: cover;
}
.vh-lang__link.is-active img {
  outline: 2px solid var(--vh-primary);
  outline-offset: 1px;
}

/* ---- Image-based start button ---- */
.vh-cta--img {
  background: transparent;
  padding: 0;
}
.vh-cta--img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--vh-radius-sm);
}
.vh-cta--img:hover {
  background: transparent;
  transform: none;
  box-shadow: none;
}
body.vh-sidebar-collapsed .vh-cta--img { display: none; }

/* ==========================================================================
   6. MOBILE TOP BAR + DRAWER
   ========================================================================== */
.vh-topbar {
  display: none;
  position: sticky;
  top: 0;
  z-index: 900;
  align-items: center;
  gap: var(--vh-space-3);
  height: var(--vh-header-h-mobile);
  padding: 0 var(--vh-space-4);
  background: var(--vh-sidebar-bg);
  color: var(--vh-sidebar-text);
  border-bottom: 1px solid var(--vh-sidebar-border);
}

.vh-topbar__burger {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--vh-sidebar-text);
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.vh-topbar__burger svg { width: 22px; height: 22px; }
.vh-topbar__brand {
  display: flex;
  align-items: center;
  gap: var(--vh-space-2);
  flex: 1;
  color: var(--vh-sidebar-text);
  font-weight: 800;
}
.vh-topbar__brand img { height: 30px; width: auto; }
.vh-topbar__tools { display: flex; align-items: center; gap: var(--vh-space-2); }
.vh-topbar .vh-theme-toggle { background: transparent; width: 40px; height: 40px; }
.vh-topbar .vh-lang { flex: 0 0 auto; }

/* Drawer overlay + panel */
.vh-drawer {
  position: fixed;
  inset: 0;
  z-index: 1100;
  visibility: hidden;
  pointer-events: none;
}
.vh-drawer.is-open { visibility: visible; pointer-events: auto; }
.vh-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 11, 13, 0.6);
  opacity: 0;
  transition: opacity var(--vh-t-med) var(--vh-ease);
}
.vh-drawer.is-open .vh-drawer__overlay { opacity: 1; }
.vh-drawer__panel {
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-start: 0;
  width: min(320px, 86vw);
  background: var(--vh-sidebar-bg);
  color: var(--vh-sidebar-text);
  box-shadow: var(--vh-shadow-lg);
  transform: translateX(-110%);
  transition: transform var(--vh-t-med) var(--vh-ease);
  overflow-y: auto;
  padding: var(--vh-space-5) var(--vh-space-4);
  display: flex;
  flex-direction: column;
  gap: var(--vh-space-4);
}
html[dir="rtl"] .vh-drawer__panel { transform: translateX(110%); }
.vh-drawer.is-open .vh-drawer__panel { transform: translateX(0); }
.vh-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--vh-space-3);
}
.vh-drawer__brand {
  display: flex;
  align-items: center;
  gap: var(--vh-space-2);
  color: var(--vh-sidebar-text);
  font-weight: 800;
}
.vh-drawer__brand img { height: 30px; width: auto; }
.vh-drawer__close {
  appearance: none;
  background: var(--vh-sidebar-bg-2);
  border: 1px solid var(--vh-sidebar-border);
  color: var(--vh-sidebar-muted);
  width: 38px;
  height: 38px;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vh-drawer__close svg { width: 18px; height: 18px; }

.vh-drawer .vh-nav-item { font-size: var(--vh-fs-base); padding: 14px var(--vh-space-4); }

/* ==========================================================================
   7. TYPOGRAPHY
   ========================================================================== */
.vh-site h1, .vh-site h2, .vh-site h3, .vh-site h4, .vh-site h5, .vh-site h6 {
  font-family: var(--vh-font-en);
  color: var(--vh-text);
  line-height: 1.25;
  letter-spacing: -0.015em;
  margin: 0 0 var(--vh-space-4);
}
html[dir="rtl"] .vh-site h1,
html[dir="rtl"] .vh-site h2,
html[dir="rtl"] .vh-site h3,
html[dir="rtl"] .vh-site h4,
html[dir="rtl"] .vh-site h5,
html[dir="rtl"] .vh-site h6 {
  letter-spacing: 0;
}

.vh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--vh-space-2);
  font-size: var(--vh-fs-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--vh-primary);
  margin-bottom: var(--vh-space-3);
}
.vh-eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: var(--vh-primary);
}

.vh-lead {
  font-size: var(--vh-fs-lg);
  color: var(--vh-muted);
  line-height: 1.7;
}

/* ==========================================================================
   8. BUTTONS
   ========================================================================== */
.vh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--vh-space-2);
  padding: 13px 26px;
  border-radius: var(--vh-radius-sm);
  font-weight: 700;
  font-size: var(--vh-fs-sm);
  line-height: 1.2;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background var(--vh-t-fast) var(--vh-ease), color var(--vh-t-fast), border-color var(--vh-t-fast), transform var(--vh-t-fast), box-shadow var(--vh-t-fast);
  text-decoration: none !important;
}
.vh-btn svg { width: 16px; height: 16px; flex-shrink: 0; }

.vh-btn--primary {
  background: var(--vh-primary);
  color: #fff !important;
}
.vh-btn--primary:hover {
  background: var(--vh-primary-dark);
  transform: translateY(-1px);
  box-shadow: var(--vh-shadow-md);
}
html[data-theme="dark"] .vh-btn--primary:hover { color: #fff !important; }

.vh-btn--ghost {
  background: transparent;
  color: var(--vh-text) !important;
  border-color: var(--vh-border-strong);
}
.vh-btn--ghost:hover {
  border-color: var(--vh-primary);
  color: var(--vh-primary) !important;
  background: var(--vh-primary-soft);
}
html[data-theme="dark"] .vh-btn--ghost:hover { color: var(--vh-primary) !important; }

.vh-btn--white {
  background: #fff;
  color: var(--vh-ink) !important;
}
.vh-btn--white:hover { background: var(--vh-cream); color: var(--vh-ink) !important; }

.vh-btn--whatsapp {
  background: #25D366;
  color: #fff !important;
}
.vh-btn--whatsapp:hover { background: #1EBE5B; color: #fff !important; }

.vh-btn--messenger {
  background: #0084FF;
  color: #fff !important;
}
.vh-btn--messenger:hover { background: #0071DE; color: #fff !important; }

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

/* ==========================================================================
   9. CARDS
   ========================================================================== */
.vh-card {
  background: var(--vh-surface);
  border: 1px solid var(--vh-border);
  border-radius: var(--vh-radius-md);
  padding: var(--vh-space-5);
  transition: transform var(--vh-t-med) var(--vh-ease), box-shadow var(--vh-t-med) var(--vh-ease), border-color var(--vh-t-med);
}
.vh-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--vh-shadow-md);
  border-color: var(--vh-border-strong);
}

.vh-card--icon .vh-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--vh-primary-soft);
  color: var(--vh-primary);
  margin-bottom: var(--vh-space-4);
}
.vh-card--icon .vh-card__icon svg { width: 24px; height: 24px; }

.vh-card h3 { font-size: var(--vh-fs-lg); margin-bottom: var(--vh-space-2); }
.vh-card p { color: var(--vh-muted); font-size: var(--vh-fs-sm); margin-bottom: 0; }

.vh-card__link {
  margin-top: var(--vh-space-4);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: var(--vh-fs-sm);
  color: var(--vh-primary);
}
.vh-card__link svg { width: 14px; height: 14px; transition: transform var(--vh-t-fast); }
.vh-card__link:hover svg { transform: translateX(3px); }
html[dir="rtl"] .vh-card__link:hover svg { transform: translateX(-3px); }

/* ==========================================================================
   10. FORMS
   ========================================================================== */
.vh-form .elementor-field-group { margin-bottom: var(--vh-space-4); }
.vh-form label {
  display: block;
  font-weight: 700;
  font-size: var(--vh-fs-sm);
  margin-bottom: var(--vh-space-2);
  color: var(--vh-text);
}
.vh-form .elementor-field {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid var(--vh-border-strong);
  border-radius: var(--vh-radius-sm);
  background: var(--vh-surface);
  color: var(--vh-text);
  font-size: var(--vh-fs-base);
  font-family: inherit;
  transition: border-color var(--vh-t-fast), box-shadow var(--vh-t-fast);
}
.vh-form .elementor-field::placeholder { color: var(--vh-faint); }
.vh-form .elementor-field:focus {
  outline: none;
  border-color: var(--vh-primary);
  box-shadow: var(--vh-focus-ring);
}
.vh-form select.elementor-field { appearance: auto; }
.vh-form .elementor-field-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: var(--vh-fs-sm);
  color: var(--vh-muted);
}
.vh-form .elementor-field-option input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--vh-primary);
}
.vh-form .elementor-field-error {
  display: block;
  margin-top: 6px;
  color: var(--vh-error);
  font-size: var(--vh-fs-xs);
  font-weight: 600;
}
.vh-form .elementor-form-fields-wrapper .elementor-field-group.elementor-field-type-hp_field {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.vh-form .elementor-button {
  background: var(--vh-primary) !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 14px 30px !important;
  border-radius: var(--vh-radius-sm) !important;
  border: none !important;
  transition: background var(--vh-t-fast), transform var(--vh-t-fast) !important;
}
.vh-form .elementor-button:hover {
  background: var(--vh-primary-dark) !important;
  transform: translateY(-1px);
}
.vh-form .elementor-message {
  margin-top: var(--vh-space-4);
  padding: var(--vh-space-4);
  border-radius: var(--vh-radius-sm);
  font-weight: 600;
}
.vh-form .elementor-message-success {
  background: var(--vh-primary-soft);
  color: var(--vh-primary-dark);
  border: 1px solid var(--vh-primary);
}
html[data-theme="dark"] .vh-form .elementor-message-success { color: var(--vh-primary); }

/* ==========================================================================
   11. COUNTRY TABS
   ========================================================================== */
.vh-tabs .e-n-tabs-heading {
  display: flex;
  flex-wrap: wrap;
  gap: var(--vh-space-2);
  margin-bottom: var(--vh-space-6);
  padding-bottom: var(--vh-space-4);
  border-bottom: 1px solid var(--vh-border);
}
.vh-tabs .e-n-tab-title {
  border: 1px solid var(--vh-border);
  background: var(--vh-surface);
  color: var(--vh-muted);
  font-weight: 700;
  font-size: var(--vh-fs-sm);
  border-radius: var(--vh-radius-pill);
  padding: 10px 20px;
  transition: background var(--vh-t-fast), color var(--vh-t-fast), border-color var(--vh-t-fast);
}
.vh-tabs .e-n-tab-title:hover {
  border-color: var(--vh-primary);
  color: var(--vh-primary);
}
.vh-tabs .e-n-tab-title.e-active {
  background: var(--vh-primary);
  border-color: var(--vh-primary);
  color: #fff;
}
.vh-tabs .e-n-tab-title-text { white-space: nowrap; }

/* ==========================================================================
   12. FAQ ACCORDION
   ========================================================================== */
.vh-faq .elementor-accordion-item {
  border: 1px solid var(--vh-border);
  border-radius: var(--vh-radius-sm);
  margin-bottom: var(--vh-space-3);
  background: var(--vh-surface);
  overflow: hidden;
  transition: border-color var(--vh-t-fast);
}
.vh-faq .elementor-accordion-item:hover { border-color: var(--vh-border-strong); }
.vh-faq .elementor-accordion-title {
  padding: 18px 20px;
  font-weight: 700;
  font-size: var(--vh-fs-base);
  color: var(--vh-text);
  cursor: pointer;
}
.vh-faq .elementor-accordion-title.elementor-active { color: var(--vh-primary); }
.vh-faq .elementor-tab-content {
  padding: 0 20px 18px;
  color: var(--vh-muted);
  border-top: 1px solid var(--vh-border);
  padding-top: 16px;
  margin-top: -4px;
}

/* ==========================================================================
   13. PROCESS STEPS
   ========================================================================== */
.vh-steps { counter-reset: vhstep; }
.vh-step {
  position: relative;
  counter-increment: vhstep;
}
.vh-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--vh-primary-soft);
  color: var(--vh-primary);
  font-weight: 800;
  font-size: var(--vh-fs-lg);
  margin-bottom: var(--vh-space-4);
}

/* ==========================================================================
   14. CONTACT SIDEBAR WIDGET
   ========================================================================== */
.vh-contact-card {
  background: var(--vh-surface);
  border: 1px solid var(--vh-border);
  border-radius: var(--vh-radius-md);
  padding: var(--vh-space-5);
}
.vh-contact-card h3 { font-size: var(--vh-fs-lg); margin-bottom: var(--vh-space-5); }
.vh-contact-card__item {
  display: flex;
  gap: var(--vh-space-3);
  align-items: flex-start;
  padding: var(--vh-space-3) 0;
  border-bottom: 1px solid var(--vh-border);
}
.vh-contact-card__item:last-of-type { border-bottom: 0; }
.vh-contact-card__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--vh-primary-soft);
  color: var(--vh-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vh-contact-card__icon svg { width: 18px; height: 18px; }
.vh-contact-card__label {
  font-size: var(--vh-fs-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--vh-faint);
}
.vh-contact-card__value {
  font-weight: 600;
  color: var(--vh-text);
  font-size: var(--vh-fs-sm);
}
.vh-contact-card__value a { color: var(--vh-text); }
.vh-contact-card__value a:hover { color: var(--vh-primary); }
.vh-contact-card__actions {
  display: flex;
  flex-direction: column;
  gap: var(--vh-space-2);
  margin-top: var(--vh-space-4);
}

/* ==========================================================================
   14b. RIGHT CONTACT RAIL — content + right sidebar layout
   ========================================================================== */
.vh-main__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: var(--vh-space-6);
  align-items: start;
  width: 100%;
  margin: 0;
  padding-inline: var(--vh-space-6);
  flex: 1;
}
.vh-main__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.vh-contact-rail {
  position: sticky;
  top: 24px;
}
@media (max-width: 1200px) {
  .vh-main__grid { grid-template-columns: 1fr; }
  .vh-contact-rail { position: static; }
}

/* ==========================================================================
   15. CTA BAND
   ========================================================================== */
.vh-cta-band {
  background: linear-gradient(135deg, var(--vh-primary-dark), var(--vh-primary));
  color: #fff;
  border-radius: var(--vh-radius-lg);
  padding: var(--vh-space-8) var(--vh-space-6);
  position: relative;
  overflow: hidden;
}
.vh-cta-band h2, .vh-cta-band h3 { color: #fff; }
.vh-cta-band p { color: rgba(255, 255, 255, 0.9); }

/* ==========================================================================
   16. HERO
   ========================================================================== */
.vh-hero {
  position: relative;
  background: linear-gradient(160deg, var(--vh-primary-soft), transparent 55%), var(--vh-surface);
  border-bottom: 1px solid var(--vh-border);
}
.vh-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.78) 45%, rgba(255, 255, 255, 0.35) 100%);
  pointer-events: none;
}
[data-theme="dark"] .vh-hero::after {
  background: linear-gradient(90deg, rgba(10, 12, 16, 0.92) 0%, rgba(10, 12, 16, 0.8) 45%, rgba(10, 12, 16, 0.45) 100%);
}
.vh-hero > .elementor-container,
.vh-hero .elementor-widget-wrap { position: relative; z-index: 1; }
.vh-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid var(--vh-border);
  background: var(--vh-surface);
  border-radius: var(--vh-radius-pill);
  font-size: var(--vh-fs-xs);
  font-weight: 700;
  color: var(--vh-muted);
  margin-bottom: var(--vh-space-5);
  box-shadow: var(--vh-shadow-sm);
}
.vh-hero__badge span { color: var(--vh-primary); }

/* ==========================================================================
   17. FOOTER
   ========================================================================== */
.vh-footer {
  background: var(--vh-ink);
  color: rgba(242, 241, 239, 0.85);
  border-top: 1px solid var(--vh-border);
  padding: var(--vh-space-8) 0 var(--vh-space-5);
}
.vh-footer h4 {
  color: #fff;
  font-size: var(--vh-fs-base);
  margin-bottom: var(--vh-space-4);
}
.vh-footer a { color: rgba(242, 241, 239, 0.75); }
.vh-footer a:hover { color: #fff; }
.vh-footer__bar {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 0;
  padding-top: var(--vh-space-4);
  font-size: var(--vh-fs-xs);
  color: rgba(242, 241, 239, 0.6);
  text-align: center;
}
.vh-footer__disclaimer {
  font-size: var(--vh-fs-xs);
  color: rgba(242, 241, 239, 0.6);
  line-height: 1.7;
  margin-top: var(--vh-space-5);
}

/* ==========================================================================
   18. BREADCRUMBS
   ========================================================================== */
.vh-breadcrumbs {
  font-size: var(--vh-fs-xs);
  color: var(--vh-muted);
  padding: var(--vh-space-4) 0;
}
.vh-breadcrumbs a { color: var(--vh-muted); font-weight: 600; }
.vh-breadcrumbs a:hover { color: var(--vh-primary); }
.vh-breadcrumbs .separator { margin: 0 8px; color: var(--vh-faint); }
.vh-breadcrumbs .current { color: var(--vh-primary); font-weight: 600; }

/* ==========================================================================
   19. MISC UTILITIES
   ========================================================================== */
.vh-section { padding-block: var(--vh-space-8); }
.vh-grid { display: grid; gap: var(--vh-space-5); }
.vh-grid--2 { grid-template-columns: repeat(2, 1fr); }
.vh-grid--3 { grid-template-columns: repeat(3, 1fr); }
.vh-grid--4 { grid-template-columns: repeat(4, 1fr); }
.vh-note {
  padding: var(--vh-space-4);
  border-inline-start: 3px solid var(--vh-warning);
  background: var(--vh-surface-2);
  border-radius: 0 var(--vh-radius-sm) var(--vh-radius-sm) 0;
  font-size: var(--vh-fs-sm);
  color: var(--vh-muted);
}
.vh-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--vh-surface);
  border: 1px solid var(--vh-border);
  border-radius: var(--vh-radius-sm);
  overflow: hidden;
}
.vh-table th, .vh-table td {
  padding: var(--vh-space-3) var(--vh-space-4);
  border-bottom: 1px solid var(--vh-border);
  text-align: start;
  font-size: var(--vh-fs-sm);
}
.vh-table th { background: var(--vh-surface-2); font-weight: 700; color: var(--vh-text); }
.vh-table tr:last-child td { border-bottom: 0; }
.vh-table td { color: var(--vh-muted); }

/* ==========================================================================
   20. ELEMENTOR NORMALIZATION / OVERRIDES
   ========================================================================== */
.vh-site .elementor-widget-wrap > .elementor-element:last-child { margin-bottom: 0; }
.vh-site .elementor-heading-title { line-height: 1.25; }

/* Consistent Elementor buttons */
.vh-site .elementor-button {
  border-radius: var(--vh-radius-sm);
  font-weight: 700;
  transition: transform var(--vh-t-fast) var(--vh-ease), box-shadow var(--vh-t-fast) var(--vh-ease), background var(--vh-t-fast) var(--vh-ease);
}
.vh-site .elementor-button:hover { transform: translateY(-1px); }

/* ==========================================================================
   21. RTL SPECIFIC
   ========================================================================== */
html[dir="rtl"] .vh-eyebrow::before { margin-inline-start: 0; }

/* ==========================================================================
   22. ACCESSIBILITY
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 2000;
  padding: 10px 16px;
  background: var(--vh-primary);
  color: #fff;
  font-weight: 700;
  border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ==========================================================================
   23. RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
  .vh-sidebar { display: none; }
  .vh-topbar { display: flex; }
  body.vh-sidebar-active .vh-main,
  body.vh-sidebar-active.vh-sidebar-collapsed .vh-main {
    margin-inline-start: 0;
  }
}

@media (max-width: 767px) {
  :root {
    --vh-fs-4xl: 2.25rem;
    --vh-fs-3xl: 1.9rem;
  }
  .vh-grid--3, .vh-grid--4 { grid-template-columns: 1fr; }
  .vh-grid--2 { grid-template-columns: 1fr; }
  .vh-section { padding-block: var(--vh-space-7); }
  .vh-contact-card { margin-top: var(--vh-space-5); }
  .vh-cta-band { padding: var(--vh-space-7) var(--vh-space-5); }
  .vh-topbar__brand img { height: 22px; }
  .vh-drawer__brand img { height: 22px; }
}
