/* Start custom CSS for html, class: .elementor-element-c90073b */.bf-author-wrap{
  --maf-orange:#ff7a00;
  --maf-orange-2:#ff9a2f;
  --maf-panel:#101114;
  --maf-border:#24252a;
  --maf-text:#ffffff;
  --maf-muted:#b7b7b7;

  direction:rtl;
  padding:18px 10px;
}

.bf-author-card{
  max-width:1100px;
  margin:0 auto;
  background: linear-gradient(180deg, rgba(255,122,0,0.07), transparent 45%), var(--maf-panel);
  border:1px solid var(--maf-border);
  border-radius:24px;
  box-shadow:0 16px 45px rgba(0,0,0,0.65);
  padding:22px 18px;
  box-sizing:border-box;
  overflow:hidden;
}

/* Hero */
.bf-author-hero{
  background: rgba(255,122,0,0.05);
  border:1px solid rgba(255,122,0,0.14);
  border-radius:20px;
  padding:14px;
}

.bf-author-hero-main{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

.bf-author-avatar{
  width:92px;
  height:92px;
  border-radius:22px;
  background: rgba(0,0,0,0.22);
  border:1px solid rgba(255,122,0,0.22);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  flex:0 0 auto;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,0.35));
}
.bf-author-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.bf-author-avatar svg{
  width:40px;
  height:40px;
  fill: var(--maf-orange-2);
}

.bf-author-head{ min-width:0; }

.bf-author-breadcrumb{
  color:#bdbdbd;
  font-size:13px;
  line-height:1.8;
  margin-bottom:6px;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  align-items:center;
}
.bf-author-link{
  color: var(--maf-orange-2);
  text-decoration:none;
  font-weight:900;
}
.bf-author-link:hover{ text-decoration:underline; }
.bf-author-sep{ color:#6f6f6f; }

.bf-author-title{
  margin:0 0 4px 0;
  color:var(--maf-text);
  font-weight:900;
  font-size:clamp(22px, 2.6vw, 36px);
  line-height:1.25;
}
.bf-author-role{
  margin:0;
  color:var(--maf-muted);
  font-size:14px;
  line-height:1.9;
}

.bf-author-badges{ display:flex; gap:8px; flex-wrap:wrap; margin-top:10px; }
.bf-author-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  color:#111;
  background: linear-gradient(180deg, var(--maf-orange-2), var(--maf-orange));
  border:1px solid rgba(255,122,0,0.35);
}
.bf-author-badge--soft{
  color:#f3f3f3;
  background: rgba(255,122,0,0.10);
  border:1px solid rgba(255,122,0,0.22);
}

.bf-author-hero-note{
  margin-top:10px;
  background: rgba(255,154,47,0.10);
  border:1px dashed rgba(255,122,0,0.35);
  color:#e6e6e6;
  padding:10px 10px;
  border-radius:14px;
  font-size:13px;
  line-height:1.9;
}

/* Grid */
.bf-author-grid{
  margin-top:14px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}

.bf-author-box{
  background: rgba(0,0,0,0.18);
  border:1px solid rgba(255,122,0,0.18);
  border-radius:18px;
  padding:14px 14px;
  min-width:0;
}

.bf-author-h2{
  margin:0 0 8px 0;
  color:var(--maf-text);
  font-weight:900;
  font-size:clamp(16px, 2vw, 22px);
  line-height:1.35;
}

.bf-author-text{
  margin:0 0 10px 0;
  color:#e6e6e6;
  font-size:13px;
  line-height:2;
}
.bf-author-text:last-child{ margin-bottom:0; }

/* Tags */
.bf-author-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:10px;
}
.bf-author-tag{
  background: rgba(255,122,0,0.10);
  border:1px solid rgba(255,122,0,0.22);
  color:#f1f1f1;
  padding:8px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  line-height:1.2;
}

.bf-author-mini{
  margin-top:10px;
  background: rgba(255,154,47,0.10);
  border:1px dashed rgba(255,122,0,0.35);
  color:#e6e6e6;
  padding:10px 10px;
  border-radius:14px;
  font-size:13px;
  line-height:1.9;
}

/* Wide section */
.bf-author-wide{
  margin-top:12px;
  background: rgba(0,0,0,0.18);
  border:1px solid rgba(255,122,0,0.18);
  border-radius:18px;
  padding:14px 14px;
}

.bf-author-steps{
  margin-top:10px;
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap:12px;
}
.bf-author-step{
  background: rgba(255,122,0,0.06);
  border:1px solid rgba(255,122,0,0.20);
  border-radius:16px;
  padding:12px 12px;
}
.bf-author-step-t{
  color: var(--maf-orange-2);
  font-weight:900;
  font-size:14px;
  margin:0 0 6px 0;
}
.bf-author-step-d{
  color:#e6e6e6;
  font-size:13px;
  line-height:1.9;
}

/* CTA */
.bf-author-cta{
  margin-top:12px;
  background: rgba(255,122,0,0.05);
  border:1px solid rgba(255,122,0,0.14);
  border-radius:18px;
  padding:14px 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}

.bf-author-cta-h{
  color:#fff;
  font-weight:900;
  font-size:14px;
  margin:0 0 6px 0;
}
.bf-author-cta-p{
  color:var(--maf-muted);
  font-size:13px;
  line-height:1.9;
  margin:0;
}

.bf-author-cta-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.bf-author-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  padding:12px 14px;
  border-radius:999px;
  font-weight:900;
  font-size:14px;
  color:#111;
  background: linear-gradient(180deg, var(--maf-orange-2), var(--maf-orange));
  border:1px solid rgba(255,122,0,0.35);
}
.bf-author-btn--ghost{
  color:#f3f3f3;
  background: rgba(255,122,0,0.10);
  border:1px solid rgba(255,122,0,0.22);
}

/* Responsive */
@media (max-width: 900px){
  .bf-author-grid{ grid-template-columns:1fr; }
}
@media (max-width: 520px){
  .bf-author-card{ padding:18px 14px; border-radius:18px; }
  .bf-author-hero{ padding:12px; border-radius:18px; }
  .bf-author-avatar{ width:84px; height:84px; border-radius:20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-496b214 */@import url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css');

.bf-foot-wrap{
  --maf-orange:#ff7a00;
  --maf-orange-2:#ff9a2f;
  --maf-panel:#101114;
  --maf-border:#24252a;
  --maf-text:#ffffff;
  --maf-muted:#b7b7b7;

  font-family:"Vazirmatn", system-ui, -apple-system, sans-serif !important;
  direction:rtl;
  padding:16px 10px 26px;
}

.bf-foot-card{
  max-width:1100px;
  margin:0 auto;
  background: linear-gradient(180deg, rgba(255,122,0,0.07), transparent 55%), var(--maf-panel);
  border:1px solid var(--maf-border);
  border-radius:22px;
  box-shadow:0 16px 45px rgba(0,0,0,0.65);
  padding:18px 18px;
  box-sizing:border-box;
  overflow:hidden;
}

/* Grid */
.bf-foot-grid{
  display:grid;
  grid-template-columns: 1fr minmax(260px, 360px);
  gap:14px;
  align-items:stretch;
}

/* Brand */
.bf-foot-brand{
  background: rgba(255,122,0,0.05);
  border:1px solid rgba(255,122,0,0.14);
  border-radius:18px;
  padding:14px 14px;
  min-width:0;
}

.bf-foot-logo{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  margin-bottom:10px;
}

.bf-foot-logo img{
  display:block;
  max-width:180px;
  width:100%;
  height:auto;
  object-fit:contain;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,0.35));
}

.bf-foot-title{
  color:var(--maf-text);
  font-weight:900;
  font-size:16px;
  margin:0 0 6px 0;
  letter-spacing:0.2px;
}

.bf-foot-desc{
  color:var(--maf-muted);
  font-size:13px;
  line-height:1.9;
}

/* Meta */
.bf-foot-meta{
  background: rgba(0,0,0,0.18);
  border:1px solid rgba(255,122,0,0.18);
  border-radius:18px;
  padding:14px 14px;
  min-width:0;
}

.bf-foot-h{
  color:var(--maf-text);
  font-weight:900;
  font-size:14px;
  margin:0 0 10px 0;
}

/* لیست لینک های نقشه سایت */
.bf-foot-sitemap-list{
  display:grid;
  gap:10px;
}

.bf-foot-sitemap{
  display:block;
  text-decoration:none;
  color:#e7e7e7;
  font-size:13px;
  line-height:1.9;
  padding:10px 12px;
  border-radius:14px;
  background: rgba(255,122,0,0.06);
  border:1px solid rgba(255,122,0,0.18);
}

.bf-foot-sitemap:hover{
  border-color: rgba(255,122,0,0.30);
}

/* Badges */
.bf-foot-badges{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:12px;
}

.bf-foot-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  color:#111;
  background: linear-gradient(180deg, var(--maf-orange-2), var(--maf-orange));
  border:1px solid rgba(255,122,0,0.35);
  white-space:nowrap;
}

.bf-foot-badge--soft{
  color:#f3f3f3;
  background: rgba(255,122,0,0.10);
  border:1px solid rgba(255,122,0,0.22);
}

/* Bottom */
.bf-foot-bottom{
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,0.08);
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  flex-wrap:wrap;
}

.bf-foot-copy{
  color:#cfcfcf;
  font-size:13px;
  line-height:1.9;
}

.bf-foot-copylink{
  color: var(--maf-orange-2);
  text-decoration:none;
  font-weight:900;
}

.bf-foot-copylink:hover{
  text-decoration:underline;
}

.bf-foot-mini{
  color:#9a9a9a;
  font-size:13px;
  line-height:1.9;
}

/* Responsive */
@media (max-width: 900px){
  .bf-foot-grid{ grid-template-columns: 1fr; }
  .bf-foot-logo img{ max-width:160px; }
}

@media (max-width: 480px){
  .bf-foot-card{ padding:16px 14px; border-radius:18px; }
  .bf-foot-logo img{ max-width:150px; }
}/* End custom CSS */