.elementor-3422 .elementor-element.elementor-element-e1b6795{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-db85ade */.site-footer {
  background: #0f172a;
  color: #cbd5e1;
  font-size: 14px;
  width: 100%;
}

.footer-main {
  padding: 60px 20px 40px;
  width: 100%;
  box-sizing: border-box;
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
  gap: 40px;
  width: 100%;
  box-sizing: border-box;
}

.footer-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px 0;
}

.footer-about {
  line-height: 1.8;
  margin-bottom: 24px;
  color: #94a3b8;
}

.footer-btn {
  display: inline-block;
  background: #ea580c;
  color: #ffffff !important;
  font-size: 13.5px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.footer-btn:hover {
  background: #c2410c;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #ea580c;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  line-height: 1.6;
  color: #94a3b8;
}

.footer-contact svg {
  flex-shrink: 0;
  margin-top: 3px;
  color: #ea580c;
}

/* پایین فوتر */
.footer-bottom {
  border-top: 1px solid #1e293b;
  padding: 18px 20px;
}

.footer-bottom-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-copy {
  color: #64748b;
  font-size: 13px;
}

.footer-socials {
  display: flex;
  gap: 18px;
}

.footer-socials a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s ease;
}

.footer-socials a:hover {
  color: #ea580c;
}

/* ========== تبلت ========== */
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 36px 30px;
  }
}

/* ========== موبایل (دو ستونه + تمام عرض) ========== */
@media (max-width: 768px) {

  .site-footer {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    box-sizing: border-box;
  }

  .footer-main {
    padding: 40px 16px 24px !important;
    width: 100% !important;
  }

  .footer-container {
    grid-template-columns: 1fr 1fr !important; /* دو ستونه */
    gap: 28px 16px !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .footer-title {
    font-size: 15px;
    margin-bottom: 14px;
  }

  .footer-about {
    font-size: 13px;
    margin-bottom: 16px;
  }

  .footer-links li {
    margin-bottom: 8px;
  }

  .footer-links a,
  .footer-contact li {
    font-size: 13px;
  }

  .footer-btn {
    font-size: 12.5px;
    padding: 9px 16px;
  }

  .footer-bottom {
    padding: 16px !important;
    width: 100% !important;
  }

  .footer-bottom-container {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    max-width: 100% !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e1b6795 */.site-footer {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}/* End custom CSS */