.site-footer{
  max-width: 100% !important;
}
    .footer-icons {
  display: flex;
  justify-content: space-between; /* فاصله مساوی بین ستون‌ها */
  align-items: center;
  flex-wrap: wrap; /* در موبایل ستون‌ها به خط بعدی بروند */
  gap: 20px; /* فاصله بین ستون‌ها */
  max-width: 100%; /* عرض کل ردیف */
  margin: 0 auto; /* مرکز چین */
}

.footer-icon {
  display: flex;
  flex-direction: column; /* متن زیر تصویر */
  align-items: center;
  text-align: center;
  flex: 1; /* هر ستون به یک اندازه */
  width: 30vw;
}

.footer-icon img {
  width: 80px; /* اندازه یکسان تصاویر */
  height: 80px;
  object-fit: contain; /* تصویر بدون کشیده شدن */
  margin-bottom: 10px;
}

.footer-icon span {
  font-size: 14px;
  color: #333;
}
  .footer-section-2{
    display: flex;
    flex-wrap: wrap;
  }
  .text-box-footer{
    width: 900px;
  }
  .nemad-icon{
    display: flex;
  }
  .nemad-box-footer > span{
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
  }
  .footer-section-3{
      display: flex;
        flex-wrap: wrap;
            justify-content: space-around;
      background-color: #bfc9df;
  }
  .footer-pages-links{
    display:flex;
    flex-direction: column;
  }
  .footer-pages-link{
    color:#555555;
  }
  .footer-call > h3{
    display: flex;
    justify-content: center;
  }
  .footer-call-box{
    display: flex;
    flex-wrap: wrap;
          gap: 20px;
          justify-content: center;
  }
  body > footer > div.footer-section-3 > div.footer-call > div > a:nth-child(1){
  color: #555454;
  font-size: 16px;
  font-weight: bold;
  margin:6px;
  }
.footer-social-media{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
    .footer-section-4{
  height: 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f1f3f4;
  font-size: 12px;
  
  }
  @media (max-width:992px) {
    .footer-section-4{
  height: 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
      margin-bottom: 70px;
  }
  }
  