:root{
  --bgabout-footer-bg: rgba(154, 160, 166, 0.05);      /* رنگ بک‌گراند مطابق طرح */
  --bgabout-footer-text: #1A2A6C;    /* رنگ متن مطابق طرح */
  --bgabout-footer-link: #1A2A6C99;
}

.iw-footer{
  background: var(--bgabout-footer-bg);
  color: var(--bgabout-footer-text);
}

.iw-footer__container{
  padding-top: 64px;
  padding-bottom: 72px;
}

.iw-footer__brand{
    width: 130.00010681152344px;
height: 26.230709075927734px;
 
opacity: 1;

  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.iw-footer__logo{
  width: 220px;
  height: auto;
  display: block;
}

.iw-footer__desc{
    font-family: Avenir;
font-weight: 400;
font-style: Roman;
font-size: 16px;
line-height: 175%;
letter-spacing: 0%;
text-align: justify !important;
 
 
 
 
  color: var(--bgabout-footer-text);
}

.iw-footer__title{
  margin: 0 0 22px 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: lowercase;
  color: var(--bgabout-footer-text);
}

.iw-footer__list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 22px;
}

.iw-footer__link{
  color: var(--bgabout-footer-link);
  text-decoration: none;
  font-size: 16px;
  line-height: 1.7;
  
font-family: Avenir;
font-weight: 350;
font-style: Book;
font-size: 16px;
line-height: 150%;
letter-spacing: 0%;
color: #1A2A6C99;


}

.iw-footer__link:hover{
  text-decoration: underline;
}

/* ====================================
  RESPONSIVE MOBILE & TABLET
==================================== */

/* Mobile Small فقط تا 575 */
/*iPhone 16 Pro - 2*/
@media (max-width: 575.98px){
  .iw-footer__container{
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .iw-footer__brand{
    justify-content: center;
    width: 100%;
  }

  .iw-footer__logo{
   width: 130.00010681152344px;
height: 26.230709075927734px;
opacity: 1;
margin-right: auto;
  }

  .iw-footer__desc{
    max-width: 100%;
    margin-top: 26px;
    font-size: 16px !important;     /* طبق طرح موبایل متن درشت‌تره */
    line-height: 2.2;
    text-align: center;
    
  }

  .iw-footer__title{
    font-size: 18px;
    margin-bottom: 18px;
  }

  .iw-footer__list{
    gap: 22px;
  }

  .iw-footer__link{
    font-size: 18px;     /* لینک‌ها در موبایل بزرگ‌ترن */
  }
}

/*iPad mini 8.3 - 3*/
/* Mobile Large */
@media (min-width: 576px) and (max-width: 767.98px){
  .iw-footer__desc{
    font-size: 17px;
    line-height: 2.1;
  }
  .iw-footer__link{
    font-size: 17px;
  }
}

/* Desktop */
/*MacBook Air - 7*/
@media (min-width: 1200px) and (max-width: 1399.98px){
  .iw-footer__container{
    padding-top: 70px;
    padding-bottom: 78px;
  }
  .iw-footer__logo{
    width: 210px;
  }
  .iw-footer__desc{
    font-size: 15px;
    line-height: 2.0;
    max-width: 480px;
  }
  .iw-footer__link{
    font-size: 15px;
  }
}
