footer ul li a{text-decoration:none;transition:0.3s ease}.footer ul li a:hover{color:#28a745}.footer-about p{font-size:.9rem}.footer .social-icon{transition:0.3s ease}.footer .social-icon:hover{color:#28a745} footer .widget_block {    margin-top: 5px; display: flex; justify-content: center; padding: 10px; background-color: inherit; color: #f8f9fa; border-radius: 5px;} 
/* wrapper */
.footer-social {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

/* list */
.footer-social-list {
  display: flex;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* item */
.footer-social-item {
  display: flex;
}

/* link */
.footer-social-link {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #444;
  transition: all .25s ease;
}

/* svg */
.footer-social-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* hover (عمومی) */
.footer-social-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0,0,0,.08);
}

/* رنگ برندها (ملایم و شیک) */
.footer-social-instagram:hover { color: #e1306c; }
.footer-social-telegram:hover  { color: #229ed9; }
.footer-social-whatsapp:hover  { color: #25d366; }
.footer-social-facebook:hover  { color: #1877f2; }
.footer-social-linkedin:hover  { color: #0a66c2; }
.footer-social-x:hover         { color: #000000; }

/* موبایل: فشرده‌تر */
@media (max-width: 576px) {
  .footer-social-link {
    width: 38px;
    height: 38px;
  }

  .footer-social-link svg {
    width: 18px;
    height: 18px;
  }
}
.footer-copyright {
  text-align: center;
  padding: 16px 0;
  margin-top: 24px;
  border-top: 1px solid #e0e0e0;
  font-size: 0.85rem;
  color: #777;
}

.footer-copyright .sep {
  margin: 0 6px;
  color: #bbb;
}

/* موبایل */
@media (max-width: 576px) {
  .footer-copyright {
    font-size: 0.8rem;
    padding: 14px 0;
  }
}
.footer-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 16px 0;
  background: #f2f2f2;
}

.footer-trust .trust-item {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 10px 6px;
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease;
}

.footer-trust .trust-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0,0,0,.08);
}

.footer-trust img,
.footer-trust svg {
  width: 36px;
  height: 36px;
  margin-bottom: 6px;
}

.footer-trust svg {
  stroke: #2e7d32;
  fill: none;
  stroke-width: 2;
}

.footer-trust span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
}

/* موبایل: همچنان سه‌تایی در یک ردیف */
@media (max-width: 576px) {
  .footer-trust {
    gap: 8px;
  }

  .footer-trust span {
    font-size: 12px;
  }
}
a:where(:not(.wp-element-button)) {
    text-decoration: none!important
}
.accordion-body p{
    text-align:justify;
}

    .enamad-wrapper {
        display: inline-block;
        text-align: center;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .enamad-wrapper:hover { transform: translateY(-5px); }
    .enamad-wrapper span { display: block; font-size: 12px; margin-top: 5px; color: #666; }

