:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-00c5987 *//* ===== Theme (Orange/White) ===== */
:root{
  --zt-orange:#ff6a00;
  --zt-orange-2:#ff8a33;
  --zt-white:#ffffff;
  --zt-ink:#111827;
  --zt-ink-2:#6b7280;
  --zt-line:#eceff3;
  --zt-shadow:0 8px 24px rgba(17,24,39,.06);
  --zt-r:14px;
}

/* حاوية عامة */
.zt-container{max-width:1280px;margin-inline:auto;padding:10px 14px}

/* ===== Header ===== */
.zt-header{
  position:sticky; top:0; z-index:1000;
  background: var(--zt-white);
  box-shadow: var(--zt-shadow);
  border-bottom:1px solid var(--zt-line);
}
.zt-header-bar{
  display:grid; grid-template-columns:auto 1fr auto; gap:10px; align-items:center;
}

/* الشعار */
.zt-brand{display:flex; align-items:center; gap:12px; color:var(--zt-ink)}
.zt-brand-text{line-height:1}
.zt-brand-text b{font-size:16px}
.zt-brand-text small{color:var(--zt-ink-2); font-weight:700}
.zt-logo-badge{
  width:44px; height:44px; border-radius:12px; font-weight:900;
  display:grid; place-items:center; color:#111;
  background: linear-gradient(90deg,var(--zt-orange),var(--zt-orange-2));
}

/* البحث (عنصر واحد فقط) */
.zt-search{
  position:relative; display:flex; align-items:center; gap:8px;
  background:var(--zt-white);
  border:2px solid var(--zt-orange);
  border-radius:999px; padding:4px 10px 4px 12px;
}
.zt-search input{
  flex:1; height:44px; border:0; outline:none; font-family:inherit;
  color:var(--zt-ink);
}
.zt-search-btn{
  width:40px; height:40px; border:0; background:transparent; cursor:pointer;
  color:var(--zt-orange);
}

/* الأزرار اليمنى */
.zt-actions-right{display:flex; gap:8px}
.zt-icon-btn{
  width:44px; height:44px; border:0; border-radius:12px; cursor:pointer;
  background:var(--zt-orange); color:#111; box-shadow:var(--zt-shadow);
  display:grid; place-items:center;
}
.zt-icon-btn:hover{background:var(--zt-orange-2)}
.zt-icon-btn i{font-size:16px}

/* Responsiveness */
.zt-only-mobile{display:grid}
@media (min-width:1024px){
  .zt-only-mobile{display:none}
}

/* تحسين تركيز لوحة المفاتيح */
.zt-icon-btn:focus-visible,
.zt-search input:focus-visible,
.zt-search-btn:focus-visible,
.zt-brand:focus-visible{
  outline:2px solid var(--zt-orange-2); outline-offset:2px;
}/* End custom CSS */