/* Extracted from assets/css/vatax.css on 2026-06-25. Do not edit vatax.css for page-only styles; edit this file. */

.container{width:min(var(--container),calc(100% - 64px));margin-inline:auto}


.page-section{padding:92px 0}


.page-section.compact{padding:62px 0}


.section-head{text-align:center;margin-bottom:54px}


.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid rgba(0,90,92,.23);
  background:#dff0f2;
  color:var(--teal);
  border-radius:999px;
  padding:8px 20px;
  font-size:18px;
  font-weight:700;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}


.section-title{
  margin:18px 0 10px;
  font-size:clamp(34px,4vw,58px);
  line-height:1.08;
  font-weight:900;
  letter-spacing:-.02em;
}


.section-title.small{font-size:clamp(32px,3vw,48px)}


.section-subtitle{
  margin:0 auto;
  max-width:820px;
  color:var(--muted);
  font-size:21px;
  line-height:1.85;
  font-weight:500;
}


.ltr{direction:ltr;unicode-bidi:embed}


/* Header */
.site-header{
  height:84px;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid rgba(0,0,0,.08);
  box-shadow:0 8px 18px rgba(0,0,0,.09);
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter:blur(14px);
}


.site-header.dark-header{
  position:absolute;
  inset:0 0 auto;
  background:transparent;
  border-bottom:0;
  box-shadow:none;
}


.navbar{
  height:84px;
  width:min(1510px,calc(100% - 80px));
  margin:auto;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:24px;
}


.brand{
  justify-self:end;
  display:flex;
  align-items:center;
  gap:14px;
  direction:ltr;
  font-weight:900;
  font-size:28px;
  letter-spacing:.02em;
}


.logo-mark{
  width:48px;
  height:48px;
  border-radius:13px;
  background:#010909;
  display:grid;
  place-items:center;
  box-shadow:0 7px 16px rgba(0,0,0,.18);
  position:relative;
  overflow:hidden;
}


.logo-mark svg{width:34px;height:34px}


.logo-mark.small{width:40px;height:40px;border-radius:11px}


.logo-mark.small svg{width:29px;height:29px}


.nav-links{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:42px;
  margin:0;
  padding:0;
  color:#667074;
  font-size:18px;
  font-weight:700;
}


.nav-links a{
  position:relative;
  transition:.25s ease;
}


.nav-links a:hover,.nav-links a.active{color:var(--gold)}


.nav-links a::after{
  content:"";
  position:absolute;
  right:0;
  bottom:-12px;
  width:0;
  height:3px;
  border-radius:999px;
  background:var(--gold);
  transition:.25s ease;
}


.nav-links a:hover::after,.nav-links a.active::after{width:100%}


.nav-actions{
  justify-self:start;
  display:flex;
  align-items:center;
  gap:18px;
  direction:ltr;
}


.lang{
  color:#4f585a;
  font-weight:600;
  font-size:16px;
  display:flex;
  align-items:center;
  gap:7px;
}


.client-btn,.btn{
  border:0;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:14px;
  padding:13px 22px;
  min-height:50px;
  font-size:18px;
  font-weight:800;
  transition:.24s ease;
}


.client-btn{
  background:var(--teal);
  color:#fff;
  padding:10px 20px;
  min-height:44px;
  border-radius:10px;
}


.client-btn:hover,.btn-primary:hover{transform:translateY(-2px);filter:brightness(1.08);box-shadow:0 14px 26px rgba(0,90,92,.22)}


.btn-gold{background:var(--gold);color:#061112;box-shadow:0 10px 28px rgba(223,155,34,.30)}


.btn-gold:hover{transform:translateY(-2px);background:var(--gold2)}


.icon{width:22px;height:22px;display:inline-block;vertical-align:middle;stroke:currentColor;fill:none;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}


.icon.fill{fill:currentColor;stroke:none}


.hero-actions{
  display:flex;
  justify-content:center;
  gap:18px;
  margin-top:36px;
  flex-wrap:wrap;
}


.service-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:34px;
}


.service-card{
  min-height:292px;
  padding:38px 34px;
  transition:.3s ease;
}


.service-card:hover{
  transform:translateY(-8px);
  box-shadow:var(--shadow);
  border-color:rgba(0,90,92,.35);
}


.service-card h3{
  margin:0 0 14px;
  font-size:26px;
  font-weight:900;
}


.service-card p{
  margin:0 0 30px;
  color:var(--muted);
  line-height:1.75;
  font-size:18px;
}


.service-kicker{font-weight:800;color:var(--muted);margin-bottom:8px}


.service-list-small{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:15px;
  color:#42595d;
  font-size:18px;
}


.service-list-small li{display:flex;align-items:center;gap:12px}


.service-list-small svg{color:var(--teal);flex:0 0 auto}


.tab.active{background:#2d68c9;color:#fff}


/* Footer */
.footer{
  background:#010d0d;
  color:#dfe9e9;
  padding:76px 0 26px;
}


.footer-grid{
  display:grid;
  grid-template-columns:1.25fr 1fr 1fr 1.1fr;
  gap:70px;
  align-items:start;
}


.footer-brand{
  display:flex;align-items:center;gap:14px;direction:ltr;font-size:28px;font-weight:900;margin-bottom:18px
}


.footer p{color:#abc0c0;line-height:1.85;font-size:18px}


.footer h4{color:#fff;margin:0 0 20px;font-size:20px}


.footer ul{list-style:none;margin:0;padding:0;display:grid;gap:14px}


.footer a{color:#abc0c0;transition:.2s}


.footer a:hover{color:var(--gold)}


.footer-contact li{display:flex;gap:12px;align-items:center;color:#abc0c0}


.footer-contact svg{color:var(--gold);flex:0 0 auto}


.footer-bottom{
  border-top:1px solid rgba(255,255,255,.09);
  margin-top:58px;
  padding-top:24px;
  display:flex;
  justify-content:space-between;
  color:#7f9696;
}


.footer-bottom a{margin-inline-start:22px}


.admin-menu a:hover,.admin-menu a.active{
  background:var(--teal);
  color:#fff;
}


.bar.active{height:92%}


/* Reveal animation */
.reveal{
  opacity:0;
  transform:translateY(24px);
  animation:reveal .75s ease forwards;
}


.reveal.d2{animation-delay:.12s}


.reveal.d3{animation-delay:.22s}


.reveal.d4{animation-delay:.32s}


/* Responsive */
.mobile-toggle{display:none}


@media (max-width:1100px){
.navbar{width:min(100% - 36px,1100px);grid-template-columns:auto 1fr auto}
.mobile-toggle{
    display:inline-grid;place-items:center;width:44px;height:44px;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--teal)
  }
.nav-links{
    position:absolute;top:84px;right:18px;left:18px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;
    display:none;flex-direction:column;gap:16px;box-shadow:var(--shadow);color:#34484c
  }
.nav-links.open{display:flex}
.brand{justify-self:end}
.service-grid,.stats-grid,.steps-grid,.values-grid{grid-template-columns:repeat(2,1fr)}
.footer-grid{grid-template-columns:repeat(2,1fr)}
}


@media (max-width:760px){
.container{width:min(100% - 28px,var(--container))}
.site-header,.navbar{height:74px}
.nav-links{top:74px}
.brand{font-size:22px}
.logo-mark{width:42px;height:42px}
.lang{display:none}
.stats-grid,.service-grid,.steps-grid,.values-grid,.features-grid,.badge-grid,.admin-stats,.admin-grid-2{grid-template-columns:1fr}
.footer-grid{grid-template-columns:1fr}
.footer-bottom{flex-direction:column;gap:14px}
}


.service-bars{height:236px;display:grid;align-content:center;gap:20px;direction:ltr}


.service-bar-row{display:grid;grid-template-columns:72px 1fr 28px;align-items:center;gap:14px}


.service-bar-row b{font-size:13px;color:#1d2e31}


.service-bar{height:34px;background:#edf4f5;border-radius:8px;overflow:hidden;border:1px solid #d7e4e7}


.service-bar span{display:block;height:100%;width:0;background:var(--gold);border-radius:8px;animation:fillBar 1.1s ease .25s forwards}


.service-bar.teal span{background:#1b7985}


.service-bar.purple span{background:#a855f7}


.service-settings{display:grid;gap:14px}


.service-toggle-card{display:grid;grid-template-columns:1fr auto;align-items:center;gap:16px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px 18px;transition:.2s}


.service-toggle-card:hover{border-color:#b6cfd3;transform:translateX(-3px)}


.service-toggle-card strong{font-size:18px}


.service-toggle-card span{display:block;color:#65777b;font-weight:700;direction:ltr;text-align:right;font-size:13px;margin-top:4px}


.case-step.active .case-step-dot{background:var(--teal);color:#fff;box-shadow:0 8px 20px rgba(0,90,92,.23)}


.service-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}


.service-choice{border:2px solid #cedcdf;border-radius:17px;padding:22px 20px;background:#fff;cursor:pointer;transition:.22s;min-height:88px}


.service-choice:hover,.service-choice.selected{border-color:var(--teal);background:#f2fafb;transform:translateY(-2px)}


.service-choice strong{display:block;font-size:20px;font-weight:900;margin-bottom:6px}


.service-choice span{display:block;color:#61777b;font-weight:700}


@media (max-width:760px){
.service-choice-grid,.submit-form-grid{grid-template-columns:1fr}
.service-bar-row{grid-template-columns:58px 1fr 24px}
}


.chart-frame,.service-distribution-frame{
  height:222px;
  display:grid;
  place-items:center;
  direction:ltr;
}


.monthly-chart-exact,.service-bar-chart-exact{
  width:100%;height:222px;
  overflow:visible;
  direction:ltr;
}


.monthly-chart-exact .axis,.service-bar-chart-exact .axis{
  stroke:#a2a9aa;
  stroke-width:1.7;
  fill:none;
}


.monthly-chart-exact text,.service-bar-chart-exact text{
  fill:#111;
  font-size:12px;
  font-weight:600;
  font-family:var(--vtx-font-body);
}


.service-distribution-frame{padding-top:2px}


.service-bar-chart-exact .bar-animated{
  fill:#f8a51d;
  transform-box:fill-box;
  transform-origin:left center;
  transform:scaleX(0);
  animation:analyticsBar 1.05s ease .35s forwards;
}


.step-dot.active{background:#002d2e;color:#fff;border-color:#002d2e}


.step-dot.active b{background:var(--gold);color:#111}


.wizard-step.active{display:block}


.service-option{position:relative;border:1px solid #d2e0e3;border-radius:22px;background:#fff;padding:20px;box-shadow:var(--shadow-soft);transition:.22s;cursor:pointer}


.service-option:hover{transform:translateY(-3px);box-shadow:var(--shadow)}


.service-option input{position:absolute;opacity:0;pointer-events:none}


.service-option.selected{border-color:var(--gold);box-shadow:0 16px 34px rgba(223,155,34,.22)}


.service-option.disabled{opacity:.55;cursor:not-allowed;background:#f8fafb}


.service-option.disabled:after{content:"غير متاح لهذا السقف";position:absolute;left:14px;top:14px;background:#eef2f3;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800;color:#64748b}


.lang-switch{display:inline-flex;gap:8px}


.lang-switch button{border:1px solid #d6e4e7;background:#fff;border-radius:999px;padding:8px 12px;font-weight:800}


.status-flow span.active{background:#003638;color:#fff}


@media (max-width:980px){
.form-grid,.form-grid-3,.choice-grid,.metric-grid{grid-template-columns:1fr}
.service-option.disabled:after{position:static;margin-bottom:8px;display:inline-flex}
.navbar{width:calc(100% - 28px);grid-template-columns:auto 1fr auto}
.nav-links{display:none}
.nav-links.open{display:flex;position:absolute;top:80px;right:14px;left:14px;background:#fff;color:#123;flex-direction:column;padding:20px;border-radius:20px;box-shadow:var(--shadow)}
.mobile-toggle{display:grid}
.container{width:min(var(--container),calc(100% - 28px))}
}


@media print{
.site-header,.admin-sidebar,.wizard-actions,.btn,.toolbar,.nav-actions,.admin-bottom{display:none!important}
}


.feature-mini .icon{width:34px;height:34px;color:var(--teal)}


.case-progress .case-step.active ~ .case-step .case-step-dot{background:#e1edef;color:#587075}


.dashboard-body .admin-menu a:hover,.dashboard-body .admin-menu a.active{background:linear-gradient(135deg,var(--teal),#007174);color:#fff;box-shadow:0 12px 24px rgba(0,90,92,.18)}


.dashboard-body .admin-menu a.active::before,.dashboard-body .admin-menu a:hover::before{opacity:1}


/* ===== VATAX bilingual + separated login patch ===== */
html[dir="ltr"] body{direction:ltr;text-align:left}


html[dir="ltr"] .check-list li{padding-right:0;padding-left:30px}


html[dir="ltr"] .check-list li:before{right:auto;left:0}


.lang,.topbar-lang{display:inline-flex;align-items:center;gap:7px;border-radius:999px;font-weight:900}


/* ===== VATAX full mobile responsiveness + burger navigation audit patch ===== */
html,body{max-width:100%;overflow-x:hidden}


.mobile-nav-panel{display:contents}


body.nav-open,body.sidebar-open{overflow:hidden}


.mobile-toggle,.dashboard-mobile-toggle{
  -webkit-tap-highlight-color:transparent;
}


.mobile-toggle.is-open,.dashboard-mobile-toggle.is-open{
  background:var(--teal);
  color:#fff;
  border-color:var(--teal);
}


.admin-panel,.card,.service-card,.case-card,.quiz-card,.analytics-panel,.analytics-card,.settings-card,.title-card{
  max-width:100%;
}


@media (max-width:1100px){
.site-header{height:74px}
.navbar{
    height:74px;
    width:min(100% - 24px,var(--container));
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    position:relative;
  }
.brand{
    justify-self:auto;
    flex:0 1 auto;
    min-width:0;
    font-size:24px;
    gap:10px;
  }
.brand span{white-space:nowrap}
.mobile-toggle{
    display:inline-grid!important;
    place-items:center;
    width:46px;
    height:46px;
    flex:0 0 46px;
    border-radius:14px;
    border:1px solid var(--line);
    background:#fff;
    color:var(--teal);
    box-shadow:0 8px 18px rgba(0,0,0,.08);
    cursor:pointer;
    z-index:73;
  }
.mobile-toggle .icon{width:24px;height:24px}
.mobile-nav-panel{
    position:absolute;
    top:calc(100% + 10px);
    inset-inline:0;
    display:grid;
    gap:14px;
    padding:16px;
    background:rgba(255,255,255,.98);
    border:1px solid rgba(0,90,92,.16);
    border-radius:22px;
    box-shadow:0 22px 55px rgba(0,0,0,.18);
    backdrop-filter:blur(18px);
    transform:translateY(-10px) scale(.98);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    max-height:calc(100vh - 100px);
    overflow-y:auto;
    z-index:72;
    transition:opacity .22s ease,transform .22s ease,visibility .22s ease;
  }
.mobile-nav-panel.open{
    transform:translateY(0) scale(1);
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }
.mobile-nav-panel .nav-links{
    position:static!important;
    inset:auto!important;
    top:auto!important;
    right:auto!important;
    left:auto!important;
    display:grid!important;
    grid-template-columns:1fr;
    gap:8px;
    width:100%;
    margin:0;
    padding:0;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    color:#243c40;
  }
.mobile-nav-panel .nav-links li{width:100%}
.mobile-nav-panel .nav-links a{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    width:100%;
    min-height:46px;
    border-radius:14px;
    padding:11px 14px;
    background:#f4f8f9;
    color:#34484c;
    font-size:16px;
  }
.mobile-nav-panel .nav-links a::after{display:none}
.mobile-nav-panel .nav-links a.active,
  .mobile-nav-panel .nav-links a:hover{
    background:linear-gradient(135deg,var(--teal),#007174);
    color:#fff;
  }
.mobile-nav-panel .nav-actions{
    display:grid!important;
    grid-template-columns:1fr;
    gap:10px;
    width:100%;
    justify-self:stretch;
    direction:inherit;
  }
.mobile-nav-panel .lang,
  .mobile-nav-panel .client-btn{
    display:inline-flex!important;
    width:100%;
    justify-content:center;
    min-height:46px;
  }
.mobile-nav-panel .lang{
    border:1px solid #d6e5e7;
    background:#f5fbfb;
    color:var(--teal);
    padding:10px 14px;
    border-radius:14px;
  }
}


@media (max-width:980px){
.quick-grid,
  .metric-grid,
  .features-grid,
  .service-grid,
  .steps-grid,
  .values-grid,
  .badge-grid,
  .choice-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
.form-grid,.form-grid-3,.submit-form-grid,.service-choice-grid{
    grid-template-columns:1fr!important;
  }
}


@media (max-width:760px){
.container{
    width:min(100% - 24px,var(--container))!important;
  }
.page-section{padding:56px 0}
.page-section.compact{padding:42px 0}
.section-head{margin-bottom:30px}
.eyebrow{font-size:14px;padding:7px 13px}
.section-title,.section-title.small{
    font-size:clamp(28px,9vw,38px);
    line-height:1.18;
  }
.section-subtitle{font-size:16px;line-height:1.75}
.hero-actions{
    display:grid;
    grid-template-columns:1fr;
    width:min(100%,360px);
    margin-inline:auto;
    gap:10px;
  }
.hero-actions .btn{width:100%;min-height:48px}
.stats-grid,
  .dashboard-body .admin-stats,
  .admin-stats,
  .analytics-stats-row,
  .quick-grid,
  .metric-grid,
  .features-grid,
  .service-grid,
  .steps-grid,
  .values-grid,
  .badge-grid,
  .choice-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
.service-card,.value-card,.feature-mini{
    min-height:auto;
    padding:24px 20px;
  }
.service-card .icon-box{margin-bottom:18px}
.footer{padding:48px 0 22px}
.footer-grid{grid-template-columns:1fr!important;gap:26px}
.footer-bottom{flex-direction:column;align-items:flex-start;gap:12px}
.case-actions .btn,.wizard-actions .btn,.toolbar .btn{
    width:100%;
  }
}


@media (max-width:480px){
.navbar{width:calc(100% - 18px)}
.brand{font-size:20px}
.logo-mark{width:38px;height:38px;border-radius:11px}
.logo-mark svg{width:28px;height:28px}
.mobile-toggle,.dashboard-mobile-toggle{
    width:42px;height:42px;flex-basis:42px;
  }
.mobile-nav-panel{
    padding:12px;
    border-radius:18px;
  }
.mobile-nav-panel .nav-links a{font-size:15px}
.btn,.client-btn{
    font-size:15px;
    min-height:46px;
    padding:10px 14px;
  }
.section-title,.section-title.small{font-size:30px}
}


@media (prefers-reduced-motion: reduce){
.reveal,.float,.hero::before,.line-chart-svg .line,.line-chart-svg .shade,.progress-track span,.bar-fill,.monthly-line,.bar-animated{
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    transition-duration:.001ms!important;
  }
}


.service-card-top{display:flex;align-items:center;justify-content:space-between;gap:14px;position:relative}


.service-benefits{list-style:none;padding:0;margin:0;display:grid;gap:10px;position:relative}


.service-benefits li{display:flex;align-items:center;gap:10px;color:#29474a;font-weight:800}


.service-benefits svg{color:var(--teal);flex:0 0 auto}


.service-meta-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-top:10px;border-top:1px solid #e2ecee;position:relative}


.service-meta-row span{display:inline-flex;align-items:center;gap:8px;color:#50686c;font-weight:800}


.reveal.d4{animation-delay:.45s}


@media (max-width:720px){
.service-card-top,.service-meta-row{align-items:flex-start;flex-direction:column}
}


.result-title-block .eyebrow{width:max-content}


.modal-actions .btn{width:100%;justify-content:center}


.service-subline{font-size:18px;color:#005a5c;margin:0 0 14px}


.service-extra-list{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 24px}


.service-extra-list span{background:#eef6f7;border:1px solid rgba(0,90,92,.12);border-radius:999px;padding:8px 12px;font-weight:700;color:#32585b;font-size:13px}


.package-meta{display:grid;gap:8px;margin-top:18px}


.package-meta span{background:#f0f6f7;border:1px solid rgba(0,90,92,.12);border-radius:14px;padding:10px 12px;font-weight:800;color:#24484b}


.vtx-hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 18% 20%,rgba(223,151,34,.24),transparent 28%),radial-gradient(circle at 82% 18%,rgba(66,183,190,.18),transparent 32%),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:auto,auto,72px 72px,72px 72px;opacity:.95;animation:vtxGridDrift 18s linear infinite}


.vtx-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr);gap:46px;align-items:center}


.vtx-logo-lockup{display:inline-flex;align-items:center;gap:10px;direction:ltr;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:10px 16px;margin:20px 0 16px;color:#fff;font-size:18px;font-weight:1000;letter-spacing:.08em}


.vtx-matters{display:inline-flex;align-items:center;gap:10px;background:rgba(223,151,34,.12);border:1px solid rgba(223,151,34,.33);border-radius:18px;color:#ffe1a0;padding:12px 16px;margin:4px 0 20px;line-height:1.5}


.vtx-case-lead{color:#d1e6e7;font-size:16px;line-height:1.8;margin:18px 0 0;max-width:760px}


.vtx-hero-panel{display:grid;gap:18px}


.play-orb .icon{width:38px;height:38px}


.vtx-service-grid .vtx-service-card,.vtx-service-card{background:#fff;border:1px solid #d7e6e9;border-radius:30px;padding:26px;box-shadow:var(--shadow-soft);transition:.25s;display:flex;flex-direction:column;min-height:360px}


.vtx-service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}


.vtx-service-card p{color:#60777b;line-height:1.75;flex:1}


.service-price-line{display:flex;justify-content:space-between;gap:10px;align-items:center;margin:10px 0 18px;background:#f6fafb;border:1px solid #dce9ec;border-radius:16px;padding:12px}


.service-price-line strong{color:var(--teal);font-weight:1000}


.vtx-flow-section{background:#f2f7f8}


.vtx-process-grid .card{min-height:250px}


.vtx-partners-section{background:#fff}


.vtx-certificate-section{background:linear-gradient(180deg,#f2f7f8,#fff)}


.vtx-certificate-card{display:flex;justify-content:space-between;gap:22px;align-items:center;background:#fff;border:1px solid #d7e6e9;border-radius:30px;padding:30px;box-shadow:var(--shadow-soft)}


.vtx-inner-hero{background:linear-gradient(135deg,#001415,#003638 62%,#051112)!important;position:relative;overflow:hidden}


.vtx-inner-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(223,151,34,.18),transparent 28%),radial-gradient(circle at 80% 10%,rgba(255,255,255,.1),transparent 30%)}


.vtx-inner-hero>.container{position:relative;z-index:1}


.vtx-package-card{min-height:320px}


.vtx-wizard-card{max-width:1120px;padding:44px}


.vtx-wizard-card h2{text-align:inherit}


.vtx-service-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}


.vtx-service-choice-grid .service-choice{position:relative;display:block;min-height:190px}


.service-choice input{position:absolute;opacity:0;pointer-events:none}


.service-choice-status{display:inline-flex!important;width:max-content;border-radius:999px;background:#e8f7f3;color:#08704f;font-size:12px;font-weight:1000;padding:5px 10px;margin-bottom:10px}


.service-choice.disabled{opacity:.68;background:#f5f7f8;cursor:not-allowed;border-style:dashed;transform:none!important}


.service-choice.disabled .service-choice-status{background:#eef1f2;color:#7a8b90}


.service-choice small{display:block;margin-top:12px;color:#566f73;font-weight:800;line-height:1.6}


.service-dynamic-note{margin-top:16px}


@media (max-width:1100px){
.vtx-hero-panel{max-width:620px}
.vtx-wizard-card{padding:34px 24px}
.vtx-service-choice-grid{grid-template-columns:1fr}
}


@media (max-width:760px){
.vtx-certificate-card{display:grid}
.vtx-wizard-card{border-radius:24px;padding:28px 18px}
.vtx-service-choice-grid .service-choice{min-height:auto}
}


.service-card-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto}


.two-tools{grid-template-columns:repeat(2,minmax(0,1fr));max-width:980px;margin-inline:auto}


.check-list.two-col{grid-template-columns:repeat(2,minmax(0,1fr));display:grid;gap:14px 24px}


.check-list{list-style:none;padding:0;margin:20px 0;display:grid;gap:14px}


.check-list li{display:flex;align-items:flex-start;gap:10px;font-weight:850;color:#244448;line-height:1.55}


.check-list svg{color:var(--teal);flex:0 0 auto}


.service-index-card{min-height:560px}


.service-index-card>p{min-height:90px}


.service-index-grid{align-items:stretch}


.page-hero .hero-actions{justify-content:center}


.dir-ltr .data-table th,.dir-ltr .data-table td{text-align:left}


@media (max-width:1180px){
.classic-hero-grid,.service-split{grid-template-columns:1fr}
.check-list.two-col{grid-template-columns:1fr}
}


@media (max-width:720px){
.service-index-card{min-height:auto}
.service-card-actions{display:grid}
.service-card-actions .btn{width:100%;justify-content:center}
.check-list.two-col{grid-template-columns:1fr}
}


.vtx-inner-classic-hero{min-height:620px;padding:132px 0 150px;background:linear-gradient(135deg,#061615 0%,#003b3d 52%,#001c1d 100%);color:#fff}


.service-index-grid-large{grid-template-columns:repeat(4,minmax(250px,1fr));gap:28px;align-items:stretch}


.service-index-card-large{min-height:690px;padding:36px 30px;border-radius:34px;box-shadow:0 26px 65px rgba(0,47,50,.09)}


.service-index-card-large .icon-box{width:64px;height:64px;border-radius:22px}


.service-index-card-large h2{font-size:clamp(25px,2.1vw,34px);line-height:1.25;min-height:82px}


.service-index-card-large>p{font-size:17px;line-height:1.8;min-height:130px}


.service-index-card-large li{font-size:15.5px;gap:10px}


.service-index-card-large .service-card-actions .btn{min-height:48px}


.vtx-icons-certificate-section{background:#fff;padding-top:80px;padding-bottom:80px}


.vtx-partners-section{padding-top:96px;padding-bottom:110px;background:#fff;overflow:visible}


.vtx-partners-section .section-title{line-height:1.18;margin-top:8px;margin-bottom:12px;padding-top:6px;overflow:visible}


.vtx-certificate-section .vtx-certificate-card{display:none}


.package-readonly-badge{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(0,90,92,.22);background:#f3fbfb;color:var(--teal);border-radius:999px;padding:10px 13px;font-weight:950;line-height:1.4;margin-top:8px}


.package-readonly-badge svg{width:18px;height:18px;flex:0 0 auto}


.vtx-service-choice-grid .auto-service-choice{cursor:default;position:relative;user-select:none}


.vtx-service-choice-grid .auto-service-choice input{position:absolute;opacity:0;pointer-events:none}


.vtx-service-choice-grid .auto-service-choice.auto-selected{border-color:var(--teal);background:linear-gradient(180deg,#f1fbfb,#fff);box-shadow:0 16px 34px rgba(0,90,92,.14);transform:translateY(-3px)}


.vtx-service-choice-grid .auto-service-choice.auto-selected:after{content:"";position:absolute;inset:14px auto auto 14px;width:18px;height:18px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 5px rgba(0,90,92,.12)}


.dir-rtl .vtx-service-choice-grid .auto-service-choice.auto-selected:after{left:auto;right:14px}


.vtx-service-choice-grid .auto-service-choice.disabled{opacity:.62;filter:grayscale(.18);background:#fafafa}


.service-choice-status{display:inline-flex!important;align-items:center;justify-content:center;width:max-content;border-radius:999px;padding:6px 11px;background:#edf7f7;color:var(--teal);font-size:12px;font-weight:1000;margin-bottom:10px}


.auto-service-choice.disabled .service-choice-status{background:#fff3f0;color:#9b3d2d}


.service-dynamic-note{font-weight:850}


@media (max-width:1280px){
.service-index-grid-large{grid-template-columns:repeat(2,minmax(0,1fr))}
.service-index-card-large{min-height:560px}
}


@media (max-width:900px){
.vtx-inner-classic-hero{min-height:auto;padding:118px 0 135px}
.service-index-grid-large{grid-template-columns:1fr}
.service-index-card-large{min-height:auto}
.service-index-card-large h2,.service-index-card-large>p{min-height:0}
}


@media (max-width:560px){
.service-index-card-large{padding:28px 22px}
.dir-rtl .hero-proof-list span{justify-content:flex-end}
}


.vtx-page-standard-hero{min-height:660px;padding:132px 0 150px;background:linear-gradient(135deg,#001112 0%,#00383a 55%,#071415 100%);color:#fff}


.hero.hero-sm.no-wave,.page-hero.vtx-inner-hero{position:relative;overflow:hidden;min-height:520px;padding:128px 0 130px;background:linear-gradient(135deg,#001112 0%,#00383a 55%,#071415 100%);color:#fff}


.hero.hero-sm.no-wave:before,.page-hero.vtx-inner-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:64px 64px;opacity:.45}


.hero.hero-sm.no-wave:after,.page-hero.vtx-inner-hero:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:95px;background:var(--bg);clip-path:ellipse(74% 60% at 50% 100%)}


.hero.hero-sm.no-wave .container,.page-hero.vtx-inner-hero .container{position:relative;z-index:2}


.hero.hero-sm.no-wave h1,.hero.hero-sm.no-wave .hero-title,.page-hero.vtx-inner-hero h1{color:#fff;font-size:clamp(38px,5.2vw,76px);line-height:1.08;font-weight:1000;letter-spacing:-.035em}


.hero.hero-sm.no-wave p,.hero.hero-sm.no-wave .hero-subtitle,.page-hero.vtx-inner-hero p{color:#d8eef0;font-size:clamp(17px,1.8vw,23px);line-height:1.8}


.service-index-grid-large{align-items:stretch}


.service-index-card-large{min-height:auto;padding:34px 28px;border-radius:34px}


.service-index-card-large h2{min-height:0;font-size:clamp(24px,2vw,32px)}


.service-index-card-large>p{min-height:0;font-size:16px}


.service-index-card-large ul{gap:12px;margin-top:18px}


.vtx-service-choice-grid .auto-service-choice{cursor:default;user-select:none;position:relative}


.vtx-service-choice-grid .auto-service-choice input[type="radio"]{position:absolute;opacity:0;pointer-events:none}


.vtx-service-choice-grid .auto-service-choice.selected,.vtx-service-choice-grid .auto-service-choice.auto-selected{border-color:var(--teal);box-shadow:0 20px 45px rgba(0,98,101,.15);background:linear-gradient(180deg,#fff,#f1fbfb)}


.vtx-service-choice-grid .auto-service-choice.disabled{opacity:.58;filter:grayscale(.15)}


.vtx-service-choice-grid .service-choice-status{display:inline-flex;width:max-content;border-radius:999px;background:#e8f5f6;color:var(--teal);font-weight:1000;font-size:12px;padding:8px 12px;margin-bottom:10px}


.vtx-service-choice-grid .auto-selected .service-choice-status{background:var(--teal);color:#fff}


@media (max-width:900px){
.vtx-page-standard-hero{min-height:auto;padding:118px 0 135px}
.service-card-actions{display:grid}
.service-card-actions .btn{width:100%;justify-content:center}
}


@media (max-width:560px){
.hero.hero-sm.no-wave h1,.hero.hero-sm.no-wave .hero-title,.page-hero.vtx-inner-hero h1{font-size:38px}
}


.service-submit-shell{background:linear-gradient(180deg,var(--bg),#fff);padding-top:62px}


.service-submit-card{border-radius:34px;padding:44px;max-width:1200px}


.service-step-grid{align-items:end}


.submit-service-grid .service-choice{min-height:210px;padding:24px}


.submit-service-grid .service-choice strong{font-size:22px}


.submit-service-grid .service-choice small{margin-top:12px;color:#38585d;font-weight:900}


.service-submit-vat_registration .submit-service-grid,.service-submit-consultation .submit-service-grid{grid-template-columns:1fr}


.service-submit-vat_registration .auto-selected-heading,.service-submit-consultation .auto-selected-heading{max-width:640px}


.service-submit-card .payment-summary-card{background:linear-gradient(180deg,#fff,#f9fcfc)}


@media (max-width:980px){
.service-submit-card{padding:30px 20px}
.submit-service-grid .service-choice{min-height:auto}
.service-submit-shell{padding-top:36px}
}


.service-index-grid-large{gap:28px;align-items:stretch}


.service-index-card-large{min-height:0;display:flex;flex-direction:column;padding:34px 30px;border-radius:34px}


.service-index-card-large .icon-box{margin-bottom:18px}


.service-index-card-large h2{min-height:0;margin-bottom:14px}


.service-index-card-large>p{min-height:0;margin-bottom:22px}


.service-index-card-large ul{display:grid;gap:14px;margin:0 0 24px;padding:0;list-style:none}


.service-index-card-large li{display:flex;align-items:flex-start;gap:10px;line-height:1.55}


.service-index-card-large li svg{flex:0 0 auto;margin-top:2px;color:var(--teal)}


.service-index-card-large .service-card-actions{margin-top:auto;display:grid;grid-template-columns:1fr;gap:10px}


.service-index-card-large .btn{width:100%;justify-content:center;border-radius:16px;min-height:52px}


.submit-service-grid .service-auto-card{border:1px solid #cfe1e5;border-radius:26px;background:#fff;padding:24px;min-height:260px;box-shadow:0 18px 42px rgba(0,47,50,.055);display:flex;flex-direction:column;gap:13px;transition:.25s;cursor:default}


.submit-service-grid .service-auto-card:hover{transform:translateY(-4px);box-shadow:0 26px 60px rgba(0,47,50,.09)}


.submit-service-grid .service-auto-card.auto-selected{border-color:var(--teal);background:linear-gradient(180deg,#f1fbfb,#fff);box-shadow:0 24px 56px rgba(0,90,92,.16)}


.submit-service-grid .service-auto-card.disabled{opacity:.68;background:#fbfcfc;filter:none}


.service-auto-icon{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:#eaf6f6;color:var(--teal);flex:0 0 auto}


.service-auto-card.auto-selected .service-auto-icon{background:var(--teal);color:#fff}


.service-auto-card.disabled .service-auto-icon{background:#eef3f4;color:#8ba0a4}


.service-auto-card strong{font-size:clamp(20px,2vw,26px);line-height:1.28;font-weight:1000;color:#061112}


.service-auto-desc{font-weight:750;color:#516d72;line-height:1.65;display:block}


.service-auto-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:auto}


.service-auto-meta small{background:#f7fbfc;border:1px solid #e0ecee;border-radius:14px;padding:10px;color:#31565b;font-weight:900;line-height:1.35}


.service-choice-status{margin:0!important}


.service-auth-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:24px;opacity:0;pointer-events:none;transition:.2s}


.service-auth-modal.open{opacity:1;pointer-events:auto}


.service-auth-backdrop{position:absolute;inset:0;background:rgba(0,22,24,.68);backdrop-filter:blur(8px)}


.service-auth-card{position:relative;z-index:1;width:min(620px,100%);background:#fff;border:1px solid #d5e6e9;border-radius:34px;padding:42px;text-align:center;box-shadow:0 36px 110px rgba(0,0,0,.26);overflow:hidden}


.service-auth-card:before{content:"";position:absolute;inset:-120px auto auto -120px;width:260px;height:260px;border-radius:50%;background:rgba(223,151,34,.12)}


.dir-rtl .service-auth-card:before{left:auto;right:-120px}


.service-auth-icon{width:76px;height:76px;border-radius:26px;background:linear-gradient(145deg,var(--teal),#00a59a);display:grid;place-items:center;color:#fff;margin:0 auto 18px;box-shadow:0 18px 36px rgba(0,90,92,.22)}


.service-auth-card h2{font-size:clamp(28px,4vw,42px);line-height:1.25;margin:18px 0 14px;font-weight:1000;color:#061112}


.service-auth-card p{color:#5f777c;line-height:1.85;margin:0 auto 26px;max-width:520px;font-weight:750}


.service-auth-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}


.service-auth-actions .btn{min-height:52px;border-radius:16px}


@media (max-width:980px){
.submit-service-grid,.service-auto-meta{grid-template-columns:1fr}
.service-auth-card{padding:32px 22px;border-radius:28px}
}


/* VATAX service auto-selection refinement */
.service-submit-card .auto-selected-heading{
  margin-top:30px;
  margin-bottom:14px;
  max-width:760px;
}


.auto-selected-summary .btn{white-space:nowrap;align-self:stretch;min-height:58px}


.auto-selected-summary .btn.disabled{opacity:.55;pointer-events:none}


.submit-service-grid .service-auto-card input[type="radio"]{position:absolute;inline-size:1px;block-size:1px;opacity:0;pointer-events:none}


.submit-service-grid .service-auto-card{position:relative;user-select:none;cursor:default}


.submit-service-grid .service-auto-card:before{content:"";position:absolute;inset-inline-start:0;inset-block-start:0;inline-size:100%;block-size:5px;border-radius:26px 26px 0 0;background:linear-gradient(90deg,var(--teal),var(--gold));opacity:.16;transition:.25s}


.submit-service-grid .service-auto-card.auto-selected:before{opacity:1}


.submit-service-grid .service-auto-card.auto-selected:after{content:attr(data-selected-label);position:absolute;inset-block-start:18px;inset-inline-end:18px;background:var(--teal);color:#fff;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:1000;box-shadow:0 10px 20px rgba(0,98,101,.18)}


html[lang="ar"] .submit-service-grid .service-auto-card.auto-selected:after{content:"تم تحديدها تلقائيًا"}


html[lang="en"] .submit-service-grid .service-auto-card.auto-selected:after{content:"Selected automatically"}


.submit-service-grid .service-auto-card.disabled{opacity:.86;background:linear-gradient(180deg,#fff,#f8fbfb)}


.submit-service-grid .service-auto-card.disabled:not(.auto-selected){box-shadow:none}


.submit-service-grid .service-auto-card.disabled:not(.auto-selected) .service-title-text,
.submit-service-grid .service-auto-card.disabled:not(.auto-selected) .service-auto-desc{color:#71898e}


.service-choice-status{display:inline-flex;align-items:center;border-radius:999px;background:#eaf7f7;color:#006466;padding:8px 12px;font-size:12px;font-weight:1000;line-height:1}


.service-auto-card.disabled .service-choice-status{background:#f0f4f5;color:#6f858a}


.service-auto-card.auto-selected .service-choice-status{background:#006466;color:#fff}


.service-auto-meta{margin-top:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}


.service-auto-meta small{background:#f7fbfc;border:1px solid #d7e6e9;border-radius:14px;padding:12px;color:#315158;font-weight:900;line-height:1.45}


@media (max-width:1180px){
.auto-selected-summary .btn{width:100%;justify-content:center}
}


@media (max-width:720px){
.service-auto-meta{grid-template-columns:1fr}
.submit-service-grid .service-auto-card.auto-selected:after{position:static;display:inline-flex;margin-top:8px;justify-self:start}
}


.service-auto-info-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:28px 0 34px;padding:26px 28px;border:1px solid #cfe1e5;border-radius:30px;background:linear-gradient(135deg,#fff,#f4fbfb);box-shadow:0 18px 46px rgba(0,47,50,.055)}


.service-auto-info-cta h3{margin:12px 0 8px;font-size:clamp(24px,2.6vw,36px);line-height:1.25;color:#061112;font-weight:1000}


.service-auto-info-cta p{margin:0;max-width:780px;color:#5e7479;line-height:1.9;font-weight:700}


.service-auto-info-cta .btn{flex:0 0 auto;min-height:58px}


@media (max-width:760px){
.service-auto-info-cta{display:grid;padding:22px}
.service-auto-info-cta .btn{width:100%;justify-content:center}
}


.service-submit-card .auto-selected-heading{max-width:720px;margin-top:26px;margin-bottom:18px}


.submit-service-grid .service-auto-card{min-height:260px;border-radius:30px;padding:28px;border:1px solid #cfe1e5;background:#fff;box-shadow:0 18px 48px rgba(0,47,50,.06)}


.submit-service-grid .service-auto-card.auto-selected{border-color:#006466;background:linear-gradient(180deg,#f0fbfb,#fff);box-shadow:0 28px 70px rgba(0,90,92,.18)}


.submit-service-grid .service-auto-card.disabled:not(.auto-selected){opacity:1;background:#fbfdfd;filter:none}


.submit-service-grid .service-auto-card.disabled:not(.auto-selected) .service-title-text{color:#18282b}


.submit-service-grid .service-auto-card.disabled:not(.auto-selected) .service-auto-desc{color:#6b8186}


.submit-service-grid .service-auto-card input[type="radio"]{position:absolute!important;inline-size:1px;block-size:1px;opacity:0;pointer-events:none}


.submit-service-grid .service-auto-meta small{min-height:50px;display:flex;align-items:center}


.service-dynamic-note{display:none!important}


.vtx-service-choice-grid .auto-service-choice{pointer-events:auto}


.vtx-service-choice-grid .auto-service-choice:not(.auto-selected){cursor:default}


@media (max-width:900px){
.submit-service-grid .service-auto-card{min-height:auto}
}


.submit-service-grid .service-auto-card{display:grid;grid-template-rows:auto auto 1fr auto;gap:18px;min-height:360px;padding:28px;border-radius:30px;cursor:default}


.submit-service-grid .service-auto-card .service-auto-desc{min-height:96px;line-height:1.85;color:#5e7479;font-weight:700}


.submit-service-grid .service-auto-card .service-auto-meta{margin-top:auto}


.submit-service-grid .service-auto-card.comparison-only{border-color:#d7e6e9;background:#fff;box-shadow:0 14px 34px rgba(0,61,64,.055)}


.submit-service-grid .service-auto-card.comparison-only .service-choice-status{background:#eef7f8;color:#47666b}


.submit-service-grid .service-auto-card.auto-selected{border-width:2px;background:linear-gradient(180deg,#f3fbfb,#ffffff);box-shadow:0 24px 60px rgba(0,98,101,.16)}


.submit-service-grid .service-auto-card.auto-selected .service-choice-status{background:#006568;color:#fff}


.submit-service-grid .service-auto-card.disabled{opacity:.72;background:#fbfbfb}


.auto-selected-summary .btn[data-selected-service-link]{display:inline-flex;align-items:center;justify-content:center}


@media (max-width:760px){
.submit-service-grid .service-auto-card{min-height:auto;padding:22px}
.submit-service-grid .service-auto-card .service-auto-desc{min-height:auto}
.auto-selected-summary .btn[data-selected-service-link]{width:100%}
}


.service-submit-progress{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));max-width:1040px!important}


.service-submit-card .form-field.full{grid-column:1/-1}


.service-submit-card .auto-selected-summary{margin:22px 0}


.service-submit-card .mini-status-list li{font-weight:800}


.service-submit-card .submit-form-grid+.submit-form-grid{margin-top:18px}


@media (max-width:760px){
.service-submit-progress{grid-template-columns:1fr 1fr}
}


@media print{
.page-section,.vat-checker-section{padding:0!important}
.container{max-width:none!important;width:100%!important}
}


.method-icon .icon{width:30px;height:30px}


.service-pillar-card{background:#fff;border:1px solid #d7e6e9;border-radius:34px;padding:32px;box-shadow:0 20px 54px rgba(0,47,50,.075);display:flex;flex-direction:column;min-height:660px;position:relative;overflow:hidden;transition:.26s ease}


.service-pillar-card:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--teal),var(--gold))}


.service-pillar-card:hover{transform:translateY(-8px);box-shadow:0 32px 74px rgba(0,47,50,.13)}


.service-pillar-icon{width:68px;height:68px;border-radius:24px;background:#e8f4f5;color:var(--teal);display:grid;place-items:center;margin-bottom:18px}


.service-pillar-icon .icon{width:32px;height:32px}


.service-pillar-card small{color:var(--gold);font-weight:1000;letter-spacing:.04em;text-transform:uppercase}


.service-pillar-card h2{font-size:clamp(24px,2.4vw,34px);line-height:1.22;margin:12px 0 12px;font-weight:1000;color:#071617}


.service-pillar-card p{color:#60777b;line-height:1.8;margin:0 0 20px;font-weight:650}


.service-chip-list li .icon{color:var(--teal);width:18px;height:18px;flex:0 0 auto;margin-top:2px}


.service-pillar-card .btn{margin-top:auto;width:100%;justify-content:center}


@media (max-width:900px){
.service-pillar-card{min-height:auto}
}


@media (max-width:620px){
.service-pillar-card,.method-flow-card,.client-story-card{border-radius:24px;padding:24px}
}


.vtx-hero-slogan-card{margin:20px 0 0;display:inline-flex;max-width:760px;border:1px solid rgba(223,155,34,.32);background:rgba(223,155,34,.10);border-radius:22px;padding:14px 18px;color:#ffe4a7;font-weight:950;line-height:1.55;box-shadow:0 18px 44px rgba(0,0,0,.12)}


.vtx-hero-slogan-card span{display:inline-flex;align-items:center;gap:10px}


.vtx-hero-slogan-card svg{flex:0 0 auto;color:var(--gold)}


@media (max-width:620px){
.vtx-hero-slogan-card{display:flex}
}


@media print{
.admin-sidebar,.admin-topbar,.dashboard-mobile-header,.toolbar .filters,.btn,.topbar-actions{display:none!important}
}


/* ===== VATAX public tools risk gauge + lead popup patch ===== */
.vatax-risk-gauge{--needle-angle:-58deg;display:grid;justify-items:center;gap:8px;min-width:190px;text-align:center}


.vatax-risk-gauge .gauge-arc{position:relative;width:190px;height:100px;overflow:hidden;margin-inline:auto}


.vatax-risk-gauge .gauge-arc:before{content:"";position:absolute;inset:0;border-radius:190px 190px 0 0;background:conic-gradient(from 270deg at 50% 100%,#27ae60 0 38deg,#f5b52e 38deg 78deg,#e64b3c 78deg 180deg,transparent 180deg);box-shadow:inset 0 -10px 0 rgba(255,255,255,.9)}


.vatax-risk-gauge .gauge-arc:after{content:"";position:absolute;left:50%;bottom:-12px;transform:translateX(-50%);width:78px;height:78px;border-radius:50%;background:#fff;box-shadow:0 -8px 22px rgba(0,0,0,.08)}


.vatax-risk-gauge .gauge-arc i{position:absolute;left:50%;bottom:8px;width:70px;height:8px;background:#143b3d;border-radius:999px;transform-origin:8px 50%;transform:translateX(-8px) rotate(var(--needle-angle));z-index:2;box-shadow:0 2px 8px rgba(0,0,0,.22)}


.vatax-risk-gauge .gauge-arc i:before{content:"";position:absolute;left:-7px;top:50%;transform:translateY(-50%);width:22px;height:22px;border-radius:50%;background:#143b3d;border:4px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.25)}


.vatax-risk-gauge strong{font-size:24px;font-weight:1000;line-height:1.1;color:#143b3d}


.vatax-risk-gauge small{font-weight:900;color:#60787c}


.vatax-risk-gauge.gauge-low strong{color:#166534}


.vatax-risk-gauge.gauge-medium strong{color:#92400e}


.vatax-risk-gauge.gauge-high strong{color:#991b1b}


.vatax-lead-popup{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:22px;opacity:0;pointer-events:none;transition:.22s ease}


.vatax-lead-popup.open{opacity:1;pointer-events:auto}


.vatax-lead-popup-backdrop{position:absolute;inset:0;background:rgba(0,18,20,.66);backdrop-filter:blur(5px)}


.vatax-lead-popup-card{position:relative;width:min(520px,100%);background:#fff;border-radius:28px;padding:32px;box-shadow:0 30px 90px rgba(0,0,0,.32);border:1px solid #dce9ec;text-align:center}


.vatax-lead-popup-card h3{font-size:clamp(26px,3vw,38px);line-height:1.12;margin:8px 0 12px;color:#071617;font-weight:1000}


.vatax-lead-popup-card p{color:#506a6f;line-height:1.8;font-weight:800;margin:0 0 22px}


.vatax-lead-popup-close{position:absolute;top:14px;inset-inline-end:14px;width:42px;height:42px;border-radius:14px;border:1px solid #d8e6e9;background:#fff;color:#12383c;font-size:26px;line-height:1;cursor:pointer}


.vatax-lead-popup-card .btn{justify-content:center}


@media (max-width:620px){
.vatax-risk-gauge .gauge-arc{width:160px;height:84px}
.vatax-lead-popup-card{padding:28px 18px}
}


/* ===== AskVATAX chatbot widget 2026-06 ===== */
.askvatax-widget{position:fixed;inset-inline-end:24px;bottom:24px;z-index:11000;font-family:var(--vtx-font-body);direction:inherit}


.askvatax-fab{position:relative;display:flex;align-items:center;gap:10px;min-height:60px;padding:12px 18px;border:0;border-radius:999px;background:linear-gradient(135deg,var(--teal,#005a5c),#07393b);color:#fff;box-shadow:0 22px 55px rgba(0,50,55,.28);cursor:pointer;font-weight:1000;letter-spacing:-.01em;transition:transform .22s ease,box-shadow .22s ease}


.askvatax-fab:hover{transform:translateY(-3px);box-shadow:0 30px 70px rgba(0,50,55,.34)}


.askvatax-fab-icon{width:38px;height:38px;border-radius:16px;background:rgba(255,255,255,.14);display:grid;place-items:center;color:#f4c15a}


.askvatax-fab-icon svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2.4}


.askvatax-fab-text{display:grid;text-align:start;line-height:1.05}


.askvatax-fab-text strong{font-size:16px}


.askvatax-fab-text small{font-size:11px;opacity:.78;font-weight:900}


.askvatax-panel{position:absolute;inset-inline-end:0;bottom:78px;width:min(430px,calc(100vw - 28px));height:min(680px,calc(100vh - 118px));display:flex;flex-direction:column;overflow:hidden;border-radius:30px;background:#fff;border:1px solid rgba(0,90,92,.16);box-shadow:0 32px 90px rgba(0,28,32,.32);opacity:0;transform:translateY(14px) scale(.97);pointer-events:none;transition:opacity .22s ease,transform .22s ease}


.askvatax-widget.is-open .askvatax-panel{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}


.askvatax-head{position:relative;display:flex;align-items:center;gap:12px;padding:18px 18px 16px;background:radial-gradient(circle at 0 0,rgba(223,149,34,.28),transparent 34%),linear-gradient(135deg,#07393b,#005a5c);color:#fff}


.askvatax-logo{width:46px;height:46px;border-radius:18px;display:grid;place-items:center;background:rgba(255,255,255,.14);color:#f7c96a;flex:0 0 auto}


.askvatax-logo svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2.3}


.askvatax-title{min-width:0}


.askvatax-title strong{display:block;font-size:18px;font-weight:1000;letter-spacing:-.025em}


.askvatax-title span{display:block;font-size:12px;font-weight:800;opacity:.84;line-height:1.45}


.askvatax-close{margin-inline-start:auto;width:40px;height:40px;border:1px solid rgba(255,255,255,.22);border-radius:14px;background:rgba(255,255,255,.1);color:#fff;cursor:pointer;font-size:26px;line-height:1;display:grid;place-items:center}


.askvatax-body{flex:1;overflow:auto;padding:18px;background:linear-gradient(180deg,#f7fbfc,#ffffff)}


.askvatax-row{display:grid;gap:10px;margin-bottom:14px}


.askvatax-user-row{justify-items:end}


.askvatax-assistant-row{justify-items:start}


.askvatax-bubble{max-width:88%;white-space:pre-wrap;line-height:1.75;font-weight:760;font-size:14px;border-radius:22px;padding:12px 14px;box-shadow:0 10px 24px rgba(0,30,35,.08)}


.askvatax-user{background:linear-gradient(135deg,var(--gold,#d79522),#f0b441);color:#1f1604;border-bottom-inline-end-radius:8px}


.askvatax-assistant{background:#fff;color:#183d42;border:1px solid #ddebed;border-bottom-inline-start-radius:8px}


.askvatax-suggestions{display:grid;gap:8px;width:min(340px,92%);padding:10px;border:1px solid #dce9ec;border-radius:20px;background:rgba(255,255,255,.86);box-shadow:0 12px 26px rgba(0,30,35,.08)}


.askvatax-suggestions>strong{font-size:12px;color:#60787c;font-weight:1000;text-transform:uppercase;letter-spacing:.06em}


.askvatax-card{display:grid;gap:3px;text-decoration:none;background:linear-gradient(180deg,#fff,#fbfdfd);border:1px solid #d8e8eb;border-radius:16px;padding:11px 12px;color:#153f42;transition:.18s ease}


.askvatax-card:hover{transform:translateY(-2px);border-color:rgba(215,149,34,.55);box-shadow:0 10px 20px rgba(0,50,55,.1)}


.askvatax-card span{font-size:14px;font-weight:1000}


.askvatax-card small{font-size:12px;line-height:1.5;color:#637b7f;font-weight:750}


.askvatax-quick{display:flex;gap:8px;overflow-x:auto;padding:10px 14px;border-top:1px solid #e5eff1;background:#fff}


.askvatax-quick button{white-space:nowrap;border:1px solid #d7e5e8;background:#f7fbfc;color:#143d41;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;cursor:pointer}


.askvatax-quick button:hover{background:#edf7f8;border-color:rgba(0,90,92,.24)}


.askvatax-form{display:flex;gap:10px;padding:14px;background:#fff;border-top:1px solid #e5eff1}


.askvatax-input{flex:1;min-width:0;border:1px solid #d8e8eb;background:#f8fbfc;border-radius:18px;padding:12px 14px;color:#102d31;font-weight:850;outline:none}


.askvatax-input:focus{border-color:rgba(0,90,92,.55);box-shadow:0 0 0 4px rgba(0,90,92,.08);background:#fff}


.askvatax-send{width:48px;height:48px;border:0;border-radius:17px;background:linear-gradient(135deg,var(--teal,#005a5c),#07393b);color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 12px 24px rgba(0,90,92,.18)}


.askvatax-send svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.4}


.askvatax-send:disabled{opacity:.55;cursor:not-allowed}


.askvatax-typing{display:flex;align-items:center;gap:5px}


.askvatax-typing span{width:7px;height:7px;border-radius:50%;background:#005a5c;animation:askvataxDot 1s infinite ease-in-out}


.askvatax-typing span:nth-child(2){animation-delay:.12s}


.askvatax-typing span:nth-child(3){animation-delay:.24s}


.askvatax-typing em{font-style:normal;margin-inline-start:7px;color:#60787c;font-size:12px;font-weight:900}


.dir-ltr .askvatax-send svg{transform:rotate(0deg)}


.dir-rtl .askvatax-send svg{transform:scaleX(-1)}


@media (max-width:640px){
.askvatax-widget{inset-inline-end:14px;bottom:14px}
.askvatax-fab{min-height:56px;padding:10px 14px}
.askvatax-panel{bottom:72px;width:calc(100vw - 28px);height:min(650px,calc(100vh - 96px));border-radius:24px}
.askvatax-fab-text small{display:none}
.askvatax-bubble{max-width:94%;font-size:13.5px}
.askvatax-head{padding:15px}
.askvatax-body{padding:14px}
}


@media print{
.askvatax-widget{display:none!important}
}


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


/* ===== VATAX result gauge + AskVATAX interaction fixes 2026-06-08 ===== */
.vatax-risk-gauge{--needle-angle:-58deg;--needle-color:#143b3d;--needle-glow:rgba(20,59,61,.32)}


.vatax-risk-gauge.gauge-low{--needle-color:#137a42;--needle-glow:rgba(19,122,66,.32)}


.vatax-risk-gauge.gauge-medium{--needle-color:#d79522;--needle-glow:rgba(215,149,34,.36)}


.vatax-risk-gauge.gauge-high{--needle-color:#d63b31;--needle-glow:rgba(214,59,49,.36)}


.vatax-risk-gauge .gauge-arc{overflow:hidden;isolation:isolate}


.vatax-risk-gauge .gauge-arc:before{box-shadow:inset 0 -12px 0 rgba(255,255,255,.92),0 14px 32px rgba(0,50,55,.08)}


.vatax-risk-gauge .gauge-arc:after{z-index:3;background:radial-gradient(circle,#ffffff 0 55%,#f3f8f9 56% 100%);box-shadow:0 -8px 22px rgba(0,0,0,.1),inset 0 0 0 1px rgba(0,90,92,.08)}


.vatax-risk-gauge .gauge-arc i{position:absolute;left:50%;bottom:6px;width:0;height:78px;background:transparent;border-radius:0;transform-origin:50% 100%;transform:translateX(-50%) rotate(var(--needle-angle));z-index:4;box-shadow:none;transition:transform .55s cubic-bezier(.22,1,.36,1)}


.vatax-risk-gauge .gauge-arc i:before{content:"";position:absolute;left:50%;bottom:0;top:auto;transform:translateX(-50%);width:10px;height:66px;border-radius:999px;background:linear-gradient(180deg,var(--needle-color),#102d31);border:0;box-shadow:0 3px 12px var(--needle-glow)}


.vatax-risk-gauge .gauge-arc i:after{content:"";position:absolute;left:50%;top:-8px;transform:translateX(-50%);width:0;height:0;border-inline-start:13px solid transparent;border-inline-end:13px solid transparent;border-bottom:24px solid var(--needle-color);filter:drop-shadow(0 3px 8px var(--needle-glow))}


.vatax-risk-gauge strong{transition:color .25s ease,transform .25s ease}


.vatax-risk-gauge.gauge-low strong{color:#137a42}


.vatax-risk-gauge.gauge-medium strong{color:#b77913}


.vatax-risk-gauge.gauge-high strong{color:#c92820}


.askvatax-fab[data-risk-badge]::after{content:attr(data-risk-badge);position:absolute;top:-13px;inset-inline-start:22px;padding:5px 10px;border-radius:999px;background:#fff;color:#143d41;border:1px solid rgba(0,90,92,.14);box-shadow:0 10px 24px rgba(0,30,35,.12);font-size:11px;font-weight:1000;white-space:nowrap;pointer-events:none}


.askvatax-widget.has-tool-result .askvatax-fab{animation:askvataxFabPulse 1.55s ease-in-out infinite}


.askvatax-widget.risk-high .askvatax-fab{box-shadow:0 25px 70px rgba(214,59,49,.28),0 0 0 4px rgba(214,59,49,.08)}


.askvatax-widget.risk-medium .askvatax-fab{box-shadow:0 25px 70px rgba(215,149,34,.28),0 0 0 4px rgba(215,149,34,.1)}


@media (max-width:640px){
.askvatax-fab[data-risk-badge]::after{inset-inline-start:8px;top:-12px}
.vatax-risk-gauge .gauge-arc i{height:66px}
.vatax-risk-gauge .gauge-arc i:before{height:56px}
}


.askvatax-field-help{width:25px;height:25px;border:0;border-radius:999px;background:linear-gradient(135deg,var(--gold,#d79522),#f2c866);color:#07393b;display:inline-grid;place-items:center;font-size:14px;font-weight:1000;line-height:1;cursor:pointer;box-shadow:0 8px 18px rgba(215,149,34,.26);transition:transform .18s ease,box-shadow .18s ease,background .18s ease;vertical-align:middle;flex:0 0 auto}


.askvatax-field-help:hover,.askvatax-field-help:focus-visible{transform:translateY(-2px) scale(1.06);box-shadow:0 12px 24px rgba(215,149,34,.34);outline:2px solid rgba(0,90,92,.16);outline-offset:2px}


.askvatax-widget.has-field-context .askvatax-fab{box-shadow:0 24px 65px rgba(215,149,34,.24),0 22px 55px rgba(0,50,55,.28)}


.askvatax-widget.has-field-context .askvatax-fab-icon{background:rgba(215,149,34,.22)}


.askvatax-widget.has-tool-result .askvatax-fab::after{content:attr(data-risk-badge);position:absolute;inset-inline-start:12px;top:-12px;background:var(--gold,#d79522);color:#102d31;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:1000;box-shadow:0 10px 22px rgba(215,149,34,.28)}


.askvatax-widget.risk-high .askvatax-fab::after{background:#f05245;color:#fff}


.askvatax-widget.risk-medium .askvatax-fab::after{background:#ffc247;color:#102d31}


.askvatax-widget.risk-low .askvatax-fab::after{background:#2bb36b;color:#fff}


@media (max-width:640px){
.askvatax-field-help{width:24px;height:24px}
.askvatax-widget.has-tool-result .askvatax-fab::after{top:-10px;font-size:10px}
}


/* AskVATAX: quick chips removed by request */
.askvatax-quick{display:none!important}


.container{width:min(var(--container),calc(100% - 48px));max-width:var(--container);margin-inline:auto}


.page-section{padding:var(--section-pad) 0}


.page-section.compact{padding:52px 0}


.section-head{max-width:760px;margin:0 auto 34px;text-align:center}


.section-title{font-size:clamp(25px,2.4vw,42px);line-height:1.16;letter-spacing:-.035em;margin-bottom:10px}


.section-subtitle{font-size:clamp(13px,1.05vw,16px);line-height:1.65;color:#60787c;max-width:720px;margin-inline:auto}


.eyebrow{color:var(--teal)!important;background:rgba(8,56,70,.08)!important;border-color:rgba(8,56,70,.12)!important}


.site-header{position:sticky;top:0;z-index:900;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(8,56,70,.08);box-shadow:0 8px 28px rgba(8,56,70,.04)}


.navbar{width:min(var(--container),calc(100% - 48px));max-width:var(--container);min-height:72px;margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:0!important}


.brand,.footer-brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;color:var(--teal)}


.logo-mark{width:54px;height:54px;display:grid;place-items:center;border-radius:0;background:transparent!important;box-shadow:none!important;overflow:visible}


.logo-mark img{display:block;width:100%;height:100%;object-fit:contain}


.logo-mark.footer{width:64px;height:64px}


.logo-mark.small{width:38px;height:38px}


.nav-links{display:flex;align-items:center;gap:5px;margin:0;padding:0;list-style:none}


.nav-links a{font-size:13px;font-weight:900;color:#274a50;text-decoration:none;padding:10px 12px;border-radius:999px;line-height:1.1}


.nav-links a:hover,.nav-links a.active{background:rgba(8,56,70,.08);color:var(--teal)}


.nav-item{position:relative}


.nav-dropdown{position:absolute;top:calc(100% + 12px);inset-inline-start:0;min-width:250px;padding:10px;border:1px solid rgba(8,56,70,.12);border-radius:20px;background:#fff;box-shadow:0 22px 52px rgba(8,56,70,.16);display:grid;gap:3px;opacity:0;transform:translateY(8px);pointer-events:none;transition:.18s ease}


.nav-item:hover .nav-dropdown,.nav-item:focus-within .nav-dropdown{opacity:1;transform:translateY(0);pointer-events:auto}


.nav-dropdown a{border-radius:14px;text-align:start;white-space:nowrap}


.nav-actions{display:flex;align-items:center;gap:8px}


.lang,.client-btn{font-size:12px;font-weight:950;border-radius:999px;text-decoration:none}


.client-btn,.btn.btn-gold,.btn-gold,.service-action.primary,.btn-primary{background:linear-gradient(135deg,var(--gold),#ffac26)!important;border-color:transparent!important;color:#221400!important;box-shadow:0 14px 28px rgba(242,140,0,.18)!important}


.client-btn{padding:10px 15px}


.lang{display:inline-flex;align-items:center;gap:6px;color:var(--teal);border:1px solid rgba(8,56,70,.12);padding:9px 12px;background:#fff}


.lang svg{width:16px;height:16px;stroke:currentColor;fill:none}


.check-list{gap:9px}


.check-list li{font-size:13px!important;line-height:1.55!important}


.check-list svg{width:16px!important;height:16px!important;color:var(--teal)!important}


.services-compact-grid .service-card{height:100%}


.footer{background:#011d20!important;color:#dceced!important;padding-top:56px}


.footer .container{max-width:var(--container)}


.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:32px}


.footer h4{color:#fff;font-size:14px}


.footer p,.footer a,.footer li{font-size:12px;line-height:1.7;color:#b9cccf!important}


.footer-brand span{font-size:20px;font-weight:1000;color:#fff}


.footer-brand .logo-mark{filter:drop-shadow(0 10px 22px rgba(255,255,255,.08))}


.askvatax-fab,.askvatax-send{background:linear-gradient(135deg,var(--teal),#0b4a52)!important}


.askvatax-fab-icon,.askvatax-logo{color:var(--gold)!important}


.askvatax-user{background:linear-gradient(135deg,var(--gold),#ffad27)!important}


.askvatax-card:hover{border-color:rgba(242,140,0,.45)!important}


@media (max-width:1024px){
.navbar{width:min(100% - 28px,var(--container))}
.container{width:min(100% - 28px,var(--container))}
.mobile-nav-panel{position:fixed;inset:72px 14px auto 14px;background:#fff;border:1px solid rgba(8,56,70,.12);border-radius:24px;padding:18px;box-shadow:0 22px 60px rgba(8,56,70,.2);display:none}
.mobile-nav-panel.is-open{display:block}
.nav-links{display:grid;gap:4px}
.nav-actions{margin-top:12px}
.nav-dropdown{position:static;min-width:0;opacity:1;transform:none;pointer-events:auto;box-shadow:none;border-radius:16px;margin-top:6px;background:#f7fbfc}
.mobile-toggle{display:grid!important}
.footer-grid{grid-template-columns:1fr 1fr}
}


@media (min-width:1025px){
.mobile-toggle{display:none!important}
.mobile-nav-panel{display:flex;align-items:center;gap:20px}
}


@media (max-width:640px){
.container{width:min(100% - 22px,var(--container))}
.navbar{width:min(100% - 22px,var(--container));min-height:66px}
.logo-mark{width:48px;height:48px}
.footer-grid{grid-template-columns:1fr}
}


/* ===== VATAX final requested layout patch 2026-06-08 ===== */
@media (min-width:1025px){
.site-header .navbar{
    position:relative!important;
    justify-content:center!important;
    width:min(1366px,calc(100% - 48px))!important;
    max-width:1366px!important;
    min-height:74px!important;
  }
.site-header .brand{
    position:absolute!important;
    inset-inline-start:0!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    z-index:2!important;
  }
.site-header .mobile-nav-panel{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:14px!important;
    margin-inline:auto!important;
    padding-inline:190px!important;
  }
.site-header .nav-links{
    justify-content:center!important;
    gap:4px!important;
  }
.site-header .nav-links a{
    padding:9px 11px!important;
    font-size:12.5px!important;
  }
.site-header .nav-actions{
    position:absolute!important;
    inset-inline-end:0!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    margin:0!important;
  }
}


.logo-mark.annual{
  width:112px!important;
  height:112px!important;
}


.logo-mark.sponsor{width:82px!important;height:82px!important}


.vtx-partners-marquee-section{
  background:linear-gradient(180deg,#fff,#f5fbfc)!important;
  overflow:hidden!important;
}


@media (max-width:640px){
.logo-mark.sponsor{width:68px!important;height:68px!important}
}


/* ===== VATAX final correction patch: compact services, centered nav, separated sponsor tiers ===== */
@media (min-width:1025px){
.site-header .navbar{
    width:min(1260px,calc(100% - 72px))!important;
    max-width:1260px!important;
    justify-content:center!important;
  }
.site-header .brand{inset-inline-start:28px!important;}
.site-header .nav-actions{inset-inline-end:28px!important;}
.site-header .mobile-nav-panel{
    padding-inline:150px!important;
    gap:10px!important;
  }
.site-header .nav-links{gap:2px!important;}
.site-header .nav-links a{padding:8px 10px!important;font-size:12px!important;}
}


.service-suite-section .service-chip-list li .icon{width:13px!important;height:13px!important;margin-top:1px!important;}


.vtx-partners-marquee-section .container{max-width:1366px!important;}


/* ===== VATAX final UX patch: compact all heroes, real sponsor logos, AskVATAX visible links/send arrow ===== */
@media (min-width:1025px){
.site-header .navbar{width:min(1366px,calc(100% - 56px))!important;max-width:1366px!important;}
.site-header .mobile-nav-panel{padding-inline:170px!important;}
}


.vtx-inner-classic-hero,
.vtx-page-standard-hero{min-height:430px!important;padding:88px 0 100px!important;}


.hero.hero-sm.no-wave,
.page-hero.vtx-inner-hero{min-height:390px!important;padding:86px 0 96px!important;}


.vtx-hero-slogan-card{margin:12px 0!important;padding:9px 12px!important;border-radius:16px!important;max-width:720px!important;}


.vtx-hero-slogan-card span{font-size:12px!important;line-height:1.4!important;}


.hero-actions{gap:9px!important;margin-top:14px!important;}


.hero-actions .btn{min-height:42px!important;padding:9px 14px!important;font-size:12px!important;border-radius:14px!important;}


@media (max-width:640px){
.hero-actions{display:grid!important;}
.hero-actions .btn{width:100%!important;justify-content:center!important;}
}


/* AskVATAX message links and send arrow visibility */
.askvatax-send{display:grid!important;place-items:center!important;min-width:44px!important;}


.askvatax-send .icon,.askvatax-send svg{width:20px!important;height:20px!important;color:#fff!important;stroke:#fff!important;fill:none!important;opacity:1!important;visibility:visible!important;}


.askvatax-fab-icon .icon,.askvatax-logo .icon{color:var(--gold)!important;stroke:var(--gold)!important;fill:none!important;opacity:1!important;}


.askvatax-inline-link{display:inline-flex!important;align-items:center!important;gap:5px!important;margin-inline:3px!important;padding:3px 8px!important;border-radius:999px!important;background:rgba(242,140,0,.14)!important;color:#083846!important;border:1px solid rgba(242,140,0,.32)!important;font-weight:1000;text-decoration:none!important;line-height:1.4!important;}


.askvatax-inline-link:hover{background:rgba(242,140,0,.24)!important;transform:translateY(-1px);}


.askvatax-bubble{white-space:normal!important;}


.askvatax-bubble br{display:block;content:"";margin-top:5px;}


/* ===== VATAX final compact site-wide patch: smaller cards, better about layout, larger sponsor logos ===== */
body:not(.admin-body) .container{width:min(1366px,calc(100% - 56px))!important;}


body:not(.admin-body) .page-section{padding:58px 0!important;}


body:not(.admin-body) .page-section.compact{padding:44px 0!important;}


body:not(.admin-body) .section-head{margin-bottom:30px!important;}


body:not(.admin-body) .section-title{font-size:clamp(28px,3.2vw,44px)!important;line-height:1.14!important;margin:12px 0 8px!important;}


body:not(.admin-body) .section-title.small{font-size:clamp(25px,2.6vw,38px)!important;}


body:not(.admin-body) .section-subtitle{font-size:15px!important;line-height:1.65!important;max-width:780px!important;}


body:not(.admin-body) .eyebrow{font-size:12px!important;padding:7px 14px!important;line-height:1.2!important;}


body:not(.admin-body) .hero-actions .btn{min-height:38px!important;font-size:11.5px!important;padding:8px 12px!important;border-radius:12px!important;}


body:not(.admin-body) .check-list{gap:8px!important;margin:12px 0!important;}


body:not(.admin-body) .check-list li{font-size:12.8px!important;line-height:1.5!important;gap:7px!important;}


body:not(.admin-body) .check-list svg{width:15px!important;height:15px!important;}


body:not(.admin-body) .icon-box,
body:not(.admin-body) .service-pillar-icon{width:44px!important;height:44px!important;border-radius:14px!important;margin-bottom:10px!important;}


body:not(.admin-body) .icon-box .icon,
body:not(.admin-body) .service-pillar-icon .icon{width:22px!important;height:22px!important;}


.method-icon .icon{width:22px!important;height:22px!important;}


@media (max-width:760px){
body:not(.admin-body) .container{width:min(100% - 26px,1366px)!important;}
body:not(.admin-body) .page-section{padding:42px 0!important;}
}


body:not(.admin-body) .service-rich-card .eyebrow{margin-bottom:10px!important;}


.client-prefill-note .icon{color:var(--orange)!important;flex:0 0 auto!important;}


body:not(.admin-body) .page-section:nth-of-type(even){
  background:linear-gradient(180deg,rgba(255,255,255,.36),rgba(237,247,249,.55))!important;
}


body:not(.admin-body) .page-section:nth-of-type(odd){
  background:transparent!important;
}


body:not(.admin-body) .site-header{
  background:rgba(255,255,255,.88)!important;
  border-bottom:1px solid rgba(8,56,70,.10)!important;
  box-shadow:0 12px 34px rgba(8,56,70,.06)!important;
}


.page-services-body .service-pillar-card{
  min-height:720px!important;
  padding:38px 34px!important;
  border-radius:34px!important;
  box-shadow:0 26px 72px rgba(8,56,70,.10)!important;
}


.page-services-body .service-pillar-icon{width:70px!important;height:70px!important;border-radius:24px!important;margin-bottom:20px!important;}


.page-services-body .service-pillar-icon .icon{width:34px!important;height:34px!important;}


.page-services-body .service-pillar-card h2{font-size:clamp(27px,2.2vw,38px)!important;line-height:1.18!important;margin:14px 0!important;}


.page-services-body .service-pillar-card p{font-size:16px!important;line-height:1.78!important;}


.page-services-body .service-pillar-card li{font-size:14.6px!important;line-height:1.55!important;}


.page-services-body .services-index-section .service-index-grid-large{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:30px!important;}


.page-services-body .services-index-section .service-index-card-large{
  min-height:500px!important;
  padding:38px 34px!important;
  border-radius:34px!important;
  box-shadow:0 26px 72px rgba(8,56,70,.105)!important;
}


.page-services-body .services-index-section .service-index-card-large .icon-box{width:68px!important;height:68px!important;border-radius:23px!important;margin-bottom:18px!important;}


.page-services-body .services-index-section .service-index-card-large .icon-box .icon{width:32px!important;height:32px!important;}


.page-services-body .services-index-section .service-index-card-large h2{font-size:clamp(27px,2.25vw,38px)!important;line-height:1.18!important;}


.page-services-body .services-index-section .service-index-card-large>p{font-size:16px!important;line-height:1.78!important;}


.page-services-body .services-index-section .service-index-card-large li{font-size:14.8px!important;line-height:1.58!important;}


@media (max-width:980px){
.page-services-body .service-pillar-grid,.page-services-body .services-index-section .service-index-grid-large{grid-template-columns:1fr!important;}
.page-services-body .service-pillar-card,.page-services-body .services-index-section .service-index-card-large{min-height:auto!important;}
}


.service-focus-grid .icon{width:17px;height:17px;color:var(--teal);flex:0 0 auto;margin-top:2px;}


.service-cta-icon .icon{width:30px;height:30px;}


.btn.btn-outline.light{border-color:rgba(255,255,255,.28)!important;color:#fff!important;background:rgba(255,255,255,.08)!important;}


.btn.btn-outline.light:hover{background:#fff!important;color:#07393d!important;}


/* ===== Footer logo alignment fix 2026-06-09 =====
   Keep the current footer colors/layout, remove the duplicated VATAX text beside the logo,
   and show the standalone logo mark clearly inside the dark footer. */
.footer-about{
  display:grid!important;
  justify-items:center!important;
  align-content:start!important;
  text-align:center!important;
}


.footer-brand.footer-brand-logo-only{
  display:inline-grid!important;
  place-items:center!important;
  margin:0 auto 16px!important;
  gap:0!important;
  direction:ltr!important;
  text-decoration:none!important;
  line-height:0!important;
  width:auto!important;
  color:inherit!important;
}


.footer-logo-mark{
  width:112px!important;
  height:112px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:28px!important;
  padding:12px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.035))!important;
  border:1px solid rgba(255,255,255,.10)!important;
  box-shadow:0 20px 55px rgba(0,0,0,.18),0 0 42px rgba(223,155,34,.08)!important;
  overflow:visible!important;
}


.footer-logo-mark img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  display:block!important;
  filter:drop-shadow(0 10px 18px rgba(0,0,0,.18))!important;
}


.footer-brand-desc{
  margin:0!important;
  max-width:310px!important;
  color:#b9cccf!important;
  font-size:13px!important;
  line-height:1.9!important;
  font-weight:750;
}


@media (max-width:1024px){
.footer-about{justify-items:start!important;text-align:start!important;}
html[dir="rtl"] .footer-about{justify-items:end!important;text-align:right!important;}
html[dir="ltr"] .footer-about{justify-items:start!important;text-align:left!important;}
.footer-brand.footer-brand-logo-only{margin-inline:0!important;}
}


@media (max-width:640px){
.footer-about{justify-items:center!important;text-align:center!important;}
html[dir="rtl"] .footer-about,html[dir="ltr"] .footer-about{justify-items:center!important;text-align:center!important;}
.footer-brand.footer-brand-logo-only{margin-inline:auto!important;}
.footer-logo-mark{width:96px!important;height:96px!important;border-radius:24px!important;}
.footer-brand-desc{max-width:100%!important;}
}


.page-contact-body .footer{
  margin-top:0!important;
  position:relative!important;
  z-index:0!important;
}


.page-contact-body .askvatax-panel{
  max-height:calc(100vh - 110px)!important;
}


.page-contact-body .askvatax-bubble{
  line-height:1.68!important;
  font-size:13.5px!important;
}


/* ===== AskVATAX robust RTL/OpenAI response wrapping fix ===== */
.askvatax-panel,.askvatax-body,.askvatax-row,.askvatax-bubble{box-sizing:border-box!important;min-width:0!important;}


.askvatax-body{overflow-x:hidden!important;}


.askvatax-row{width:100%!important;max-width:100%!important;}


.askvatax-bubble{max-width:min(88%,360px)!important;overflow-wrap:anywhere!important;word-break:break-word!important;white-space:pre-wrap!important;text-align:start!important;direction:inherit!important;unicode-bidi:plaintext!important;}


.askvatax-bubble a{overflow-wrap:anywhere!important;word-break:break-word!important;}


html[dir="rtl"] .askvatax-user-row{justify-items:start!important;}


html[dir="rtl"] .askvatax-assistant-row{justify-items:end!important;}


@media (max-width:640px){
.askvatax-panel{width:calc(100vw - 28px)!important;max-width:calc(100vw - 28px)!important;}
.askvatax-bubble{max-width:92%!important;font-size:13.5px!important;}
}


body:not(.admin-body) .container{width:min(1366px,calc(100% - 56px))!important;max-width:1366px!important;}


body:not(.admin-body) .page-section{padding:clamp(56px,6vw,92px) 0!important;}


body:not(.admin-body) .page-section:nth-of-type(odd){background:var(--vtx-soft-skin)!important;}


body:not(.admin-body) .page-section:nth-of-type(even){background:#fff!important;}


/* Sticky public header + fixed mobile menu */
body:not(.admin-body) .site-header{
  position:sticky!important;
  top:0!important;
  z-index:9999!important;
  height:auto!important;
  background:rgba(255,255,255,.94)!important;
  backdrop-filter:blur(16px)!important;
  border-bottom:1px solid var(--vtx-line)!important;
  box-shadow:0 10px 30px rgba(8,56,70,.055)!important;
}


body:not(.admin-body) .navbar{
  min-height:78px!important;
  width:min(1366px,calc(100% - 56px))!important;
  max-width:1366px!important;
  display:grid!important;
  grid-template-columns:auto 1fr auto!important;
  align-items:center!important;
  gap:18px!important;
  margin-inline:auto!important;
  position:relative!important;
}


body:not(.admin-body) .brand{display:inline-grid!important;place-items:center!important;text-decoration:none!important;min-width:0!important;position:static!important;}


body:not(.admin-body) .brand .logo-mark{width:58px!important;height:58px!important;border-radius:18px!important;}


body:not(.admin-body) .mobile-nav-panel{min-width:0!important;}


body:not(.admin-body) .nav-links{align-items:center!important;justify-content:center!important;gap:8px!important;}


body:not(.admin-body) .nav-links a,
body:not(.admin-body) .service-dropdown-toggle{
  min-height:42px!important;
  border-radius:14px!important;
  font-size:14px!important;
  font-weight:900;
  color:#083846!important;
}


body:not(.admin-body) .nav-links a.active{
  background:#fff!important;
  color:#083846!important;
  border:1px solid rgba(8,56,70,.12)!important;
  box-shadow:0 8px 20px rgba(8,56,70,.055)!important;
}


body:not(.admin-body) .service-dropdown-trigger{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  padding:4px!important;
  border-radius:17px!important;
  background:#eef7f8!important;
  border:1px solid rgba(8,56,70,.12)!important;
}


body:not(.admin-body) .service-dropdown-trigger > a{background:#fff!important;border:0!important;box-shadow:none!important;}


body:not(.admin-body) .service-dropdown-toggle{
  display:grid!important;
  place-items:center!important;
  width:42px!important;
  padding:0!important;
  border:0!important;
  cursor:pointer!important;
  background:#083846!important;
  color:#fff!important;
  transition:.2s ease!important;
}


body:not(.admin-body) .service-dropdown-toggle .icon{width:17px!important;height:17px!important;transform:rotate(-90deg)!important;}


html[dir="ltr"] body:not(.admin-body) .service-dropdown-toggle .icon{transform:rotate(90deg)!important;}


body:not(.admin-body) .has-dropdown.dropdown-open .service-dropdown-toggle{background:var(--gold)!important;color:#1a1200!important;}


body:not(.admin-body) .has-dropdown.dropdown-open .service-dropdown-toggle .icon{transform:rotate(90deg)!important;}


html[dir="ltr"] body:not(.admin-body) .has-dropdown.dropdown-open .service-dropdown-toggle .icon{transform:rotate(-90deg)!important;}


body:not(.admin-body) .nav-dropdown{
  border-radius:22px!important;
  padding:12px!important;
  border:1px solid rgba(8,56,70,.12)!important;
  box-shadow:0 24px 70px rgba(8,56,70,.16)!important;
  background:#fff!important;
  min-width:280px!important;
}


body:not(.admin-body) .has-dropdown.dropdown-open .nav-dropdown,
body:not(.admin-body) .has-dropdown:hover .nav-dropdown{
  opacity:1!important;
  transform:translateY(0)!important;
  pointer-events:auto!important;
  visibility:visible!important;
}


body:not(.admin-body) .nav-dropdown a{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  border-radius:14px!important;
  padding:12px 14px!important;
  background:#f7fbfc!important;
  margin-bottom:6px!important;
  border:1px solid transparent!important;
}


body:not(.admin-body) .nav-dropdown a:hover{border-color:rgba(242,140,0,.34)!important;background:#fff!important;color:#083846!important;}


body:not(.admin-body) .hero-actions,
body:not(.admin-body) .vtx-page-standard-hero .hero-actions{
  justify-content:flex-start!important;
  align-items:center!important;
  gap:12px!important;
}


html[dir="rtl"] body:not(.admin-body) .hero-actions{justify-content:flex-start!important;direction:rtl!important;}


html[dir="ltr"] body:not(.admin-body) .hero-actions{justify-content:flex-start!important;direction:ltr!important;}


.vtx-hero-compass-box{
  justify-self:center!important;
  width:min(100%,260px)!important;
  aspect-ratio:1!important;
  border-radius:38px!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.055))!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 32px 90px rgba(0,0,0,.24)!important;
  position:relative!important;
  overflow:hidden!important;
}


.vtx-hero-compass-box:before{content:"";position:absolute;inset:-38%;background:conic-gradient(from 180deg,rgba(242,140,0,.65),rgba(255,255,255,.08),rgba(0,129,135,.42),rgba(242,140,0,.65));animation:vtxHeroCompassSpin 16s linear infinite;opacity:.72;}


.vtx-hero-compass-box:after{content:"";position:absolute;inset:12px;border-radius:30px;background:linear-gradient(135deg,#053f42,#001e20);}


.vtx-hero-compass-mark{position:relative;z-index:2;display:grid;place-items:center;width:150px;height:150px;border-radius:32px;background:#fff;box-shadow:0 22px 54px rgba(0,0,0,.18);}


.vtx-hero-compass-mark .logo-mark.hero-tools{width:112px!important;height:112px!important;background:transparent!important;box-shadow:none!important;}


.vtx-hero-compass-mark > span{position:absolute;inset:auto -12px -12px auto;width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:var(--gold);color:#102225;box-shadow:0 16px 36px rgba(242,140,0,.28);}


.vtx-hero-compass-mark > span .icon{width:26px;height:26px;}


body:not(.admin-body) .section-head{max-width:960px!important;margin-inline:auto!important;text-align:center!important;}


body:not(.admin-body) .section-title{font-size:clamp(30px,3.8vw,56px)!important;line-height:1.14!important;}


body:not(.admin-body) .section-title.small{font-size:clamp(28px,3.1vw,46px)!important;}


body:not(.admin-body) .section-subtitle{font-size:clamp(15px,1.25vw,18px)!important;line-height:1.85!important;color:#5f777c!important;}


.service-card-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;}


/* Sponsors: wider strip, logos only, consistent large logo size */
.vtx-partners-marquee-section .container{width:min(1500px,calc(100% - 56px))!important;max-width:1500px!important;}


body:not(.admin-body) .service-rich-card .check-list.two-col{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}


.resources-copy .eyebrow{background:#eef7f8!important;border-color:var(--vtx-line)!important;color:#083846!important;}


/* Pre-footer CTA and white footer */
.vtx-pre-footer-cta{padding:64px 0!important;background:#fff!important;}


.vtx-pre-footer-card{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:24px!important;align-items:center!important;background:linear-gradient(135deg,#07383d,#002326)!important;color:#fff!important;border-radius:0!important;padding:clamp(34px,4vw,56px)!important;box-shadow:0 22px 60px rgba(8,56,70,.14)!important;}


.vtx-pre-footer-card span{display:block;color:#f8c262!important;font-size:13px!important;font-weight:1000;margin-bottom:8px!important;}


.vtx-pre-footer-card h2{font-size:clamp(30px,3.2vw,52px)!important;line-height:1.12!important;margin:0 0 10px!important;color:#fff!important;}


.vtx-pre-footer-card p{font-size:15px!important;line-height:1.8!important;color:#d7ecef!important;margin:0!important;}


.vtx-pre-footer-card .btn{min-width:170px!important;justify-content:center!important;}


.footer{
  background:#fff!important;
  color:#083846!important;
  border-top:1px solid var(--vtx-line)!important;
  box-shadow:none!important;
}


.footer h4{color:#083846!important;}


.footer p,.footer a,.footer li,.footer-contact li,.footer-brand-desc{color:#49666a!important;}


.footer a:hover{color:#083846!important;}


.footer-bottom{border-top:1px solid var(--vtx-line)!important;color:#60787d!important;}


.footer-logo-mark{background:#f5fbfc!important;border:1px solid var(--vtx-line)!important;box-shadow:0 18px 44px rgba(8,56,70,.08)!important;}


/* Larger gold CTA/buttons */
.btn.btn-gold{min-height:52px!important;padding:13px 24px!important;border-radius:16px!important;font-size:14.5px!important;font-weight:1000;}


.hero-actions-single .btn.btn-gold{min-height:58px!important;padding-inline:30px!important;font-size:16px!important;}


@media (max-width:1180px){
.vtx-hero-compass-box{width:210px!important;justify-self:start!important;}
html[dir="rtl"] .vtx-hero-compass-box{justify-self:end!important;}
}


@media (max-width:1024px){
body:not(.admin-body) .navbar{width:min(100% - 28px,1366px)!important;min-height:70px!important;}
body:not(.admin-body) .mobile-toggle{display:grid!important;place-items:center!important;position:static!important;z-index:10001!important;}
body:not(.admin-body) .mobile-nav-panel{
    position:fixed!important;
    top:78px!important;
    left:14px!important;
    right:14px!important;
    width:auto!important;
    max-height:calc(100vh - 96px)!important;
    overflow:auto!important;
    display:none!important;
    background:#fff!important;
    border:1px solid var(--vtx-line)!important;
    border-radius:24px!important;
    padding:18px!important;
    box-shadow:0 24px 80px rgba(8,56,70,.22)!important;
    z-index:10000!important;
  }
body:not(.admin-body) .mobile-nav-panel.open,
  body:not(.admin-body) .mobile-nav-panel.is-open{display:block!important;}
body:not(.admin-body) .mobile-nav-panel .nav-links{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;}
body:not(.admin-body) .mobile-nav-panel .nav-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-top:12px!important;}
body:not(.admin-body) .nav-item.has-dropdown{width:100%!important;}
body:not(.admin-body) .service-dropdown-trigger{display:grid!important;grid-template-columns:1fr 42px!important;width:100%!important;}
body:not(.admin-body) .service-dropdown-trigger > a{justify-content:flex-start!important;}
body:not(.admin-body) .nav-dropdown{position:static!important;display:none!important;opacity:1!important;transform:none!important;pointer-events:auto!important;visibility:visible!important;min-width:0!important;box-shadow:none!important;background:#f7fbfc!important;margin-top:8px!important;}
body:not(.admin-body) .has-dropdown.dropdown-open .nav-dropdown{display:grid!important;}
}


@media (max-width:760px){
body:not(.admin-body) .container{width:min(100% - 24px,1366px)!important;}
body:not(.admin-body) .page-section{padding:44px 0!important;}
.vtx-hero-compass-box{width:170px!important;}
.vtx-hero-compass-mark{width:112px!important;height:112px!important;border-radius:24px!important;}
.vtx-hero-compass-mark .logo-mark.hero-tools{width:82px!important;height:82px!important;}
body:not(.admin-body) .service-rich-card .check-list.two-col{grid-template-columns:1fr!important;}
.service-card-actions{grid-template-columns:1fr!important;}
.vtx-pre-footer-card{grid-template-columns:1fr!important;text-align:center!important;justify-items:center!important;}
}


/* ===== VATAX homepage final requested patch 2026-06-11 ===== */
/* Navbar: move public logo to the opposite visual side and keep nav/actions stable. */
@media (min-width:1025px){
html[dir="rtl"] body:not(.admin-body) .site-header .navbar{
    display:flex!important;
    flex-direction:row!important;
    direction:ltr!important;
    justify-content:space-between!important;
    align-items:center!important;
  }
html[dir="rtl"] body:not(.admin-body) .site-header .brand{
    order:1!important;
    justify-self:auto!important;
    margin-inline-end:18px!important;
    direction:ltr!important;
  }
html[dir="rtl"] body:not(.admin-body) .site-header .mobile-nav-panel{
    order:2!important;
    flex:1 1 auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:22px!important;
    min-width:0!important;
    direction:rtl!important;
  }
html[dir="rtl"] body:not(.admin-body) .site-header .nav-links{
    flex:1 1 auto!important;
    justify-content:center!important;
  }
html[dir="rtl"] body:not(.admin-body) .site-header .nav-actions{
    flex:0 0 auto!important;
    justify-self:auto!important;
    direction:ltr!important;
  }
html[dir="ltr"] body:not(.admin-body) .site-header .navbar{
    display:flex!important;
    flex-direction:row-reverse!important;
    direction:ltr!important;
    justify-content:space-between!important;
    align-items:center!important;
  }
html[dir="ltr"] body:not(.admin-body) .site-header .brand{
    order:1!important;
    justify-self:auto!important;
    margin-inline-start:18px!important;
    direction:ltr!important;
  }
html[dir="ltr"] body:not(.admin-body) .site-header .mobile-nav-panel{
    order:2!important;
    flex:1 1 auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:22px!important;
    direction:ltr!important;
  }
html[dir="ltr"] body:not(.admin-body) .site-header .nav-links{
    flex:1 1 auto!important;
    justify-content:center!important;
  }
html[dir="ltr"] body:not(.admin-body) .site-header .nav-actions{
    flex:0 0 auto!important;
  }
}


/* Services dropdown: square arrow trigger and a fixed clean square menu. */
body:not(.admin-body) .service-dropdown-trigger{
  border-radius:20px!important;
  padding:5px!important;
  background:#eef7f8!important;
  border:1px solid rgba(8,56,70,.14)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.7)!important;
}


body:not(.admin-body) .service-dropdown-trigger > a{
  border-radius:15px!important;
  padding-inline:18px!important;
}


body:not(.admin-body) .service-dropdown-toggle{
  width:46px!important;
  height:46px!important;
  min-height:46px!important;
  border-radius:14px!important;
  background:#083846!important;
  color:#fff!important;
  flex:0 0 46px!important;
}


body:not(.admin-body) .service-dropdown-toggle .icon{
  width:19px!important;
  height:19px!important;
  transform:rotate(-90deg)!important;
}


html[dir="ltr"] body:not(.admin-body) .service-dropdown-toggle .icon{transform:rotate(90deg)!important;}


body:not(.admin-body) .has-dropdown.dropdown-open .service-dropdown-toggle,
body:not(.admin-body) .has-dropdown:hover .service-dropdown-toggle{
  background:var(--gold)!important;
  color:#142b2f!important;
}


body:not(.admin-body) .has-dropdown.dropdown-open .service-dropdown-toggle .icon,
body:not(.admin-body) .has-dropdown:hover .service-dropdown-toggle .icon{
  transform:rotate(90deg)!important;
}


html[dir="ltr"] body:not(.admin-body) .has-dropdown.dropdown-open .service-dropdown-toggle .icon,
html[dir="ltr"] body:not(.admin-body) .has-dropdown:hover .service-dropdown-toggle .icon{
  transform:rotate(-90deg)!important;
}


@media (min-width:1025px){
body:not(.admin-body) .nav-item.has-dropdown{position:relative!important;}
body:not(.admin-body) .nav-dropdown{
    position:absolute!important;
    top:calc(100% + 14px)!important;
    inset-inline-start:50%!important;
    width:330px!important;
    min-width:330px!important;
    border-radius:28px!important;
    padding:16px!important;
    background:#fff!important;
    border:1px solid rgba(8,56,70,.13)!important;
    box-shadow:0 28px 76px rgba(8,56,70,.19)!important;
    transform:translateX(50%) translateY(10px)!important;
    display:grid!important;
    gap:8px!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
html[dir="ltr"] body:not(.admin-body) .nav-dropdown{
    transform:translateX(-50%) translateY(10px)!important;
  }
body:not(.admin-body) .has-dropdown.dropdown-open .nav-dropdown,
  body:not(.admin-body) .has-dropdown:hover .nav-dropdown{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translateX(50%) translateY(0)!important;
  }
html[dir="ltr"] body:not(.admin-body) .has-dropdown.dropdown-open .nav-dropdown,
  html[dir="ltr"] body:not(.admin-body) .has-dropdown:hover .nav-dropdown{
    transform:translateX(-50%) translateY(0)!important;
  }
body:not(.admin-body) .nav-dropdown:before{
    content:"";
    position:absolute;
    top:-9px;
    inset-inline-start:50%;
    width:18px;
    height:18px;
    background:#fff;
    border-inline-start:1px solid rgba(8,56,70,.13);
    border-top:1px solid rgba(8,56,70,.13);
    transform:translateX(50%) rotate(45deg);
  }
html[dir="ltr"] body:not(.admin-body) .nav-dropdown:before{transform:translateX(-50%) rotate(45deg);}
}


body:not(.admin-body) .nav-dropdown a{
  min-height:52px!important;
  border-radius:17px!important;
  background:#f6fbfc!important;
  font-size:15px!important;
  font-weight:1000;
  color:#083846!important;
  border:1px solid rgba(8,56,70,.055)!important;
}


body:not(.admin-body) .nav-dropdown a:after{
  content:"←";
  display:inline-grid;
  place-items:center;
  width:26px;
  height:26px;
  border-radius:9px;
  background:#fff;
  color:#083846;
  margin-inline-start:10px;
  box-shadow:0 6px 14px rgba(8,56,70,.06);
}


html[dir="ltr"] body:not(.admin-body) .nav-dropdown a:after{content:"→";}


.vtx-hero-compass-box{
  width:min(100%,292px)!important;
  border-radius:46px!important;
  background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.22),rgba(255,255,255,.06) 42%,rgba(255,255,255,.02))!important;
}


.vtx-hero-compass-box:after{
  inset:14px!important;
  border-radius:38px!important;
  background:radial-gradient(circle at 50% 50%,rgba(11,89,93,.65),rgba(0,31,33,.98) 72%)!important;
}


.vtx-hero-compass-mark{
  width:176px!important;
  height:176px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#ffffff,#eef7f8)!important;
  border:1px solid rgba(255,255,255,.72)!important;
  box-shadow:0 24px 66px rgba(0,0,0,.22), inset 0 0 0 10px rgba(8,56,70,.055)!important;
  overflow:visible!important;
}


.vtx-hero-compass-mark .logo-mark.hero-tools{display:none!important;}


.vtx-hero-compass-icon{
  position:relative!important;
  inset:auto!important;
  width:112px!important;
  height:112px!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  background:radial-gradient(circle,#fff 0 48%,#083846 49% 100%)!important;
  color:var(--gold)!important;
  box-shadow:0 18px 45px rgba(8,56,70,.22)!important;
}


.vtx-hero-compass-icon .icon{
  width:66px!important;
  height:66px!important;
  color:var(--gold)!important;
  stroke-width:1.8!important;
  filter:drop-shadow(0 6px 10px rgba(242,140,0,.2));
}


.vtx-hero-compass-needle{
  position:absolute;
  width:12px;
  height:74px;
  border-radius:999px;
  background:linear-gradient(180deg,var(--gold) 0 48%,#083846 49% 100%);
  transform:rotate(38deg);
  box-shadow:0 0 0 5px rgba(255,255,255,.75),0 10px 22px rgba(8,56,70,.2);
}


.vtx-hero-compass-mark em{
  position:absolute;
  bottom:-20px;
  padding:8px 14px;
  border-radius:999px;
  background:var(--gold);
  color:#142b2f;
  font-style:normal;
  font-size:11px;
  font-weight:1000;
  letter-spacing:.08em;
  box-shadow:0 12px 28px rgba(242,140,0,.24);
}


body:not(.admin-body) .eyebrow{display:none!important;}


/* Footer font enlargement. */
.footer h4{font-size:18px!important;line-height:1.35!important;font-weight:1000;}


.footer p,.footer a,.footer li,.footer-contact li,.footer-brand-desc{
  font-size:15.5px!important;
  line-height:1.9!important;
}


.footer-brand-desc{max-width:360px!important;}


.footer-bottom,
.footer-bottom a{font-size:14.5px!important;}


@media (max-width:1180px){
.vtx-hero-compass-box{justify-self:start!important;width:230px!important;}
html[dir="rtl"] .vtx-hero-compass-box{justify-self:end!important;}
}


@media (max-width:760px){
.vtx-hero-compass-mark{width:136px!important;height:136px!important;}
.vtx-hero-compass-icon{width:88px!important;height:88px!important;}
.vtx-hero-compass-icon .icon{width:52px!important;height:52px!important;}
.vtx-hero-compass-needle{height:58px;}
}


/* ===== VATAX user-requested final visual cleanup =====
   - One real image for the home hero background.
   - Clean logo sizing in the public navbar.
   - Services dropdown trigger changed to a simple chevron icon.
   - Gold buttons keep gold background with white text.
   - Compass visual simplified into a premium icon-only mark. */
body:not(.admin-body) .site-header{
  min-height:82px!important;
  background:rgba(255,255,255,.96)!important;
  border-bottom:1px solid rgba(8,56,70,.10)!important;
  box-shadow:0 12px 34px rgba(8,56,70,.08)!important;
  backdrop-filter:blur(16px)!important;
}


body:not(.admin-body) .navbar{
  min-height:82px!important;
  align-items:center!important;
}


body:not(.admin-body) .brand{
  width:auto!important;
  min-height:70px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}


body:not(.admin-body) .brand .logo-mark{
  width:92px!important;
  height:70px!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}


body:not(.admin-body) .brand .logo-mark img,
.logo-mark img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  display:block!important;
}


.btn.btn-gold,
.btn-gold,
.client-btn,
.service-action.primary,
.btn-primary{
  color:#fff!important;
  background:linear-gradient(135deg,var(--gold),#ff9f10)!important;
  border-color:transparent!important;
  text-shadow:0 1px 0 rgba(0,0,0,.12)!important;
}


.btn.btn-gold .icon,
.btn-gold .icon,
.client-btn .icon,
.btn-primary .icon{
  color:#fff!important;
  stroke:#fff!important;
}


body:not(.admin-body) .service-dropdown-trigger{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  padding:4px!important;
  border-radius:18px!important;
  background:#f1f8f9!important;
  border:1px solid rgba(8,56,70,.12)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.9),0 10px 24px rgba(8,56,70,.05)!important;
}


body:not(.admin-body) .service-dropdown-trigger > a{
  min-height:44px!important;
  display:inline-flex!important;
  align-items:center!important;
  border-radius:14px!important;
  padding:0 18px!important;
  background:#fff!important;
  color:#083846!important;
  box-shadow:none!important;
}


body:not(.admin-body) .service-dropdown-toggle.nav-link-icon,
body:not(.admin-body) .service-dropdown-toggle{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  min-height:38px!important;
  padding:0!important;
  display:inline-grid!important;
  place-items:center!important;
  border:0!important;
  border-radius:12px!important;
  background:transparent!important;
  color:#083846!important;
  box-shadow:none!important;
  cursor:pointer!important;
  line-height:1!important;
}


body:not(.admin-body) .service-dropdown-toggle.nav-link-icon .icon,
body:not(.admin-body) .service-dropdown-toggle .icon{
  width:18px!important;
  height:18px!important;
  transform:none!important;
  color:currentColor!important;
  stroke:currentColor!important;
  stroke-width:2.4!important;
  transition:transform .18s ease,color .18s ease!important;
}


body:not(.admin-body) .has-dropdown.dropdown-open .service-dropdown-toggle,
body:not(.admin-body) .has-dropdown:hover .service-dropdown-toggle{
  background:rgba(8,56,70,.08)!important;
  color:var(--gold)!important;
}


body:not(.admin-body) .has-dropdown.dropdown-open .service-dropdown-toggle .icon,
body:not(.admin-body) .has-dropdown:hover .service-dropdown-toggle .icon,
html[dir="ltr"] body:not(.admin-body) .has-dropdown.dropdown-open .service-dropdown-toggle .icon,
html[dir="ltr"] body:not(.admin-body) .has-dropdown:hover .service-dropdown-toggle .icon{
  transform:rotate(180deg)!important;
}


.vtx-hero-compass-box{
  width:min(100%,286px)!important;
  aspect-ratio:1!important;
  border-radius:42px!important;
  display:grid!important;
  place-items:center!important;
  position:relative!important;
  overflow:hidden!important;
  background:linear-gradient(145deg,rgba(255,255,255,.20),rgba(255,255,255,.07))!important;
  border:1px solid rgba(255,255,255,.24)!important;
  box-shadow:0 36px 90px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.22)!important;
  backdrop-filter:blur(10px)!important;
}


.vtx-hero-compass-box:before{
  content:""!important;
  position:absolute!important;
  inset:-42%!important;
  background:conic-gradient(from 130deg,rgba(242,140,0,.78),rgba(255,255,255,.10),rgba(33,128,136,.55),rgba(242,140,0,.78))!important;
  opacity:.62!important;
  animation:vtxHeroCompassSpin 18s linear infinite!important;
}


.vtx-hero-compass-box:after{
  content:""!important;
  position:absolute!important;
  inset:14px!important;
  border-radius:34px!important;
  background:linear-gradient(135deg,rgba(0,57,61,.96),rgba(0,25,28,.98))!important;
  box-shadow:inset 0 0 42px rgba(242,140,0,.10)!important;
}


.vtx-hero-compass-mark{
  position:relative!important;
  z-index:2!important;
  width:162px!important;
  height:162px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#fff,#edf7f8)!important;
  border:1px solid rgba(255,255,255,.80)!important;
  box-shadow:0 24px 70px rgba(0,0,0,.24),inset 0 0 0 12px rgba(8,56,70,.055)!important;
  overflow:visible!important;
}


.vtx-compass-ring{
  position:absolute!important;
  inset:50% auto auto 50%!important;
  border:1.5px solid rgba(242,140,0,.55)!important;
  border-radius:999px!important;
  transform:translate(-50%,-50%) rotate(-18deg)!important;
  pointer-events:none!important;
}


.vtx-compass-ring-one{width:196px!important;height:112px!important;opacity:.65!important;}


.vtx-compass-ring-two{width:126px!important;height:126px!important;border-color:rgba(8,56,70,.18)!important;opacity:.9!important;}


.vtx-hero-compass-icon{
  position:relative!important;
  z-index:3!important;
  width:94px!important;
  height:94px!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  background:radial-gradient(circle,#fff 0 46%,#083846 47% 100%)!important;
  color:var(--gold)!important;
  box-shadow:0 16px 42px rgba(8,56,70,.22)!important;
}


.vtx-hero-compass-icon .icon{
  width:58px!important;
  height:58px!important;
  color:var(--gold)!important;
  stroke:var(--gold)!important;
  stroke-width:1.9!important;
  filter:drop-shadow(0 6px 12px rgba(242,140,0,.22))!important;
}


.vtx-hero-compass-needle,
.vtx-hero-compass-mark em{
  display:none!important;
}


@media (max-width:1180px){
.vtx-hero-compass-box{width:236px!important;}
}


@media (max-width:760px){
body:not(.admin-body) .site-header{min-height:74px!important;}
body:not(.admin-body) .navbar{min-height:74px!important;}
body:not(.admin-body) .brand .logo-mark{width:76px!important;height:58px!important;}
.vtx-hero-compass-box{width:186px!important;border-radius:32px!important;}
.vtx-hero-compass-box:after{inset:11px!important;border-radius:25px!important;}
.vtx-hero-compass-mark{width:124px!important;height:124px!important;}
.vtx-hero-compass-icon{width:74px!important;height:74px!important;}
.vtx-hero-compass-icon .icon{width:44px!important;height:44px!important;}
.vtx-compass-ring-one{width:148px!important;height:84px!important;}
.vtx-compass-ring-two{width:98px!important;height:98px!important;}
}


/* ===== VATAX user follow-up patch 2026-06-11 =====
   - Home hero image is limited to index/home hero only.
   - Hero compass is now a polished tool card.
   - Annual advisory logo has stable rotating rings around the logo.
   - Sponsor logos share one visual frame and normalized sizing.
   - Gold buttons keep white text. */
body:not(.admin-body) .brand .logo-mark{
  width:84px!important;
  height:62px!important;
  min-width:84px!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}


body:not(.admin-body) .brand .logo-mark img,
body:not(.admin-body) .logo-mark img,
body:not(.admin-body) .footer-logo-mark img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  display:block!important;
}


.vtx-hero-tool-icon .icon{
  width:44px!important;
  height:44px!important;
  color:var(--gold)!important;
  stroke:var(--gold)!important;
  stroke-width:1.9!important;
}


.vtx-hero-tool-card .more-link .icon,
.vtx-hero-tool-card .more-link svg{color:#fff!important;stroke:#fff!important;width:17px!important;height:17px!important;}


.vtx-hero-compass-box{display:none!important;}


@media (max-width:760px){
body:not(.admin-body) .brand .logo-mark{width:72px!important;height:54px!important;min-width:72px!important;}
.vtx-hero-tool-icon .icon{width:38px!important;height:38px!important;}
}


/* ===== VATAX navbar centralization patch - applied 2026-06-11 ===== */
body.nav-open{overflow:hidden!important;}


body:not(.admin-body) .site-header{
  position:sticky!important;
  top:0!important;
  z-index:10020!important;
  background:rgba(255,255,255,.95)!important;
  border-bottom:1px solid rgba(8,56,70,.11)!important;
  box-shadow:0 10px 32px rgba(8,56,70,.06)!important;
  backdrop-filter:blur(18px)!important;
}


body:not(.admin-body) .public-navbar{
  width:min(1366px,calc(100% - 56px))!important;
  max-width:1366px!important;
  min-height:76px!important;
  height:auto!important;
  margin-inline:auto!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  align-items:center!important;
  gap:22px!important;
  padding:0!important;
  position:relative!important;
}


body:not(.admin-body) .public-navbar .brand{
  position:static!important;
  inset:auto!important;
  transform:none!important;
  justify-self:start!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:0!important;
  min-width:0!important;
  z-index:2!important;
}


body:not(.admin-body) .public-navbar .brand .logo-mark{
  width:86px!important;
  height:58px!important;
  min-width:86px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}


body:not(.admin-body) .public-navbar .brand .logo-mark img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
}


body:not(.admin-body) .public-navbar .mobile-toggle{
  display:none!important;
}


body:not(.admin-body) .public-navbar .mobile-nav-panel{
  position:static!important;
  inset:auto!important;
  width:100%!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:18px!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  transform:none!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  overflow:visible!important;
}


body:not(.admin-body) .public-navbar .nav-links{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
  min-width:0!important;
}


body:not(.admin-body) .public-navbar .nav-links li{position:relative!important;}


body:not(.admin-body) .public-navbar .nav-link,
body:not(.admin-body) .public-navbar .nav-links a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:40px!important;
  padding:10px 13px!important;
  border:1px solid transparent!important;
  border-radius:999px!important;
  background:transparent!important;
  color:#24494e!important;
  font-size:13.5px!important;
  font-weight:900;
  line-height:1.1!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  box-shadow:none!important;
}


body:not(.admin-body) .public-navbar .nav-link::after,
body:not(.admin-body) .public-navbar .nav-links a::after{display:none!important;}


body:not(.admin-body) .public-navbar .nav-link:hover,
body:not(.admin-body) .public-navbar .nav-link.active,
body:not(.admin-body) .public-navbar .nav-links a:hover,
body:not(.admin-body) .public-navbar .nav-links a.active{
  background:#fff!important;
  color:#083846!important;
  border-color:rgba(8,56,70,.12)!important;
  box-shadow:0 8px 22px rgba(8,56,70,.065)!important;
}


body:not(.admin-body) .public-navbar .service-dropdown-trigger{
  display:inline-flex!important;
  align-items:center!important;
  gap:2px!important;
  padding:0!important;
  border:0!important;
  border-radius:999px!important;
  background:transparent!important;
}


body:not(.admin-body) .public-navbar .service-dropdown-toggle{
  display:inline-grid!important;
  place-items:center!important;
  width:34px!important;
  min-width:34px!important;
  height:34px!important;
  min-height:34px!important;
  padding:0!important;
  margin-inline-start:-4px!important;
  border:1px solid rgba(8,56,70,.11)!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#083846!important;
  box-shadow:0 6px 16px rgba(8,56,70,.055)!important;
  cursor:pointer!important;
  transition:transform .18s ease,background .18s ease,color .18s ease!important;
}


body:not(.admin-body) .public-navbar .service-dropdown-toggle .icon{
  width:15px!important;
  height:15px!important;
  transform:none!important;
  transition:transform .18s ease!important;
}


body:not(.admin-body) .public-navbar .service-dropdown-toggle:hover,
body:not(.admin-body) .public-navbar .has-dropdown.dropdown-open .service-dropdown-toggle{
  background:#083846!important;
  color:#fff!important;
}


body:not(.admin-body) .public-navbar .has-dropdown.dropdown-open .service-dropdown-toggle .icon{
  transform:rotate(180deg)!important;
}


body:not(.admin-body) .public-navbar .nav-dropdown{
  position:absolute!important;
  top:calc(100% + 12px)!important;
  inset-inline-start:0!important;
  min-width:285px!important;
  display:grid!important;
  gap:6px!important;
  padding:12px!important;
  border:1px solid rgba(8,56,70,.12)!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 26px 70px rgba(8,56,70,.17)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(8px)!important;
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease!important;
  z-index:10040!important;
}


body:not(.admin-body) .public-navbar .has-dropdown:hover .nav-dropdown,
body:not(.admin-body) .public-navbar .has-dropdown:focus-within .nav-dropdown,
body:not(.admin-body) .public-navbar .has-dropdown.dropdown-open .nav-dropdown{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateY(0)!important;
}


body:not(.admin-body) .public-navbar .nav-dropdown a{
  width:100%!important;
  justify-content:flex-start!important;
  min-height:42px!important;
  padding:11px 13px!important;
  border-radius:15px!important;
  background:#f7fbfc!important;
  color:#24494e!important;
  border:1px solid transparent!important;
  box-shadow:none!important;
  text-align:start!important;
}


body:not(.admin-body) .public-navbar .nav-dropdown a:hover{
  background:#fff!important;
  border-color:rgba(242,140,0,.32)!important;
  color:#083846!important;
}


body:not(.admin-body) .public-navbar .nav-actions{
  position:static!important;
  inset:auto!important;
  transform:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:9px!important;
  margin:0!important;
  direction:inherit!important;
}


body:not(.admin-body) .public-navbar .lang,
body:not(.admin-body) .public-navbar .client-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  min-height:40px!important;
  border-radius:999px!important;
  font-size:12.5px!important;
  font-weight:950;
  text-decoration:none!important;
  white-space:nowrap!important;
}


body:not(.admin-body) .public-navbar .lang{
  padding:9px 12px!important;
  color:#083846!important;
  border:1px solid rgba(8,56,70,.12)!important;
  background:#fff!important;
  box-shadow:0 8px 20px rgba(8,56,70,.045)!important;
}


body:not(.admin-body) .public-navbar .lang .icon{width:16px!important;height:16px!important;}


body:not(.admin-body) .public-navbar .client-btn{
  padding:10px 16px!important;
  color:#201100!important;
  background:linear-gradient(135deg,var(--gold),#ffac26)!important;
  box-shadow:0 12px 24px rgba(242,140,0,.18)!important;
}


@media (max-width:1120px) and (min-width:1025px){
body:not(.admin-body) .public-navbar{width:min(100% - 32px,1366px)!important;gap:14px!important;}
body:not(.admin-body) .public-navbar .brand .logo-mark{width:72px!important;min-width:72px!important;height:52px!important;}
body:not(.admin-body) .public-navbar .mobile-nav-panel{gap:10px!important;}
body:not(.admin-body) .public-navbar .nav-links{gap:3px!important;}
body:not(.admin-body) .public-navbar .nav-link,
  body:not(.admin-body) .public-navbar .nav-links a{font-size:12px!important;padding:9px 9px!important;}
body:not(.admin-body) .public-navbar .client-btn{padding-inline:12px!important;}
}


@media (max-width:1024px){
body:not(.admin-body) .public-navbar{
    width:min(100% - 28px,1366px)!important;
    min-height:70px!important;
    grid-template-columns:auto auto!important;
    justify-content:space-between!important;
    gap:12px!important;
  }
body:not(.admin-body) .public-navbar .brand .logo-mark{
    width:78px!important;
    min-width:78px!important;
    height:54px!important;
  }
body:not(.admin-body) .public-navbar .mobile-toggle{
    display:grid!important;
    place-items:center!important;
    position:static!important;
    width:46px!important;
    height:46px!important;
    border:1px solid rgba(8,56,70,.14)!important;
    border-radius:16px!important;
    background:#fff!important;
    color:#083846!important;
    box-shadow:0 10px 24px rgba(8,56,70,.08)!important;
    cursor:pointer!important;
    z-index:10050!important;
  }
body:not(.admin-body) .public-navbar .mobile-toggle .icon{width:23px!important;height:23px!important;}
body:not(.admin-body) .public-navbar .mobile-nav-panel{
    position:fixed!important;
    top:76px!important;
    inset-inline:14px!important;
    width:auto!important;
    max-height:calc(100vh - 92px)!important;
    display:none!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    padding:16px!important;
    overflow:auto!important;
    background:rgba(255,255,255,.98)!important;
    border:1px solid rgba(8,56,70,.13)!important;
    border-radius:24px!important;
    box-shadow:0 26px 80px rgba(8,56,70,.23)!important;
    transform:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    z-index:10030!important;
  }
body:not(.admin-body) .public-navbar .mobile-nav-panel.open,
  body:not(.admin-body) .public-navbar .mobile-nav-panel.is-open{display:grid!important;}
body:not(.admin-body) .public-navbar .nav-links{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    width:100%!important;
    justify-content:stretch!important;
  }
body:not(.admin-body) .public-navbar .nav-links li{width:100%!important;}
body:not(.admin-body) .public-navbar .nav-link,
  body:not(.admin-body) .public-navbar .nav-links a{
    width:100%!important;
    justify-content:flex-start!important;
    min-height:46px!important;
    padding:12px 14px!important;
    border-radius:16px!important;
    background:#f6fbfc!important;
    font-size:14px!important;
  }
body:not(.admin-body) .public-navbar .service-dropdown-trigger{
    width:100%!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 42px!important;
    gap:6px!important;
  }
body:not(.admin-body) .public-navbar .service-dropdown-toggle{
    width:42px!important;
    min-width:42px!important;
    height:46px!important;
    min-height:46px!important;
    margin:0!important;
    border-radius:16px!important;
  }
body:not(.admin-body) .public-navbar .has-dropdown:hover .nav-dropdown,
  body:not(.admin-body) .public-navbar .has-dropdown:focus-within .nav-dropdown{
    display:none!important;
  }
body:not(.admin-body) .public-navbar .nav-dropdown{
    position:static!important;
    top:auto!important;
    min-width:0!important;
    width:100%!important;
    display:none!important;
    margin-top:8px!important;
    padding:8px!important;
    border-radius:18px!important;
    background:#eef7f8!important;
    box-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:none!important;
  }
body:not(.admin-body) .public-navbar .has-dropdown.dropdown-open .nav-dropdown{display:grid!important;}
body:not(.admin-body) .public-navbar .nav-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:9px!important;
    width:100%!important;
  }
body:not(.admin-body) .public-navbar .lang,
  body:not(.admin-body) .public-navbar .client-btn{width:100%!important;min-height:46px!important;}
}


@media (max-width:760px){
body:not(.admin-body) .public-navbar{width:min(100% - 22px,1366px)!important;}
body:not(.admin-body) .public-navbar .brand .logo-mark{width:72px!important;min-width:72px!important;height:52px!important;}
body:not(.admin-body) .public-navbar .mobile-nav-panel{top:72px!important;inset-inline:11px!important;border-radius:22px!important;}
}


/* ===== VATAX navbar direction + logo crop final fix 2026-06-11 =====
   Arabic: logo on the right, portal/language on the left.
   English: logo on the left, portal/language on the right.
   Logo: square contain sizing so it never gets clipped by the header. */
body:not(.admin-body) .site-header{
  position:sticky!important;
  top:0!important;
  z-index:10050!important;
  min-height:86px!important;
  height:auto!important;
  overflow:visible!important;
  background:rgba(255,255,255,.96)!important;
  border-bottom:1px solid rgba(8,56,70,.10)!important;
  box-shadow:0 10px 30px rgba(8,56,70,.055)!important;
  backdrop-filter:blur(16px)!important;
}


body:not(.admin-body) header.site-header nav.navbar.public-navbar{
  width:min(1366px,calc(100% - 56px))!important;
  max-width:1366px!important;
  min-height:86px!important;
  height:auto!important;
  margin-inline:auto!important;
  padding:6px 0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:22px!important;
  overflow:visible!important;
}


body:not(.admin-body) header.site-header nav.navbar.public-navbar .brand{
  position:static!important;
  inset:auto!important;
  transform:none!important;
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:74px!important;
  margin:0!important;
  padding:0!important;
  z-index:2!important;
  overflow:visible!important;
}


body:not(.admin-body) header.site-header nav.navbar.public-navbar .brand .logo-mark{
  width:70px!important;
  min-width:70px!important;
  height:70px!important;
  min-height:70px!important;
  display:grid!important;
  place-items:center!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}


body:not(.admin-body) header.site-header nav.navbar.public-navbar .brand .logo-mark img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
}


body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel{
  flex:1 1 auto!important;
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  position:static!important;
  inset:auto!important;
  width:auto!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}


body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-links{
  flex:1 1 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  min-width:0!important;
}


body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-actions{
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:9px!important;
  margin:0!important;
  position:static!important;
  transform:none!important;
}


html[dir="rtl"] body:not(.admin-body) header.site-header nav.navbar.public-navbar{
  direction:ltr!important;
  flex-direction:row-reverse!important;
}


html[dir="rtl"] body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel{
  direction:rtl!important;
  flex-direction:row-reverse!important;
}


html[dir="rtl"] body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-links{
  direction:rtl!important;
}


html[dir="rtl"] body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-actions{
  direction:ltr!important;
}


html[dir="ltr"] body:not(.admin-body) header.site-header nav.navbar.public-navbar{
  direction:ltr!important;
  flex-direction:row!important;
}


html[dir="ltr"] body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel{
  direction:ltr!important;
  flex-direction:row!important;
}


html[dir="ltr"] body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-links,
html[dir="ltr"] body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-actions{
  direction:ltr!important;
}


@media (max-width:1024px){
body:not(.admin-body) .site-header{min-height:76px!important;}
body:not(.admin-body) header.site-header nav.navbar.public-navbar{
    min-height:76px!important;
    width:min(100% - 28px,1366px)!important;
    padding:5px 0!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar .brand{min-height:64px!important;}
body:not(.admin-body) header.site-header nav.navbar.public-navbar .brand .logo-mark{
    width:62px!important;
    min-width:62px!important;
    height:62px!important;
    min-height:62px!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel{
    position:fixed!important;
    top:76px!important;
    inset-inline:14px!important;
    width:auto!important;
    display:none!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    padding:16px!important;
    background:rgba(255,255,255,.98)!important;
    border:1px solid rgba(8,56,70,.13)!important;
    border-radius:24px!important;
    box-shadow:0 26px 80px rgba(8,56,70,.23)!important;
    overflow:auto!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel.open,
  body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel.is-open{display:grid!important;}
}


@media (max-width:640px){
body:not(.admin-body) header.site-header nav.navbar.public-navbar{width:min(100% - 22px,1366px)!important;}
body:not(.admin-body) header.site-header nav.navbar.public-navbar .brand .logo-mark{
    width:58px!important;
    min-width:58px!important;
    height:58px!important;
    min-height:58px!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel{top:72px!important;inset-inline:11px!important;}
}


/* ===== VATAX navbar final correction: logo left + actions right + fixed header =====
   Public pages only.
   AR/LTR both keep the logo at the left edge, actions at the right edge, links centered.
   Header is fixed and the public body receives top padding so content is not covered. */
body.public-body:not(.admin-body){
  padding-top:86px!important;
}


body.public-body:not(.admin-body) .site-header{
  position:fixed!important;
  top:0!important;
  right:0!important;
  left:0!important;
  width:100%!important;
  z-index:10080!important;
  min-height:86px!important;
  height:auto!important;
  overflow:visible!important;
}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar{
  direction:ltr!important;
  flex-direction:row!important;
  justify-content:space-between!important;
  align-items:center!important;
}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .brand{
  order:1!important;
  justify-self:flex-start!important;
  margin-inline:0!important;
}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-toggle{
  order:3!important;
}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel{
  order:2!important;
  flex:1 1 auto!important;
  min-width:0!important;
  direction:ltr!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:space-between!important;
}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-links{
  flex:1 1 auto!important;
  justify-content:center!important;
  margin:0!important;
}


html[dir="rtl"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-links{
  direction:rtl!important;
}


html[dir="ltr"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-links{
  direction:ltr!important;
}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-actions{
  flex:0 0 auto!important;
  order:2!important;
  direction:ltr!important;
  justify-content:flex-end!important;
  margin-inline-start:18px!important;
  margin-inline-end:0!important;
}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .brand .logo-mark{
  width:66px!important;
  min-width:66px!important;
  height:66px!important;
  min-height:66px!important;
  overflow:visible!important;
}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .brand .logo-mark img{
  width:66px!important;
  height:66px!important;
  object-fit:contain!important;
  object-position:center!important;
}


@media (max-width:1024px){
body.public-body:not(.admin-body){padding-top:76px!important;}
body.public-body:not(.admin-body) .site-header{min-height:76px!important;}
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar{
    min-height:76px!important;
    flex-direction:row!important;
  }
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .brand{order:1!important;}
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-toggle{order:3!important;}
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel{
    order:2!important;
    position:fixed!important;
    top:76px!important;
    inset-inline:14px!important;
    width:auto!important;
    display:none!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    padding:16px!important;
    direction:inherit!important;
    background:rgba(255,255,255,.98)!important;
    border:1px solid rgba(8,56,70,.13)!important;
    border-radius:24px!important;
    box-shadow:0 26px 80px rgba(8,56,70,.23)!important;
    overflow:auto!important;
  }
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel.open,
  body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel.is-open{display:grid!important;}
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-actions{
    margin-inline-start:0!important;
  }
}


@media (max-width:640px){
body.public-body:not(.admin-body){padding-top:72px!important;}
body.public-body:not(.admin-body) .site-header{min-height:72px!important;}
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .brand .logo-mark,
  body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .brand .logo-mark img{
    width:58px!important;
    min-width:58px!important;
    height:58px!important;
    min-height:58px!important;
  }
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel{
    top:72px!important;
    inset-inline:11px!important;
  }
}


body:not(.admin-body) header.site-header,
body:not(.admin-body) .site-header[data-site-header]{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:99999!important;
  min-height:86px!important;
  overflow:visible!important;
}


/* Desktop structure: force physical LTR layout so RTL does not flip the edges. */
html[dir="rtl"] body:not(.admin-body) header.site-header nav.navbar.public-navbar,
html[dir="rtl"] body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar{
  direction:ltr!important;
  flex-direction:row!important;
  justify-content:space-between!important;
  align-items:center!important;
}


html[dir="rtl"] body:not(.admin-body) header.site-header nav.navbar.public-navbar > .brand,
html[dir="rtl"] body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .brand{
  order:1!important;
  margin-right:auto!important;
  margin-left:0!important;
}


html[dir="rtl"] body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel,
html[dir="rtl"] body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel{
  order:2!important;
  direction:ltr!important;
  flex:1 1 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  min-width:0!important;
}


html[dir="rtl"] body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-links,
html[dir="rtl"] body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .nav-links{
  direction:rtl!important;
  order:1!important;
  flex:1 1 auto!important;
  justify-content:center!important;
}


html[dir="rtl"] body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-actions,
html[dir="rtl"] body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .nav-actions{
  direction:ltr!important;
  order:2!important;
  flex:0 0 auto!important;
  margin-left:18px!important;
  margin-right:0!important;
  justify-content:flex-end!important;
}


/* Keep English normal: logo left, actions right. */
html[dir="ltr"] body:not(.admin-body) header.site-header nav.navbar.public-navbar,
html[dir="ltr"] body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar{
  direction:ltr!important;
  flex-direction:row!important;
}


html[dir="ltr"] body:not(.admin-body) header.site-header nav.navbar.public-navbar > .brand,
html[dir="ltr"] body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .brand{
  order:1!important;
}


html[dir="ltr"] body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel,
html[dir="ltr"] body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel{
  order:2!important;
  direction:ltr!important;
}


/* Logo safety: no crop inside the header. */
body:not(.admin-body) header.site-header nav.navbar.public-navbar .brand,
body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .brand{
  overflow:visible!important;
  min-height:68px!important;
  display:inline-flex!important;
  align-items:center!important;
}


body:not(.admin-body) header.site-header nav.navbar.public-navbar .brand .logo-mark,
body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .brand .logo-mark,
body:not(.admin-body) header.site-header nav.navbar.public-navbar .brand .logo-mark img,
body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .brand .logo-mark img{
  width:66px!important;
  min-width:66px!important;
  height:66px!important;
  min-height:66px!important;
  object-fit:contain!important;
  object-position:center!important;
  overflow:visible!important;
}


@media (max-width:1024px){
body:not(.admin-body) header.site-header,
  body:not(.admin-body) .site-header[data-site-header]{min-height:76px!important;}
html[dir="rtl"] body:not(.admin-body) header.site-header nav.navbar.public-navbar,
  html[dir="rtl"] body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar,
  html[dir="ltr"] body:not(.admin-body) header.site-header nav.navbar.public-navbar,
  html[dir="ltr"] body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar{
    direction:ltr!important;
    flex-direction:row!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar > .brand,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .brand{order:1!important;}
body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-toggle,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-toggle{order:3!important;}
body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel{
    order:2!important;
    position:fixed!important;
    top:76px!important;
  }
}


@media (max-width:640px){
body:not(.admin-body) header.site-header,
  body:not(.admin-body) .site-header[data-site-header]{min-height:72px!important;}
body:not(.admin-body) header.site-header nav.navbar.public-navbar .brand .logo-mark,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .brand .logo-mark,
  body:not(.admin-body) header.site-header nav.navbar.public-navbar .brand .logo-mark img,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .brand .logo-mark img{
    width:58px!important;
    min-width:58px!important;
    height:58px!important;
    min-height:58px!important;
  }
}


body:not(.admin-body) header.site-header,
body:not(.admin-body) .site-header[data-site-header],
body:not(.admin-body) header.site-header.dark-header{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:99999!important;
  min-height:86px!important;
  height:auto!important;
  overflow:visible!important;
  background:rgba(255,255,255,.97)!important;
  border-bottom:1px solid rgba(8,56,70,.12)!important;
  box-shadow:0 8px 26px rgba(8,56,70,.08)!important;
  backdrop-filter:blur(16px)!important;
}


@media (min-width:1025px){
html[dir="rtl"] body:not(.admin-body) header.site-header nav.navbar.public-navbar,
  html[dir="rtl"] body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar{
    display:grid!important;
    grid-template-columns:auto minmax(360px,1fr) auto!important;
    grid-template-areas:"brand links actions"!important;
    align-items:center!important;
    gap:28px!important;
    direction:ltr!important;
    height:86px!important;
    min-height:86px!important;
    width:min(1510px,calc(100% - 80px))!important;
    margin-inline:auto!important;
  }
html[dir="rtl"] body:not(.admin-body) header.site-header nav.navbar.public-navbar > .brand,
  html[dir="rtl"] body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .brand{
    grid-area:brand!important;
    justify-self:start!important;
    align-self:center!important;
    order:initial!important;
    margin:0!important;
  }
html[dir="rtl"] body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-toggle,
  html[dir="rtl"] body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-toggle{
    display:none!important;
  }
html[dir="rtl"] body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel,
  html[dir="rtl"] body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel{
    display:contents!important;
    position:static!important;
    inset:auto!important;
    width:auto!important;
    height:auto!important;
    min-height:0!important;
    padding:0!important;
    margin:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    transform:none!important;
    opacity:1!important;
    visibility:visible!important;
  }
html[dir="rtl"] body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-links,
  html[dir="rtl"] body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .nav-links{
    grid-area:links!important;
    justify-self:center!important;
    align-self:center!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    gap:36px!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    direction:rtl!important;
    order:initial!important;
  }
html[dir="rtl"] body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-actions,
  html[dir="rtl"] body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .nav-actions{
    grid-area:actions!important;
    justify-self:end!important;
    align-self:center!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:12px!important;
    width:auto!important;
    margin:0!important;
    padding:0!important;
    direction:ltr!important;
    order:initial!important;
  }
html[dir="rtl"] body:not(.admin-body) header.site-header nav.navbar.public-navbar .brand .logo-mark,
  html[dir="rtl"] body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .brand .logo-mark,
  html[dir="rtl"] body:not(.admin-body) header.site-header nav.navbar.public-navbar .brand .logo-mark img,
  html[dir="rtl"] body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .brand .logo-mark img{
    width:64px!important;
    min-width:64px!important;
    height:64px!important;
    min-height:64px!important;
    max-width:64px!important;
    max-height:64px!important;
    object-fit:contain!important;
    object-position:center!important;
    overflow:visible!important;
  }
}


@media (max-width:1024px){
body:not(.admin-body) header.site-header,
  body:not(.admin-body) .site-header[data-site-header]{min-height:76px!important;}
}


@media (max-width:640px){
body:not(.admin-body) header.site-header,
  body:not(.admin-body) .site-header[data-site-header]{min-height:72px!important;}
}


/* Solid, clean mobile navbar panel. It must be controlled by the hamburger button and never mix with the hero. */
@media (max-width:1024px){
html,body{overflow-x:hidden!important;}
body:not(.admin-body).nav-open{overflow:hidden!important;}
body:not(.admin-body) header.site-header,
  body:not(.admin-body) .site-header[data-site-header],
  body:not(.admin-body) header.site-header.dark-header{
    min-height:72px!important;
    height:72px!important;
    overflow:visible!important;
    z-index:999999!important;
    background:rgba(255,255,255,.98)!important;
    border-bottom:1px solid rgba(8,56,70,.12)!important;
    box-shadow:0 8px 24px rgba(8,56,70,.10)!important;
    backdrop-filter:blur(16px)!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar{
    width:100%!important;
    max-width:none!important;
    height:72px!important;
    min-height:72px!important;
    margin:0!important;
    padding:0 12px!important;
    display:grid!important;
    grid-template-columns:auto 1fr auto!important;
    grid-template-areas:"brand spacer toggle"!important;
    align-items:center!important;
    gap:10px!important;
    direction:ltr!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar > .brand,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .brand{
    grid-area:brand!important;
    order:initial!important;
    justify-self:start!important;
    align-self:center!important;
    margin:0!important;
    min-height:58px!important;
    height:58px!important;
    overflow:visible!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar .brand .logo-mark,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .brand .logo-mark,
  body:not(.admin-body) header.site-header nav.navbar.public-navbar .brand .logo-mark img,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .brand .logo-mark img{
    width:58px!important;
    min-width:58px!important;
    height:58px!important;
    min-height:58px!important;
    object-fit:contain!important;
    object-position:center!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-toggle,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-toggle{
    grid-area:toggle!important;
    order:initial!important;
    display:grid!important;
    place-items:center!important;
    justify-self:end!important;
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    min-height:46px!important;
    border-radius:18px!important;
    background:#fff!important;
    color:#073c42!important;
    border:1px solid rgba(8,56,70,.14)!important;
    box-shadow:0 12px 30px rgba(8,56,70,.12)!important;
    z-index:1000002!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-toggle.is-open,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-toggle.is-open{
    background:#f3fbfc!important;
    color:#003f45!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-toggle .icon,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-toggle .icon{
    width:22px!important;
    height:22px!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel{
    order:initial!important;
    display:none!important;
    position:fixed!important;
    top:78px!important;
    left:12px!important;
    right:12px!important;
    width:auto!important;
    max-width:none!important;
    min-width:0!important;
    max-height:calc(100dvh - 96px)!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    z-index:1000001!important;
    padding:14px!important;
    margin:0!important;
    border-radius:24px!important;
    background:rgba(255,255,255,.985)!important;
    color:#073c42!important;
    border:1px solid rgba(8,56,70,.14)!important;
    box-shadow:0 24px 70px rgba(0,35,39,.26)!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    backdrop-filter:blur(18px)!important;
    isolation:isolate!important;
  }
html[dir="rtl"] body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel,
  html[dir="rtl"] body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel{direction:rtl!important;}
html[dir="ltr"] body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel,
  html[dir="ltr"] body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel{direction:ltr!important;}
body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel.open,
  body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel.is-open,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel.open,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel.is-open{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel > .nav-links,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel > .nav-links{
    order:1!important;
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:6px!important;
    margin:0!important;
    padding:0!important;
    list-style:none!important;
    flex:initial!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel > .nav-links > li,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel > .nav-links > li{
    width:100%!important;
    display:block!important;
    margin:0!important;
    padding:0!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .nav-link,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .nav-link{
    width:100%!important;
    min-height:44px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:10px!important;
    margin:0!important;
    padding:10px 14px!important;
    border-radius:16px!important;
    color:#073c42!important;
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
    text-align:inherit!important;
    font-size:15px!important;
    font-weight:800;
  }
html[dir="rtl"] body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .nav-link,
  html[dir="rtl"] body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .nav-link{justify-content:flex-start!important;text-align:right!important;}
body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .nav-link.active,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .nav-link.active,
  body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .nav-link:hover,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .nav-link:hover{
    background:#f1f8f9!important;
    color:#003f45!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .service-dropdown-trigger,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .service-dropdown-trigger{
    display:grid!important;
    grid-template-columns:1fr 44px!important;
    align-items:center!important;
    gap:6px!important;
    width:100%!important;
  }
html[dir="rtl"] body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .service-dropdown-trigger,
  html[dir="rtl"] body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .service-dropdown-trigger{
    grid-template-columns:44px 1fr!important;
  }
html[dir="rtl"] body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .service-dropdown-trigger > .nav-link,
  html[dir="rtl"] body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .service-dropdown-trigger > .nav-link{
    grid-column:2!important;
    grid-row:1!important;
  }
html[dir="rtl"] body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .service-dropdown-trigger > .service-dropdown-toggle,
  html[dir="rtl"] body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .service-dropdown-trigger > .service-dropdown-toggle{
    grid-column:1!important;
    grid-row:1!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .service-dropdown-toggle,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .service-dropdown-toggle{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    padding:0!important;
    display:grid!important;
    place-items:center!important;
    border-radius:16px!important;
    border:1px solid rgba(8,56,70,.12)!important;
    background:#fff!important;
    color:#073c42!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .nav-dropdown,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .nav-dropdown{
    display:none!important;
    position:static!important;
    width:100%!important;
    min-width:0!important;
    margin:8px 0 0!important;
    padding:8px!important;
    border-radius:18px!important;
    background:#f6fbfc!important;
    border:1px solid rgba(8,56,70,.10)!important;
    box-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    pointer-events:auto!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .has-dropdown.dropdown-open .nav-dropdown,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .has-dropdown.dropdown-open .nav-dropdown{
    display:grid!important;
    gap:4px!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .nav-dropdown a,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .nav-dropdown a{
    display:block!important;
    width:100%!important;
    padding:10px 12px!important;
    border-radius:14px!important;
    color:#073c42!important;
    background:transparent!important;
    font-weight:700;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .nav-dropdown a:hover,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .nav-dropdown a:hover{
    background:#fff!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel > .nav-actions,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel > .nav-actions{
    order:2!important;
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    margin:4px 0 0!important;
    padding:12px 0 0!important;
    border-top:1px solid rgba(8,56,70,.10)!important;
    direction:ltr!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .lang,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .lang,
  body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .client-btn,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .client-btn{
    width:100%!important;
    min-width:0!important;
    min-height:48px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    margin:0!important;
    padding:10px 12px!important;
    border-radius:18px!important;
    font-size:14px!important;
    font-weight:900;
    white-space:nowrap!important;
  }
}


@media (max-width:480px){
body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel{
    left:10px!important;
    right:10px!important;
    top:76px!important;
    border-radius:22px!important;
    padding:12px!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel > .nav-actions,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel > .nav-actions{
    grid-template-columns:1fr 1fr!important;
  }
}


/* ===== VATAX final mobile nav + annual logo alignment fix ===== */
html,
body,
button,
input,
textarea,
select{
  font-family:var(--vtx-font-body);
}


@media (min-width:1101px){
body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel{
    display:grid!important;
  }
}


@media (max-width:1100px){
html,body{max-width:100%!important;overflow-x:hidden!important;}
body:not(.admin-body).nav-open{overflow:hidden!important;touch-action:none;}
body:not(.admin-body) header.site-header,
  body:not(.admin-body) .site-header[data-site-header]{
    position:sticky!important;
    top:0!important;
    left:0!important;
    right:0!important;
    height:72px!important;
    min-height:72px!important;
    overflow:visible!important;
    z-index:2147483000!important;
    background:rgba(255,255,255,.985)!important;
    border-bottom:1px solid rgba(8,56,70,.12)!important;
    box-shadow:0 10px 30px rgba(8,56,70,.10)!important;
    backdrop-filter:blur(18px)!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar{
    width:100%!important;
    max-width:none!important;
    height:72px!important;
    min-height:72px!important;
    margin:0!important;
    padding:0 12px!important;
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr) auto!important;
    grid-template-areas:"brand spacer toggle"!important;
    align-items:center!important;
    gap:10px!important;
    direction:ltr!important;
    overflow:visible!important;
    position:relative!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar > .brand,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .brand{
    grid-area:brand!important;
    justify-self:start!important;
    align-self:center!important;
    order:initial!important;
    margin:0!important;
    padding:0!important;
    position:static!important;
    transform:none!important;
    min-width:0!important;
    z-index:2147483002!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar > .brand .logo-mark,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .brand .logo-mark,
  body:not(.admin-body) header.site-header nav.navbar.public-navbar > .brand .logo-mark img,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .brand .logo-mark img{
    width:68px!important;
    min-width:68px!important;
    max-width:68px!important;
    height:54px!important;
    min-height:54px!important;
    max-height:54px!important;
    object-fit:contain!important;
    object-position:center!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-toggle,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-toggle{
    grid-area:toggle!important;
    justify-self:end!important;
    align-self:center!important;
    order:initial!important;
    display:grid!important;
    place-items:center!important;
    width:46px!important;
    min-width:46px!important;
    height:46px!important;
    min-height:46px!important;
    margin:0!important;
    padding:0!important;
    position:relative!important;
    border-radius:18px!important;
    border:1px solid rgba(8,56,70,.15)!important;
    background:#fff!important;
    color:#073c42!important;
    box-shadow:0 12px 30px rgba(8,56,70,.12)!important;
    z-index:2147483003!important;
    cursor:pointer!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-toggle.is-open,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-toggle.is-open{
    background:#eef8f9!important;
    color:#003f45!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-toggle .icon,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-toggle .icon{
    width:23px!important;
    height:23px!important;
    stroke:currentColor!important;
    fill:none!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel{
    grid-area:auto!important;
    order:initial!important;
    display:none!important;
    position:fixed!important;
    top:78px!important;
    left:12px!important;
    right:12px!important;
    inset-inline:auto!important;
    width:auto!important;
    max-width:calc(100vw - 24px)!important;
    min-width:0!important;
    max-height:calc(100dvh - 92px)!important;
    margin:0!important;
    padding:14px!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    isolation:isolate!important;
    z-index:2147483001!important;
    border-radius:24px!important;
    border:1px solid rgba(8,56,70,.14)!important;
    background:rgba(255,255,255,.992)!important;
    color:#073c42!important;
    box-shadow:0 26px 80px rgba(0,35,39,.26)!important;
    backdrop-filter:blur(18px)!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    pointer-events:auto!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel:not(.open):not(.is-open),
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel:not(.open):not(.is-open){
    display:none!important;
    pointer-events:none!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel.open,
  body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel.is-open,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel.open,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel.is-open{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
html[dir="rtl"] body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel,
  html[dir="rtl"] body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel{
    direction:rtl!important;
    text-align:right!important;
  }
html[dir="ltr"] body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel,
  html[dir="ltr"] body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel{
    direction:ltr!important;
    text-align:left!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel > .nav-links,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel > .nav-links,
  body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel > .nav-actions,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel > .nav-actions{
    position:static!important;
    inset:auto!important;
    transform:none!important;
    float:none!important;
    order:initial!important;
    min-width:0!important;
    max-width:100%!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel > .nav-links,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel > .nav-links{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:7px!important;
    list-style:none!important;
    align-items:stretch!important;
    justify-content:stretch!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel > .nav-links > li,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel > .nav-links > li{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    display:block!important;
    position:relative!important;
    margin:0!important;
    padding:0!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .nav-link,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .nav-link{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:46px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:10px!important;
    margin:0!important;
    padding:11px 14px!important;
    border-radius:16px!important;
    border:0!important;
    background:transparent!important;
    color:#073c42!important;
    box-shadow:none!important;
    line-height:1.55!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    font-size:14.5px!important;
    font-weight:850;
    text-align:inherit!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .nav-link.active,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .nav-link.active,
  body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .nav-link:hover,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .nav-link:hover{
    background:#eef8f9!important;
    color:#003f45!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .nav-link::after,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .nav-link::after{display:none!important;}
body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .service-dropdown-trigger,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .service-dropdown-trigger{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    display:flex!important;
    align-items:stretch!important;
    gap:8px!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
html[dir="rtl"] body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .service-dropdown-trigger,
  html[dir="rtl"] body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .service-dropdown-trigger{direction:rtl!important;}
html[dir="ltr"] body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .service-dropdown-trigger,
  html[dir="ltr"] body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .service-dropdown-trigger{direction:ltr!important;}
body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .service-dropdown-trigger > .nav-link,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .service-dropdown-trigger > .nav-link{
    flex:1 1 auto!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .service-dropdown-toggle,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .service-dropdown-toggle{
    flex:0 0 46px!important;
    width:46px!important;
    min-width:46px!important;
    max-width:46px!important;
    height:46px!important;
    min-height:46px!important;
    max-height:46px!important;
    display:grid!important;
    place-items:center!important;
    margin:0!important;
    padding:0!important;
    border-radius:16px!important;
    border:1px solid rgba(8,56,70,.12)!important;
    background:#fff!important;
    color:#073c42!important;
    box-shadow:none!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .nav-dropdown,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .nav-dropdown{
    display:none!important;
    position:static!important;
    inset:auto!important;
    transform:none!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:8px 0 0!important;
    padding:8px!important;
    border-radius:18px!important;
    border:1px solid rgba(8,56,70,.10)!important;
    background:#f6fbfc!important;
    box-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .has-dropdown.dropdown-open .nav-dropdown,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .has-dropdown.dropdown-open .nav-dropdown{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:4px!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .nav-dropdown a,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .nav-dropdown a{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    max-width:100%!important;
    min-height:40px!important;
    padding:10px 12px!important;
    border-radius:14px!important;
    background:transparent!important;
    color:#073c42!important;
    font-size:13px!important;
    font-weight:750;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel > .nav-actions,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel > .nav-actions{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:10px!important;
    padding-top:12px!important;
    margin-top:2px!important;
    border-top:1px solid rgba(8,56,70,.10)!important;
    align-items:stretch!important;
    justify-content:stretch!important;
    direction:inherit!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .lang,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .lang,
  body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .client-btn,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .client-btn{
    position:static!important;
    transform:none!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    min-height:48px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    margin:0!important;
    padding:10px 12px!important;
    border-radius:18px!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:12.5px!important;
    font-weight:900;
  }
}


@media (max-width:430px){
body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel{
    left:10px!important;
    right:10px!important;
    top:76px!important;
    max-width:calc(100vw - 20px)!important;
    padding:12px!important;
    border-radius:22px!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel > .nav-actions,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel > .nav-actions{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:8px!important;
  }
body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .lang,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .lang,
  body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .client-btn,
  body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar .mobile-nav-panel .client-btn{
    font-size:11.5px!important;
    padding-inline:8px!important;
  }
}


/* ===== VATAX mobile nav absolute cascade guard ===== */
@media (max-width:1100px){
html[dir="rtl"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel,
  html[dir="rtl"] body.public-body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel,
  html[dir="ltr"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel,
  html[dir="ltr"] body.public-body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel{
    display:none!important;
    position:fixed!important;
    top:78px!important;
    left:12px!important;
    right:12px!important;
    inset-inline:auto!important;
    width:auto!important;
    max-width:calc(100vw - 24px)!important;
    max-height:calc(100dvh - 92px)!important;
    min-width:0!important;
    margin:0!important;
    padding:14px!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    border-radius:24px!important;
    background:rgba(255,255,255,.992)!important;
    border:1px solid rgba(8,56,70,.14)!important;
    box-shadow:0 26px 80px rgba(0,35,39,.26)!important;
    backdrop-filter:blur(18px)!important;
    transform:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:none!important;
    z-index:2147483001!important;
  }
html[dir="rtl"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel.open,
  html[dir="rtl"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel.is-open,
  html[dir="rtl"] body.public-body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel.open,
  html[dir="rtl"] body.public-body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel.is-open,
  html[dir="ltr"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel.open,
  html[dir="ltr"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel.is-open,
  html[dir="ltr"] body.public-body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel.open,
  html[dir="ltr"] body.public-body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel.is-open{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:12px!important;
    pointer-events:auto!important;
  }
html[dir="rtl"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel{direction:rtl!important;text-align:right!important;}
html[dir="ltr"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel{direction:ltr!important;text-align:left!important;}
html[dir="rtl"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel > .nav-links,
  html[dir="rtl"] body.public-body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel > .nav-links,
  html[dir="ltr"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel > .nav-links,
  html[dir="ltr"] body.public-body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel > .nav-links{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    height:auto!important;
    min-height:0!important;
    position:static!important;
    inset:auto!important;
    transform:none!important;
    gap:7px!important;
    margin:0!important;
    padding:0!important;
    list-style:none!important;
    align-items:stretch!important;
    justify-content:stretch!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
html[dir="rtl"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel > .nav-links > li,
  html[dir="ltr"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel > .nav-links > li{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    display:block!important;
    position:relative!important;
  }
html[dir="rtl"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .nav-link,
  html[dir="ltr"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .nav-link{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    min-height:46px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    margin:0!important;
    padding:11px 14px!important;
    border-radius:16px!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#073c42!important;
    line-height:1.55!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    font-size:14.5px!important;
    font-weight:850;
    text-align:inherit!important;
  }
html[dir="rtl"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .nav-link.active,
  html[dir="ltr"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .nav-link.active,
  html[dir="rtl"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .nav-link:hover,
  html[dir="ltr"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .nav-link:hover{
    background:#eef8f9!important;
    color:#003f45!important;
  }
html[dir="rtl"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .nav-link::after,
  html[dir="ltr"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .nav-link::after{display:none!important;}
html[dir="rtl"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .service-dropdown-trigger,
  html[dir="ltr"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .service-dropdown-trigger{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    display:flex!important;
    align-items:stretch!important;
    gap:8px!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
html[dir="rtl"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .service-dropdown-trigger{direction:rtl!important;}
html[dir="ltr"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .service-dropdown-trigger{direction:ltr!important;}
html[dir="rtl"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .service-dropdown-trigger > .nav-link,
  html[dir="ltr"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .service-dropdown-trigger > .nav-link{flex:1 1 auto!important;}
html[dir="rtl"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .service-dropdown-toggle,
  html[dir="ltr"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .service-dropdown-toggle{
    flex:0 0 46px!important;
    width:46px!important;
    min-width:46px!important;
    max-width:46px!important;
    height:46px!important;
    min-height:46px!important;
    max-height:46px!important;
    display:grid!important;
    place-items:center!important;
    margin:0!important;
    padding:0!important;
    border-radius:16px!important;
    border:1px solid rgba(8,56,70,.12)!important;
    background:#fff!important;
    color:#073c42!important;
    box-shadow:none!important;
  }
html[dir="rtl"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .nav-dropdown,
  html[dir="ltr"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .nav-dropdown{
    display:none!important;
    position:static!important;
    inset:auto!important;
    transform:none!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:8px 0 0!important;
    padding:8px!important;
    border-radius:18px!important;
    border:1px solid rgba(8,56,70,.10)!important;
    background:#f6fbfc!important;
    box-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
html[dir="rtl"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .has-dropdown.dropdown-open .nav-dropdown,
  html[dir="ltr"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .has-dropdown.dropdown-open .nav-dropdown{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:4px!important;
  }
html[dir="rtl"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel > .nav-actions,
  html[dir="rtl"] body.public-body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel > .nav-actions,
  html[dir="ltr"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel > .nav-actions,
  html[dir="ltr"] body.public-body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel > .nav-actions{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:10px!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    height:auto!important;
    position:static!important;
    inset:auto!important;
    transform:none!important;
    margin:2px 0 0!important;
    padding:12px 0 0!important;
    border-top:1px solid rgba(8,56,70,.10)!important;
    align-items:stretch!important;
    justify-content:stretch!important;
    background:transparent!important;
    box-shadow:none!important;
    direction:inherit!important;
  }
html[dir="rtl"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .lang,
  html[dir="rtl"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .client-btn,
  html[dir="ltr"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .lang,
  html[dir="ltr"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .client-btn{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    min-height:48px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    margin:0!important;
    padding:10px 12px!important;
    border-radius:18px!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:12.5px!important;
    font-weight:900;
  }
}


/* ===== VATAX mobile nav geometry guard ===== */
@media (max-width:1100px){
html[dir="rtl"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel,
  html[dir="rtl"] body.public-body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel,
  html[dir="ltr"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel,
  html[dir="ltr"] body.public-body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel{
    position:absolute!important;
    top:calc(100% + 6px)!important;
    left:12px!important;
    right:12px!important;
    inset-inline:12px!important;
    width:auto!important;
    max-width:none!important;
  }
}


@media (max-width:430px){
html[dir="rtl"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel,
  html[dir="rtl"] body.public-body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel,
  html[dir="ltr"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel,
  html[dir="ltr"] body.public-body:not(.admin-body) .site-header[data-site-header] nav.navbar.public-navbar > .mobile-nav-panel{
    left:10px!important;
    right:10px!important;
    inset-inline:10px!important;
  }
}


/* ===== VATAX mobile header flow guard ===== */
@media (max-width:1100px){
body.public-body:not(.admin-body){padding-top:0!important;}
}


body.public-body:not(.admin-body) .public-navbar .has-dropdown > .nav-dropdown{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(10px)!important;
}


body.public-body:not(.admin-body) .public-navbar .has-dropdown:not(.dropdown-open):hover > .nav-dropdown,
body.public-body:not(.admin-body) .public-navbar .has-dropdown:not(.dropdown-open):focus-within > .nav-dropdown{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(10px)!important;
}


body.public-body:not(.admin-body) .public-navbar .has-dropdown.dropdown-open > .nav-dropdown{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateY(0)!important;
}


@media (min-width:1101px){
body.public-body:not(.admin-body) .public-navbar .has-dropdown:not(.dropdown-open):hover .service-dropdown-toggle,
  body.public-body:not(.admin-body) .public-navbar .has-dropdown:not(.dropdown-open):focus-within .service-dropdown-toggle{
    background:#fff!important;
    color:#083846!important;
  }
body.public-body:not(.admin-body) .public-navbar .has-dropdown:not(.dropdown-open):hover .service-dropdown-toggle .icon,
  body.public-body:not(.admin-body) .public-navbar .has-dropdown:not(.dropdown-open):focus-within .service-dropdown-toggle .icon{
    transform:rotate(-90deg)!important;
  }
html[dir="ltr"] body.public-body:not(.admin-body) .public-navbar .has-dropdown:not(.dropdown-open):hover .service-dropdown-toggle .icon,
  html[dir="ltr"] body.public-body:not(.admin-body) .public-navbar .has-dropdown:not(.dropdown-open):focus-within .service-dropdown-toggle .icon{
    transform:rotate(90deg)!important;
  }
}


@media (max-width:1100px){
body.public-body:not(.admin-body) .public-navbar .mobile-nav-panel .has-dropdown > .nav-dropdown,
  body.public-body:not(.admin-body) .public-navbar .mobile-nav-panel .has-dropdown:not(.dropdown-open):hover > .nav-dropdown,
  body.public-body:not(.admin-body) .public-navbar .mobile-nav-panel .has-dropdown:not(.dropdown-open):focus-within > .nav-dropdown{
    display:none!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    pointer-events:auto!important;
  }
body.public-body:not(.admin-body) .public-navbar .mobile-nav-panel .has-dropdown.dropdown-open > .nav-dropdown{
    display:grid!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    pointer-events:auto!important;
  }
}


.page-services-body .service-suite-section .service-pillar-card{
  position:relative!important;
  overflow:hidden!important;
  padding:clamp(28px,2.7vw,38px)!important;
  border-radius:30px!important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdfd 100%)!important;
  border:1px solid var(--vtx-line)!important;
  box-shadow:0 22px 56px rgba(8,56,70,.075)!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:0!important;
  height:100%!important;
}


.page-services-body .service-suite-section .service-pillar-card::before{
  content:""!important;
  position:absolute!important;
  inset:0 0 auto 0!important;
  height:5px!important;
  background:linear-gradient(90deg,var(--teal),var(--gold))!important;
  opacity:.86!important;
}


.page-services-body .service-suite-section .service-pillar-card::after{
  content:""!important;
  position:absolute!important;
  width:220px!important;
  height:220px!important;
  border-radius:50%!important;
  inset:auto -120px -130px auto!important;
  background:rgba(8,56,70,.045)!important;
  pointer-events:none!important;
}


html[dir="rtl"] .page-services-body .service-suite-section .service-pillar-card::after{
  right:auto!important;
  left:-120px!important;
}


.page-services-body .service-suite-section .service-pillar-icon{
  width:58px!important;
  height:58px!important;
  border-radius:20px!important;
  margin-bottom:16px!important;
  background:#eef7f8!important;
  border:1px solid rgba(8,56,70,.10)!important;
  color:var(--teal)!important;
}


.page-services-body .service-suite-section .service-pillar-icon .icon{
  width:28px!important;
  height:28px!important;
}


.page-services-body .service-suite-section .service-pillar-card h2{
  font-size:clamp(24px,1.95vw,34px)!important;
  line-height:1.22!important;
  margin:10px 0 12px!important;
}


.page-services-body .service-suite-section .service-pillar-card p{
  font-size:14.8px!important;
  line-height:1.85!important;
  margin:0 0 14px!important;
  color:#5d7478!important;
}


.page-services-body .service-suite-section .service-chip-list li .icon,
.page-services-body .service-suite-section .service-chip-list span .icon{
  width:17px!important;
  height:17px!important;
  margin-top:3px!important;
  flex:0 0 auto!important;
  color:var(--teal)!important;
}


@media (max-width:1180px){
.page-services-body .service-suite-section .service-pillar-grid,
  .page-services-body .services-cards-like-home .service-index-grid-large{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}


@media (max-width:760px){
.page-services-body .service-suite-section .service-pillar-grid,
  .page-services-body .services-cards-like-home .service-index-grid-large{
    grid-template-columns:1fr!important;
  }
}


.payment-summary-card .mini-status-list li .icon{width:19px;height:19px;border-radius:50%;color:var(--teal)!important;flex:0 0 auto;}


.dir-ltr .final-review-panel:after{inset:auto auto -185px -145px;}


.official-step-badge .icon{width:18px;height:18px;}


.final-review-seal .icon{width:38px;height:38px;color:#0a7074;}


.official-card-icon .icon{width:26px;height:26px;}


.official-read-terms-btn .icon{width:19px;height:19px;}


.secure-payment-note .icon{width:21px;height:21px;color:var(--teal);flex:0 0 auto;margin-top:2px;}


.official-payment-card .mini-status-list li .icon{width:18px;height:18px;border-radius:50%;color:var(--teal)!important;flex:0 0 auto;}


.official-consent-box .icon{width:21px;height:21px;}


.official-final-actions .btn{min-width:190px;justify-content:center;}


@media (max-width:980px){
.official-final-actions .btn{width:100%;}
}


/* Lightweight SweetAlert-style modal used for VATAX flash messages when SweetAlert2 is not loaded */
.vtx-swal-overlay{position:fixed;inset:0;background:rgba(3,20,24,.58);backdrop-filter:blur(8px);display:grid;place-items:center;padding:18px;z-index:10000;opacity:0;pointer-events:none;transition:.22s ease;}


.vtx-swal-overlay.open{opacity:1;pointer-events:auto;}


.vtx-swal-card{width:min(460px,100%);background:#fff;border:1px solid rgba(8,56,70,.12);border-radius:30px;padding:30px;text-align:center;box-shadow:0 35px 95px rgba(0,0,0,.32);transform:translateY(12px) scale(.98);transition:.22s ease;}


.vtx-swal-overlay.open .vtx-swal-card{transform:translateY(0) scale(1);}


.vtx-swal-icon{width:78px;height:78px;border-radius:26px;display:grid;place-items:center;margin:0 auto 18px;background:#e9faf1;color:#15803d;border:1px solid #bbf7d0;}


.vtx-swal-icon.error{background:#fff1f2;color:#be123c;border-color:#fecdd3;}


.vtx-swal-icon.warning{background:#fff8e7;color:#a16207;border-color:#fde68a;}


.vtx-swal-icon.info{background:#eef7ff;color:#0369a1;border-color:#bae6fd;}


.vtx-swal-icon .icon{width:42px;height:42px;}


.vtx-swal-card h3{margin:0 0 10px!important;font-size:clamp(24px,3vw,34px)!important;color:#071617!important;font-weight:1000;}


.vtx-swal-card p{margin:0 auto 22px;color:#556f74;line-height:1.8;font-weight:800;}


.vtx-swal-card .btn{min-width:150px;justify-content:center;}


.final-review-page-icon .icon:first-child{width:31px;height:31px;}


.final-review-page-icon .icon:last-child{position:absolute;right:-7px;bottom:-7px;width:28px;height:28px;padding:5px;border-radius:10px;background:#f3b544;color:#073c41;border:2px solid #fff;box-shadow:0 8px 18px rgba(179,116,0,.18);}


.summary-corner-icon .icon{width:20px;height:20px;}


.dir-ltr .final-amount-box{padding:20px 20px 18px 74px;}


.final-amount-icon .icon{width:25px;height:25px;}


.final-secure-note .icon{width:25px;height:25px;color:#0a6066;flex:0 0 auto;}


.dir-ltr .final-payment-summary-card .mini-status-list{padding:0 30px 0 0!important;}


.dir-ltr .final-payment-summary-card .mini-status-list:before{inset-inline-end:auto;inset-inline-start:18px;}


.dir-ltr .final-payment-summary-card .mini-status-list li{padding:8px 12px 8px 45px!important;}


.final-payment-summary-card .mini-status-list li .icon{position:absolute;inset-inline-end:4px;top:50%;transform:translateY(-50%);width:28px!important;height:28px!important;padding:7px;border-radius:50%;background:#dfecef;color:#749096!important;border:3px solid #fff;box-shadow:0 0 0 1px #dce9eb;z-index:2;}


.dir-ltr .final-payment-summary-card .mini-status-list li .icon{inset-inline-end:auto;inset-inline-start:4px;}


.final-payment-summary-card .mini-status-list li:first-child .icon{background:#0a6066;color:#fff!important;box-shadow:0 0 0 1px rgba(4,92,96,.2),0 8px 18px rgba(4,92,96,.18);}


.dir-ltr .final-terms-official-card:after{inset:auto auto -140px -120px;}


.final-card-title-icon .icon{width:26px;height:26px;}


.dir-ltr .final-term-row{grid-template-columns:42px minmax(0,1fr);}


.dir-ltr .final-term-row b{grid-column:1;justify-self:start;}


.dir-ltr .final-term-row span{grid-column:2;text-align:start;}


.final-consent-check .icon{width:18px;height:18px;}


.final-read-terms-link .icon{width:18px;height:18px;}


.final-safe-footnote .icon{width:22px;height:22px;color:#77969b;flex:0 0 auto;}


.official-final-actions .btn{min-width:175px;min-height:48px;border-radius:9px!important;justify-content:center;box-shadow:none;}


.official-final-actions .btn-gold{background:#075c62!important;color:#fff!important;border-color:#075c62!important;box-shadow:0 12px 26px rgba(4,92,96,.18)!important;}


.official-final-actions .btn .icon{width:18px;height:18px;}


@media (max-width:1100px){
.official-final-actions .btn{width:100%;}
}


@media (max-width:680px){
.final-term-row b,.dir-ltr .final-term-row b{grid-column:auto;justify-self:center}
.final-term-row span,.dir-ltr .final-term-row span{grid-column:auto;text-align:center}
.dir-ltr .final-amount-icon{transform:translateX(-50%)}
.final-payment-summary-card .mini-status-list li,.dir-ltr .final-payment-summary-card .mini-status-list li{padding:10px 12px 10px 48px!important}
.final-payment-summary-card .mini-status-list li .icon,.dir-ltr .final-payment-summary-card .mini-status-list li .icon{inset-inline-start:10px;inset-inline-end:auto}
}


.swal2-popup.vtx-swal2-popup{font-family:var(--vtx-font-body);border-radius:30px!important;border:1px solid rgba(8,56,70,.12)!important;box-shadow:0 34px 90px rgba(3,20,24,.28)!important;padding:32px 30px!important;}


.swal2-title.vtx-swal2-title{color:#08282c!important;font-size:clamp(24px,3vw,34px)!important;font-weight:1000;line-height:1.35!important;padding:0!important;}


.swal2-html-container.vtx-swal2-html{color:#5f777d!important;font-size:14px!important;line-height:1.9!important;font-weight:800;margin:10px 0 0!important;}


.swal2-icon.vtx-swal2-icon{border-width:3px!important;}


.swal2-confirm.vtx-swal2-confirm{border:0!important;border-radius:12px!important;background:#075c62!important;color:#fff!important;font-family:var(--vtx-font-body);font-weight:1000;padding:12px 30px!important;box-shadow:0 14px 32px rgba(4,92,96,.22)!important;}


.swal2-confirm.vtx-swal2-confirm:focus{box-shadow:0 0 0 4px rgba(4,92,96,.18),0 14px 32px rgba(4,92,96,.22)!important;}


.final-review-page-icon .icon{width:30px!important;height:30px!important;position:static!important;padding:0!important;border:0!important;background:transparent!important;color:currentColor!important;box-shadow:none!important;}


.final-card-title-icon .icon,.summary-corner-icon .icon{width:24px!important;height:24px!important;}


.dir-rtl .final-payment-summary-card h3{padding-inline-start:0!important;padding-inline-end:58px!important;}


.dir-rtl .summary-corner-icon{inset-inline-start:auto!important;inset-inline-end:28px!important;}


.dir-ltr .final-amount-box{padding:22px 22px 22px 86px!important;}


.final-secure-note .icon{width:28px!important;height:28px!important;margin-top:2px!important;}


.final-payment-summary-card .mini-status-list li,.dir-ltr .final-payment-summary-card .mini-status-list li{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;align-items:center!important;justify-content:start!important;gap:9px!important;min-height:54px!important;border-radius:16px!important;padding:10px!important;background:#fff!important;color:#3b5960!important;text-align:start!important;box-shadow:0 8px 20px rgba(8,56,70,.04)!important;}


.final-payment-summary-card .mini-status-list li .icon,.dir-ltr .final-payment-summary-card .mini-status-list li .icon{position:static!important;transform:none!important;width:32px!important;height:32px!important;padding:8px!important;border-radius:12px!important;border:0!important;background:#e8f3f5!important;color:#739096!important;box-shadow:none!important;}


.final-payment-summary-card .mini-status-list li:first-child .icon{background:#075c62!important;color:#fff!important;box-shadow:0 8px 18px rgba(4,92,96,.18)!important;}


.official-final-actions .btn{border-radius:14px!important;min-width:190px!important;min-height:52px!important;}


.official-final-actions .btn-gold{background:#075c62!important;color:#fff!important;}


@media (max-width:620px){
.dir-rtl .final-payment-summary-card h3{padding-inline:0 56px!important;}
.dir-rtl .summary-corner-icon{inset-inline-start:auto!important;inset-inline-end:15px!important;}
.official-final-actions .btn{width:100%!important;min-width:0!important;}
}


body.public-body:not(.admin-body) .section-head{
  max-width:900px!important;
  margin-inline:auto!important;
}


html,body,input,button,textarea,select{font-family:var(--vtx-font-body);}


.vtx-brand-word{display:inline-flex!important;align-items:baseline!important;vertical-align:baseline!important;line-height:1!important;white-space:nowrap!important;font-weight:900;letter-spacing:.01em!important;font-family:var(--vtx-font-body);}


.vtx-brand-letter{display:inline-block!important;line-height:1!important;transform:none!important;position:static!important;}


.vtx-brand-v,.vtx-brand-a1,.vtx-brand-a2,.vtx-brand-x{color:var(--vtx-deep)!important;}


.vtx-brand-t{color:var(--vtx-gold)!important;text-shadow:0 1px 0 rgba(255,255,255,.35);}


.vtx-recaptcha-note{grid-column:1/-1;margin:8px 0 2px!important;padding:10px 14px!important;border:1px solid rgba(232,161,29,.22)!important;border-radius:14px!important;background:rgba(232,161,29,.08)!important;color:#526a70!important;font-size:12px!important;line-height:1.7!important;text-align:start!important;}


.vtx-admin-news-form textarea{min-height:150px;}


.vtx-admin-news-form .form-grid{align-items:start;}


.vtx-whatsapp-float{position:fixed;z-index:999;right:20px;bottom:92px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;box-shadow:0 18px 35px rgba(37,211,102,.35);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;}


html[dir="rtl"] .vtx-whatsapp-float{right:auto;left:20px;}


.vtx-whatsapp-float:hover{transform:translateY(-4px);box-shadow:0 24px 42px rgba(37,211,102,.45);}


.vtx-whatsapp-float .icon{width:27px;height:27px;}


@media (max-width:700px){
.vtx-whatsapp-float{width:52px;height:52px;bottom:82px}
}


/* ===== VATAX v2 checkbox reCAPTCHA + new pages image/background + chatbot contrast patch ===== */
.vtx-recaptcha-field{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;width:100%;margin:12px 0 4px;padding:14px;border:1px solid rgba(8,56,70,.12);border-radius:18px;background:linear-gradient(180deg,#ffffff,#f7fbfc);box-shadow:0 10px 24px rgba(8,56,70,.06);box-sizing:border-box;}


.vtx-recaptcha-field .g-recaptcha{max-width:100%;transform-origin:center;}


.vtx-recaptcha-field .vtx-recaptcha-label{font-size:12px;font-weight:900;color:#24494f;background:rgba(232,161,29,.12);border:1px solid rgba(232,161,29,.24);border-radius:999px;padding:6px 10px;line-height:1.4;}


.vtx-recaptcha-field.is-required{border-color:rgba(220,38,38,.42)!important;box-shadow:0 0 0 4px rgba(220,38,38,.08),0 12px 28px rgba(8,56,70,.08)!important;}


@media (max-width:420px){
.vtx-recaptcha-field{padding:10px;overflow:hidden}
.vtx-recaptcha-field .g-recaptcha{transform:scale(.86);transform-origin:center}
.vtx-recaptcha-field .vtx-recaptcha-label{font-size:11px}
}


.askvatax-fab-text strong,.askvatax-title strong{color:#ffffff!important;text-shadow:0 1px 8px rgba(0,0,0,.25);letter-spacing:.01em!important;}


.askvatax-fab-text small,.askvatax-title span{color:#fff3d3!important;opacity:1!important;text-shadow:0 1px 8px rgba(0,0,0,.20);}


.askvatax-assistant{color:#0b3439!important;background:#ffffff!important;border-color:#d7e8ea!important;}


.askvatax-assistant .askvatax-inline-link,.askvatax-bubble a{color:#073944!important;font-weight:1000;}


.askvatax-card span{color:#073944!important;}


.askvatax-card small{color:#3f6368!important;}


.vtx-brand-word{
  display:inline-flex!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
  flex-direction:row!important;
  align-items:baseline!important;
  vertical-align:baseline!important;
  line-height:1!important;
  white-space:nowrap!important;
  gap:0!important;
  padding:0!important;
  margin-inline:.06em!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  font-weight:900;
  letter-spacing:.005em!important;
}


.vtx-brand-letter{
  display:inline-block!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
  line-height:1!important;
  padding:0!important;
  margin:0!important;
  transform:none!important;
  position:static!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  text-decoration:none!important;
}


.vtx-brand-v,.vtx-brand-a1,.vtx-brand-a2,.vtx-brand-x{color:var(--vtx-logo-ink)!important;}


.vtx-brand-t{color:var(--vtx-logo-gold)!important;}


.vtx-brand-word::before,.vtx-brand-word::after,.vtx-brand-letter::before,.vtx-brand-letter::after{display:none!important;content:none!important;}


.vtx-recaptcha-field{
  grid-column:1/-1!important;
  width:100%!important;
  max-width:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:16px 0 12px!important;
  padding:16px!important;
  min-height:108px!important;
  border:1px solid rgba(7,57,68,.16)!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,#fff,#f7fbfc)!important;
  box-shadow:0 12px 28px rgba(7,57,68,.07)!important;
  overflow:visible!important;
  direction:ltr!important;
}


.vtx-recaptcha-field .g-recaptcha{display:flex!important;justify-content:center!important;max-width:304px!important;width:304px!important;min-height:78px!important;transform-origin:center center!important;}


.vtx-recaptcha-field iframe{max-width:100%!important;display:block!important;}


.vtx-recaptcha-field .vtx-recaptcha-label{display:none!important;}


.vtx-recaptcha-field.is-required{border-color:#dc2626!important;box-shadow:0 0 0 4px rgba(220,38,38,.09),0 12px 28px rgba(7,57,68,.08)!important;}


.form-grid .vtx-recaptcha-field{grid-column:1/-1!important;}


@media (max-width:420px){
.vtx-recaptcha-field{padding:10px 4px!important;min-height:96px!important;overflow:hidden!important}
.vtx-recaptcha-field .g-recaptcha{transform:scale(.86)!important;}
}


.askvatax-fab{background:linear-gradient(135deg,#073944,#0D5A61)!important;border:1px solid rgba(232,161,29,.25)!important;}


.askvatax-fab-text strong,.askvatax-title strong{color:#fff!important;}


.askvatax-fab-text small,.askvatax-title span{color:#ffe3a4!important;}


.askvatax-send,.askvatax-fab-icon{color:#E8A11D!important;}


/* ===== VATAX requested final fixes: brand spacing, reCAPTCHA, custom pricing, compact cards ===== */
.vtx-brand-word{display:inline-flex!important;align-items:baseline!important;gap:.015em!important;margin-inline:.20em!important;direction:ltr!important;unicode-bidi:isolate!important;white-space:nowrap!important;vertical-align:baseline!important;letter-spacing:.01em!important}


.vtx-brand-word .vtx-brand-letter{display:inline-block!important;line-height:1!important}


.vtx-brand-word .vtx-brand-t{color:var(--vtx-logo-gold,#f59b14)!important}


.vtx-recaptcha-field{display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important;max-width:100%!important;margin:12px auto 16px!important;overflow:visible!important;direction:ltr!important;grid-column:1/-1!important;transform-origin:center!important}


.vtx-recaptcha-field .g-recaptcha{display:inline-block!important;max-width:100%!important}


.vtx-recaptcha-field.is-required{padding:10px!important;border:1px dashed rgba(220,38,38,.45)!important;border-radius:16px!important;background:rgba(254,242,242,.9)!important}


.service-custom-actions{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:12px!important;position:relative!important;z-index:4!important}


.service-custom-actions a,.service-dynamic-note a{display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;padding:8px 13px!important;border:1px solid rgba(245,155,20,.42)!important;background:rgba(245,155,20,.11)!important;color:var(--vtx-primary,#073e42)!important;font-weight:800;text-decoration:none!important}


.askvatax-widget{top:auto!important;bottom:24px!important;z-index:9999!important;max-width:min(92vw,270px)!important}


html[dir="rtl"] .askvatax-widget{left:24px!important;right:auto!important}


html[dir="ltr"] .askvatax-widget{right:24px!important;left:auto!important}


@media (max-width:760px){
.vtx-brand-word{margin-inline:.16em!important}
.vtx-recaptcha-field{transform:scale(.94);margin-inline:auto!important}
.askvatax-widget{bottom:18px!important}
}


@media (max-width:380px){
.vtx-recaptcha-field{transform:scale(.88)}
}


/* ===== 2026-06-18 VATAX visual + reCAPTCHA refinement patch ===== */
.vtx-brand-word{gap:.04em!important;unicode-bidi:isolate!important;}


.vtx-pre-footer-card h2{font-size:clamp(34px,3.7vw,62px)!important;}


.vtx-pre-footer-card h2 .vtx-brand-word{font-size:1.1em!important;font-weight:1000;}


.vtx-recaptcha-field{direction:ltr!important;justify-content:center!important;align-items:center!important;min-height:94px!important;margin:10px auto 14px!important;padding:12px 14px!important;border:1px solid rgba(8,56,70,.14)!important;border-radius:18px!important;background:linear-gradient(180deg,#ffffff,#f7fbfc)!important;box-shadow:0 12px 28px rgba(8,56,70,.06)!important;}


.vtx-recaptcha-field .g-recaptcha{display:flex!important;justify-content:center!important;width:304px!important;max-width:100%!important;min-height:78px!important;margin:0 auto!important;}


@media (max-width:760px){
.vtx-pre-footer-card h2{font-size:clamp(30px,9vw,46px)!important;}
.vtx-brand-word{margin-inline:.18em!important;}
.vtx-recaptcha-field{transform:none!important;}
}


/* ===== VATAX 2026 final UI refinements: brand spacing + compact feedback hero + stable reCAPTCHA ===== */
.vtx-inline-brand-title{display:inline-flex!important;align-items:center!important;gap:.5rem!important;flex-wrap:nowrap!important;direction:rtl!important;unicode-bidi:isolate!important;white-space:nowrap!important;max-width:100%!important}


.vtx-inline-brand-title.is-en{direction:ltr!important}


.vtx-inline-brand-title .vtx-inline-brand-label{display:inline-block!important;line-height:1.14!important}


.vtx-inline-brand-title .vtx-inline-brand-wordmark,
.vtx-prefooter-brand-wordmark,
.vtx-brand-wordmark-html{font-size:1em!important;line-height:1!important;flex:0 0 auto!important}


.vtx-pre-footer-card h2 .vtx-prefooter-brand{display:inline-flex!important;align-items:center!important;vertical-align:baseline!important;margin-inline-start:.2em!important}


.vtx-pre-footer-card h2 .vtx-prefooter-brand .vtx-brand-word{font-size:1.08em!important;margin-inline:0!important}


.page-rate-service-body .vtx-page-standard-hero .classic-hero-copy h1{font-size:clamp(2.6rem,4.2vw,4.6rem)!important;line-height:1.08!important;max-width:14ch!important}


.page-rate-service-body .vtx-page-standard-hero .classic-hero-copy p{max-width:58ch!important}


.create-account-body .register-form-polished .vtx-recaptcha-field{grid-column:1/-1!important;margin:6px auto 10px!important}


@media (max-width:900px){
.vtx-pre-footer-card h2 .vtx-prefooter-brand .vtx-brand-word{font-size:1em!important}
.page-rate-service-body .vtx-page-standard-hero .classic-hero-copy h1{font-size:clamp(2.25rem,8vw,3.35rem)!important;max-width:none!important}
}


@media (max-width:640px){
.vtx-inline-brand-title{gap:.34rem!important}
.vtx-pre-footer-card h2 .vtx-prefooter-brand{display:block!important;margin-inline-start:0!important;margin-top:.22em!important}
}


/* ===== VATAX final hardening 2026-06-18: compass no-overlap, clean hidden iframe, numeric limits ===== */
.vtx-download-frame,
iframe.vtx-download-frame,
iframe[name="vtx_download_frame"]{position:absolute!important;inset:auto!important;left:-99999px!important;top:-99999px!important;width:0!important;height:0!important;min-width:0!important;min-height:0!important;border:0!important;margin:0!important;padding:0!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;overflow:hidden!important;background:transparent!important;box-shadow:none!important;}


.vtx-compass-title{display:inline-flex!important;align-items:baseline!important;justify-content:center!important;gap:.52em!important;direction:ltr!important;unicode-bidi:isolate!important;white-space:nowrap!important;line-height:1!important;max-width:100%!important;vertical-align:baseline!important;position:relative!important;z-index:2!important;}


.vtx-compass-title .vtx-brand-word{display:inline-flex!important;direction:ltr!important;unicode-bidi:isolate!important;flex:0 0 auto!important;margin:0!important;padding:0!important;gap:.035em!important;font-size:1em!important;line-height:1!important;letter-spacing:.015em!important;vertical-align:baseline!important;transform:none!important;background:transparent!important;}


.vtx-compass-title .vtx-compass-label{display:inline-block!important;direction:rtl!important;unicode-bidi:isolate!important;flex:0 0 auto!important;margin:0!important;padding:0!important;line-height:1.08!important;color:inherit!important;white-space:nowrap!important;background:transparent!important;}


.vtx-pre-footer-card h2{display:block!important;line-height:1.08!important;}


.vtx-pre-footer-card h2 .vtx-prefooter-brand{display:inline-flex!important;align-items:baseline!important;vertical-align:baseline!important;margin-inline:.18em!important;line-height:1!important;}


.vtx-pre-footer-card h2 .vtx-prefooter-brand .vtx-brand-word{font-size:1em!important;line-height:1!important;margin:0!important;transform:none!important;letter-spacing:.018em!important;}


.vtx-pre-footer-card h2 .vtx-brand-v,.vtx-pre-footer-card h2 .vtx-brand-a1,.vtx-pre-footer-card h2 .vtx-brand-a2,.vtx-pre-footer-card h2 .vtx-brand-x{color:#fff!important;}


.vtx-pre-footer-card h2 .vtx-brand-t{color:var(--vtx-logo-gold,#E8A11D)!important;}


@media (max-width:520px){
.vtx-compass-title{gap:.36em!important;white-space:normal!important;flex-wrap:wrap!important;}
.vtx-compass-title .vtx-brand-word,.vtx-compass-title .vtx-compass-label{white-space:nowrap!important;}
}


/* ===== VATAX final UI + routing patch 2026-06-18 ===== */
/* Compass/VATAX wordmark: keep VATAX and بوصلة separated and readable in all cards. */
.vtx-compass-title{
  display:inline-flex!important;
  align-items:baseline!important;
  justify-content:center!important;
  gap:.44em!important;
  flex-wrap:wrap!important;
  row-gap:.12em!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
  white-space:normal!important;
  text-align:center!important;
  max-width:100%!important;
}


.vtx-compass-title .vtx-brand-word,
.vtx-compass-title .vtx-compass-label{
  white-space:nowrap!important;
}


.vtx-compass-title .vtx-brand-word{
  flex:0 0 auto!important;
  font-size:1em!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
  letter-spacing:.014em!important;
}


.vtx-compass-title .vtx-compass-label{
  display:inline-block!important;
  flex:0 0 auto!important;
  font-size:1em!important;
  margin:0!important;
  padding:0!important;
  line-height:1.08!important;
  direction:rtl!important;
  unicode-bidi:isolate!important;
}


/* Pre-footer CTA: make VATAX larger and aligned with the headline. */
.vtx-pre-footer-card h2{
  display:block!important;
  font-size:clamp(36px,4vw,64px)!important;
  line-height:1.06!important;
}


.vtx-pre-footer-card h2 .vtx-prefooter-brand{
  display:inline-flex!important;
  align-items:baseline!important;
  vertical-align:baseline!important;
  line-height:1!important;
  margin-inline:.18em!important;
}


.vtx-pre-footer-card h2 .vtx-prefooter-brand .vtx-brand-word{
  font-size:1.18em!important;
  line-height:1!important;
  margin:0!important;
  letter-spacing:.018em!important;
}


.vtx-pre-footer-card h2 .vtx-brand-v,
.vtx-pre-footer-card h2 .vtx-brand-a1,
.vtx-pre-footer-card h2 .vtx-brand-a2,
.vtx-pre-footer-card h2 .vtx-brand-x{
  color:#fff!important;
}


.vtx-pre-footer-card h2 .vtx-brand-t{
  color:var(--vtx-logo-gold,#E8A11D)!important;
}


.vtx-download-frame,
iframe.vtx-download-frame,
iframe[name="vtx_download_frame"]{
  display:none!important;
}


@media (max-width:640px){
.vtx-pre-footer-card h2{font-size:clamp(30px,8.5vw,46px)!important;}
.vtx-pre-footer-card h2 .vtx-prefooter-brand{display:block!important;margin-inline:0!important;margin-top:.18em!important;}
.vtx-pre-footer-card h2 .vtx-prefooter-brand .vtx-brand-word{font-size:1.08em!important;}
.vtx-compass-title{gap:.3em!important;}
}


/* ===== VATAX follow-up patch 2026-06-18: compass alignment, larger pre-footer VATAX, editorial news details ===== */
.vtx-compass-title{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:nowrap!important;
  gap:.26em!important;
  white-space:nowrap!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
  line-height:1!important;
}


.vtx-compass-title .vtx-brand-word{
  display:inline-flex!important;
  align-items:baseline!important;
  white-space:nowrap!important;
  margin:0!important;
  gap:.02em!important;
  flex:0 0 auto!important;
  font-size:.94em!important;
}


.vtx-compass-title .vtx-compass-label{
  display:inline-flex!important;
  align-items:baseline!important;
  white-space:nowrap!important;
  margin:0!important;
  flex:0 0 auto!important;
  font-size:.92em!important;
  line-height:1!important;
  direction:rtl!important;
}


.vtx-pre-footer-card h2{
  font-size:clamp(40px,4.6vw,72px)!important;
  line-height:1.05!important;
}


.vtx-pre-footer-card h2 .vtx-prefooter-brand{
  display:inline-flex!important;
  align-items:baseline!important;
  vertical-align:baseline!important;
  white-space:nowrap!important;
  margin-inline:.16em!important;
  margin-top:0!important;
}


.vtx-pre-footer-card h2 .vtx-prefooter-brand .vtx-brand-word{
  display:inline-flex!important;
  align-items:baseline!important;
  white-space:nowrap!important;
  font-size:1.34em!important;
  line-height:1!important;
  letter-spacing:.02em!important;
  margin:0!important;
  gap:.04em!important;
}


.vtx-pre-footer-card h2 .vtx-brand-letter{display:inline-block!important;}


@media (max-width:640px){
.vtx-compass-title{gap:.18em!important;}
.vtx-compass-title .vtx-brand-word{font-size:.88em!important;}
.vtx-compass-title .vtx-compass-label{font-size:.88em!important;}
.vtx-pre-footer-card h2{font-size:clamp(30px,9vw,48px)!important;}
.vtx-pre-footer-card h2 .vtx-prefooter-brand{display:inline-flex!important;margin-inline:.1em!important;}
.vtx-pre-footer-card h2 .vtx-prefooter-brand .vtx-brand-word{font-size:1.16em!important;}
}


.vtx-pre-footer-card h2{
  font-size:clamp(38px,4.5vw,72px)!important;
  line-height:1.04!important;
  color:#fff!important;
}


.vtx-pre-footer-card h2 .vtx-prefooter-brand,
.vtx-pre-footer-card h2 .vtx-prefooter-brand .vtx-brand-word{
  display:inline-flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:baseline!important;
  justify-content:flex-start!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  max-width:100%!important;
  padding:0!important;
  margin:0 .16em!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  line-height:1!important;
  white-space:nowrap!important;
  vertical-align:baseline!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
}


.vtx-pre-footer-card h2 .vtx-prefooter-brand .vtx-brand-word{
  font-size:1.28em!important;
  letter-spacing:.018em!important;
  font-weight:1000;
}


.vtx-pre-footer-card h2 .vtx-prefooter-brand .vtx-brand-letter{
  display:inline-block!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  line-height:1!important;
}


.vtx-pre-footer-card h2 .vtx-prefooter-brand .vtx-brand-v,
.vtx-pre-footer-card h2 .vtx-prefooter-brand .vtx-brand-a1,
.vtx-pre-footer-card h2 .vtx-prefooter-brand .vtx-brand-a2,
.vtx-pre-footer-card h2 .vtx-prefooter-brand .vtx-brand-x{color:#fff!important;}


.vtx-pre-footer-card h2 .vtx-prefooter-brand .vtx-brand-t{color:#E8A11D!important;}


@media (max-width:640px){
.vtx-pre-footer-card h2{font-size:clamp(30px,8vw,48px)!important;}
.vtx-pre-footer-card h2 .vtx-prefooter-brand{display:inline-flex!important;margin-inline:.12em!important;margin-top:0!important;}
.vtx-pre-footer-card h2 .vtx-prefooter-brand .vtx-brand-word{font-size:1.08em!important;}
}


/* ===== VATAX decisive final patch 2026-06-18: reCAPTCHA artifact, pre-footer/footer brand ===== */
/* Keep only the real 304x78 reCAPTCHA checkbox visible and hide Google's extra helper iframe. */
.vtx-recaptcha-field{
  width:fit-content!important;max-width:100%!important;min-height:0!important;height:auto!important;margin:12px auto 16px!important;padding:12px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;direction:ltr!important;box-sizing:border-box!important;border:1px solid rgba(7,57,68,.14)!important;border-radius:18px!important;background:linear-gradient(180deg,#fff,#f8fcfc)!important;box-shadow:0 10px 24px rgba(7,57,68,.055)!important;transform:none!important;
}


.vtx-recaptcha-field .g-recaptcha{display:block!important;width:304px!important;height:78px!important;max-width:304px!important;max-height:78px!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:visible!important;line-height:0!important;flex:0 0 auto!important;}


.vtx-recaptcha-field .g-recaptcha > div{width:304px!important;height:78px!important;max-width:304px!important;max-height:78px!important;margin:0!important;padding:0!important;overflow:visible!important;}


.vtx-recaptcha-field .g-recaptcha iframe[title="reCAPTCHA"]{display:block!important;width:304px!important;height:78px!important;max-width:304px!important;max-height:78px!important;margin:0!important;padding:0!important;border:0!important;visibility:visible!important;opacity:1!important;position:static!important;}


.vtx-recaptcha-field textarea.g-recaptcha-response{display:none!important;width:0!important;height:0!important;margin:0!important;padding:0!important;border:0!important;opacity:0!important;visibility:hidden!important;position:absolute!important;left:-99999px!important;}


.vtx-recaptcha-field.is-required{width:fit-content!important;padding:12px!important;border:1px solid rgba(220,38,38,.42)!important;border-radius:18px!important;background:linear-gradient(180deg,#fff,#fff7f7)!important;box-shadow:0 0 0 4px rgba(220,38,38,.08),0 12px 26px rgba(7,57,68,.06)!important;}


@media (max-width:380px){
.vtx-recaptcha-field{padding:8px!important}
.vtx-recaptcha-field .g-recaptcha{transform:scale(.88)!important;transform-origin:center!important;width:304px!important;height:78px!important}
}


/* Pre-footer VATAX wordmark: same line, large, never vertical. */
.vtx-pre-footer-card h2{font-size:clamp(40px,4.8vw,76px)!important;line-height:1.04!important;color:#fff!important;word-break:normal!important;overflow-wrap:normal!important;}


.vtx-pre-footer-card h2 span.vtx-prefooter-brand,.vtx-pre-footer-card h2 span.vtx-prefooter-brand span.vtx-brand-word{display:inline-flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:baseline!important;justify-content:flex-start!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;max-width:none!important;margin:0 .14em!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:inherit!important;line-height:1!important;white-space:nowrap!important;vertical-align:baseline!important;direction:ltr!important;unicode-bidi:isolate!important;}


.vtx-pre-footer-card h2 span.vtx-prefooter-brand span.vtx-brand-word{font-size:1.22em!important;font-weight:1000;letter-spacing:.018em!important;gap:.035em!important;}


.vtx-pre-footer-card h2 span.vtx-prefooter-brand span.vtx-brand-letter{display:inline-block!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;line-height:1!important;color:#fff!important;}


.vtx-pre-footer-card h2 span.vtx-prefooter-brand span.vtx-brand-t{color:#E8A11D!important;}


/* Footer copyright VATAX: readable inline pill, not white and not vertical. */
.footer-bottom{align-items:center!important;gap:16px!important;}


.footer-bottom .footer-copyright{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:.35em!important;flex-wrap:wrap!important;line-height:1.8!important;color:#dceced!important;}


.footer-bottom .vtx-footer-copyright-brand{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;margin:0 .12em!important;padding:.14em .38em!important;border-radius:999px!important;background:#ffffff!important;border:1px solid rgba(232,161,29,.32)!important;box-shadow:0 8px 18px rgba(0,0,0,.18)!important;vertical-align:middle!important;direction:ltr!important;unicode-bidi:isolate!important;}


.footer-bottom .vtx-footer-copyright-brand .vtx-brand-word{display:inline-flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:baseline!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;gap:.035em!important;line-height:1!important;white-space:nowrap!important;font-size:1.18em!important;font-weight:1000;letter-spacing:.012em!important;direction:ltr!important;}


.footer-bottom .vtx-footer-copyright-brand .vtx-brand-letter{display:inline-block!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;line-height:1!important;}


.footer-bottom .vtx-footer-copyright-brand .vtx-brand-v,.footer-bottom .vtx-footer-copyright-brand .vtx-brand-a1,.footer-bottom .vtx-footer-copyright-brand .vtx-brand-a2,.footer-bottom .vtx-footer-copyright-brand .vtx-brand-x{color:#073944!important;}


.footer-bottom .vtx-footer-copyright-brand .vtx-brand-t{color:#E8A11D!important;}


.footer-bottom .footer-legal-links{display:inline-flex!important;gap:14px!important;align-items:center!important;flex-wrap:wrap!important;}


@media (max-width:640px){
.vtx-pre-footer-card h2{font-size:clamp(30px,8.5vw,48px)!important}
.vtx-pre-footer-card h2 span.vtx-prefooter-brand{display:inline-flex!important;margin-inline:.1em!important;margin-top:0!important}
.vtx-pre-footer-card h2 span.vtx-prefooter-brand span.vtx-brand-word{font-size:1.08em!important}
.footer-bottom .footer-copyright{justify-content:center!important;text-align:center!important}
}


/* ===== VATAX FINAL OVERRIDE 2026-06-18: bigger pre-footer VATAX + clean black copyright ===== */
/* Strongest scoped override for vtx-pre-footer-card: VATAX is large, horizontal, no cards/boxes. */
html body .vtx-pre-footer-card h2{
  font-size:clamp(42px,4.9vw,78px)!important;
  line-height:1.02!important;
  color:#fff!important;
  display:block!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}


html body .vtx-pre-footer-card h2 > span.vtx-prefooter-brand{
  display:inline-flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:baseline!important;
  justify-content:flex-start!important;
  width:auto!important;
  height:auto!important;
  max-width:none!important;
  min-width:0!important;
  margin:0 .16em!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  vertical-align:baseline!important;
  line-height:1!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
}


html body .vtx-pre-footer-card h2 > span.vtx-prefooter-brand > span.vtx-brand-word{
  display:inline-flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:baseline!important;
  justify-content:flex-start!important;
  width:auto!important;
  height:auto!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  font-size:1.55em!important;
  font-weight:1000;
  line-height:.88!important;
  letter-spacing:.018em!important;
  gap:.03em!important;
  white-space:nowrap!important;
  vertical-align:baseline!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
  transform:translateY(.035em)!important;
}


html body .vtx-pre-footer-card h2 > span.vtx-prefooter-brand > span.vtx-brand-word > span.vtx-brand-letter{
  display:inline-block!important;
  width:auto!important;
  height:auto!important;
  max-width:none!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  line-height:1!important;
  vertical-align:baseline!important;
  float:none!important;
  position:static!important;
  transform:none!important;
}


html body .vtx-pre-footer-card h2 > span.vtx-prefooter-brand > span.vtx-brand-word > .vtx-brand-v,
html body .vtx-pre-footer-card h2 > span.vtx-prefooter-brand > span.vtx-brand-word > .vtx-brand-a1,
html body .vtx-pre-footer-card h2 > span.vtx-prefooter-brand > span.vtx-brand-word > .vtx-brand-a2,
html body .vtx-pre-footer-card h2 > span.vtx-prefooter-brand > span.vtx-brand-word > .vtx-brand-x{
  color:#fff!important;
}


html body .vtx-pre-footer-card h2 > span.vtx-prefooter-brand > span.vtx-brand-word > .vtx-brand-t{
  color:#E8A11D!important;
}


/* Copyright line: black text, VATAX logo colors, no frame/pill/border. */
html body .footer-bottom{
  background:#fff!important;
  color:#000!important;
  border-top:0!important;
  box-shadow:none!important;
}


html body .footer-bottom .footer-copyright{
  color:#000!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-wrap:wrap!important;
  gap:.28em!important;
  line-height:1.8!important;
}


html body .footer-bottom .vtx-footer-copyright-brand{
  display:inline-flex!important;
  flex-direction:row!important;
  align-items:baseline!important;
  justify-content:center!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  margin:0 .06em!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  color:inherit!important;
  vertical-align:baseline!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
}


html body .footer-bottom .vtx-footer-copyright-brand .vtx-brand-word{
  display:inline-flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:baseline!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  gap:.025em!important;
  line-height:1!important;
  white-space:nowrap!important;
  font-size:1.08em!important;
  font-weight:1000;
  letter-spacing:.012em!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
}


html body .footer-bottom .vtx-footer-copyright-brand .vtx-brand-letter{
  display:inline-block!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  line-height:1!important;
  position:static!important;
  transform:none!important;
}


html body .footer-bottom .vtx-footer-copyright-brand .vtx-brand-v,
html body .footer-bottom .vtx-footer-copyright-brand .vtx-brand-a1,
html body .footer-bottom .vtx-footer-copyright-brand .vtx-brand-a2,
html body .footer-bottom .vtx-footer-copyright-brand .vtx-brand-x{
  color:#073944!important;
}


html body .footer-bottom .vtx-footer-copyright-brand .vtx-brand-t{
  color:#E8A11D!important;
}


html body .footer-bottom .footer-legal-links a{
  color:#000!important;
}


@media (max-width:640px){
html body .vtx-pre-footer-card h2{font-size:clamp(30px,8.5vw,48px)!important;line-height:1.1!important;}
html body .vtx-pre-footer-card h2 > span.vtx-prefooter-brand{display:inline-flex!important;margin:0 .08em!important;}
html body .vtx-pre-footer-card h2 > span.vtx-prefooter-brand > span.vtx-brand-word{font-size:1.28em!important;line-height:.95!important;transform:translateY(.025em)!important;}
html body .footer-bottom .footer-copyright{justify-content:center!important;text-align:center!important;}
}


/* ===== VATAX FINAL RESTORE 2026-06-18: old pre-footer card design + larger logo only =====
   Purpose: restore the original vtx-pre-footer-card visual style and enlarge only the VATAX
   wordmark inside the headline without changing the whole card/title design. */
html body .vtx-pre-footer-card{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:24px!important;
  align-items:center!important;
  background:linear-gradient(135deg,#07383d,#002326)!important;
  color:#fff!important;
  border-radius:0!important;
  padding:clamp(34px,4vw,56px)!important;
  box-shadow:0 22px 60px rgba(8,56,70,.14)!important;
  border:0!important;
}


html body .vtx-pre-footer-card > div > .vtx-prefooter-eyebrow,
html body .vtx-pre-footer-card > div > span:first-child{
  display:block!important;
  color:#f8c262!important;
  font-size:13px!important;
  font-weight:1000;
  line-height:1.5!important;
  margin:0 0 8px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}


html body .vtx-pre-footer-card h2{
  display:block!important;
  font-size:clamp(30px,3.2vw,52px)!important;
  line-height:1.12!important;
  margin:0 0 10px!important;
  color:#fff!important;
  font-weight:1000;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  letter-spacing:0!important;
}


html body .vtx-pre-footer-card h2 .vtx-prefooter-title-text{
  display:inline!important;
  color:inherit!important;
  font-family:var(--vtx-font-body);
  line-height:inherit!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}


html body .vtx-pre-footer-card h2 > .vtx-prefooter-brand{
  display:inline-flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:baseline!important;
  justify-content:flex-start!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  max-width:none!important;
  margin:0 .20em!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  line-height:1!important;
  vertical-align:baseline!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
  white-space:nowrap!important;
}


html body .vtx-pre-footer-card h2 > .vtx-prefooter-brand > .vtx-brand-word{
  display:inline-flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:baseline!important;
  justify-content:flex-start!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  font-size:1.34em!important;
  font-weight:1000;
  line-height:.96!important;
  letter-spacing:.018em!important;
  gap:.025em!important;
  white-space:nowrap!important;
  vertical-align:baseline!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
  transform:translateY(.025em)!important;
}


html body .vtx-pre-footer-card h2 > .vtx-prefooter-brand > .vtx-brand-word > .vtx-brand-letter{
  display:inline-block!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  line-height:1!important;
  float:none!important;
  position:static!important;
  transform:none!important;
}


/* VATAX logo colors inside the dark pre-footer: logo ink becomes white for contrast, T remains gold. */
html body .vtx-pre-footer-card h2 > .vtx-prefooter-brand > .vtx-brand-word > .vtx-brand-v,
html body .vtx-pre-footer-card h2 > .vtx-prefooter-brand > .vtx-brand-word > .vtx-brand-a1,
html body .vtx-pre-footer-card h2 > .vtx-prefooter-brand > .vtx-brand-word > .vtx-brand-a2,
html body .vtx-pre-footer-card h2 > .vtx-prefooter-brand > .vtx-brand-word > .vtx-brand-x{
  color:#fff!important;
}


html body .vtx-pre-footer-card h2 > .vtx-prefooter-brand > .vtx-brand-word > .vtx-brand-t{
  color:#E8A11D!important;
}


html body .vtx-pre-footer-card p{
  font-size:15px!important;
  line-height:1.8!important;
  color:#d7ecef!important;
  margin:0!important;
}


html body .vtx-pre-footer-card .btn{
  min-width:170px!important;
  justify-content:center!important;
}


@media (max-width:760px){
html body .vtx-pre-footer-card{
    grid-template-columns:1fr!important;
    text-align:center!important;
    justify-items:center!important;
  }
html body .vtx-pre-footer-card h2{
    font-size:clamp(30px,9vw,46px)!important;
  }
html body .vtx-pre-footer-card h2 > .vtx-prefooter-brand{
    display:inline-flex!important;
    margin:0 .12em!important;
  }
html body .vtx-pre-footer-card h2 > .vtx-prefooter-brand > .vtx-brand-word{
    font-size:1.16em!important;
    transform:translateY(.018em)!important;
  }
}


/* Footer copyright final: black text, VATAX logo colors, no frame/pill. */
html body .footer-bottom{
  background:#fff!important;
  color:#000!important;
  border-top:0!important;
  box-shadow:none!important;
}


html body .footer-bottom .footer-copyright{
  color:#000!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-wrap:wrap!important;
  gap:.28em!important;
  line-height:1.8!important;
}


html body .footer-bottom .vtx-footer-copyright-brand,
html body .footer-bottom .vtx-footer-copyright-brand .vtx-brand-word{
  display:inline-flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:baseline!important;
  justify-content:center!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  vertical-align:baseline!important;
  line-height:1!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
  white-space:nowrap!important;
}


html body .footer-bottom .vtx-footer-copyright-brand .vtx-brand-word{
  font-size:1.08em!important;
  font-weight:1000;
  letter-spacing:.012em!important;
  gap:.025em!important;
}


html body .footer-bottom .vtx-footer-copyright-brand .vtx-brand-letter{
  display:inline-block!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  line-height:1!important;
  position:static!important;
  transform:none!important;
}


html body .footer-bottom .vtx-footer-copyright-brand .vtx-brand-v,
html body .footer-bottom .vtx-footer-copyright-brand .vtx-brand-a1,
html body .footer-bottom .vtx-footer-copyright-brand .vtx-brand-a2,
html body .footer-bottom .vtx-footer-copyright-brand .vtx-brand-x{
  color:#073944!important;
}


html body .footer-bottom .vtx-footer-copyright-brand .vtx-brand-t{
  color:#E8A11D!important;
}


html body .footer-bottom .footer-legal-links a{
  color:#000!important;
}


@media (max-width:640px){
html body .footer-bottom .footer-copyright{
    justify-content:center!important;
    text-align:center!important;
  }
}


/* =========================================================
   VATAX Updates 2 - precise section corrections
   ========================================================= */
html, body, input, button, textarea, select {
  font-family:var(--vtx-font-body);
}


/* Brand word colors across the full site */
.vtx-brand-word{
  display:inline-flex!important;
  align-items:baseline!important;
  gap:.025em!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
  white-space:nowrap!important;
  line-height:1!important;
  vertical-align:baseline!important;
}


.vtx-brand-word .vtx-brand-v,
.vtx-brand-word .vtx-brand-a1,
.vtx-brand-word .vtx-brand-a2,
.vtx-brand-word .vtx-brand-x{ color:#073944!important; }


.vtx-brand-word .vtx-brand-t{ color:#E8A11D!important; }


body.page-contact .form-field label::after,
body.page-contact .form-field .hint::before{ content:none!important; }


.vtx-updates2-rate-page h2,
.vtx-updates2-rate-page h3{ line-height:1.35!important; }


/* Tool lead modal before showing calculator/compass results */
.vtx-tool-lead-modal{
  position:fixed;
  inset:0;
  z-index:99998;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
}


.vtx-tool-lead-modal.is-open{ display:flex; }


.vtx-tool-lead-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,23,30,.62);
  backdrop-filter:blur(7px);
}


.vtx-tool-lead-card{
  position:relative;
  width:min(520px,100%);
  background:#fff;
  border-radius:30px;
  padding:30px;
  box-shadow:0 30px 90px rgba(0,0,0,.24);
  border:1px solid rgba(232,161,29,.24);
}


.vtx-tool-lead-close{
  position:absolute;
  inset-inline-end:16px;
  top:14px;
  width:38px;
  height:38px;
  border:0;
  border-radius:50%;
  background:#f4f8f8;
  color:#073944;
  font-size:24px;
  cursor:pointer;
}


.vtx-tool-lead-badge{
  display:inline-flex;
  padding:7px 13px;
  border-radius:999px;
  background:rgba(232,161,29,.13);
  color:#B97800;
  font-weight:900;
  margin-bottom:12px;
}


.vtx-tool-lead-card h2{ margin:0 0 10px; color:#073944; line-height:1.35; }


.vtx-tool-lead-card p{ margin:0 0 20px; color:#45666e; line-height:1.8; }


.vtx-tool-lead-inner-form{ display:grid; gap:14px; }


.vtx-tool-lead-inner-form label{ display:grid; gap:8px; color:#173f48; font-weight:800; }


.vtx-tool-lead-inner-form input{
  width:100%;
  min-height:50px;
  border-radius:16px;
  border:1px solid rgba(7,57,68,.14);
  padding:0 14px;
  outline:0;
  background:#fbfefe;
}


.vtx-tool-lead-inner-form input:focus{ border-color:#E8A11D; box-shadow:0 0 0 4px rgba(232,161,29,.13); }


.vtx-tool-lead-error{ min-height:18px; color:#b42318; font-size:.92rem; font-weight:700; }


.vtx-tool-lead-actions{ display:flex; gap:12px; justify-content:flex-end; flex-wrap:wrap; }


/* AskVATAX colors and unified button arrow */
.askvatax-title-ask,
.askvatax-title-vatax{ color:#E8A11D!important; }


.askvatax-fab strong,
.askvatax-panel-head strong{ color:#E8A11D!important; }


.askvatax-fab .icon,
.askvatax-fab svg,
.askvatax-panel-head svg{ color:#E8A11D!important; }


.askvatax-fab{
  gap:12px!important;
  border-radius:999px!important;
}


.askvatax-fab .send-arrow,
.askvatax-fab [data-arrow]{ margin-inline-start:4px!important; }


.vtx-field-help,
[data-vtx-help],
[data-askvatax-help]{
  font-weight:900;
}


.vtx-field-help::before,
[data-vtx-help]::before{ content:none!important; }


@media (max-width:768px){
.vtx-tool-lead-card{ padding:24px 18px; border-radius:24px; }
}


body.public-body .classic-hero-grid.compact-hero-grid{
  grid-template-columns:minmax(0,1.25fr) minmax(300px,.58fr)!important;
  gap:34px!important;
}


@media (max-width:900px){
body.public-body .classic-hero-grid.compact-hero-grid{grid-template-columns:1fr!important;}
}


/* Footer language and direction stability */
.footer, .footer *{box-sizing:border-box;}


html[dir="rtl"] .footer{direction:rtl;text-align:right;}


html[dir="ltr"] .footer{direction:ltr;text-align:left;}


.footer a,.footer p,.footer li,.footer h4{unicode-bidi:plaintext;}


.footer .ltr{direction:ltr!important;unicode-bidi:isolate!important;display:inline-block!important;}


.footer-bottom{gap:16px!important;}


html[dir="rtl"] .footer-bottom{direction:rtl!important;}


html[dir="ltr"] .footer-bottom{direction:ltr!important;}


/* Management team premium redesign, preserving all members */
.vtx-team-click-section .section-head{text-align:center!important;max-width:900px!important;margin-inline:auto!important;}


.vtx-brand-word .vtx-brand-letter{
  display:inline-block!important;
  flex:0 0 auto!important;
  width:auto!important;
  min-width:0!important;
  line-height:1!important;
  transform:none!important;
  position:static!important;
}


/* AskVATAX floating button: preserve original chatbot behavior, only fix label layout. */
.askvatax-fab{
  min-width:248px!important;
  max-width:min(300px,calc(100vw - 34px))!important;
  padding:11px 16px!important;
  gap:12px!important;
  overflow:hidden!important;
}


.askvatax-fab-text{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:2px!important;
  line-height:1.12!important;
  overflow:hidden!important;
}


.askvatax-brand-label,
.askvatax-fab-text strong.askvatax-brand-label,
.askvatax-title strong.askvatax-brand-label{
  display:inline-flex!important;
  align-items:baseline!important;
  gap:.22em!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
  white-space:nowrap!important;
  word-break:keep-all!important;
  overflow-wrap:normal!important;
  color:#E8A11D!important;
  font-size:16px!important;
  line-height:1!important;
  letter-spacing:.01em!important;
}


.askvatax-title-ask,
.askvatax-title-vatax{
  display:inline-block!important;
  white-space:nowrap!important;
  color:#E8A11D!important;
}


.askvatax-fab-text small{
  display:block!important;
  max-width:100%!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  color:#fff!important;
  opacity:.92!important;
}


.askvatax-fab-icon{
  flex:0 0 42px!important;
  width:42px!important;
  height:42px!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.10)!important;
  border:0!important;
  box-shadow:none!important;
}


html[dir="rtl"] .askvatax-widget{direction:rtl!important;}


html[dir="rtl"] .askvatax-fab-text{align-items:flex-start!important;text-align:start!important;}


@media (max-width:480px){
.askvatax-fab{min-width:220px!important;max-width:calc(100vw - 28px)!important;}
.askvatax-brand-label{font-size:15px!important;}
.askvatax-fab-text small{font-size:10.5px!important;}
}


@media (min-width:1100px){
body.public-body:not(.admin-body) .classic-hero-grid.compact-hero-grid{
    grid-template-columns:minmax(0,1.45fr) minmax(290px,.52fr)!important;
    gap:32px!important;
  }
}


/* ===== VATAX vv48 practical precision patch 2026-06-23 =====
   Fixes requested: duplicate titles/logos, compact full-width hero text, visible VATAX word,
   centered contact form, organized client logos, hero rating CTA, and management-team accordion. */
/* Hero layout: reduce huge stacked titles and give text full width on inner pages. */
body.public-body:not(.admin-body) .vtx-page-standard-hero .compact-hero-grid,
body.public-body:not(.admin-body) .vtx-inner-classic-hero .compact-hero-grid{
  grid-template-columns:minmax(0,1fr)!important;
  max-width:1280px!important;
  gap:0!important;
}


body.public-body:not(.admin-body) .vtx-page-standard-hero .classic-hero-copy,
body.public-body:not(.admin-body) .vtx-inner-classic-hero .classic-hero-copy{
  width:100%!important;
  max-width:1180px!important;
  margin-inline:auto!important;
  text-align:center!important;
  align-items:center!important;
}


body.public-body:not(.admin-body) .vtx-page-standard-hero .classic-hero-copy p,
body.public-body:not(.admin-body) .vtx-inner-classic-hero .classic-hero-copy p{
  max-width:960px!important;
  margin-inline:auto!important;
  font-size:clamp(15px,1.15vw,18px)!important;
  line-height:1.75!important;
}


body.public-body:not(.admin-body) .vtx-page-standard-hero .hero-actions,
body.public-body:not(.admin-body) .vtx-inner-classic-hero .hero-actions{
  justify-content:center!important;
  align-items:center!important;
  flex-wrap:wrap!important;
}


body.public-body:not(.admin-body) .vtx-hero-rate-btn{
  border-color:rgba(255,255,255,.38)!important;
  color:#fff!important;
  background:rgba(255,255,255,.08)!important;
}


body.public-body:not(.admin-body) .vtx-hero-rate-btn:hover{
  background:rgba(232,161,29,.20)!important;
  border-color:rgba(232,161,29,.65)!important;
}


/* Hero text: smaller, wider, and natural inline highlight instead of broken stacked text. */
body.public-body:not(.admin-body) .vtx-page-standard-hero,
body.public-body:not(.admin-body) .vtx-inner-classic-hero{min-height:clamp(430px,48vw,600px)!important;padding:clamp(105px,9vw,135px) 0 clamp(100px,10vw,140px)!important;}


body.public-body:not(.admin-body) .hero-actions{justify-content:center!important;}


body.public-body:not(.admin-body) .hero-actions .btn .icon{background:transparent!important;border:0!important;box-shadow:none!important;width:1.15em!important;height:1.15em!important;padding:0!important;margin:0 .2em!important;}


/* Pre-footer: reduce oversized text and make the eyebrow visually consistent. */
.vtx-pre-footer-card{align-items:center!important;gap:24px!important;}


.vtx-pre-footer-card .vtx-prefooter-eyebrow{display:block!important;font-size:clamp(20px,2.4vw,34px)!important;line-height:1.25!important;font-weight:1000;color:#fff!important;margin-bottom:8px!important;}


.vtx-pre-footer-card h2{font-size:clamp(22px,2.7vw,38px)!important;line-height:1.25!important;margin:0 0 10px!important;}


.vtx-pre-footer-card h2 .vtx-prefooter-title-text{font-size:.92em!important;}


.vtx-pre-footer-card h2 .vtx-brand-word{font-size:1em!important;}


/* AskVATAX floating button: white Ask and V/A/A/X, gold T only. Keep chatbot behavior untouched. */
.askvatax-brand-label{display:inline-flex!important;align-items:baseline!important;gap:.26em!important;white-space:nowrap!important;direction:ltr!important;unicode-bidi:isolate!important;line-height:1!important;}


.askvatax-title-ask{color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.22)!important;}


.askvatax-title-vatax{display:inline-flex!important;align-items:baseline!important;gap:.015em!important;letter-spacing:.015em!important;white-space:nowrap!important;color:#fff!important;}


.askvatax-title-vatax .askvatax-letter{display:inline-block!important;color:#fff!important;line-height:1!important;}


.askvatax-title-vatax .askvatax-letter-t{color:#E8A11D!important;}


.askvatax-fab-text small{color:#fff!important;opacity:.95!important;}


.askvatax-fab-icon,.askvatax-send{color:#E8A11D!important;}


/* Expanded leadership cards: wider, richer, responsive, sourced from Word content. */
.vtx-team-expanded-section .section-head{max-width:980px!important;margin-inline:auto!important;text-align:center!important;}


@media (max-width:620px){
.askvatax-fab{min-width:214px!important;padding:10px 12px!important;}
.askvatax-fab-icon{flex-basis:38px!important;width:38px!important;height:38px!important;}
.askvatax-brand-label{font-size:14px!important;}
.askvatax-fab-text small{font-size:10px!important;}
}


/* VV55: VATAX management team restored with official Word content and extracted leadership photos. */
body.public-body:not(.admin-body) .vtx-team-accordion-section{
  background:linear-gradient(180deg,#ffffff 0%,#f6fbfc 100%)!important;
}


body.public-body:not(.admin-body) .vtx-team-accordion-section .section-head{
  max-width:900px!important;
  margin-inline:auto!important;
  text-align:center!important;
}


/* ===== VATAX Management Team final restoration (Word content + real photos + responsive accordion) ===== */
body.public-body:not(.admin-body) .vtx-team-accordion-section{
  background:linear-gradient(180deg,#f7fbfc 0%,#ffffff 100%)!important;
  padding:clamp(54px,6vw,86px) 0!important;
}


body.public-body:not(.admin-body) .vtx-team-accordion-section .section-head{
  max-width:900px!important;
  margin:0 auto 32px!important;
  text-align:center!important;
}


body.public-body:not(.admin-body) .vtx-team-accordion-section .section-head p{
  max-width:760px!important;
  margin:10px auto 0!important;
  color:#5b7479!important;
  font-size:15px!important;
  line-height:1.8!important;
}


@media (max-width:620px){
body.public-body:not(.admin-body) .vtx-team-accordion-section{padding:44px 0!important;}
body.public-body:not(.admin-body) .vtx-team-accordion-section .section-head{margin-bottom:22px!important;}
}


body.public-body.page-clients-body:not(.admin-body) .vtx-page-standard-hero .vtx-brand-word .vtx-brand-letter,
body.public-body.page-clients-body:not(.admin-body) .vtx-inner-classic-hero .vtx-brand-word .vtx-brand-letter{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}


body.public-body.page-clients-body:not(.admin-body) .vtx-page-standard-hero .vtx-brand-word .vtx-brand-t,
body.public-body.page-clients-body:not(.admin-body) .vtx-inner-classic-hero .vtx-brand-word .vtx-brand-t{
  color:#E8A11D!important;
  -webkit-text-fill-color:#E8A11D!important;
}


body.public-body.page-clients-body:not(.admin-body) .client-practical-summary{
  width:min(100%,1000px)!important;
  margin:0 auto 24px!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
}


body.public-body.page-clients-body:not(.admin-body) .client-practical-summary span{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-height:58px!important;
  padding:12px 14px!important;
  border:1px solid rgba(7,57,68,.10)!important;
  border-radius:18px!important;
  background:#fff!important;
  color:#073944!important;
  font-weight:950;
  text-align:center!important;
  box-shadow:0 12px 28px rgba(7,57,68,.045)!important;
}


body.public-body.page-clients-body:not(.admin-body) .client-practical-summary svg{color:#E8A11D!important;flex:0 0 auto!important;}


@media (max-width:760px){
body.public-body.page-clients-body:not(.admin-body) .client-practical-summary{grid-template-columns:1fr!important;}
}


body.public-body:not(.admin-body){
  padding-top:var(--vtx-header-height)!important;
  overflow-x:hidden!important;
}


body.public-body:not(.admin-body) header.site-header,
body.public-body:not(.admin-body) .site-header[data-site-header]{
  position:fixed!important;
  top:0!important;
  inset-inline:0!important;
  width:100%!important;
  min-height:var(--vtx-header-height)!important;
  height:auto!important;
  z-index:99999!important;
  overflow:visible!important;
  background:rgba(255,255,255,.97)!important;
  border-bottom:1px solid rgba(7,57,68,.12)!important;
  box-shadow:0 10px 30px rgba(7,57,68,.07)!important;
  backdrop-filter:blur(16px)!important;
  -webkit-backdrop-filter:blur(16px)!important;
}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar{
  width:min(1510px,calc(100% - 48px))!important;
  min-height:var(--vtx-header-height)!important;
  height:auto!important;
  margin-inline:auto!important;
  padding:4px 0!important;
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  grid-template-areas:"brand nav toggle"!important;
  align-items:center!important;
  gap:clamp(10px,1.4vw,22px)!important;
  direction:ltr!important;
  overflow:visible!important;
}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar > .brand{
  grid-area:brand!important;
  justify-self:start!important;
  order:initial!important;
  margin:0!important;
  min-width:0!important;
  min-height:0!important;
}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-toggle{
  grid-area:toggle!important;
  justify-self:end!important;
  order:initial!important;
  margin:0!important;
}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel{
  grid-area:nav!important;
  min-width:0!important;
  width:100%!important;
  order:initial!important;
  direction:ltr!important;
}


html[dir="rtl"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-links{direction:rtl!important;}


html[dir="ltr"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-links{direction:ltr!important;}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .brand .logo-mark,
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .brand .logo-mark img{
  width:64px!important;
  min-width:64px!important;
  height:64px!important;
  min-height:64px!important;
  max-width:64px!important;
  max-height:64px!important;
  object-fit:contain!important;
  object-position:center!important;
  overflow:visible!important;
}


@media (min-width:1025px){
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-toggle{display:none!important;}
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel{
    position:static!important;
    inset:auto!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:clamp(10px,1.2vw,18px)!important;
    padding:0!important;
    margin:0!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    overflow:visible!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-links{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:clamp(8px,1.25vw,24px)!important;
    flex-wrap:nowrap!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
  }
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-actions{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:9px!important;
    width:auto!important;
    min-width:max-content!important;
    margin:0!important;
    direction:ltr!important;
  }
}


@media (max-width:1024px){
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar{
    width:min(100% - 28px,1510px)!important;
    min-height:var(--vtx-header-height)!important;
    grid-template-columns:auto 1fr auto!important;
    gap:10px!important;
    padding:3px 0!important;
  }
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-toggle{
    display:grid!important;
    place-items:center!important;
    width:44px!important;
    min-width:44px!important;
    height:44px!important;
    min-height:44px!important;
    border-radius:15px!important;
    border:1px solid rgba(7,57,68,.14)!important;
    background:#fff!important;
    color:#073944!important;
    box-shadow:0 10px 22px rgba(7,57,68,.08)!important;
    z-index:100001!important;
  }
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel{
    position:fixed!important;
    top:var(--vtx-header-height)!important;
    inset-inline:14px!important;
    width:auto!important;
    max-height:calc(100dvh - var(--vtx-header-height) - var(--vtx-mobile-panel-gap))!important;
    display:none!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    padding:16px!important;
    margin:0!important;
    overflow:auto!important;
    overscroll-behavior:contain!important;
    background:rgba(255,255,255,.985)!important;
    border:1px solid rgba(7,57,68,.14)!important;
    border-radius:24px!important;
    box-shadow:0 28px 80px rgba(7,57,68,.24)!important;
    z-index:100000!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel.open,
  body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel.is-open{display:grid!important;}
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-links{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    justify-content:stretch!important;
    align-items:stretch!important;
  }
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-links li{width:100%!important;}
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-link,
  body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-links a{
    width:100%!important;
    min-height:46px!important;
    justify-content:flex-start!important;
    border-radius:16px!important;
    background:#f6fbfc!important;
    padding:12px 14px!important;
    white-space:normal!important;
  }
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:9px!important;
    width:100%!important;
    margin:0!important;
  }
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .lang,
  body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .client-btn{width:100%!important;min-height:46px!important;}
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .service-dropdown-trigger{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 44px!important;
    gap:7px!important;
    width:100%!important;
  }
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .service-dropdown-toggle{
    width:44px!important;
    min-width:44px!important;
    height:46px!important;
    min-height:46px!important;
    margin:0!important;
    border-radius:16px!important;
  }
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-dropdown{
    position:static!important;
    display:none!important;
    width:100%!important;
    min-width:0!important;
    margin-top:8px!important;
    padding:8px!important;
    border-radius:18px!important;
    background:#eef7f8!important;
    box-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:none!important;
  }
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .has-dropdown.dropdown-open .nav-dropdown{display:grid!important;}
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .has-dropdown:hover .nav-dropdown,
  body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .has-dropdown:focus-within .nav-dropdown{display:none!important;}
}


@media (max-width:640px){
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar{
    width:min(100% - 22px,1510px)!important;
  }
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .brand .logo-mark,
  body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .brand .logo-mark img{
    width:58px!important;
    min-width:58px!important;
    height:58px!important;
    min-height:58px!important;
    max-width:58px!important;
    max-height:58px!important;
  }
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar > .mobile-nav-panel{
    inset-inline:11px!important;
    border-radius:22px!important;
    padding:14px!important;
  }
}


html[lang="ar"] body.public-body{direction:rtl;}


html[lang="en"] body.public-body{direction:ltr;}


html[lang="ar"] .vtx-only-en,
html[lang="ar"] [data-vtx-lang="en"],
html[lang="en"] .vtx-only-ar,
html[lang="en"] [data-vtx-lang="ar"]{display:none!important;}


/* ===== VATAX vv2 language direction, compass, arrows and hero wordmark fix 2026-06-23 ===== */
html[lang="ar"] body.public-body:not(.admin-body){direction:rtl;text-align:right;}


html[lang="en"] body.public-body:not(.admin-body){direction:ltr;text-align:left;}


/* Arrows: forward direction follows language, while service dropdown points back to the Services word. */
html[dir="ltr"] body.public-body:not(.admin-body) :where(.btn,.more-link) > .icon-arrow,
html[dir="ltr"] body.public-body:not(.admin-body) :where(.btn,.more-link) svg.icon-arrow{transform:scaleX(-1);}


html[dir="rtl"] body.public-body:not(.admin-body) :where(.btn,.more-link) > .icon-arrow,
html[dir="rtl"] body.public-body:not(.admin-body) :where(.btn,.more-link) svg.icon-arrow{transform:none;}


body.public-body:not(.admin-body) .service-dropdown-toggle .icon{transition:transform .18s ease!important;}


html[dir="ltr"] body.public-body:not(.admin-body) .service-dropdown-toggle .icon{transform:none!important;}


html[dir="rtl"] body.public-body:not(.admin-body) .service-dropdown-toggle .icon{transform:scaleX(-1)!important;}


body.public-body:not(.admin-body) .has-dropdown.dropdown-open .service-dropdown-toggle .icon{opacity:.9!important;}


/* Branded SweetAlert result gauge. */
.vtx-swal-branded-popup{border-radius:28px!important;padding:24px!important;border:1px solid rgba(7,57,68,.12)!important;box-shadow:0 30px 80px rgba(7,57,68,.22)!important;}


.vtx-swal-compass-result{display:grid;justify-items:center;gap:14px;text-align:center;direction:inherit;}


.vtx-swal-compass-result h3{margin:0;color:#073944;font-size:clamp(22px,2vw,30px);font-weight:1000;}


.vtx-swal-compass-result p{margin:0;color:#557177;font-weight:800;line-height:1.65;}


.vtx-swal-compass-result .vatax-risk-gauge{transform:scale(.92);transform-origin:center;}


body.public-body:not(.admin-body) .vtx-compass-title .vtx-brand-word,
body.public-body:not(.admin-body) .vtx-compass-title .vtx-compass-label{
  font-size:1em!important;
  line-height:1!important;
  font-weight:1000;
}


body.public-body:not(.admin-body) .vtx-compass-title .vtx-compass-label{
  letter-spacing:-.015em!important;
  transform:none!important;
}


body.public-body:not(.admin-body) header.site-header .service-dropdown-toggle .icon,
body.public-body:not(.admin-body) header.site-header .service-dropdown-toggle svg.icon-arrow{
  transform:none!important;
  transition:transform .18s ease, opacity .18s ease!important;
}


html[dir="rtl"] body.public-body:not(.admin-body) header.site-header .service-dropdown-toggle .icon,
html[dir="rtl"] body.public-body:not(.admin-body) header.site-header .service-dropdown-toggle svg.icon-arrow{
  transform:scaleX(-1)!important;
}


body.public-body:not(.admin-body) header.site-header .has-dropdown.dropdown-open .service-dropdown-toggle .icon,
body.public-body:not(.admin-body) header.site-header .has-dropdown:hover .service-dropdown-toggle .icon{
  opacity:.95!important;
}


@media (max-width:640px){
body.public-body:not(.admin-body) .vtx-compass-title .vtx-brand-word,
  body.public-body:not(.admin-body) .vtx-compass-title .vtx-compass-label{font-size:1em!important;}
}


/* ===== VATAX Compass success modal gauge patch 2026-06-23 ===== */
.vtx-swal-compass-result{display:grid!important;justify-items:center!important;gap:16px!important;text-align:center!important;direction:inherit!important;}


.vtx-swal-compass-result h3{margin:0!important;color:#073944!important;font-size:clamp(22px,2.2vw,31px)!important;font-weight:1000;line-height:1.18!important;}


.vtx-swal-compass-result p{margin:0!important;color:#557177!important;font-weight:850;line-height:1.7!important;max-width:420px!important;}


.vtx-swal-compass-result .vtx-swal-risk-card{width:min(286px,100%)!important;min-width:0!important;margin:2px auto 0!important;border-radius:24px!important;}


.vtx-swal-compass-result .vtx-swal-risk-card .vatax-risk-gauge{transform:none!important;min-width:0!important;}


.vtx-swal-compass-result .vtx-swal-risk-card .vatax-risk-gauge .gauge-arc{width:176px!important;height:92px!important;}


.vtx-swal-compass-result .vtx-swal-risk-card .vatax-risk-gauge strong{font-size:28px!important;color:#fff!important;text-shadow:0 2px 10px rgba(0,0,0,.18)!important;}


.vtx-swal-compass-result .vtx-swal-risk-card .vatax-risk-gauge small,
.vtx-swal-compass-result .vtx-swal-risk-card>span{color:#d8eff0!important;font-weight:900;}


.vtx-swal-branded-popup .swal2-html-container{margin:0!important;}


.vtx-swal-branded-popup .vtx-swal2-confirm,
.vtx-swal-branded-popup .swal2-confirm{border:0!important;border-radius:999px!important;padding:12px 22px!important;background:#E8A11D!important;color:#102d31!important;font-weight:1000;box-shadow:0 16px 30px rgba(232,161,29,.26)!important;}


@media (max-width:520px){
.vtx-swal-branded-popup{padding:20px 14px!important}
.vtx-swal-compass-result .vtx-swal-risk-card{width:100%!important}
.vtx-swal-compass-result .vtx-swal-risk-card .vatax-risk-gauge .gauge-arc{width:164px!important;height:86px!important}
}


.swal2-popup.vtx-swal-branded-popup .swal2-icon.swal2-success,
.swal2-popup.vtx-swal-branded-popup .vtx-swal2-icon.swal2-success{
  display:flex!important;
  margin:0 auto 10px!important;
  border-color:#cfecc2!important;
  color:#81bf62!important;
}


.vtx-swal-compass-result .vtx-swal-risk-card{order:2!important;}


.vtx-swal-compass-result h3{order:1!important;}


.vtx-swal-compass-result p{order:3!important;}


.vtx-email-direct-link .icon{width:18px!important;height:18px!important;flex:0 0 auto!important;}


/* VATAX final request fixes: prevent auto-selected badge overlap, custom pricing path, and terms layout */
.submit-service-grid .service-auto-card.auto-selected:after,
html[lang="ar"] .submit-service-grid .service-auto-card.auto-selected:after,
html[lang="en"] .submit-service-grid .service-auto-card.auto-selected:after{
  content:none!important;
  display:none!important;
}


.submit-service-grid .service-auto-card.auto-selected .service-choice-status{
  position:relative;
  z-index:2;
  width:max-content;
  max-width:100%;
  white-space:normal;
}


.service-custom-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
  position:relative;
  z-index:4;
}


.service-custom-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 16px;
  border-radius:999px;
  border:1px solid rgba(4,92,96,.18);
  background:#fff;
  color:#075c62;
  font-weight:1000;
  text-decoration:none;
  box-shadow:0 10px 22px rgba(4,92,96,.08);
}


.service-custom-actions a:first-child{
  background:#075c62;
  color:#fff;
}


.service-dynamic-note.custom-price-note{
  display:flex!important;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin-top:16px;
  border-color:#f4bf63!important;
  background:#fff9ec!important;
  color:#314447!important;
}


.service-dynamic-note.custom-price-note a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:7px 12px;
  border-radius:999px;
  background:#075c62;
  color:#fff!important;
  text-decoration:none;
  font-weight:1000;
}


[data-service-wizard][data-custom-blocked="1"] .wizard-step.active [data-next],
[data-service-wizard][data-custom-blocked="1"] [data-next].is-disabled-by-custom{
  opacity:.48!important;
  pointer-events:auto!important;
  cursor:not-allowed!important;
  filter:grayscale(.15);
}


@media (max-width:720px){
.service-custom-actions a,.service-dynamic-note.custom-price-note a{width:100%;}
}


/* ===== VATAX final patch 2026-06-23: custom price notice + straight brand word ===== */
html body .service-dynamic-note.custom-price-note{
  display:block!important;
  width:100%!important;
  padding:0!important;
  margin-top:18px!important;
  border:0!important;
  background:transparent!important;
  color:inherit!important;
  box-shadow:none!important;
}


html body .service-dynamic-note.custom-price-note .vtx-custom-price-message{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:14px!important;
  width:100%!important;
  border:1px solid rgba(232,161,29,.30)!important;
  background:linear-gradient(135deg,#fff8e9 0%,#fffdf8 52%,#f6fbfb 100%)!important;
  border-radius:22px!important;
  padding:16px 18px!important;
  box-shadow:0 16px 36px rgba(7,57,68,.07)!important;
  box-sizing:border-box!important;
}


html body .service-dynamic-note.custom-price-note .vtx-custom-price-icon{
  width:38px!important;
  height:38px!important;
  border-radius:14px!important;
  display:grid!important;
  place-items:center!important;
  background:#075c62!important;
  color:#fff!important;
  font-weight:1000;
  line-height:1!important;
  box-shadow:0 12px 24px rgba(7,92,98,.18)!important;
}


html body .service-dynamic-note.custom-price-note .vtx-custom-price-copy{
  display:grid!important;
  gap:4px!important;
  min-width:0!important;
  text-align:inherit!important;
}


html body .service-dynamic-note.custom-price-note .vtx-custom-price-copy strong{
  color:#102f33!important;
  font-size:15.5px!important;
  font-weight:1000;
  line-height:1.55!important;
}


html body .service-dynamic-note.custom-price-note .vtx-custom-price-copy small{
  color:#526b70!important;
  font-size:13px!important;
  font-weight:800;
  line-height:1.75!important;
}


html body .service-dynamic-note.custom-price-note .vtx-custom-price-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  min-width:max-content!important;
}


html body .service-dynamic-note.custom-price-note .vtx-custom-price-actions a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:40px!important;
  padding:9px 16px!important;
  border-radius:999px!important;
  font-size:13px!important;
  font-weight:1000;
  text-decoration:none!important;
  border:1px solid rgba(7,92,98,.18)!important;
  box-shadow:0 10px 22px rgba(7,57,68,.08)!important;
}


html body .service-dynamic-note.custom-price-note .vtx-custom-price-whatsapp{
  background:#075c62!important;
  color:#fff!important;
}


html body .service-dynamic-note.custom-price-note .vtx-custom-price-email{
  background:#fff!important;
  color:#075c62!important;
}


html body .swal2-popup .vtx-custom-price-message{
  grid-template-columns:1fr!important;
  text-align:center!important;
  justify-items:center!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  padding:0!important;
}


html body .swal2-popup .vtx-custom-price-actions{justify-content:center!important;min-width:0!important;}


/* Keep VATAX wordmark straight and horizontally aligned in Arabic and English pages. */
html body .vtx-brand-word,
html body .vtx-brand-wordmark-html,
html body .vtx-brand-letter,
html body .vtx-compass-title,
html body .vtx-compass-title .vtx-brand-word,
html body .vtx-compass-title .vtx-brand-letter{
  font-style:normal!important;
  transform:none!important;
  rotate:none!important;
  writing-mode:horizontal-tb!important;
  text-orientation:mixed!important;
  vertical-align:baseline!important;
}


html body .vtx-brand-word,
html body .vtx-compass-title .vtx-brand-word{
  display:inline-flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:baseline!important;
  justify-content:center!important;
  white-space:nowrap!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
  line-height:1!important;
}


html body .vtx-brand-letter,
html body .vtx-compass-title .vtx-brand-letter{
  display:inline-block!important;
  position:static!important;
  float:none!important;
  line-height:1!important;
}


html body .vtx-compass-title{
  display:inline-flex!important;
  align-items:baseline!important;
  justify-content:center!important;
  gap:.28em!important;
  width:auto!important;
  max-width:100%!important;
  line-height:1.08!important;
  white-space:nowrap!important;
}


html[dir="rtl"] body .vtx-compass-title,
html body .vtx-compass-title-ar{
  direction:rtl!important;
  unicode-bidi:isolate!important;
}


html[dir="ltr"] body .vtx-compass-title,
html body .vtx-compass-title-en{
  direction:ltr!important;
  unicode-bidi:isolate!important;
}


html body .vtx-compass-title .vtx-compass-label{
  display:inline-block!important;
  color:#083846!important;
  font-weight:1000;
  line-height:1!important;
  white-space:nowrap!important;
  transform:none!important;
  font-style:normal!important;
}


html body .vtx-compass-title .vtx-brand-v,
html body .vtx-compass-title .vtx-brand-a1,
html body .vtx-compass-title .vtx-brand-a2,
html body .vtx-compass-title .vtx-brand-x{color:#073944!important;}


html body .vtx-compass-title .vtx-brand-t{color:#E8A11D!important;}


@media (max-width:760px){
html body .service-dynamic-note.custom-price-note .vtx-custom-price-message{
    grid-template-columns:1fr!important;
    justify-items:stretch!important;
    text-align:center!important;
    padding:16px!important;
  }
html body .service-dynamic-note.custom-price-note .vtx-custom-price-icon{margin-inline:auto!important;}
html body .service-dynamic-note.custom-price-note .vtx-custom-price-actions{
    width:100%!important;
    min-width:0!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
  }
html body .service-dynamic-note.custom-price-note .vtx-custom-price-actions a{width:100%!important;}
}


@media (max-width:440px){
html body .service-dynamic-note.custom-price-note .vtx-custom-price-actions{grid-template-columns:1fr!important;}
html body .vtx-compass-title{gap:.18em!important;font-size:.94em!important;}
}


.vtx-structured-case-desc{padding:0!important;background:transparent!important;border:0!important}


.vtx-structured-case-desc .form-field input[readonly]{background:#f8fcfc}


.emp-note.vtx-structured-case-desc{background:transparent!important;border:0!important;padding:0!important}


/* Main section titles kept clean and consistent. */
body.public-body:not(.admin-body) .section-title,
body.public-body:not(.admin-body) .section-title.small{
  font-size:28px!important;
  line-height:1.34!important;
  letter-spacing:0!important;
  font-weight:1000;
}


body.public-body:not(.admin-body) .section-subtitle{
  font-size:16px!important;
  line-height:1.85!important;
}


body.public-body:not(.admin-body) .vtx-compass-title{
  display:inline-flex!important;
  align-items:baseline!important;
  justify-content:flex-start!important;
  gap:.32em!important;
  max-width:100%!important;
  line-height:1.08!important;
  white-space:normal!important;
}


html[dir="rtl"] body.public-body:not(.admin-body) .vtx-compass-title{direction:rtl!important;}


html[dir="ltr"] body.public-body:not(.admin-body) .vtx-compass-title{direction:ltr!important;}


body.public-body:not(.admin-body) .vtx-compass-title .vtx-compass-label{
  display:inline-block!important;
  white-space:nowrap!important;
  color:inherit!important;
  font-size:1em!important;
  line-height:1!important;
}


/* Pre-footer CTA: corrected VATAX word size and clean inline baseline. */
body.public-body:not(.admin-body) .vtx-pre-footer-card{
  align-items:center!important;
  text-align:inherit!important;
}


body.public-body:not(.admin-body) .vtx-pre-footer-card .vtx-prefooter-eyebrow{
  display:block!important;
  color:var(--gold,#E8A11D)!important;
  font-size:18px!important;
  line-height:1.55!important;
  font-weight:1000;
  margin:0 0 10px!important;
}


body.public-body:not(.admin-body) .vtx-pre-footer-card h2{
  display:flex!important;
  align-items:baseline!important;
  justify-content:flex-start!important;
  flex-wrap:wrap!important;
  gap:.36em!important;
  margin:0 0 12px!important;
  font-size:28px!important;
  line-height:1.25!important;
  color:#fff!important;
  letter-spacing:0!important;
}


html[dir="rtl"] body.public-body:not(.admin-body) .vtx-pre-footer-card h2{justify-content:flex-start!important;direction:rtl!important;}


html[dir="ltr"] body.public-body:not(.admin-body) .vtx-pre-footer-card h2{justify-content:flex-start!important;direction:ltr!important;}


body.public-body:not(.admin-body) .vtx-pre-footer-card .vtx-prefooter-title-text{
  display:inline!important;
  color:#fff!important;
  font-size:28px!important;
  line-height:1.25!important;
  margin:0!important;
}


body.public-body:not(.admin-body) .vtx-pre-footer-card .vtx-prefooter-brand{
  display:inline-flex!important;
  align-items:baseline!important;
  margin:0!important;
  line-height:1!important;
}


body.public-body:not(.admin-body) .vtx-pre-footer-card .vtx-prefooter-brand .vtx-brand-word{
  display:inline-flex!important;
  align-items:baseline!important;
  gap:.035em!important;
  margin:0!important;
  font-size:36px!important;
  line-height:1!important;
  letter-spacing:.015em!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
  transform:none!important;
}


body.public-body:not(.admin-body) .vtx-pre-footer-card .vtx-prefooter-brand .vtx-brand-v,
body.public-body:not(.admin-body) .vtx-pre-footer-card .vtx-prefooter-brand .vtx-brand-a1,
body.public-body:not(.admin-body) .vtx-pre-footer-card .vtx-prefooter-brand .vtx-brand-a2,
body.public-body:not(.admin-body) .vtx-pre-footer-card .vtx-prefooter-brand .vtx-brand-x{color:#fff!important;}


body.public-body:not(.admin-body) .vtx-pre-footer-card .vtx-prefooter-brand .vtx-brand-t{color:var(--gold,#E8A11D)!important;}


body.public-body:not(.admin-body) .vtx-pre-footer-card p{
  font-size:16px!important;
  line-height:1.85!important;
  color:#d7ecef!important;
  margin:0!important;
}


@media (max-width:760px){
body.public-body:not(.admin-body) .vtx-pre-footer-card{grid-template-columns:1fr!important;text-align:center!important;justify-items:center!important;}
body.public-body:not(.admin-body) .vtx-pre-footer-card h2{justify-content:center!important;text-align:center!important;}
body.public-body:not(.admin-body) .vtx-pre-footer-card .vtx-prefooter-brand .vtx-brand-word{font-size:32px!important;}
}


/* Requested light text weight for Arabic and English text across pages. */
html body :where(h1,h2,h3,h4,h5,h6,p,span,small,strong,em,b,li,a,button,label,input,textarea,select,td,th,div){
  font-weight:300;
}


/* Keep VATAX wordmark readable while all surrounding Arabic/English copy remains 300. */
html body .vtx-brand-word,
html body .vtx-brand-word .vtx-brand-letter,
html body .logo-word,
html body .brand-word,
html body .askvatax-title-vatax,
html body .askvatax-title-vatax span{
  font-weight:700;
}


html body .vtx-brand-word{
  display:inline-flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:baseline!important;
  justify-content:center!important;
  gap:.035em!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
  white-space:nowrap!important;
  writing-mode:horizontal-tb!important;
  text-orientation:mixed!important;
  line-height:1!important;
  vertical-align:baseline!important;
}


html body .vtx-brand-word .vtx-brand-letter{
  display:inline-block!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  writing-mode:horizontal-tb!important;
  text-orientation:mixed!important;
}


html body .vtx-brand-word .vtx-brand-v,
html body .vtx-brand-word .vtx-brand-a1,
html body .vtx-brand-word .vtx-brand-a2,
html body .vtx-brand-word .vtx-brand-x{color:#073944!important;}


html body .vtx-brand-word .vtx-brand-t{color:#E8A11D!important;}


html body.public-body:not(.admin-body) .vtx-compass-title,
html body.public-body:not(.admin-body) .vtx-compass-title-ar,
html body.public-body:not(.admin-body) .vtx-compass-title-en{
  display:inline-flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:baseline!important;
  justify-content:center!important;
  gap:.34em!important;
  width:auto!important;
  max-width:100%!important;
  margin:0 auto!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  line-height:1.06!important;
  white-space:nowrap!important;
  unicode-bidi:isolate!important;
  writing-mode:horizontal-tb!important;
  text-orientation:mixed!important;
}


html[dir="rtl"] body.public-body:not(.admin-body) .vtx-compass-title,
html body.public-body:not(.admin-body) .vtx-compass-title-ar{direction:rtl!important;}


html[dir="ltr"] body.public-body:not(.admin-body) .vtx-compass-title,
html body.public-body:not(.admin-body) .vtx-compass-title-en{direction:ltr!important;}


html body.public-body:not(.admin-body) .vtx-compass-title .vtx-compass-label,
html body.public-body:not(.admin-body) .vtx-compass-title .vtx-brand-word{
  display:inline-flex!important;
  align-items:baseline!important;
  justify-content:center!important;
  width:auto!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  font-size:1em!important;
  line-height:1!important;
  white-space:nowrap!important;
  vertical-align:baseline!important;
}


html body.public-body:not(.admin-body) .vtx-compass-title .vtx-compass-label{
  color:#073944!important;
  font-weight:300;
}


html body.public-body:not(.admin-body) .vtx-compass-title .vtx-brand-word,
html body.public-body:not(.admin-body) .vtx-compass-title .vtx-brand-letter{
  font-weight:700;
}


@media (max-width:760px){
html body.public-body:not(.admin-body) .vtx-compass-title{
    gap:.24em!important;
    white-space:nowrap!important;
  }
}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar :where(.nav-link,.nav-links a,.service-dropdown-toggle,.nav-actions a,.lang,.client-btn){
  font-size:16px!important;
  font-weight:300;
  line-height:1.25!important;
}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .service-dropdown-trigger{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:0!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  border-radius:0!important;
}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .service-dropdown-trigger > a{display:none!important;}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .service-dropdown-toggle,
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .service-dropdown-toggle.nav-link-icon{
  width:auto!important;
  min-width:0!important;
  height:auto!important;
  min-height:40px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  padding:10px 14px!important;
  margin:0!important;
  border:1px solid transparent!important;
  border-radius:999px!important;
  background:transparent!important;
  color:#24494e!important;
  box-shadow:none!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  cursor:pointer!important;
}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .service-dropdown-toggle:hover,
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .service-dropdown-toggle.active,
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .has-dropdown.dropdown-open .service-dropdown-toggle{
  background:#fff!important;
  color:#083846!important;
  border-color:rgba(8,56,70,.12)!important;
  box-shadow:0 8px 22px rgba(8,56,70,.065)!important;
}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .service-dropdown-toggle .nav-link-label{
  display:inline-block!important;
  font-size:16px!important;
  font-weight:300;
  line-height:1.25!important;
}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .service-dropdown-toggle svg.icon-chevron-down,
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .service-dropdown-toggle .icon-chevron-down{
  display:inline-block!important;
  width:15px!important;
  height:15px!important;
  min-width:15px!important;
  margin-inline-start:2px!important;
  color:currentColor!important;
  stroke:currentColor!important;
  transform:none!important;
  transition:transform .18s ease!important;
  opacity:.9!important;
  visibility:visible!important;
}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .has-dropdown.dropdown-open .service-dropdown-toggle svg.icon-chevron-down,
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .has-dropdown:hover .service-dropdown-toggle svg.icon-chevron-down,
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .has-dropdown:focus-within .service-dropdown-toggle svg.icon-chevron-down{
  transform:rotate(180deg)!important;
}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-services-dropdown,
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-dropdown.nav-services-dropdown{
  grid-template-columns:1fr!important;
  gap:12px!important;
  padding:16px!important;
  min-width:360px!important;
  width:360px!important;
  border-radius:22px!important;
  border:1px solid rgba(8,56,70,.12)!important;
  background:#fff!important;
  box-shadow:0 26px 70px rgba(8,56,70,.17)!important;
}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-dropdown-section{
  display:grid!important;
  gap:7px!important;
  padding:8px!important;
  border-radius:18px!important;
  background:#f7fbfc!important;
  border:1px solid rgba(8,56,70,.06)!important;
}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-dropdown-title{
  display:block!important;
  padding:2px 4px 6px!important;
  color:#e88f00!important;
  font-size:16px!important;
  font-weight:300;
  line-height:1.35!important;
  text-align:start!important;
}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-dropdown a,
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-dropdown .nav-dropdown-link{
  width:100%!important;
  min-height:42px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  padding:10px 12px!important;
  margin:0!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#24494e!important;
  border:1px solid rgba(8,56,70,.07)!important;
  box-shadow:none!important;
  text-align:start!important;
  font-size:16px!important;
  font-weight:300;
  line-height:1.35!important;
}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-dropdown a::after,
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-dropdown .nav-dropdown-link::after{
  content:none!important;
  display:none!important;
}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-dropdown a:hover,
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-dropdown .nav-dropdown-link:hover{
  border-color:rgba(232,143,0,.34)!important;
  color:#083846!important;
  background:#fffaf0!important;
}


@media (min-width:1025px){
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-item.has-dropdown{position:relative!important;}
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-services-dropdown{
    position:absolute!important;
    top:calc(100% + 12px)!important;
    inset-inline-start:50%!important;
    display:grid!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateX(50%) translateY(8px)!important;
    z-index:10050!important;
    transition:opacity .18s ease,transform .18s ease,visibility .18s ease!important;
  }
html[dir="ltr"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-services-dropdown{
    transform:translateX(-50%) translateY(8px)!important;
  }
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .has-dropdown:hover > .nav-services-dropdown,
  body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .has-dropdown:focus-within > .nav-services-dropdown,
  body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .has-dropdown.dropdown-open > .nav-services-dropdown{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translateX(50%) translateY(0)!important;
  }
html[dir="ltr"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .has-dropdown:hover > .nav-services-dropdown,
  html[dir="ltr"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .has-dropdown:focus-within > .nav-services-dropdown,
  html[dir="ltr"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .has-dropdown.dropdown-open > .nav-services-dropdown{
    transform:translateX(-50%) translateY(0)!important;
  }
}


@media (max-width:1024px){
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .service-dropdown-trigger{
    display:block!important;
    width:100%!important;
  }
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .service-dropdown-toggle,
  body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .service-dropdown-toggle.nav-link-icon{
    width:100%!important;
    min-height:46px!important;
    justify-content:space-between!important;
    padding:12px 14px!important;
    border-radius:16px!important;
    background:#f6fbfc!important;
    border:1px solid rgba(8,56,70,.10)!important;
  }
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-services-dropdown{
    position:static!important;
    display:none!important;
    width:100%!important;
    min-width:0!important;
    margin-top:8px!important;
    padding:10px!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:none!important;
    box-shadow:none!important;
    background:#eef7f8!important;
  }
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .has-dropdown.dropdown-open > .nav-services-dropdown{
    display:grid!important;
  }
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .has-dropdown:hover > .nav-services-dropdown,
  body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .has-dropdown:focus-within > .nav-services-dropdown{
    display:none!important;
  }
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .has-dropdown.dropdown-open:hover > .nav-services-dropdown,
  body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .has-dropdown.dropdown-open:focus-within > .nav-services-dropdown{
    display:grid!important;
  }
}


html[dir="rtl"] body.public-body:not(.admin-body) .vtx-hero-tool-card :where(h2,h3,strong,p){
  text-align:right!important;
  margin-inline-start:auto!important;
  margin-inline-end:0!important;
}


html[dir="ltr"] body.public-body:not(.admin-body) .vtx-hero-tool-card :where(h2,h3,strong,p){
  text-align:left!important;
  margin-inline-start:0!important;
  margin-inline-end:auto!important;
}


html[dir="rtl"] body.public-body:not(.admin-body) .vtx-hero-tool-card h3{
  width:100%!important;
  justify-content:flex-end!important;
}


html[dir="ltr"] body.public-body:not(.admin-body) .vtx-hero-tool-card h3{
  width:100%!important;
  justify-content:flex-start!important;
}


html[dir="rtl"] body.public-body:not(.admin-body) .vtx-hero-tool-card .vtx-hero-tool-icon,
html[dir="rtl"] body.public-body:not(.admin-body) .vtx-hero-tool-card > span:first-child,
html[dir="rtl"] body.public-body:not(.admin-body) .vtx-hero-tool-card .more-link{
  align-self:flex-end!important;
  margin-inline-start:auto!important;
  margin-inline-end:0!important;
}


html[dir="ltr"] body.public-body:not(.admin-body) .vtx-hero-tool-card .vtx-hero-tool-icon,
html[dir="ltr"] body.public-body:not(.admin-body) .vtx-hero-tool-card > span:first-child,
html[dir="ltr"] body.public-body:not(.admin-body) .vtx-hero-tool-card .more-link{
  align-self:flex-start!important;
  margin-inline-start:0!important;
  margin-inline-end:auto!important;
}


/* === Final request: nav dropdown + 17px buttons + VATAX compass alignment === */
body:not(.admin-body) .public-navbar .nav-link,
body:not(.admin-body) .public-navbar .nav-links a,
body:not(.admin-body) .public-navbar .service-dropdown-toggle,
body:not(.admin-body) .public-navbar .nav-dropdown-link,
body:not(.admin-body) .public-navbar .nav-dropdown-toplink,
body:not(.admin-body) .public-navbar .nav-dropdown-title{
  font-size:17px!important;
  font-weight:300;
}


body:not(.admin-body) .public-navbar .has-dropdown{position:relative!important;}


body:not(.admin-body) .public-navbar .service-dropdown-toggle{
  min-height:46px!important;
  padding:11px 18px!important;
  border-radius:16px!important;
  border:1px solid rgba(7,57,68,.12)!important;
  background:linear-gradient(180deg,#ffffff 0%,#f6faf9 100%)!important;
  box-shadow:0 10px 24px rgba(7,57,68,.08)!important;
  color:#083846!important;
  gap:10px!important;
}


body:not(.admin-body) .public-navbar .has-dropdown:hover .service-dropdown-toggle,
body:not(.admin-body) .public-navbar .has-dropdown:focus-within .service-dropdown-toggle,
body:not(.admin-body) .public-navbar .has-dropdown.dropdown-open .service-dropdown-toggle,
body:not(.admin-body) .public-navbar .service-dropdown-toggle.active{
  background:#ffffff!important;
  border-color:rgba(232,161,29,.38)!important;
  box-shadow:0 16px 34px rgba(7,57,68,.12)!important;
}


body:not(.admin-body) .public-navbar .nav-services-dropdown{
  min-width:360px!important;
  padding:18px!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbfb 100%)!important;
  border:1px solid rgba(7,57,68,.1)!important;
  box-shadow:0 24px 50px rgba(7,57,68,.15)!important;
  gap:14px!important;
}


body:not(.admin-body) .public-navbar .nav-dropdown-toplink{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:100%!important;
  padding:12px 16px!important;
  margin:0 0 4px 0!important;
  border-radius:14px!important;
  background:#eef6f6!important;
  border:1px solid rgba(7,57,68,.1)!important;
  color:#083846!important;
  text-decoration:none!important;
}


html[dir="rtl"] body:not(.admin-body) .public-navbar .nav-dropdown-toplink{
  justify-content:flex-end!important;
  text-align:right!important;
}


body:not(.admin-body) .public-navbar .nav-dropdown-section{
  display:grid!important;
  gap:8px!important;
  padding-top:10px!important;
  border-top:1px solid rgba(7,57,68,.08)!important;
}


body:not(.admin-body) .public-navbar .nav-dropdown-title{
  display:block!important;
  margin:0!important;
  color:#083846!important;
}


body:not(.admin-body) .public-navbar .nav-dropdown-link{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:100%!important;
  padding:11px 14px!important;
  border-radius:12px!important;
  background:#fff!important;
  border:1px solid transparent!important;
  color:#31535a!important;
  text-decoration:none!important;
}


html[dir="rtl"] body:not(.admin-body) .public-navbar .nav-dropdown-link{
  justify-content:flex-end!important;
  text-align:right!important;
}


body:not(.admin-body) .public-navbar .nav-dropdown-link:hover,
body:not(.admin-body) .public-navbar .nav-dropdown-toplink:hover{
  background:#fffdf8!important;
  border-color:rgba(232,161,29,.34)!important;
  color:#083846!important;
}


@media (max-width: 980px){
body:not(.admin-body) .public-navbar .nav-services-dropdown{
    min-width:0!important;
    padding:14px!important;
    gap:10px!important;
  }
}


body.public-body:not(.admin-body) .vtx-main-start-btn,
body.public-body:not(.admin-body) .vtx-hero-compass-btn,
body.public-body:not(.admin-body) .vtx-pre-footer-card .btn{
  min-width:190px!important;
  min-height:58px!important;
  padding:17px 30px!important;
  border-radius:18px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:18px!important;
  line-height:1!important;
  font-weight:300;
}


body.public-body:not(.admin-body) .vtx-pre-footer-card .vtx-prefooter-brand .vtx-brand-word{
  font-size:44px!important;
  line-height:.95!important;
  font-weight:300;
  display:inline-flex!important;
  align-items:baseline!important;
  flex-wrap:nowrap!important;
  white-space:nowrap!important;
  letter-spacing:0!important;
}


body.public-body:not(.admin-body) .vtx-pre-footer-card .vtx-prefooter-brand .vtx-brand-word > .vtx-brand-letter{
  display:inline!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
}


body.public-body:not(.admin-body) .vtx-pre-footer-card h2{
  gap:14px!important;
  align-items:baseline!important;
}


body.public-body:not(.admin-body) .footer-bottom .vtx-footer-copyright-brand .vtx-brand-word{
  font-size:1.18em!important;
}


@media (max-width:700px){
body.public-body:not(.admin-body) .vtx-pre-footer-card .vtx-prefooter-brand .vtx-brand-word{font-size:34px!important;}
body.public-body:not(.admin-body) .vtx-main-start-btn,
  body.public-body:not(.admin-body) .vtx-hero-compass-btn,
  body.public-body:not(.admin-body) .vtx-pre-footer-card .btn{width:100%!important;min-width:0!important;}
}


/* Keep public UI consistent without touching admin / employee / client dashboards. */
body.public-body:not(.admin-body),
body.public-body:not(.admin-body) :where(p,li,span,small,strong,b,a,button,label,input,textarea,select,td,th,div){
  font-family:var(--vtx-font-body);
}


body.public-body:not(.admin-body) :where(p,li,label,input,textarea,select,td,th,.section-subtitle,.muted){
  font-size:var(--vtx-final-body)!important;
  line-height:1.85!important;
  font-weight:400;
}


body.public-body:not(.admin-body) :where(.vtx-main-start-btn,.vtx-hero-compass-btn){
  font-size:var(--vtx-final-body)!important;
  min-height:58px!important;
  min-width:190px!important;
  padding:16px 30px!important;
}


/* Services buttons: stable row, no overlap, Start Now stays clean. */
body.public-body:not(.admin-body) .service-card-actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  align-items:center!important;
  gap:10px!important;
  margin-top:auto!important;
  width:100%!important;
}


body.public-body:not(.admin-body) .service-card-actions .btn{
  width:100%!important;
  min-width:0!important;
  padding:13px 16px!important;
}


/* VATAX wordmark/Compass title: stable horizontal rendering in AR and EN. */
body.public-body:not(.admin-body) .vtx-brand-word{
  display:inline-flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:baseline!important;
  justify-content:center!important;
  gap:0!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
  white-space:nowrap!important;
  writing-mode:horizontal-tb!important;
  line-height:1!important;
  vertical-align:baseline!important;
  font-weight:800;
}


body.public-body:not(.admin-body) .vtx-brand-word > .vtx-brand-letter{
  display:inline!important;
  float:none!important;
  width:auto!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
  letter-spacing:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  font-weight:800;
}


body.public-body:not(.admin-body) .vtx-brand-word .vtx-brand-v,
body.public-body:not(.admin-body) .vtx-brand-word .vtx-brand-a1,
body.public-body:not(.admin-body) .vtx-brand-word .vtx-brand-a2,
body.public-body:not(.admin-body) .vtx-brand-word .vtx-brand-x{color:#073944!important;}


body.public-body:not(.admin-body) .vtx-brand-word .vtx-brand-t{color:#E8A11D!important;}


body.public-body:not(.admin-body) .vtx-compass-title{
  display:inline-flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:baseline!important;
  gap:.28em!important;
  width:auto!important;
  max-width:100%!important;
  white-space:nowrap!important;
  line-height:1.08!important;
  vertical-align:baseline!important;
  writing-mode:horizontal-tb!important;
}


html[dir="rtl"] body.public-body:not(.admin-body) .vtx-compass-title{direction:rtl!important;}


html[dir="ltr"] body.public-body:not(.admin-body) .vtx-compass-title{direction:ltr!important;}


body.public-body:not(.admin-body) .vtx-compass-title .vtx-compass-label{
  font-size:1em!important;
  line-height:1!important;
  font-weight:800;
  white-space:nowrap!important;
  color:var(--vtx-final-teal)!important;
}


@media (max-width:760px){
body.public-body:not(.admin-body) .service-card-actions{
    grid-template-columns:1fr!important;
  }
body.public-body:not(.admin-body) .vtx-compass-title{
    gap:.22em!important;
    max-width:100%!important;
  }
}


/* Forced public typography sizes across public pages. */
body.public-body:not(.admin-body) :where(h1,.hero-title,.classic-hero-copy h1,.case-hero h1,.page-hero h1){font-size:var(--vtx-final-h1)!important;line-height:1.25!important;font-weight:800;letter-spacing:0!important;}


html[dir="rtl"] body.public-body:not(.admin-body) :where(input,textarea,select){text-align:right!important;}


html[dir="ltr"] body.public-body:not(.admin-body) :where(input,textarea,select){text-align:left!important;}


body.public-body:not(.admin-body) .ltr{text-align:left!important;direction:ltr!important;unicode-bidi:isolate!important;}


body.public-body:not(.admin-body) :where(.vtx-main-start-btn,.vtx-hero-compass-btn){font-size:var(--vtx-final-body)!important;min-height:58px!important;min-width:190px!important;padding:16px 30px!important;}


/* Service cards button alignment and no overlap. */
body.public-body:not(.admin-body) .service-card-actions{display:grid!important;grid-template-columns:1fr 1fr!important;align-items:center!important;gap:10px!important;width:100%!important;margin-top:auto!important;}


body.public-body:not(.admin-body) .service-card-actions .btn{width:100%!important;min-width:0!important;padding:13px 14px!important;}


html[dir="rtl"] body.public-body:not(.admin-body) :where(.service-card-actions,.hero-actions,.case-actions){direction:rtl!important;}


html[dir="ltr"] body.public-body:not(.admin-body) :where(.service-card-actions,.hero-actions,.case-actions){direction:ltr!important;}


/* Footer: remove bottom privacy/terms near copyright and center copyright cleanly. */
body.public-body:not(.admin-body) .footer-bottom{justify-content:center!important;text-align:center!important;gap:0!important;}


body.public-body:not(.admin-body) .footer-bottom .footer-legal-links{display:none!important;visibility:hidden!important;}


body.public-body:not(.admin-body) .footer-copyright{width:100%!important;text-align:center!important;}


/* Public navbar services dropdown: no frame around Services, hover opens, stable bridge prevents fast hiding. */
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-item.has-dropdown{position:relative!important;padding-block:8px!important;}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-item.has-dropdown::after{content:""!important;position:absolute!important;inset-inline:-18px!important;top:100%!important;height:26px!important;background:transparent!important;pointer-events:auto!important;}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .service-dropdown-trigger{display:inline-flex!important;align-items:center!important;gap:0!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;box-shadow:none!important;}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .service-dropdown-toggle{width:auto!important;min-width:0!important;height:auto!important;min-height:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding:10px 13px!important;margin:0!important;background:transparent!important;border:0!important;border-color:transparent!important;border-radius:0!important;box-shadow:none!important;color:#24494e!important;}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .service-dropdown-toggle .nav-link-label{display:inline!important;white-space:nowrap!important;}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .service-dropdown-toggle .icon{width:16px!important;height:16px!important;transition:transform .18s ease!important;}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .service-dropdown-toggle:hover,
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .has-dropdown:hover .service-dropdown-toggle,
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .has-dropdown.dropdown-open .service-dropdown-toggle{background:transparent!important;border:0!important;box-shadow:none!important;color:var(--vtx-final-gold)!important;}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .has-dropdown:hover .service-dropdown-toggle .icon,
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .has-dropdown.dropdown-open .service-dropdown-toggle .icon{transform:rotate(180deg)!important;}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-dropdown{top:calc(100% + 4px)!important;min-width:310px!important;z-index:10040!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(8px)!important;transition:opacity .2s ease,transform .2s ease,visibility .2s ease!important;}


body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .has-dropdown:hover .nav-dropdown,
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .has-dropdown:focus-within .nav-dropdown,
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .has-dropdown.dropdown-open .nav-dropdown{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important;}


html[dir="rtl"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-dropdown{inset-inline-start:auto!important;inset-inline-end:0!important;text-align:right!important;direction:rtl!important;}


html[dir="ltr"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-dropdown{inset-inline-start:0!important;inset-inline-end:auto!important;text-align:left!important;direction:ltr!important;}


html[dir="rtl"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-dropdown a{justify-content:flex-end!important;text-align:right!important;}


html[dir="ltr"] body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-dropdown a{justify-content:flex-start!important;text-align:left!important;}


@media (max-width:1024px){
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-item.has-dropdown{padding-block:0!important;}
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .nav-item.has-dropdown::after{display:none!important;}
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .service-dropdown-toggle{width:100%!important;justify-content:space-between!important;border-radius:16px!important;padding:10px 14px!important;border:0!important;background:transparent!important;}
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .nav-dropdown{position:static!important;display:none!important;opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:auto!important;min-width:0!important;width:100%!important;box-shadow:none!important;background:#f7fbfc!important;margin-top:8px!important;}
body.public-body:not(.admin-body) header.site-header nav.navbar.public-navbar .mobile-nav-panel .has-dropdown.dropdown-open .nav-dropdown{display:grid!important;}
}


@media (max-width:760px){
body.public-body:not(.admin-body) :where(h1,.hero-title,.classic-hero-copy h1,.case-hero h1,.page-hero h1){font-size:32px!important;}
body.public-body:not(.admin-body) .service-card-actions{grid-template-columns:1fr!important;}
}

/* ===== VATAX HERO RESTORE AFTER CSS SPLIT 2026-06-25 =====
   Purpose:
   - Restore the previous public hero visual after moving CSS from assets/css/vatax.css into assets/css/pages/.
   - Keep one shared hero design while each PHP page keeps its own title/subtitle/actions.
   - Keep homepage artwork, page/service background images, overlays, and wave shape working from the new CSS folder path.
*/
body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced,
body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced.vtx-gcc-home-hero,
body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced.vtx-page-standard-hero,
body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced.vtx-inner-classic-hero{
  position:relative!important;
  min-height:var(--vtx-hero-fixed-height,500px)!important;
  height:var(--vtx-hero-fixed-height,500px)!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  overflow:hidden!important;
  color:#fff!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  isolation:isolate!important;
}

body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced.vtx-gcc-home-hero{
  background:
    linear-gradient(90deg,rgba(0,24,27,.92) 0%,rgba(0,48,52,.74) 44%,rgba(0,18,21,.62) 100%),
    radial-gradient(circle at 17% 28%,rgba(242,140,0,.22),transparent 34%),
    url("../../images/home/home-hero-bg.png") center center/cover no-repeat!important;
}

body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced.vtx-gcc-home-hero::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  pointer-events:none!important;
  display:block!important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(0deg,rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(180deg,rgba(0,0,0,.02) 0%,rgba(0,0,0,.16) 100%)!important;
  background-size:92px 92px,92px 92px,cover!important;
  opacity:.46!important;
  -webkit-mask-image:none!important;
  mask-image:none!important;
}

body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced.has-service-hero-image,
body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced.vtx-page-standard-hero.has-service-hero-image,
body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced.vtx-inner-classic-hero.has-service-hero-image{
  background:
    linear-gradient(135deg,rgba(0,20,22,.90) 0%,rgba(0,55,60,.76) 48%,rgba(0,18,20,.92) 100%),
    var(--vtx-service-hero-bg) center center/cover no-repeat!important;
}

body.public-body:not(.admin-body).page-about-body .classic-home-hero.vtx-home-hero-enhanced.has-service-hero-image{
  background:
    linear-gradient(135deg,rgba(0,20,22,.90) 0%,rgba(0,55,60,.74) 48%,rgba(0,18,20,.92) 100%),
    var(--vtx-service-hero-bg) center center/cover no-repeat!important;
}

body.public-body:not(.admin-body).page-contact-body .classic-home-hero.vtx-home-hero-enhanced.has-service-hero-image{
  background:
    linear-gradient(135deg,rgba(0,20,22,.92) 0%,rgba(0,55,60,.76) 48%,rgba(0,18,20,.94) 100%),
    var(--vtx-service-hero-bg) center 56%/cover no-repeat!important;
}

body.public-body:not(.admin-body).page-tools-body .classic-home-hero.vtx-home-hero-enhanced.has-service-hero-image{
  background:
    linear-gradient(135deg,rgba(0,20,22,.92) 0%,rgba(0,55,60,.75) 48%,rgba(0,18,20,.94) 100%),
    var(--vtx-service-hero-bg) center 43%/cover no-repeat!important;
}

body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced.has-service-hero-image::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  pointer-events:none!important;
  display:block!important;
  background:
    radial-gradient(circle at 18% 22%,rgba(242,140,0,.30),transparent 28%),
    radial-gradient(circle at 78% 20%,rgba(255,255,255,.13),transparent 28%),
    linear-gradient(0deg,rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px)!important;
  background-size:auto,auto,86px 86px,86px 86px!important;
  opacity:.88!important;
}

body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced:not(.has-service-hero-image):not(.vtx-gcc-home-hero),
body.public-body:not(.admin-body) .vtx-page-standard-hero:not(.has-service-hero-image),
body.public-body:not(.admin-body) .vtx-inner-classic-hero:not(.has-service-hero-image),
body.public-body:not(.admin-body) .page-hero:not(.has-service-hero-image),
body.public-body:not(.admin-body) .hero.hero-sm.no-wave:not(.has-service-hero-image){
  background:
    radial-gradient(circle at 18% 20%,rgba(242,140,0,.14),transparent 30%),
    linear-gradient(135deg,#002f31 0%,#014448 58%,#001719 100%)!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
}

body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced > .container,
body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .classic-hero-grid,
body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .compact-hero-grid,
body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .classic-hero-copy,
body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .hero-mini-service-card,
body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .vtx-hero-tool-card{
  position:relative!important;
  z-index:4!important;
}

body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .classic-hero-grid,
body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .compact-hero-grid{
  width:100%!important;
  min-height:calc(var(--vtx-hero-fixed-height,500px) - 40px)!important;
  align-items:center!important;
  gap:clamp(22px,3vw,46px)!important;
}

body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .hero-grid-pattern,
body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .hero-orb{
  display:none!important;
}

body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .classic-hero-copy h1,
body.public-body:not(.admin-body) .vtx-page-standard-hero .classic-hero-copy h1,
body.public-body:not(.admin-body) .vtx-inner-classic-hero .classic-hero-copy h1{
  font-size:var(--vtx-hero-title-size,clamp(28px,2.9vw,52px))!important;
  line-height:1.15!important;
  max-width:850px!important;
  margin:0 0 14px!important;
  letter-spacing:-.025em!important;
  text-wrap:balance;
  color:#fff!important;
}

body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .classic-hero-copy h1 span,
body.public-body:not(.admin-body) .vtx-page-standard-hero .classic-hero-copy h1 span,
body.public-body:not(.admin-body) .vtx-inner-classic-hero .classic-hero-copy h1 span{
  color:var(--gold,#df9b22)!important;
}

body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .classic-hero-copy p,
body.public-body:not(.admin-body) .vtx-page-standard-hero .classic-hero-copy p,
body.public-body:not(.admin-body) .vtx-inner-classic-hero .classic-hero-copy p{
  font-size:clamp(14px,1.15vw,18px)!important;
  line-height:1.75!important;
  font-weight:600;
  max-width:780px!important;
  margin:0 0 20px!important;
  color:#dceff1!important;
}

body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .hero-badge{
  font-size:12px!important;
  line-height:1!important;
  font-weight:800;
}

body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .hero-actions{
  justify-content:flex-start!important;
  gap:10px!important;
  margin-top:14px!important;
}
html[dir="rtl"] body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .hero-actions{direction:rtl!important;}
html[dir="ltr"] body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .hero-actions{direction:ltr!important;}

body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .hero-actions .btn{
  min-height:44px!important;
  padding:11px 18px!important;
  font-size:13px!important;
  border-radius:14px!important;
}

body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .hero-mini-service-card,
body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .vtx-hero-tool-card{
  max-width:330px!important;
  min-height:auto!important;
  padding:clamp(20px,2vw,26px)!important;
  border-radius:26px!important;
}

body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced.has-service-hero-image .hero-mini-service-card{
  background:rgba(255,255,255,.13)!important;
  border:1px solid rgba(255,255,255,.20)!important;
  backdrop-filter:blur(14px)!important;
  box-shadow:0 26px 70px rgba(0,0,0,.22)!important;
}

body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .hero-mini-service-card strong,
body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .vtx-hero-tool-card h3{
  font-size:clamp(19px,1.55vw,24px)!important;
  line-height:1.28!important;
}

body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .hero-mini-service-card p,
body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .vtx-hero-tool-card p,
body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .vtx-hero-tool-card strong{
  font-size:13px!important;
  line-height:1.7!important;
  font-weight:600;
}

body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .hero-wave{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:-1px!important;
  height:76px!important;
  z-index:5!important;
  pointer-events:none!important;
  line-height:0!important;
}

body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .hero-wave svg{
  display:block!important;
  width:100%!important;
  height:100%!important;
}

body.public-body:not(.admin-body) .vtx-annual-orbit{
  background:
    linear-gradient(135deg,rgba(0,35,39,.84),rgba(0,20,24,.78)),
    url("../../images/home/home-hero-bg.png") center/cover no-repeat!important;
}
body.public-body:not(.admin-body) .vtx-annual-orbit-media::before{
  background:url("../../images/home/home-hero-bg.png") center/cover no-repeat!important;
}

@media(max-width:980px){
  body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .classic-hero-grid,
  body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .compact-hero-grid{
    grid-template-columns:1fr!important;
    min-height:0!important;
    align-content:center!important;
    text-align:center!important;
    justify-items:center!important;
  }
  body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .classic-hero-copy{
    max-width:860px!important;
    text-align:center!important;
    justify-self:center!important;
    margin-inline:auto!important;
  }
  body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .hero-actions{
    justify-content:center!important;
  }
  body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .hero-mini-service-card,
  body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .vtx-hero-tool-card{
    display:none!important;
  }
}

@media(max-width:760px){
  body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced,
  body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced.vtx-gcc-home-hero,
  body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced.vtx-page-standard-hero,
  body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced.vtx-inner-classic-hero{
    min-height:500px!important;
    height:auto!important;
    padding:58px 0 82px!important;
  }
  body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .classic-hero-copy p{
    font-size:14px!important;
    line-height:1.75!important;
  }
  body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .hero-wave{height:54px!important;}
}

@media(max-width:430px){
  body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced{
    min-height:500px!important;
    padding:48px 0 74px!important;
  }
  body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .hero-actions,
  body.public-body:not(.admin-body) .classic-home-hero.vtx-home-hero-enhanced .hero-actions .btn{
    width:100%!important;
  }
}


/* ===== VATAX custom about/rate hero image 2026-06-28 =====
   Uses the supplied boardroom image for About and Rate Service hero sections only. */
body.public-body:not(.admin-body).page-about-body .classic-home-hero.vtx-home-hero-enhanced.has-service-hero-image,
body.public-body:not(.admin-body).page-rate-service-body .classic-home-hero.vtx-home-hero-enhanced.has-service-hero-image{
  background:
    linear-gradient(135deg,rgba(0,20,22,.86) 0%,rgba(0,55,60,.68) 48%,rgba(0,18,20,.88) 100%),
    var(--vtx-service-hero-bg) center center/cover no-repeat!important;
}

@media (max-width:760px){
  body.public-body:not(.admin-body).page-about-body .classic-home-hero.vtx-home-hero-enhanced.has-service-hero-image,
  body.public-body:not(.admin-body).page-rate-service-body .classic-home-hero.vtx-home-hero-enhanced.has-service-hero-image{
    background:
      linear-gradient(135deg,rgba(0,20,22,.90) 0%,rgba(0,55,60,.74) 48%,rgba(0,18,20,.92) 100%),
      var(--vtx-service-hero-bg) center center/cover no-repeat!important;
  }
}


/* VAT checker four-level gauge: OK, Low, Medium, High */
.vatax-risk-gauge.gauge-ok{--needle-color:#087443;--needle-glow:rgba(8,116,67,.30)}
.vatax-risk-gauge.gauge-ok strong{color:#075f27}


/* VAT return request: visible client threshold note without restoring removed result columns */
.tax-case-vat-risk-rules{margin:0 0 22px;padding:17px 18px;border:1px solid #f1cf72;border-radius:20px;background:#fff8d9;box-shadow:0 10px 24px rgba(96,72,0,.06)}
.tax-case-vat-risk-rules__head{display:flex;align-items:center;gap:12px;margin-bottom:13px}
.tax-case-vat-risk-rules__head>span{display:grid;place-items:center;width:39px;height:39px;border-radius:13px;background:#f3c957;color:#063b32;flex:0 0 auto}
.tax-case-vat-risk-rules__head strong{display:block;color:#063b32;font-size:16px;font-weight:1000;line-height:1.5}
.tax-case-vat-risk-rules__head small{display:block;margin-top:2px;color:#625c3c;font-weight:800;line-height:1.55}
.tax-case-vat-risk-rules__grid{display:grid;grid-template-columns:.72fr 1.15fr 1.3fr;gap:10px}
.tax-case-vat-risk-rules__grid article{display:grid;gap:6px;align-content:start;padding:12px 13px;border:1px solid rgba(127,100,16,.17);border-radius:15px;background:rgba(255,255,255,.72)}
.tax-case-vat-risk-rules__grid b{color:#18393d;font-weight:1000}
.tax-case-vat-risk-rules__grid span{color:#534f3c;font-weight:800;line-height:1.6}
.tax-case-rule-status.is-ok{display:inline-flex;justify-self:start;padding:3px 10px;border-radius:999px;background:#dff4dc;color:#075f27;font-weight:1000}
@media (max-width:900px){.tax-case-vat-risk-rules__grid{grid-template-columns:1fr}}


/* ===== VATAX services checkout integrity + final-stage clarity patch 2026-07-25 ===== */
.vtx-service-choice-grid{align-items:stretch!important;gap:18px!important;}
.vtx-service-choice-grid .service-auto-card{min-height:230px!important;padding:24px!important;border:1px solid #dbe8ea!important;border-radius:24px!important;background:linear-gradient(180deg,#fff,#fbfefe)!important;box-shadow:0 12px 32px rgba(8,56,70,.055)!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease!important;}
.vtx-service-choice-grid .service-auto-card .service-title-text{display:block!important;margin:4px 0 9px!important;color:#0a3035!important;font-size:clamp(19px,1.8vw,24px)!important;line-height:1.35!important;font-weight:1000!important;}
.vtx-service-choice-grid .service-auto-card .service-auto-desc{display:block!important;min-height:72px!important;color:#60777d!important;font-size:14px!important;line-height:1.75!important;font-weight:750!important;}
.vtx-service-choice-grid .service-auto-meta{margin-top:auto!important;padding-top:18px!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;border-top:1px solid #e3edef!important;}
.vtx-service-choice-grid .service-auto-meta small{min-width:0!important;border:1px solid #e2edef!important;border-radius:14px!important;background:#f8fbfc!important;padding:11px 10px!important;display:grid!important;gap:5px!important;color:#71878c!important;font-size:11.5px!important;font-weight:900!important;}
.vtx-service-choice-grid .service-auto-meta b{color:#153f45!important;font-size:13px!important;line-height:1.35!important;overflow-wrap:anywhere!important;}
.vtx-service-choice-grid .service-auto-card.auto-selected,.vtx-service-choice-grid .service-auto-card.selected{border-color:#0a676d!important;background:linear-gradient(180deg,#f1fbfb,#fff)!important;box-shadow:0 22px 52px rgba(4,92,96,.14)!important;transform:translateY(-3px)!important;}
.vtx-service-choice-grid .service-auto-card.auto-selected .service-choice-status{background:#075c62!important;color:#fff!important;box-shadow:0 7px 18px rgba(4,92,96,.18)!important;}

.final-payment-summary-card{grid-template-columns:minmax(0,.95fr) minmax(300px,.72fr)!important;grid-template-areas:"title title" "service service" "amount secure" "follow follow"!important;}
.vtx-final-selected-service{grid-area:service!important;border:1px solid #d7e7e9!important;border-radius:22px!important;background:linear-gradient(135deg,#f5fbfc 0%,#fff 58%,#fff8ea 100%)!important;padding:20px!important;display:grid!important;gap:17px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)!important;}
.vtx-final-selected-service-head{display:grid!important;grid-template-columns:50px minmax(0,1fr)!important;gap:14px!important;align-items:start!important;}
.vtx-final-selected-service-icon{width:50px!important;height:50px!important;border-radius:16px!important;display:grid!important;place-items:center!important;background:#075c62!important;color:#fff!important;box-shadow:0 12px 28px rgba(4,92,96,.18)!important;}
.vtx-final-selected-service-icon .icon{width:24px!important;height:24px!important;}
.vtx-final-selected-service-head small{display:block!important;color:#789096!important;font-size:11.5px!important;font-weight:1000!important;margin-bottom:5px!important;}
.vtx-final-selected-service-head strong{display:block!important;color:#0a3035!important;font-size:clamp(19px,2vw,25px)!important;line-height:1.35!important;font-weight:1000!important;}
.vtx-final-selected-service-head p{margin:7px 0 0!important;color:#5c757b!important;line-height:1.7!important;font-size:13px!important;font-weight:750!important;}
.vtx-final-selected-service-metrics{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;}
.vtx-final-selected-service-metrics>div{min-width:0!important;border:1px solid rgba(8,56,70,.1)!important;border-radius:15px!important;background:rgba(255,255,255,.86)!important;padding:12px!important;display:grid!important;gap:5px!important;}
.vtx-final-selected-service-metrics span{color:#7a9095!important;font-size:11px!important;font-weight:900!important;}
.vtx-final-selected-service-metrics b{color:#103d43!important;font-size:13px!important;line-height:1.4!important;font-weight:1000!important;overflow-wrap:anywhere!important;}
.vtx-service-payment-gateway{grid-area:secure!important;margin:0!important;border:1px solid #d6e6e8!important;border-radius:22px!important;background:linear-gradient(180deg,#fff,#f6fbfc)!important;padding:18px!important;display:grid!important;gap:14px!important;}
.vtx-service-payment-gateway-head{display:grid!important;grid-template-columns:44px minmax(0,1fr)!important;gap:12px!important;align-items:start!important;}
.vtx-service-payment-gateway-head>span{width:44px!important;height:44px!important;border-radius:14px!important;display:grid!important;place-items:center!important;background:#e9f5f6!important;color:#075c62!important;}
.vtx-service-payment-gateway-head>span .icon{width:22px!important;height:22px!important;}
.vtx-service-payment-gateway-head strong{display:block!important;color:#153f45!important;font-size:14px!important;line-height:1.55!important;font-weight:1000!important;}
.vtx-service-payment-gateway-head small{display:block!important;margin-top:4px!important;color:#70878c!important;line-height:1.65!important;font-size:11.5px!important;font-weight:800!important;}
.vtx-service-payment-methods{display:flex!important;flex-wrap:wrap!important;gap:8px!important;}
.vtx-service-payment-methods span{min-width:70px!important;border:1px solid #dce8ea!important;border-radius:10px!important;background:#fff!important;padding:8px 11px!important;text-align:center!important;color:#264f55!important;font-size:11px!important;letter-spacing:.04em!important;font-weight:1000!important;box-shadow:0 5px 15px rgba(8,56,70,.035)!important;}
.vtx-service-payment-stages{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;}
.vtx-service-payment-stages li{min-height:52px!important;font-size:11.5px!important;}
.vtx-service-payment-log-note{margin:0!important;border-top:1px dashed #d7e6e8!important;padding-top:11px!important;color:#71878d!important;font-size:11px!important;line-height:1.65!important;font-weight:800!important;overflow-wrap:anywhere!important;}
.vtx-checkout-error-card{max-width:760px!important;margin-inline:auto!important;text-align:center!important;border-radius:28px!important;padding:38px!important;box-shadow:0 24px 65px rgba(8,56,70,.11)!important;}
.vtx-checkout-error-card h2{color:#0b3439!important;font-size:clamp(25px,3vw,36px)!important;}
.vtx-checkout-error-card p{max-width:580px!important;margin:10px auto 24px!important;color:#637c82!important;line-height:1.8!important;font-weight:800!important;}
.vtx-checkout-error-card .case-actions{justify-content:center!important;}

@media (max-width:900px){
  .final-payment-summary-card{grid-template-columns:1fr!important;grid-template-areas:"title" "service" "amount" "secure" "follow"!important;}
  .vtx-final-selected-service-metrics{grid-template-columns:1fr!important;}
  .vtx-service-choice-grid .service-auto-meta{grid-template-columns:1fr!important;}
  .vtx-service-choice-grid .service-auto-card .service-auto-desc{min-height:auto!important;}
}
@media (max-width:620px){
  .vtx-final-selected-service{padding:16px!important;border-radius:18px!important;}
  .vtx-final-selected-service-head{grid-template-columns:42px minmax(0,1fr)!important;gap:11px!important;}
  .vtx-final-selected-service-icon{width:42px!important;height:42px!important;border-radius:13px!important;}
  .vtx-service-payment-stages{grid-template-columns:1fr!important;}
  .vtx-checkout-error-card{padding:28px 18px!important;border-radius:22px!important;}
}
