.elementor-37450 .elementor-element.elementor-element-8d1cbf5{width:100%;max-width:100%;}.elementor-37450 .elementor-element.elementor-element-8d1cbf5 > .elementor-widget-container{margin:-10px -10px -10px -10px;}/* Start custom CSS for html, class: .elementor-element-8d1cbf5 *//* 1) آدرس: بدون بوردر، فقط پس‌زمینهٔ ملایم */
header.fe-h .fe-h__loc{
  background:#f0f4ff !important;
  border:none !important;
  padding:8px 12px !important;
  border-radius:999px !important;
  box-shadow:0 1px 0 rgba(15,35,55,.04);
}

/* 2) مزیت‌ها: هم‌رنگ و یکدست (خاکستری خیلی روشن) */
header.fe-h .fe-h__chips .fe-chip{
  background:#f7f9fc !important;
  border:1px solid #e6ecf3 !important;
  color:#1A1A2E !important;
}
/* لغو رنگ‌های قبلیِ آیتم‌ها (هر سه یکی) */
header.fe-h .fe-h__chips .fe-chip:nth-child(n){
  background:#f7f9fc !important;
  border-color:#e6ecf3 !important;
  color:#1A1A2E !important;
}

/* 3) موبایل: مزیت‌ها یک‌خطی و وسط‌چین */
@media (max-width:768px){
  header.fe-h .fe-h__chips{
    display:flex !important;
    flex-wrap:nowrap !important;     /* یک خط */
    justify-content:center !important;
    gap:6px !important;
  }
  header.fe-h .fe-chip{
    font-size:13px !important;       /* جمع‌وجور می‌شود */
    padding:6px 10px !important;
    border-radius:999px !important;
  }

  /* دکمه‌های CTA هم وسط‌چین بمانند */
  header.fe-h .fe-h__ctas{
    width:100% !important;
    justify-content:center !important;
    margin-left:0 !important;
    gap:8px !important;
    flex-wrap:wrap !important;
  }
}

/* اگر توی عرض‌های خیلی کوچک (≤ 340px) باز هم می‌شکند،
   این دو خط را باز کنید: */
/*
@media (max-width:340px){
  header.fe-h .fe-chip{ font-size:12px !important; padding:5px 8px !important; }
}
*/
/* ===== Palette & base (LIGHT) ===== */
.fe-h{
  --strip:#ffffff;
  --brand:#ffffff;
  --ink:#1A1A2E;
  --ink-60:#5a5f6a;
  --accent:#FFC107;
  --hair:#eaeef3;
  font-family:'Oxanium', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

/* کمی فشرده‌تر تا Oxanium قشنگ بنشینه */
.fe-menu > li > a,
.fe-chip,
.fe-btn{
  letter-spacing:.1px;   /* اگر حس کردی گشاد شد، بذار 0 یا -0.1px */
  font-weight:600;       /* Oxanium با 600 یا 700 تمیزه؛ دکمه اصلی خودش 800 داره */
}/* End custom CSS */