/* تعریف فونت Vazir - وزن معمولی */
@font-face {
  font-family: 'Vazir';
  src: url('https://stylei.ir/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

/* استایل کلی فوتر */
.footer-wrapper .footer {
  background: #E5E4E2;
  padding: 20px 15px;
  font-family: 'Vazir', sans-serif;
  color: #000000;
  direction: rtl;
  text-align: center;
}

/* منوهای کشویی */
.footer-wrapper .footer-accordions {
  margin-bottom: 20px;
}

.footer-wrapper .accordion {
  margin-bottom: 5px;
}

.footer-wrapper .accordion-button {
  background: none;
  border: none;
  width: 100%;
  padding: 10px;
  font-family: 'Vazir', sans-serif;
  font-size: 14px;
  color: #000000;
  text-align: right;
  cursor: pointer;
  position: relative;
}

.footer-wrapper .accordion-button::after {
  content: '▼';
  position: absolute;
  left: 10px;
  font-size: 12px;
  transition: transform 0.3s ease;
}

.footer-wrapper .accordion-button.active::after {
  transform: rotate(180deg);
}

.footer-wrapper .accordion-content {
  display: none;
  padding: 10px;
  font-size: 12px;
  color: #000000;
  text-align: right;
  background: #BCC6CC;
  border-radius: 5px;
}

.footer-wrapper .accordion-content a {
  display: block;
  color: #000000;
  text-decoration: none;
  margin: 5px 0;
  transition: color 0.3s ease;
}

.footer-wrapper .accordion-content a:hover {
  color: #FF007F;
}

/* خط جداکننده */
.footer-wrapper .separator {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 10px 0;
}

/* آیکون استایلی و اطلاعات تماس */
.footer-wrapper .footer-info {
  margin-bottom: 15px;
  text-align: right;
}

.footer-wrapper .footer-logo {
  width: 70px;
  height: auto;
  margin-bottom: 10px;
}

.footer-wrapper .footer-address {
  font-size: 12px;
  color: #000000;
  margin-bottom: 5px;
}

.footer-wrapper .footer-contact {
  font-size: 12px;
  color: #000000;
  margin: 5px 0;
}

.footer-wrapper .contact-icon {
  width: 40px;
  height: 14px;
  vertical-align: middle;
  margin-left: 5px;
}

/* کارت‌های اینماد و تصویر دیگر */
.footer-wrapper .footer-trust {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}

.footer-wrapper .trust-card {
  width: 50px;
  height: 50px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-wrapper .trust-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* شبکه‌های اجتماعی */
.footer-wrapper .social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}

.footer-wrapper .social-link img {
  width: 20px;
  height: 20px;
}

/* کپی‌رایت */
.footer-wrapper .footer-copyright {
  font-size: 12px;
  color: #000000;
  line-height: 1.5;
}

/* تبلت */
@media (min-width: 768px) {
  .footer-wrapper .footer {
    padding: 30px 20px;
  }

  .footer-wrapper .accordion-button {
    font-size: 16px;
  }

  .footer-wrapper .accordion-content {
    font-size: 14px;
  }

  .footer-wrapper .footer-logo {
    width: 140px;
  }

  .footer-wrapper .footer-address,
  .footer-wrapper .footer-contact,
  .footer-wrapper .footer-copyright {
    font-size: 14px;
  }

  .footer-wrapper .contact-icon {
    width: 16px;
    height: 16px;
  }

  .footer-wrapper .social-link img {
    width: 25px;
    height: 25px;
  }

  .footer-wrapper .trust-card {
    width: 30px;
    height: 30px;
  }
}

/* دسکتاپ */
@media (min-width: 1024px) {
  .footer-wrapper .footer {
    padding: 40px 30px;
  }

  .footer-wrapper .footer-accordions {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
  }

  .footer-wrapper .accordion {
    width: 200px;
  }

  .footer-wrapper .separator {
    display: none;
  }

  .footer-wrapper .accordion-button {
    font-size: 16px;
  }

  .footer-wrapper .accordion-content {
    font-size: 14px;
  }

  .footer-wrapper .footer-logo {
    width: 160px;
  }

  .footer-wrapper .footer-address,
  .footer-wrapper .footer-contact,
  .footer-wrapper .footer-copyright {
    font-size: 16px;
  }

  .footer-wrapper .contact-icon {
    width: 18px;
    height: 18px;
  }

  .footer-wrapper .social-link img {
    width: 30px;
    height: 30px;
  }

  .footer-wrapper .trust-card {
    width: 35px;
    height: 35px;
  }
}