.elementor .smart-footer{height:50px;min-height:50px;max-height:50px;margin-block-start:150px;justify-content:space-evenly;align-items:center;/* =====================================================
 SMART FOOTER
 ===================================================== */

.smart-footer {
  --footer-color: #ffffff;

  transition:
      color 0.4s ease;
}


/* تمام آیتم‌های فوتر */

.smart-footer,
.smart-footer *,
.smart-footer a,
.smart-footer p,
.smart-footer span,
.smart-footer h1,
.smart-footer h2,
.smart-footer h3,
.smart-footer h4,
.smart-footer h5,
.smart-footer h6,
.smart-footer i {
  color: var(--footer-color) !important;

  transition:
      color 0.4s ease,
      border-color 0.4s ease,
      fill 0.4s ease,
      stroke 0.4s ease !important;
}


/* SVG */

.smart-footer svg {
  fill: var(--footer-color) !important;
  stroke: var(--footer-color) !important;
}


/* Elementor Icons */

.smart-footer .elementor-icon {
  color: var(--footer-color) !important;
}


.smart-footer .elementor-icon svg {
  fill: var(--footer-color) !important;
  stroke: var(--footer-color) !important;
}


/* =====================================================
 DARK ENVIRONMENT
 ===================================================== */

.smart-footer.is-dark {
  --footer-color: #ffffff;
}


/* =====================================================
 LIGHT ENVIRONMENT
 ===================================================== */

.smart-footer.is-light {
  --footer-color: #0b5a35;
}
selector {
  overflow: hidden !important;
}\n}