/* ===== Bizeeyar – Hero ===== */
.bz-hero{
  position:relative; overflow:hidden;
  min-height:72vh; display:grid; place-items:center; padding:64px 20px;
  background:#0b1a2a; color:#fff; font-family:inherit;
}
.bz-hero__video{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:0;
}
.bz-hero__overlay{ position:absolute; inset:0; z-index:1; mix-blend-mode:multiply; }

.bz-hero__wrap{ position:relative; z-index:2; max-width:1050px; width:100%; margin:0 auto; text-align:center; }
.bz-hero__eyebrow{
  display:inline-block; font-size:13px; letter-spacing:.08em; opacity:.95;
  background:rgba(255,255,255,.18); border:1px solid rgba(255,255,255,.28);
  padding:6px 12px; border-radius:999px; margin-bottom:16px; backdrop-filter:blur(4px);
}
.bz-hero__h1{ font-size:clamp(26px,4.2vw,44px); line-height:1.25; margin:0 0 12px; font-weight:800; color:#fff; text-shadow:0 2px 10px rgba(0,0,0,.45); }
.bz-hero__sub{ font-size:clamp(14px,2.2vw,18px); line-height:1.8; opacity:.95; margin:0 auto 22px; max-width:760px; color:#f3f4f6; text-shadow:0 1px 6px rgba(0,0,0,.35); }

.bz-hero__badges{ display:flex; gap:10px; flex-wrap:wrap; justify-content:center; margin:18px 0 28px; }
.bz-hero__badge{ font-size:13px; padding:8px 12px; border-radius:999px; border:1px solid rgba(255,255,255,.25); background:rgba(255,255,255,.12) }

.bz-hero__cta{ display:flex; gap:12px; flex-wrap:wrap; justify-content:center; margin-top:8px; }
.bz-btn{
  appearance:none; border:0; cursor:pointer; text-decoration:none;
  padding:14px 18px; border-radius:14px; font-weight:700; font-size:15px;
  display:inline-flex; align-items:center; gap:10px;
  transition:transform .12s ease, box-shadow .12s ease, background .2s ease;
  box-shadow:0 6px 22px rgba(0,0,0,.25);
  background:#25D366; color:#0b1a2a;
}
.bz-btn:hover{ transform:translateY(-2px); box-shadow:0 10px 28px rgba(0,0,0,.35); }
.bz-i{ width:1.1em; height:1.1em; }

.bz-hero__note{ font-size:12px; opacity:.9; margin-top:16px; color:#e5e7eb; }

@media (max-width:480px){
  .bz-hero{ min-height:68vh; padding:52px 16px; }
  .bz-btn{ width:100%; justify-content:center; }
}


/* حالت ادیتور: ویدیو را نمایش نده، پوستر روی سکشن نشان داده می‌شود */
.elementor-editor-active .bz-hero.is-editor .bz-hero__video { display: none !important; }
.bz-hero.is-editor { background-repeat: no-repeat; }





/* ===== Bizeeyar Cards – Style 1 (svc6) ===== */
.bz-cards {direction:rtl; max-width:1200px; margin:0 auto; font-family:inherit; }
.bz-grid{
  display:grid;
  grid-template-columns:repeat(var(--cols,3),1fr);
  gap:var(--gap,20px);
}
@media (max-width:900px){ .bz-grid{ grid-template-columns:1fr; } }

/* Card */
.bz-card{
  position:relative; background:var(--bg,#fff); border-radius:var(--radius,0px); overflow:hidden;
  padding:22px 22px 18px 22px;
  box-shadow: var(--shadow, 0 12px 30px rgba(2,6,23,.06));
  border:1px solid transparent;
  background-image:
     linear-gradient(var(--bg,#fff),var(--bg,#fff)),
     linear-gradient(135deg, color-mix(in srgb, var(--c1, #2970ae) 45%, transparent), color-mix(in srgb, var(--c2, #00994d) 45%, transparent));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transition: filter .25s ease, transform .25s ease, box-shadow .25s ease;
}
.bz-card:hover{ filter:brightness(var(--hover,1.02)); }

/* Glow ring */
.bz-card::after{
  content:""; position:absolute; inset:-1.5px; border-radius:var(--radius,0px); z-index:0;
  padding:1.5px;
  background:
    conic-gradient(from 0deg,
      rgba(255,255,255,0) 0deg,
      rgba(255,255,255,0) 342deg,
      rgba(255,255,255,.75) 350deg,
      rgba(255,255,255,0) 360deg);
  animation: bz-svc6-spin 6.5s linear infinite;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  pointer-events:none;
}
@keyframes bz-svc6-spin { to { transform: rotate(360deg); } }

/* Rail */
.bz-rail{
  position:absolute; inset:0 auto 0 0; width:var(--rail,8px);
  background:linear-gradient(180deg, var(--c1,#2970ae), var(--c2,#00994d)); z-index:1;
}

/* Header row (for icon) */
.bz-row{ position:relative; z-index:2; display:flex; align-items:center; gap:14px; margin-bottom:10px; }

/* Icon */
.bz-ico{
  flex:0 0 auto; width:56px; height:56px; border-radius:12px;
  display:grid; place-items:center;
  background:
    radial-gradient(120% 120% at 30% 20%, rgba(255,255,255,.3), transparent 45%),
    linear-gradient(135deg, var(--c1,#2970ae), var(--c2,#00994d));
  box-shadow:0 10px 24px rgba(2,6,23,.12), inset 0 0 0 2px rgba(255,255,255,.18);
  transform: translateZ(0);
  transition: transform .35s ease;
}
.bz-card:hover .bz-ico{ transform: rotate(-4deg) scale(1.05); }
.bz-ico svg, .bz-ico img{ width:30px; height:30px; color:#fff; }

/* Title & text */
.bz-title{ margin:6px 0 6px; font-size:clamp(18px,2.3vw,24px); font-weight:900; color:var(--txt,#0f172a); position:relative; z-index:2; }
.bz-desc{ margin:0; color:var(--muted,#64748b); line-height:1.9; font-size:15px; position:relative; z-index:2; }

.bz-card:hover{
  filter: brightness(var(--hover,1.02));
  transform: translateY(calc(-1 * var(--lift, 6px))); /* ← بلند شدن کارت */
}

/* Underline */
.bz-underline{
  position:relative; z-index:2;
  margin-top:10px; height:3px; width:calc(var(--uln,32) * 1%); max-width:100%;
  background:linear-gradient(90deg, var(--c1,#2970ae), var(--c2,#00994d));
  transform-origin:right; transform:scaleX(.7); opacity:.95;
  transition: transform .35s ease;
}
.bz-card:hover .bz-underline{ transform:scaleX(1); }

/* Ribbon (badge) */
.bz-ribbon{
  position:absolute; top:10px; left:12px; z-index:4;
  font-weight:900; font-size:12px; color:#fff; text-decoration:none;
  background:linear-gradient(135deg, var(--c1,#2970ae), var(--c2,#00994d));
  padding:6px 10px; border-radius:0; box-shadow:0 8px 18px rgba(2,6,23,.12);
  transition:transform .2s ease, filter .2s ease;
}
.bz-ribbon:hover{ transform:translateY(-2px); filter:brightness(1.05); }

/* Overlay link covers the card */
.bz-link{
  position:absolute; inset:0; z-index:3;
  text-indent:-9999px; overflow:hidden;
}

/* Button (optional) */
.bz-actions{ margin-top:14px; position:relative; z-index:2; }
.bz-btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px; background:#450029; color:#fff; text-decoration:none;
  font-weight:800; border-radius:12px; transition:transform .15s ease, box-shadow .15s ease;
  box-shadow:0 8px 18px rgba(2,6,23,.12);
}
.bz-btn:hover{ transform:translateY(-2px); box-shadow:0 12px 26px rgba(2,6,23,.18); }

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .bz-card::after{ animation:none; }
  .bz-card:hover .bz-ico{ transform:none; }
  .bz-card, .bz-ico{ transition:none; }
}

.bz-ico svg{ color: inherit; } /* مقدار دقیق از کنترل استایل تزریق می‌شود */
.bz-ico svg [stroke]{ stroke: currentColor !important; }
.bz-ico svg [fill]:not([fill="none"]){ fill: currentColor !important; }



/* =========================
   Bizeeyar Cards – Style 2
   (Steps: icon + number + ribbon + timeline)
========================= */

.bz-cards.bz-style2 { direction:rtl; max-width:1200px; margin:0 auto; font-family:inherit; }
.bz-cards .bz-grid { display:grid; grid-template-columns:repeat(var(--cols,3),1fr); gap:var(--gap,20px); }
@media (max-width:900px){ .bz-cards .bz-grid{ grid-template-columns:1fr; } }

/* Animations */
@keyframes bz-pulse {
  0%{ transform: scale(.95); opacity:.7;}
  70%{ transform: scale(1.08); opacity:0;}
  100%{ transform: scale(1.1); opacity:0;}
}
@keyframes bz-ribbon-in {
  0%   { transform: rotate(-12deg) translateY(-24px); opacity:0; }
  60%  { transform: rotate(-12deg) translateY(10px);  opacity:1; }
  80%  { transform: rotate(-12deg) translateY(-6px);  }
  100% { transform: rotate(-12deg) translateY(0);     opacity:1; }
}

/* Card */
.bz-style2 .bz-card{
  position:relative; background:var(--bg,#fff);
  border-radius:var(--radius,0px); padding:22px 22px 24px;
  box-shadow: var(--shadow, 0 10px 25px rgba(0,0,0,.06));
  border:1px solid rgba(0,0,0,.06);
  overflow:hidden;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease, filter .25s ease;
}
.bz-style2 .bz-card:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 40px rgba(0,0,0,.1);
  border-color:rgba(0,0,0,.1);
  filter:brightness(var(--hover,1.02));
}

/* Top gradient bar */
.bz-style2 .bz-card::before{
  content:""; position:absolute; inset:0 0 auto 0; height:4px;
  background:linear-gradient(90deg,var(--c1,#2970ae),var(--c2,#00994d)); opacity:.7;
}

/* Highlight (halo pulse) */
.bz-style2 .bz-card.is-highlight{
  border-color:transparent; box-shadow:0 16px 48px color-mix(in srgb, var(--c1,#2970ae) 18%, transparent);
}
.bz-style2 .bz-card.is-highlight::after{
  content:""; position:absolute; inset:-12px; border-radius:var(--radius,0px);
  background:radial-gradient(closest-side, color-mix(in srgb, var(--c1,#2970ae) 18%, transparent), transparent 70%);
  animation:bz-pulse 2.2s ease-out infinite; z-index:-1;
}

/* Head row */
.bz-style2 .bz-head{ display:flex; align-items:center; gap:12px; margin-bottom:12px; }

/* Icon */
.bz-style2 .bz-ico{
  width:56px; height:56px; border-radius:12px;
  display:grid; place-items:center;
  background:
    radial-gradient(120% 120% at 30% 20%, rgba(255,255,255,.30), transparent 45%),
    linear-gradient(135deg, var(--c1,#2970ae), var(--c2,#00994d));
  box-shadow:0 10px 24px rgba(2,6,23,.12), inset 0 0 0 2px rgba(255,255,255,.18);
  transform: translateZ(0);
  transition: transform .35s ease;
}
.bz-style2 .bz-ico svg, .bz-style2 .bz-ico img{ width:30px; height:30px; color:#fff; }
.bz-style2 .bz-card:hover .bz-ico{ transform: rotate(-4deg) scale(1.05); }

/* Number badge */
.bz-style2 .bz-num{
  width:44px; height:44px; border-radius:50%;
  display:grid; place-items:center; background:#f3f6f9; color:#0f172a;
  font-weight:900; border:2px solid #e6edf5;
}

/* Title & desc */
.bz-style2 .bz-title{ margin:6px 0 6px; font-size:clamp(18px,2.3vw,22px); font-weight:900; color:var(--txt,#1f2937); }
.bz-style2 .bz-desc{ margin:0; color:var(--muted,#6b7280); line-height:1.9; font-size:14px; }

/* Timeline */
.bz-style2 .bz-timeline{ display:flex; align-items:center; justify-content:center; gap:10px; margin-top:18px; opacity:.7; }
.bz-style2 .bz-dash{ width:46px; height:3px; background:linear-gradient(90deg,var(--c1,#2970ae),var(--c2,#00994d)); border-radius:3px; }

/* Ribbon */
.bz-style2 .bz-ribbon{
  position:absolute; top:14px; left:-36px;
  background:linear-gradient(135deg,var(--c1,#2970ae),var(--c2,#00994d));
  color:#fff; font-weight:900; font-size:12px;
  padding:8px 48px; transform:rotate(-12deg);
  box-shadow:0 8px 22px rgba(0,0,0,.18); letter-spacing:.4px;
  opacity:0; z-index:4;
}
.bz-style2 .bz-ribbon.bz-ribbon-in{ animation: bz-ribbon-in .8s both; }

/* Button */
.bz-style2 .bz-actions{ margin-top:14px; position:relative; z-index:2; }
.bz-style2 .bz-btn{
  display:inline-block; width:100%;
  padding:10px 14px; text-align:center; font-weight:900; color:#fff; text-decoration:none;
  background:linear-gradient(135deg,var(--c1,#2970ae),var(--c2,#00994d));
  border:0; border-radius:0;
  box-shadow:0 8px 20px rgba(0,0,0,.12), inset 0 0 0 1px rgba(255,255,255,.16);
  transition:transform .15s ease, box-shadow .2s ease, filter .2s ease;
}
.bz-style2 .bz-btn:hover{ transform:translateY(-2px); box-shadow:0 12px 28px rgba(0,0,0,.18); filter:brightness(1.05); }

/* Overlay link (clickable card) */
.bz-style2 .bz-link{
  position:absolute; inset:0; z-index:3;
  text-indent:-9999px; overflow:hidden;
}
.bz-style2 .bz-card{ transition: transform .25s ease, box-shadow .25s ease, filter .25s ease; }
.bz-style2 .bz-card:hover{ transform: translateY(calc(-1 * var(--lift,4px))); filter: brightness(var(--hover,1.02)); }




/* =========================
   Bizeeyar Cards – Style 3 (Features • White)
   کارت سفید روی بک‌گراند سکشن (رنگی/تصویری)
========================= */
.bz-cards.bz-style3{ direction:rtl; max-width:1200px; margin:0 auto; font-family:inherit; }
.bz-style3 .bz-grid{ display:grid; grid-template-columns:repeat(var(--cols,3),1fr); gap:var(--gap,24px); }
@media (max-width:900px){ .bz-style3 .bz-grid{ grid-template-columns:1fr; } }

/* Card */
.bz-style3 .bz-card{
  background:transparent; border-radius:var(--radius,0px); padding:24px 22px 26px;
  border:1px solid var(--border, rgba(255,255,255,.35)); box-shadow:none;
  position:relative; overflow:hidden;
  transition:border-color .25s ease, filter .25s ease, transform .25s ease;
}
.bz-style3 .bz-card:hover{
  border-color:var(--borderH, #fff);
  filter:brightness(var(--hover,1.05));
  transform: translateY(calc(-1 * var(--lift,0px)));
}

/* Ribbon (optional) */
.bz-style3 .bz-ribbon{
  position:absolute; top:14px; left:-36px;
  background:linear-gradient(135deg,var(--c1,#2970ae),var(--c2,#00994d));
  color:#fff; font-weight:900; font-size:12px;
  padding:8px 48px; transform:rotate(-12deg);
  box-shadow:0 8px 22px rgba(0,0,0,.18); letter-spacing:.4px; z-index:2;
}

/* Icon */
.bz-style3 .bz-ico{
  width:56px; height:56px; border-radius:12px;
  display:grid; place-items:center; margin-bottom:12px;
  background:
    radial-gradient(120% 120% at 30% 20%, rgba(255,255,255,.3), transparent 45%),
    linear-gradient(135deg,var(--c1,#2970ae),var(--c2,#00994d));
  box-shadow:0 10px 24px rgba(2,6,23,.25), inset 0 0 0 2px rgba(255,255,255,.25);
  transition: transform .35s ease;
}
.bz-style3 .bz-card:hover .bz-ico{ transform: rotate(-4deg) scale(1.05); }
.bz-style3 .bz-ico svg, .bz-style3 .bz-ico img{ width:30px; height:30px; color:#fff; display:block; }

/* Title + desc */
.bz-style3 .bz-title{ margin:8px 0 8px; font-size:20px; font-weight:900; color:var(--txt,#fff); }
.bz-style3 .bz-desc{ margin:0; font-size:15px; line-height:1.8; color:var(--muted,#f1f5f9); }

/* underline */
.bz-style3 .bz-underline{
  height:3px; width:calc(var(--uln,32) * 1%); margin-top:10px;
  background: var(--uln-color, #fff);
  transform:scaleX(.7); transform-origin:right; opacity:.85;
  transition:transform .35s ease, opacity .35s ease;
}
.bz-style3 .bz-card:hover .bz-underline{ transform:scaleX(1); opacity:1; }

/* Button */
.bz-style3 .bz-actions{ margin-top:14px; position:relative; z-index:1; }
.bz-style3 .bz-btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px; text-decoration:none; font-weight:900;
  border:0; border-radius:12px; box-shadow:0 8px 18px rgba(2,6,23,.12);
  transition:transform .15s ease, box-shadow .2s ease, filter .2s ease;
}
.bz-style3 .bz-btn:hover{ transform:translateY(-2px); box-shadow:0 12px 26px rgba(2,6,23,.18); filter:brightness(1.05); }

/* Overlay link (clickable card) */
.bz-style3 .bz-link{
  position:absolute; inset:0; z-index:1;
  text-indent:-9999px; overflow:hidden;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .bz-style3 .bz-card, .bz-style3 .bz-ico{ transition:none; }
}




/* =========================
   Bizeeyar Cards – Style 4 (Services White)
========================= */
.bz-cards.bz-style4 { direction:rtl; max-width:1120px; margin:0 auto; font-family:inherit; }
.bz-cards.bz-style4 .bz-grid { display:grid; grid-template-columns:repeat(var(--cols,3),1fr); gap:var(--gap,16px); }
@media (max-width:900px){ .bz-cards.bz-style4 .bz-grid{ grid-template-columns:repeat(2,1fr);} }
@media (max-width:520px){ .bz-cards.bz-style4 .bz-grid{ grid-template-columns:1fr; } }

.bz-style4 .bz-card{
  background:var(--bg,#fff); border:1px solid var(--border,#e5e7eb);
  border-radius:var(--radius,16px); padding:18px;
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.bz-style4 .bz-card:hover{
  transform:translateY(calc(-1 * var(--lift,4px)));
  box-shadow:0 10px 24px rgba(2,6,23,.08);
  border-color:var(--borderH,#d1d5db);
}

.bz-style4 .bz-ico{
  width:40px; height:40px; display:inline-grid; place-items:center;
  margin-bottom:10px; border-radius:8px;
  background:linear-gradient(135deg,var(--c1,#2970ae),var(--c2,#00994d));
}
.bz-style4 .bz-ico svg, .bz-style4 .bz-ico img{ width:24px; height:24px; color:#fff; }

.bz-style4 .bz-title{ font-size:16px; font-weight:800; margin:0 0 6px; color:var(--txt,#0f172a);}
.bz-style4 .bz-desc{ margin:0; opacity:.9; line-height:1.8; font-size:14px; color:var(--muted,#4b5563); }

.bz-style4 .bz-ribbon{
  position:absolute; top:12px; left:-36px;
  background:linear-gradient(135deg,var(--c1,#2970ae),var(--c2,#00994d));
  color:#fff; font-weight:900; font-size:12px;
  padding:6px 42px; transform:rotate(-12deg);
  box-shadow:0 8px 20px rgba(0,0,0,.18);
}
.bz-style4 .bz-btn{
  display:inline-block; margin-top:10px; padding:8px 14px; border-radius:8px;
  background:linear-gradient(135deg,var(--c1,#2970ae),var(--c2,#00994d));
  color:#fff; font-weight:800; text-decoration:none;
}
.bz-style4 .bz-link{ position:absolute; inset:0; z-index:3; text-indent:-9999px; }




/* =========================
   Bizeeyar Cards – Style 5 Simple (Process • Colored)
========================= */
.bz-cards.bz-style5-simple {
  direction: rtl;
  max-width: 1120px;
  margin: 0 auto;
  font-family: inherit;
}
.bz-cards.bz-style5-simple .bz-grid {
  display: grid;
  grid-template-columns: repeat(var(--cols, 5), 1fr);
  gap: var(--gap, 20px);
}
@media (max-width: 1120px) {
  .bz-cards.bz-style5-simple .bz-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .bz-cards.bz-style5-simple .bz-grid {
    grid-template-columns: 1fr;
  }
}

/* Card */
.bz-cards.bz-style5-simple .bz-card {
  background: var(--bg, rgba(255, 255, 255, .08));
  border: 1px solid var(--border, rgba(255, 255, 255, .25));
  border-radius: var(--rad, 16px);
  padding: 20px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position: relative;
  overflow: hidden;
}
.bz-cards.bz-style5-simple .bz-card:hover {
  transform: translateY(calc(-1 * var(--lift, 4px)));
  border-color: var(--borderH, rgba(255, 255, 255, .4));
  box-shadow: 0 10px 24px rgba(0, 0, 0, .25);
}

/* Head: number + icon */
.bz-cards.bz-style5-simple .bz-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.bz-cards.bz-style5-simple .bz-num {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--num-bg, #fff);
  color: var(--num-color, #450029);
  font-weight: 800;
  flex: 0 0 auto;
}
.bz-cards.bz-style5-simple .bz-icon {
  width: 42px;
  height: 42px;
  color: var(--ico, #fff);
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bz-cards.bz-style5-simple .bz-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor !important;
  fill: none;
}

/* Texts */
.bz-cards.bz-style5-simple .bz-title {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 6px;
  color: var(--txt, #fff);
}
.bz-cards.bz-style5-simple .bz-desc {
  margin: 0;
  opacity: .9;
  line-height: 1.8;
  font-size: 14px;
  color: var(--muted, #f3f4f6);
}

/* Ribbon */
.bz-cards.bz-style5-simple .bz-ribbon {
  position: absolute;
  top: 12px;
  left: -36px;
  background: linear-gradient(135deg, var(--r1, #00994d), var(--r2, #2970ae));
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  padding: 6px 42px;
  transform: rotate(-12deg);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
  z-index: 2;
}

/* Button */
.bz-cards.bz-style5-simple .bz-actions { margin-top: 14px; }
.bz-cards.bz-style5-simple .bz-btn {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--b1, #00994d), var(--b2, #2970ae));
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease;
}
.bz-cards.bz-style5-simple .bz-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .25);
}

/* Clickable link */
.bz-cards.bz-style5-simple .bz-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  text-indent: -9999px;
  overflow: hidden;
}

/* Fix faint icon opacity in Process Colored cards */
.bz-cards.bz-style5-simple .bz-icon svg {
  opacity: 1 !important;
  stroke-opacity: 1 !important;
  fill-opacity: 1 !important;
  stroke-width: 1.6;
  stroke-width: 2 !important;
}

/* ----- Fix icon visibility for all types (solid/outline) ----- */
.bz-cards.bz-style5-simple .bz-icon svg {
  opacity: 1 !important;
  stroke: currentColor !important;
  fill: currentColor !important;
  stroke-opacity: 1 !important;
  fill-opacity: 1 !important;
  stroke-width: 1.8;
  color: var(--ico, #fff) !important;
}



/* =========================
   Bizeeyar Bullets (Why Us)
========================= */
.bz-bullets {
  direction: rtl;
  max-width: 1120px;
  margin: 0 auto;
  font-family: inherit;
}

.bz-bullets-title {
  font-size: clamp(20px, 2.8vw, 28px);
  margin: 0 0 14px;
  font-weight: 800;
}

.bz-bullets-grid {
  display: grid;
  grid-template-columns: repeat(var(--cols, 2), 1fr);
  gap: var(--gap, 12px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.bz-bullet-item {
  background: var(--bg, rgba(255,255,255,.08));
  border: 1px solid var(--border, rgba(255,255,255,.18));
  border-radius: var(--rad, 12px);
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--txt, #e5e7eb);
  line-height: 1.9;
  transition: transform .2s ease, box-shadow .2s ease;
}

/* ✅ تضمین رنگ صحیح متن و لینک‌ها */
.bz-bullet-item,
.bz-bullet-item a,
.bz-bullet-item span {
  color: var(--txt, #e5e7eb) !important;
}

.bz-bullet-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,.15);
}

.bz-bullet-ico {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}
.bz-bullet-ico svg {
  width: 20px;
  height: 20px;
  stroke: currentColor !important;
  fill: currentColor !important;
}

.bz-bullet-text, .bz-bullet-item a {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
}

@media (max-width: 720px){
  .bz-bullets-grid { grid-template-columns: 1fr; }
}



/* =========================
   Bizeeyar Why Panel
========================= */
.bz-why {direction:rtl; max-width:1200px; margin:46px auto 0; font-family:inherit;}
.bz-why-panel{
  position:relative; background:var(--bg,#fff); border-radius:0; overflow:hidden;
  padding:26px 24px 22px;
  box-shadow:0 12px 30px rgba(2,6,23,.06);
  border:1px solid transparent;
  background-image:
    linear-gradient(var(--bg,#fff),var(--bg,#fff)),
    linear-gradient(135deg,rgba(41,112,174,.45),rgba(0,153,77,.45));
  background-origin:border-box;
  background-clip:padding-box,border-box;
}
.bz-why-panel::after{
  content:""; position:absolute; inset:-1.5px; z-index:0; padding:1.5px;
  background:conic-gradient(from 0deg,rgba(255,255,255,0) 0deg,rgba(255,255,255,0) 342deg,rgba(255,255,255,.75) 350deg,rgba(255,255,255,0) 360deg);
  animation: bzwhyspin 7s linear infinite;
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor; mask-composite:exclude;
  pointer-events:none;
}
@keyframes bzwhyspin { to { transform: rotate(360deg); } }

.bz-why-head{display:flex;align-items:center;gap:12px;position:relative;z-index:1;margin-bottom:14px;}
.bz-why-rail{width:8px;height:40px;background:linear-gradient(180deg,var(--c1),var(--c2));flex:0 0 auto;}
.bz-why-title{margin:0;font-size:clamp(20px,2.6vw,28px);font-weight:900;color:var(--txt);}
.bz-why-sub{margin:6px 0 10px;color:var(--muted);font-size:15px;line-height:1.8;}
.bz-why-underline{height:3px;width:var(--uw,28%);background:linear-gradient(90deg,var(--c1),var(--c2));transform-origin:right;transform:scaleX(.75);opacity:.95;transition:transform .35s ease;}
.bz-why-panel:hover .bz-why-underline{transform:scaleX(1);}

.bz-why-grid{display:grid;grid-template-columns:repeat(var(--cols,2),1fr);gap:var(--gap,18px) 22px;margin-top:18px;position:relative;z-index:1;}
@media (max-width:900px){.bz-why-grid{grid-template-columns:1fr;}}

.bz-why-item{display:flex;align-items:flex-start;gap:12px;color:var(--txt);}
.bz-why-bullet{
  flex:0 0 auto;width:38px;height:38px;border-radius:10px;
  display:grid;place-items:center;
  background:
    radial-gradient(120% 120% at 30% 20%,rgba(255,255,255,.3),transparent 45%),
    linear-gradient(135deg,var(--c1),var(--c2));
  box-shadow:0 10px 24px rgba(2,6,23,.12),inset 0 0 0 2px rgba(255,255,255,.18);
}
/* آیکن داخل باکس چرا (Why Panel) */
.bz-why-bullet svg {
  width: 22px;
  height: 22px;
  color: var(--ico, #fff);
  stroke: currentColor !important;
  fill: none !important;
}

/* تمام path و line و ... داخل SVG */
.bz-why-bullet svg *,
.bz-why-bullet svg path,
.bz-why-bullet svg line,
.bz-why-bullet svg polyline,
.bz-why-bullet svg rect,
.bz-why-bullet svg circle {
  stroke: currentColor !important;
  fill: none !important;
  stroke-width: 2.6px !important;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* در صورتی که المنتور stroke در root svg تعریف کرده باشد */
.bz-why-bullet svg[stroke] {
  stroke: currentColor !important;
  stroke-width: 2.6px !important;
}
.bz-why-text{margin:0;line-height:1.9;font-size:15px;color:var(--muted);text-decoration:none;}





/* =========================
   Bizeeyar CTA Dynamic
========================= */
.bz-cta-wrap{
  font-family:inherit;direction:rtl;
}
.bz-cta-box{
  display:flex;align-items:center;justify-content:space-between;
  gap:14px;
  background:var(--bg,rgba(69,0,41,.08));
  border:1px solid var(--border,rgba(69,0,41,.25));
  border-radius:16px;
  padding:14px 18px;
  color:var(--txt,#450029);
  backdrop-filter:blur(6px);
}
.bz-cta-text{
  font-weight:700;
  font-size:15px;
}
.bz-cta-btn{
  background:var(--btn,#25D366);
  color:#fff;
  padding:12px 18px;
  border-radius:12px;
  font-weight:800;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:8px;
  transition:transform .15s ease, box-shadow .15s ease;
}
.bz-cta-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 6px 16px rgba(0,0,0,.15);
}
.bz-cta-btn svg{
  width:18px;height:18px;
  fill:currentColor;
  stroke:currentColor;
}
@media (max-width:640px){
  .bz-cta-box{flex-direction:column;align-items:stretch;text-align:center}
  .bz-cta-btn{justify-content:center}
}





/* ==========================
   Bizeeyar Feature Tabs (Original Style 2 + New Style 1)
========================== */
.bz-feature-tabs {
  --brand1:#6fcbdc;
  --brand2:#46b9ce;
  --brand-grad:linear-gradient(135deg,var(--brand1),var(--brand2));
  --ink:#0f172a;
  --muted:#64748b;
  --line:#e5e7eb;
  background:#f8fafc;
  border:1px solid var(--line);
  padding:28px;
  direction:rtl;
  font-family:inherit;
}

/* =====================
   ✅ Style 2 (Original Classic)
===================== */
.bz-wrap {
  display:grid;
  grid-template-columns:.9fr 1.6fr;
  gap:28px;
  align-items:start;
}
@media (max-width:900px){
  .bz-wrap {grid-template-columns:1fr;gap:18px;}
}
.bz-h {margin:0 0 6px;font-weight:900;font-size:22px;color:var(--ink);}
.bz-sub {margin:0 0 16px;color:var(--muted);}

.bz-tabs {
  list-style:none;
  margin:0;
  padding:0;
  border:1px solid var(--line);
  background:#fff;
}
.bz-tab {
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border:1px solid transparent;
  cursor:pointer;
  transition:background .2s,border-color .2s,transform .08s;
}
.bz-tab:hover {background:#f3fbfe;border-color:rgba(111,203,220,.4);}
.bz-tab[aria-selected="true"] {
  background:#fff;
  border-color:var(--brand1);
  box-shadow:0 8px 20px rgba(111,203,220,.18);
}
.bz-dot {
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:var(--brand-grad);
  color:#fff;
  font-weight:800;
}

/* 🎯 Icon Fix */
.bz-dot .elementor-icon,
.bz-dot .bz-icon {
  display:flex;
  align-items:center;
  justify-content:center;
  width:20px;
  height:20px;
  color:var(--ico,#ffffff)!important;
}

.bz-dot svg,
.bz-dot svg path,
.bz-dot svg * {
  width:18px;
  height:18px;
  fill:var(--ico,#ffffff)!important;
  stroke:var(--ico,#ffffff)!important;
  stroke-width:var(--stroke,2.2px)!important;
  color:var(--ico,#ffffff)!important;
  vector-effect:non-scaling-stroke;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.bz-tab[aria-selected="true"] .bz-dot {
  box-shadow:0 0 12px rgba(111,203,220,.45);
}
.bz-label {font-weight:800;color:var(--ink);}

/* Panels */
.bz-panel {
  display:none;
  opacity:0;
  transform:translateY(6px);
  transition:opacity .2s,transform .2s;
}
.bz-panel[aria-hidden="false"] {
  display:block;
  opacity:1;
  transform:none;
}
.bz-card {
  background:#fff;
  border:1px solid var(--line);
  padding:18px 18px 6px;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}
.bz-card h3 {
  margin:0 0 10px;
  font-weight:900;
  color:var(--ink);
}
.bz-bullets {
  margin:10px 0 2px;
  padding:0;
  list-style:none;
}
.bz-bullets li {
  display:flex;
  gap:10px;
  align-items:flex-start;
  margin:10px 0;
  color:var(--ink);
}
.bz-bullets svg {
  flex:0 0 auto;
  margin-top:2px;
  stroke:var(--brand1);
  stroke-width:2;
  fill:none;
}
.bz-hr {height:1px;background:var(--line);margin:12px 0;}


/* ==========================
   🆕 Style 1 (Single column, centered header)
========================== */
.bz-feature-tabs.style1 .bz-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
.bz-feature-tabs.style1 .bz-header {
  max-width: 700px;
}
.bz-feature-tabs.style1 .bz-body {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
  width: 100%;
}
.bz-feature-tabs.style1 .bz-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bz-feature-tabs.style1 .bz-h {
  margin: 0 0 6px;
  font-weight: 900;
  font-size: 22px;
  color: var(--ink);
}
.bz-feature-tabs.style1 .bz-sub {
  margin: 0 0 16px;
  color: var(--muted);
}
@media (max-width: 900px) {
  .bz-feature-tabs.style1 .bz-body {grid-template-columns: 1fr;}
  .bz-feature-tabs.style1 .bz-header {text-align: center;}
}




/* ===== Bizeeyar Stylish Posts – Final Polished Edition ===== */
.bz-magazine-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; /* 👈 فاصله ۲۰px بین کارت‌ها */
  padding: 0;
  margin: 0;
}

.bz-post-card {
  position: relative;
  flex: 1 1 320px;
  max-width: 420px;
  aspect-ratio: 4/5;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.bz-post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
}

/* ==== تصویر شاخص ==== */
.bz-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
  transition: filter 0.5s ease, transform 0.6s ease;
}
.bz-post-card:hover img {
  filter: none;
  transform: scale(1.08);
}

/* ==== اورلی ==== */
.bz-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  transition: opacity 0.4s ease;
}
.bz-post-card:hover .bz-overlay { opacity: 0.25; }

/* ==== متن وسط ==== */
.bz-center {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.65); /* 👈 سایه ظریف برای خوانایی */
}

.bz-cat {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.bz-title {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 6px;
  color: #fff;
  line-height: 1.4;
}

.bz-meta {
  font-size: 13px;
  opacity: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; /* 👈 فاصله بین تاریخ، نویسنده، دیدگاه‌ها */
}

/* Responsive */
@media (max-width: 768px) {
  .bz-magazine-posts {
    flex-direction: column;
    gap: 24px;
  }
  .bz-title { font-size: 18px; }
}
/* ===== Fix: Keep text white on hover ===== */
.bz-post-card a,
.bz-post-card a:visited,
.bz-post-card a:hover,
.bz-post-card a:focus,
.bz-cat,
.bz-meta {
  color: #fff !important;
  text-decoration: none !important;
}

.bz-post-card a:hover .bz-cat,
.bz-post-card a:hover .bz-meta,
.bz-post-card a:hover .bz-title {
  color: #fff !important;
}




/* ===== Bizeeyar Media Gallery – Fixed Aspect Layout ===== */
.bz-gallery-grid {
  display: grid;
  grid-template-columns: repeat(var(--cols, 3), 1fr);
  gap: var(--gap, 16px);
}

/* هر کارت گالری */
.bz-gallery-item {
  position: relative;
  overflow: hidden;
  background: #f6f7f8;
  display: flex;
  align-items: stretch;
  justify-content: center;
  aspect-ratio: 1 / 1; /* 👈 مربع ثابت */
}

/* تصویر یا ویدیو همیشه تمام کارت را می‌پوشاند */
.bz-g-thumb img,
.bz-g-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;          /* 👈 بخش حیاتی */
  object-position: center;
  display: block;
  aspect-ratio: 1 / 1;        /* 👈 اجبار تناسب */
  min-width: 100%;
  min-height: 100%;
  transition: transform 0.4s ease;
  background: #f6f7f8;
}

/* پس‌زمینه و متن هنگام هاور */
.bz-g-overlay {
  position: absolute;
  inset: 0;
  background: var(--overlay, rgba(0,0,0,0.45));
  color: var(--text, #fff);
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.bz-gallery-item:hover .bz-g-overlay {
  opacity: 1;
}

.bz-gallery-item:hover img,
.bz-gallery-item:hover video {
  transform: scale(1.07);
}

/* واکنش‌گرا */
@media (max-width: 768px) {
  .bz-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .bz-gallery-grid {
    grid-template-columns: 1fr;
  }
}



/* ==============================
   Bizeeyar – Contact Section (v3.2)
   Final Polished + Fixed <br> spacing
   ============================== */

.bz-contact-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
  direction: rtl;
  font-family: "Yekan", "IRANSans", sans-serif;
}

/* -------------------------------
   ستون اطلاعات تماس
--------------------------------*/
.bz-contact-info {
  flex: 1;
  background: #f8fafc;
  border-radius: 20px;
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  transition: box-shadow 0.3s ease;
}
.bz-contact-info:hover {
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
}

.bz-contact-info .bz-info-row {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  line-height: 2;
}
.bz-contact-info .bz-info-row strong {
  color: #750849;
  font-weight: 800;
  min-width: 60px;
  display: inline-block;
}
.bz-contact-info .bz-info-row a {
  color: #334155;
  text-decoration: none;
  margin-inline-start: 8px;
  transition: color .2s ease;
}
.bz-contact-info .bz-info-row a:hover {
  color: #b30c4b;
}

/* شبکه‌های اجتماعی */
.bz-socials-title {
  margin-top: 26px;
  font-weight: 800;
  font-size: 15px;
  color: #0f172a;
}
.bz-contact-info .bz-socials {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.bz-contact-info .bz-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, filter 0.25s ease;
}

/* رنگ آیکن‌ها */
.bz-contact-info .bz-socials img {
  width: 18px;
  height: 18px;
  transition: all 0.25s ease;
  filter: var(--bz-icon-filter, brightness(0) saturate(100%) invert(15%) sepia(30%) saturate(7000%) hue-rotate(310deg) brightness(96%) contrast(97%));
}
.bz-contact-info .bz-socials a:hover img {
  filter: var(--bz-icon-filter-hover, brightness(100%) invert(100%));
}

/* -------------------------------
   ستون فرم تماس
--------------------------------*/
.bz-contact-form {
  flex: 1;
  background: #fff;
  border-radius: 20px;
  padding: 48px 40px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* هم‌ارتفاع شدن دو ستون */
.bz-contact-info, .bz-contact-form {
  min-height: 100%;
}

/* عنوان فرم */
.bz-form-title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 16px;
  color: #0f172a;
  text-align: right;
}

/* -------------------------------
   فرم Contact Form 7
--------------------------------*/
.bz-contact-form form.wpcf7-form {
  width: 100%;
}

/* حذف فاصله‌های اضافی برچسب و پاراگراف‌های CF7 */
.bz-contact-form form.wpcf7-form p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4;
}

/* حذف <br> های خودکار که CF7 تولید می‌کند */
.bz-contact-form form.wpcf7-form br {
  display: none !important;
}

/* فاصله دقیق بین label ها و input ها */
.bz-contact-form form.wpcf7-form label {
  display: block;
  margin: 0 0 8px !important;
  line-height: 1.4;
}

/* فیلدهای فرم */
.bz-contact-form input,
.bz-contact-form textarea {
  width: 100%;
  padding: 8px 12px;
  margin-bottom: 10px !important;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  font-family: inherit;
  font-size: 14px;
  transition: all 0.25s ease;
}
.bz-contact-form input:focus,
.bz-contact-form textarea:focus {
  border-color: #b30c4b;
  box-shadow: 0 0 0 2px rgba(179, 12, 75, 0.15);
  outline: none;
}

/* textarea کوتاه‌تر */
.bz-contact-form textarea {
  min-height: 46px !important;
  height: 80px !important;
  line-height: 1.5;
  resize: vertical;
}

/* دکمه ارسال */
.bz-contact-form input[type=submit] {
  margin-top: 8px;
  font-weight: 800;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  padding: 12px;
  background: linear-gradient(135deg, #750849, #b30c4b);
  color: #fff;
  transition: all 0.25s ease;
}
.bz-contact-form input[type=submit]:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}

/* -------------------------------
   واکنش‌گرا
--------------------------------*/
@media (max-width: 900px) {
  .bz-contact-wrap {
    flex-direction: column;
    gap: 28px;
  }
  .bz-contact-info,
  .bz-contact-form {
    padding: 32px 24px;
  }
}


.bz-info-title {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #0f172a;
  position: relative;
}

.bz-info-title::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(135deg, #0E08C2, #0F09C4);
  border-radius: 4px;
}