
.article-card1 {
  background-color: #f9f9f9;
  color: #333;
}

.body{  background-color: #f9f9f9;}


/* حالت لپ‌تاپ یا نمایشگر متوسط *ث









.info-content h3 {
  font-size: 16px;
  font-weight: bold;
  color: #4B2E83; /* رنگ بنفش ملایم مثل تصویر */
.collection-title {
  background-color: #f9f9f9;
  padding: 10px 20px;
  border-radius: 8px;
}


.info-content p {
  font-size: 14px;
  color: #333;
  margin-bottom: 12px;
}

.view-all-btn {
  background-color:#f9f9f9; /* رنگ دکمه بنفش */
  color: white;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.3s ease;
}

.view-all-btn:hover {
  background-color:#f9f9f9;
}














.faq-section22 {
  font-family: 'Vazirmatn', sans-serif;
  margin: 0;
  padding: 0;
  
}

/* هدر */
.faq-section22 .header-box22 {
  background-color: #667558;
  height: 40px;
  border-radius: 0 0 30px 30px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  transform: translateY(-2px);
  margin-left: 8px;   /* 👈 فقط فاصله از سمت چپ */
  margin-top: 20px;    /* فاصله از بالا (اختیاری) */
}


.faq-section22 .faq-container22 {
  max-width: 700px;
  margin: -57px auto 0;   /* 👈 این باعث میشه کل کانتینر وسط‌چین بشه */
  position: relative;
  z-index: 1;
  padding: 20px;
  text-align: center;     /* 👈 محتوا وسط‌چین میشه */
}

.faq-section22 .faq-item22 {
  background-color: #fff;
  border-radius: 8px;
  margin: 12px auto;      /* 👈 هر باکس سفید وسط‌چین میشه */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 90%;             /* 👈 عرض باکس‌ها محدود میشه و وسط قرار می‌گیرن */
}


.faq-section22 .faq-question22 {
  padding: 15px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  color: #333;
}

.faq-section22 .faq-question22:hover {
  background-color: #ddd;
  
}

.faq-section22 .faq-answer22 {
  padding: 0 20px 15px;
  display: none;
  
  color: #555;
  line-height: 1.7;
  font-size: 15px;
}

.faq-section22 .faq-item22.active .faq-answer22 {
  display: block;
  
}

/* فلش */
.faq-section22 .arrow22 {
  width: 0;
  
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #333;
  transition: transform 0.3s ease;
}

.faq-section22 .faq-item22.active .arrow22 {
  transform: rotate(180deg);
  
}

/* لپ‌تاپ و دسکتاپ (بزرگ‌تر از 1024px) */
@media (min-width: 1024px) {
  .faq-section22 .header-box22 {
    background-color: #667558;
    height: 80px;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
  
    margin-top: 40px;   /* 👈 فاصله از بالا */
  }
  
  
  
}


  .faq-section22 .faq-question22 {
    font-size: 16px;
    padding: 14px 16px;
  }

  .faq-section22 .faq-answer22 {
    font-size: 14px;
    line-height: 1.65;
    padding: 0 16px 14px;
  }

/* لپ‌تاپ (1024 تا 1366px) */
/* لپ‌تاپ و بالاتر از 1024px */
/* لپ‌تاپ و دسکتاپ (بزرگ‌تر از 1024px) */
@media (max-width: 1024px) {
  .faq-section22 .header-box22 {
    height: 100px;
    border-radius: 0 0 20px 20px;
    font-size: 22px;
  }

  .faq-section22 .faq-container22 {
    max-width: 100%;
    margin: -57px 0 0;
    padding: 16px;
  }

  .faq-section22 .faq-question22 {
    font-size: 16px;
    padding: 14px 16px;
  }

  .faq-section22 .faq-answer22 {
    font-size: 14px;
    line-height: 1.65;
    padding: 0 16px 14px;
  }
}


















/* 🎨 تنظیمات کلی */
body {
  margin: 0;
  font-family: "Vazir", sans-serif;
background-color: #f9f9f9;
  color: #222;
  direction: rtl;
}

/* 🔖 مقاله‌ها */
.container1 {
  max-width: 100px;
  margin: 0;
  padding: 0;
}

.article-section1 {
  padding: 40px 20px;

  text-align: center;
  margin-bottom: 40px;
}

.article-section1 h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

.article-grid1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* همیشه دو ستون */
  gap: 20px;
}

.article-card1 {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  text-decoration: none;
  color: #222;
  display: flex;
  flex-direction: column;
}

.article-card1:hover {
  transform: translateY(-5px);
}

.article-card1 img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.article-card1 p {
  padding: 12px;
  font-size: 16px;
  margin: 0;
  flex-grow: 1;
}














/* 🖤 فوتر سایت */
.site-footer {
  background: #fff;
  color: #222;
  margin-top: 50px;
  border-top: 1px solid #ddd;
}

.container {
  width: 100px;
  margin: 0 ;
  padding: 0;
}

.footer-top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 24px;
}

.footer-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-list li { margin: 6px 0; }
.footer-list a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
}
.footer-list a:hover { color: #222; text-decoration: underline; }

.brand-line {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 8px;
}
.brand-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}

.contact-item {
  font-size: 14px;
  margin: 6px 0;
  color: #666;
}
.contact-item a { color: #222; text-decoration: none; }

.social {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: #f0f0f0;
  color: #222;
  border: 1px solid #ddd;
  transition: .2s;
  font-size: 18px;
}
.social a:hover {
  transform: translateY(-2px);
  background: #22262c;
  color: #fff;
}

.assurance-box {
  margin-top: 24px;
}
.assurance-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.assurance-item {
  flex: 1 1 200px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  color: #666;
  text-align: center;
}

.footer-bottom {
  border-top: 1px solid #ddd;
  margin-top: 24px;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 13px;
  color: #999;
}
.bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.bottom-links a {
  color: #666;
  text-decoration: none;
  font-size: 13px;
}
.bottom-links a:hover { color: #222; text-decoration: underline; }

@media (max-width: 640px) {
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 10px; }
  .social { justify-content: center; }
}

/* 🖼️ بنر بالایی */
.banner-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 12px;
  box-sizing: border-box;
}

.card {
  border-radius: 12px;
  overflow: hidden;
  height: 200px; /* لپ‌تاپ */
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* موبایل */
@media (max-width: 600px) {
  .card {
    height: 100px;
  }
}










/* 🔰 بک‌گراند سبز پشت باکس‌ها *//* 🔰 کل بخش سوالات */
/* 🔰 کل بخش سوالات */
/* کل بخش */

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;       /* پس‌زمینه سفید پشت متن */
  position: relative;
}

.section-title span {
  background: #f9f9f9;       /* پس‌زمینه سفید پشت متن */
  padding: 0 10px;        /* فاصله اطراف متن */
  font-size: 16px;
  color: #2A0800;
  z-index: 1;
  font-weight: bold;
}

.section-title::before,
.section-title::after {
  content: "";
  flex: 1;                /* خط‌ها کشیده می‌شن */
  height: 1px;            /* ضخامت خط */


}




/* کل بخش */
/* بخش کلی */.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0;
  position: relative;
}

.section-title span {
  background: #f9f9f9;

  font-size: 16px;
  color: #2A0800;
  z-index: 1;
  font-weight: bold;
}

.section-title::before,
.section-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e0e0e0;
  margin: 0 10px;
}



.article-section1 {
  margin-bottom: 0;
  padding-bottom: 0;
}


.article-grid1 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.article-card1 {
  margin-bottom: 0;
}





.categories {
  overflow-x: auto;
  white-space: nowrap;
  padding: 20px;
  background: #878E76;
  border-radius: 8px;
}

.category {
  display: inline-block;
  width: 80px;
  margin: 0 10px;
  text-align: center;
}

.category img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #667558;
  padding: 3px;
}

.category p {
  font-size: 12px;
  margin-top: 5px;
  color: #000;
}

.products {
  overflow-x: auto;
  white-space: nowrap;
  padding: 20px;
  background: #9d8189;
  border-radius: 8px;
}

.product {
  display: inline-block;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  margin: 10px;
  padding: 15px;
  width: 200px;
  text-align: center;
}

.product img {
  width: 100%;
  border-radius: 5px;
}

.product h3 {
  margin: 10px 0;
  font-size: 16px;
  color: #667558;
}

.product p {
  color: #0F2A1D;
  font-size: 14px;
}

footer {
  background: #e91e63;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 14px;
  border-radius: 8px;
  margin-top: 10px;
}

.categories::-webkit-scrollbar,
.products::-webkit-scrollbar {
  height: 6px;
}

.categories::-webkit-scrollbar-thumb,
.products::-webkit-scrollbar-thumb {
  background: #e91e63;
  border-radius: 3px;
}


.container { margin: 0; padding: 0; width: 100%; min-height: 100vh; border-radius: 0; box-shadow: none; }

.product { display: inline-block; background: white; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); margin: 10px; padding: 15px; width: 200px; text-align: center; }

.product img { width: 100%; border-radius: 5px; }

/* فقط برای محصول آخر / .product.full-image { padding: 0;          / متن نداره، پس padding حذف بشه */ 

.product.full-image img { width: 100%; height: 250px;  }/* هم‌اندازه باکس‌های دیگه / object-fit: cover;  


}
















/* FAQ Section Scoped Styles */
/* بخش کلی سوالات متداول */  /* بخش کلی سوالات متداول */






    :root {
      --pink: #e91e63;
      --yellow: #ffc107;
      --gray: #f9f9f9;
      --text: #333;
    }

    body {
      margin: 0;
      font-family: 'Vazirmatn', sans-serif;
      background: var(--gray);
      direction: rtl;
      color: var(--text);
    }

    .container {
      max-width: 1200px;
      margin: auto;
      padding: 20px;
    }

    .header-box {
      background: var(--pink);
      color: white;
      border-radius: 16px;
      padding: 20px;
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 20px;
    }

    /* ویژگی‌ها: موبایل اسلایدی افقی 

*/
    .features {

      display: flex;
      overflow-x: auto;
      gap: 12px;
      margin-bottom: 30px;
      scroll-snap-type: x mandatory;
      padding-bottom: 30px;
    }

    .feature {
      min-width: 100px;
      background: white;
      border-radius: 12px;
      padding: 16px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      scroll-snap-align: start;
    }

    .feature-icon {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: var(--pink);
      color: white;
      display: grid;
      place-items: center;
      font-size: 20px;
      flex-shrink: 0;
    }

    .feature-text h4 {
      margin: 0;
      font-size: 14px;
      font-weight: bold;
    }

    .feature-text p {
      margin: 4px 0 0;
      font-size: 12px;
      color: #666;
    }

    @media (min-width: 768px) {
      .features {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        overflow: visible;
      }

      .feature {
        flex-direction: row;
        text-align: right;
        gap: 12px;
      }

      .feature-text h4 {
        font-size: 16px;
      }

      .feature-text p {
        font-size: 13px;
      }

}









@media (min-width: 1024px) {
  /* کانتینر اصلی */
  .container {
    width: 100%;          /* 👈 کمی فاصله از کناره‌ها */
    max-width: none;   /* 👈 محدودیت بزرگ‌تر از 1200px */
    margin: 0 ;      /* 👈 وسط‌چین */
    padding: 0;
  }
}
/* 🔧 استایل مقاله‌ها */






