.elementor-25637 .elementor-element.elementor-element-182d249{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-25637 .elementor-element.elementor-element-3f34a71{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-182d249 */.arpro-modal-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 13px;
}

.arpro-modal-meta span {
    background: #f1f5f9;
    padding: 6px 14px;
    border-radius: 8px;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 5px;
    /* اگر جا بود کنار هم، اگر نبود خط بعدی */
    flex: 0 1 auto;
    white-space: nowrap;
}

/* موبایل: همیشه هر کدام یک خط */
@media (max-width: 576px) {
    .arpro-modal-meta {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .arpro-modal-meta span {
        width: fit-content;
        font-size: 12px;
        padding: 5px 12px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dad8b5b *//* والد باید flex باشه برای کنترل ترتیب */
.fb-hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* قرارگیری بین دکمه‌ها و آمار (order: 1) */
.fb-iso-wrapper {
  order: 1;
  margin: 0;  /* فاصله از بالا و پایین حذف شد */
  
  /* حذف کامل باکس */
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  
  /* چیدمان افقی */
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  
  /* بدون محدودیت عرض */
  width: auto;
  max-width: 100%;
}

/* آمارها رو پایین‌تر می‌بریم */
.fb-stats {
  order: 2;
  width: 100%;
  margin-top: 0rem;
}




/* ─── موبایل (پیش‌فرض): عمودی ─── */
.fb-iso-wrapper {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  direction: rtl;
}

.iso-label {
  color: #ffffff !important;
  text-shadow: 0 0 10px #FFD700, 0 0 20px #FFD700, 0 0 30px #DAA520 !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  white-space: normal !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  display: inline-block !important;
  line-height: 1.4 !important;
  max-width: 220px !important;
  text-align: center !important;
  order: 1 !important;
}

.iso-container {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  order: 2 !important;
}

.iso-subtitle {
  color: #ffffff !important;
  text-shadow: 0 0 10px #FFD700, 0 0 20px #FFD700, 0 0 30px #DAA520 !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  white-space: normal !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  display: inline-block !important;
  line-height: 1.4 !important;
  max-width: 220px !important;
  text-align: center !important;
  order: 3 !important;
}

.iso-img {
  display: block !important;
  border: none !important;
  box-shadow: none !important;
  background: none !important;
  outline: none !important;
  padding: 0 !important;
  margin: 0 !important;
  filter: none !important;
}

/* ─── ویندوز (دسکتاپ): تصویر وسط، نوشته‌ها چپ و راست ─── */
@media (min-width: 1024px) {
  .fb-iso-wrapper {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    grid-template-areas: "label img subtitle" !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    direction: rtl;
  }

  .iso-label {
    grid-area: label !important;
    margin: 0 !important;
    justify-self: end !important;
    padding-left: 40px !important;
    order: unset !important;
    max-width: 180px !important;
  }

  .iso-container {
    grid-area: img !important;
    justify-self: center !important;
    order: unset !important;
  }

  .iso-subtitle {
    grid-area: subtitle !important;
    margin: 0 !important;
    justify-self: start !important;
    padding-right: 40px !important;
    order: unset !important;
    max-width: 220px !important;
  }
}/* End custom CSS */