.elementor-1290 .elementor-element.elementor-element-7dff955{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1290 .elementor-element.elementor-element-ac3ed0e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1290 .elementor-element.elementor-element-3d77cb4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1290 .elementor-element.elementor-element-1cf885c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1290 .elementor-element.elementor-element-02f8b9e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1290 .elementor-element.elementor-element-4763108{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3a28cd6 *//* Reset پایه */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Vazirmatn', sans-serif;
  background-color: #f9f9f9;
  color: #222;
  line-height: 1.6;
  padding: 2rem;
}

/* کانتینر دسته‌بندی خدمات */
.service-categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* دو ستون */
  gap: 2.5rem 2rem; /* فاصله ردیف و ستون */
  max-width: 900px;
  margin: 0 auto;
}

/* کارت هر دسته */
.category-box {
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
  padding: 1.8rem 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}

.category-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* عنوان دسته */
.category-box h2 {
  font-size: 1.5rem;
  color: #009688;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 700;
}

/* آیکون در عنوان */
.category-box i {
  font-size: 1.3rem;
  color: #4caf50;
}

/* لیست خدمات */
.category-box ul {
  list-style: none;
  padding-left: 0;
}

.category-box ul li {
  padding: 0.5rem 0;
  border-bottom: 1px dashed #ddd;
  font-size: 1rem;
  color: #555;
  transition: color 0.3s ease;
}

.category-box ul li:last-child {
  border-bottom: none;
}

.category-box ul li:hover {
  color: #009688;
}

/* واکنشگرایی برای موبایل */
@media (max-width: 768px) {
  .service-categories {
    grid-template-columns: 1fr; /* یک ستون روی موبایل */
    max-width: 100%;
    padding: 0 1rem;
  }

  .category-box h2 {
    font-size: 1.3rem;
  }

  .category-box ul li {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f12c48b */.why-us {
  background: linear-gradient(to right, #f0f4f8, #eaf6ff);
  padding: 60px 20px;
  direction: rtl;
  font-family: "IRANSans", sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #0f172a;
  font-weight: 700;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #475569;
  margin-bottom: 40px;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.advantage-card {
  background: linear-gradient(135deg, #ffffff, #f9f9ff);
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  border: 1px solid #e2e8f0;
}

.advantage-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.advantage-card .icon {
  font-size: 2.7rem;
  margin-bottom: 20px;
  display: inline-block;
  background: linear-gradient(45deg, #06b6d4, #3b82f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.advantage-card:nth-child(2) .icon {
  background: linear-gradient(45deg, #ec4899, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.advantage-card:nth-child(3) .icon {
  background: linear-gradient(45deg, #f59e0b, #ef4444);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.advantage-card:nth-child(4) .icon {
  background: linear-gradient(45deg, #10b981, #3b82f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.advantage-card:nth-child(5) .icon {
  background: linear-gradient(45deg, #8b5cf6, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.advantage-card:nth-child(6) .icon {
  background: linear-gradient(45deg, #f97316, #e11d48);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.advantage-card h3 {
  font-size: 1.15rem;
  color: #1e293b;
  margin-bottom: 12px;
  font-weight: 600;
}

.advantage-card p {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.75;
}

/* Responsive typography */
@media (max-width: 600px) {
  .section-title {
    font-size: 1.6rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-846e474 */body {
  font-family: 'Vazirmatn', sans-serif;
}

.faq {
  padding: 70px 20px;
  background: linear-gradient(to bottom, #f8fafc, #eef2f7);
  direction: rtl;
}

.faq .container {
  max-width: 900px;
  margin: auto;
}

.faq-title {
  text-align: center;
  font-size: 2.2rem;
  color: #0f172a;
  margin-bottom: 10px;
  font-weight: 700;
}

.faq-subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: #64748b;
  margin-bottom: 45px;
}

.faq-list details {
  background-color: #ffffff;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  padding: 18px 22px;
  margin-bottom: 18px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
  transition: box-shadow 0.3s ease, background 0.3s ease;
}

.faq-list details:hover {
  background: #f9fbfd;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.faq-list summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1rem;
  color: #1e3a8a;
  list-style: none;
  position: relative;
  padding-left: 35px;
  transition: color 0.3s ease;
}

.faq-list summary::before {
  content: "＋";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.4rem;
  color: #3b82f6;
  transition: transform 0.3s ease, content 0.2s ease;
}

.faq-list details[open] summary::before {
  content: "−";
  transform: rotate(180deg);
}

.faq-content {
  margin-top: 14px;
  font-size: 1rem;
  color: #475569;
  line-height: 1.8;
  border-top: 1px solid #e2e8f0;
  padding-top: 12px;
}

/* Responsive styles */
@media (max-width: 600px) {
  .faq-title {
    font-size: 1.8rem;
  }

  .faq-subtitle {
    font-size: 1rem;
  }

  .faq-list summary {
    font-size: 1rem;
  }

  .faq-content {
    font-size: 0.95rem;
  }
}/* End custom CSS */