
/* تعریف فونت Vazir - وزن معمولی */
@font-face {
  font-family: 'Vazir';
  src: url('https://stylei.ir/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

/* استایل کلی سکشن */
.section-download-wrapper .download-section{
  font-family: 'Vazir', sans-serif;
  text-align: center;
  background: rgba(248, 245, 242, 0.95);
  background-image: url('https://stylei.ir/wp-content/uploads/2025/04/NicePng_bg-png_981563.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  direction: rtl;
  width: 100%;
  margin: 0;
}

/* استایل wrapper محتوا */
.section-download-wrapper .content-wrapper{
  padding: 40px 5px; /* فاصله داخلی برای محتوا */
}

/* استایل عنوان */
.section-download-wrapper .download-title{
  font-size: 18px;
  font-family: 'Vazir', sans-serif;
  font-weight: bold;
  color: #000000;
  margin-bottom: 15px;
}

/* استایل توضیحات */
.section-download-wrapper .download-description{
  font-size: 14px;
  font-family: 'Vazir', sans-serif;
  color: #000000;
  margin-bottom: 20px;
  line-height: 1.8;
}

/* استایل کارت دکمه‌های دانلود */
.section-download-wrapper .download-buttons-card{
  background: #E0F7FA;
  height: 120px;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 9px;
}

/* استایل بخش دکمه‌های دانلود */
.section-download-wrapper .download-buttons{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.section-download-wrapper .download-column{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 5px;
}

.section-download-wrapper .download-link img{
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.section-download-wrapper .download-link img:hover{
  transform: scale(1.05);
}

/* استایل اسلایدر */
.section-download-wrapper .screenshot-slider{
  position: relative;
  width: 100%;
  height: 410px;
  overflow: hidden;
  margin: 20px 0;
}

.section-download-wrapper .screenshot-image{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.section-download-wrapper .screenshot-image.active{
  opacity: 1;
}

/* استایل کارت آیکون‌ها و متن اسلاید */
.section-download-wrapper .slider-controls-card{
  background: rgba(255, 255, 255, 0.9);
  background-image: url('https://stylei.ir/wp-content/uploads/2025/04/NicePng_bg-png_981563.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-top: 15px;
  height: 260px;
  overflow: hidden;
}

/* استایل آیکون‌ها */
.section-download-wrapper .screenshot-icons{
  display: flex;
  justify-content: center;
  gap: 15px;
}

.section-download-wrapper .screenshot-icons .icon{
  width: 40px;
  height: 40px;
  object-fit: contain;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.section-download-wrapper .screenshot-icons .icon.active{
  opacity: 1;
}

/* استایل متن اسلاید */
.section-download-wrapper .slide-text{
  margin-top: 20px;
  text-align: center;
  height: 130px;
}

.section-download-wrapper .slide-title{
  font-size: 16px;
  font-family: 'Vazir', sans-serif;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}

.section-download-wrapper .slide-description{
  font-size: 14px;
  font-family: 'Vazir', sans-serif;
  color: #000000;
  line-height: 1.8;
  max-width: 90%;
  margin: 0 auto;
}

/* تبلت */
@media (min-width: 768px) {
  .section-download-wrapper .download-section{
    margin: 0 auto;
    width: 80%;
  }

  .section-download-wrapper .content-wrapper{
    padding: 50px 5px;
  }

  .section-download-wrapper .download-title{
    font-size: 24px;
  }

  .section-download-wrapper .download-description{
    font-size: 16px;
  }

  .section-download-wrapper .download-column{
    margin: 0 10px;
  }

  .section-download-wrapper .download-link img{
    max-width: 200px;
  }

  .section-download-wrapper .screenshot-slider{
    height: 400px;
    width: 64%;
    margin: 20px auto;
  }

  .section-download-wrapper .screenshot-image{
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
  }

  .section-download-wrapper .screenshot-icons .icon{
    width: 50px;
    height: 50px;
  }

  .section-download-wrapper .slide-title{
    font-size: 18px;
  }

  .section-download-wrapper .slide-description{
    font-size: 16px;
    max-width: 80%;
  }

  .section-download-wrapper .slider-controls-card{
    height: 220px;
  }

  .section-download-wrapper .slide-text{
    height: 140px;
  }
}

/* دسکتاپ */
@media (min-width: 1024px) {
  .section-download-wrapper .download-section{
    width: 70%;
    margin: 0 auto;
  }

  .section-download-wrapper .content-wrapper{
    padding: 60px 5px;
  }

  .section-download-wrapper .download-title{
    font-size: 28px;
  }

  .section-download-wrapper .download-description{
    font-size: 18px;
  }

  .section-download-wrapper .download-buttons{
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }

  .section-download-wrapper .download-column{
    flex-direction: row;
    gap: 20px;
    margin: 0;
  }

  .section-download-wrapper .download-link img{
    max-width: 180px;
  }

  .section-download-wrapper .screenshot-slider{
    height: 320px;
    width: 48%;
    margin: 30px auto;
  }

  .section-download-wrapper .screenshot-image{
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
  }

  .section-download-wrapper .screenshot-icons .icon{
    width: 60px;
    height: 60px;
  }

  .section-download-wrapper .slide-title{
    font-size: 20px;
  }

  .section-download-wrapper .slide-description{
    font-size: 16px;
    max-width: 70%;
  }

  .section-download-wrapper .slider-controls-card{
    height: 240px;
  }

  .section-download-wrapper .slide-text{
    height: 160px;
  }
}