/* Start custom CSS for html, class: .elementor-element-5fc6921 */.bf-contact-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-contact-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;
}

.bf-contact-hero{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}

.bf-contact-title{
  margin:0 0 6px 0;
  color:var(--maf-text);
  font-weight:900;
  font-size:clamp(22px, 2.6vw, 38px);
  line-height:1.25;
}

.bf-contact-subtitle{
  margin:0;
  color:var(--maf-muted);
  font-size:14px;
  line-height:1.9;
  max-width:720px;
}

.bf-contact-badges{ display:flex; gap:8px; flex-wrap:wrap; }
.bf-contact-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-contact-badge--soft{
  color:#f3f3f3;
  background: rgba(255,122,0,0.10);
  border:1px solid rgba(255,122,0,0.22);
}

.bf-contact-grid{
  margin-top:14px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}

.bf-contact-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-contact-box-top{
  display:flex;
  gap:10px;
  align-items:flex-start;
  margin-bottom:10px;
}

.bf-contact-ico{
  width:40px;
  height:40px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,122,0,0.10);
  border:1px solid rgba(255,122,0,0.22);
  flex:0 0 auto;
}
.bf-contact-ico svg{ width:20px; height:20px; fill: var(--maf-orange-2); }

.bf-contact-box-title{
  color:#fff;
  font-weight:900;
  font-size:14px;
  margin:0 0 4px 0;
}
.bf-contact-box-text{
  color:var(--maf-muted);
  font-size:13px;
  line-height:1.8;
}

.bf-contact-email{
  display:block;
  text-decoration:none;
  color:#111;
  font-weight:900;
  font-size:14px;
  line-height:1.6;
  padding:12px 12px;
  border-radius:14px;
  background: linear-gradient(180deg, var(--maf-orange-2), var(--maf-orange));
  border:1px solid rgba(255,122,0,0.35);
  word-break:break-word;
}

.bf-contact-list{
  margin:0;
  padding:0 18px 0 0;
  color:#e6e6e6;
  font-size:13px;
  line-height:2;
}

.bf-contact-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;
}

.bf-contact-bottom{ margin-top:12px; }
.bf-contact-disclosure{
  background: rgba(255,122,0,0.08);
  border:1px solid rgba(255,122,0,0.20);
  color:#e6e6e6;
  padding:12px 12px;
  border-radius:16px;
  font-size:13px;
  line-height:1.9;
}

.bf-contact-safe{
  margin-top:10px;
  color:#9a9a9a;
  font-size:13px;
  line-height:1.8;
  text-align:center;
}
.bf-contact-home{
  color: var(--maf-orange-2);
  font-weight:900;
  text-decoration:none;
}
.bf-contact-home:hover{ text-decoration:underline; }

.bf-contact-actions{
  margin-top:12px;
  display:flex;
  justify-content:center;
}
.bf-contact-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  padding:12px 16px;
  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);
}

/* Mobile */
@media (max-width: 900px){
  .bf-contact-grid{ grid-template-columns:1fr; }
}
@media (max-width: 520px){
  .bf-contact-card{ padding:18px 14px; border-radius:18px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-90fdfb1 */@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 */