.elementor-354 .elementor-element.elementor-element-606c697{--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-354 .elementor-element.elementor-element-1f75b0d{width:100%;max-width:100%;}.elementor-354 .elementor-element.elementor-element-1f75b0d.elementor-element{--align-self:center;}.elementor-354 .elementor-element.elementor-element-d317d40{--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;}/* Start custom CSS for html, class: .elementor-element-16a276c */<style>
/* سکشن کلی */
.tools-section {
  padding: 80px 20px 100px;
  background: radial-gradient(circle at top center, #ffe9d0 0, #f5f8ff 55%, #ffffff 100%);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111827;
}

/* کانتینر وسط‌چین */
.tools-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* تیتر و زیرتیتر */
.tools-header {
  text-align: center;
  margin-bottom: 60px;
}

.tools-header h2 {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin: 0 0 16px;
  color: #111827;
}

.tools-header p {
  font-size: 18px;
  color: #6b7280;
  margin: 0;
}

/* رپِر برای گرید و افکت ضربدر */
.tools-grid-wrapper {
  position: relative;
  border-radius: 36px;
  padding: 40px;
  background: radial-gradient(circle at center, #f4f7ff 0, #ffffff 55%);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

/* خط عمودی وسط */
.tools-grid-wrapper::before,
.tools-grid-wrapper::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

/* خط عمودی */
.tools-grid-wrapper::before {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  transform: translateX(-0.5px);
  background: linear-gradient(to bottom,
    rgba(148, 163, 184, 0),
    rgba(148, 163, 184, 0.5),
    rgba(148, 163, 184, 0)
  );
}

/* خط افقی */
.tools-grid-wrapper::after {
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  transform: translateY(-0.5px);
  background: linear-gradient(to right,
    rgba(148, 163, 184, 0),
    rgba(148, 163, 184, 0.5),
    rgba(148, 163, 184, 0)
  );
}

/* گرید کارت‌ها */
.tools-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

/* تک‌کارت */
.tool-card {
  position: relative;
  background: #ffffff;
  border-radius: 26px;
  padding: 32px 40px;
  border: 1px solid rgba(209, 213, 219, 0.9);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.04);
}

/* آیکن بالا */
.tool-icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  font-size: 18px;
  color: #4b5563;
}

/* تیتر کارت */
.tool-card h3 {
  font-size: 24px;
  margin: 0 0 16px;
  font-weight: 700;
  color: #111827;
}

/* متن کارت */
.tool-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #6b7280;
}

/* ریسپانسیو موبایل */
@media (max-width: 768px) {
  .tools-section {
    padding: 60px 16px 70px;
  }

  .tools-header h2 {
    font-size: 32px;
  }

  .tools-header p {
    font-size: 16px;
  }

  .tools-grid-wrapper {
    padding: 24px;
    border-radius: 28px;
  }

  .tools-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  /* روی موبایل، خط ضربدر منطقی نیست، حذفش کنیم */
  .tools-grid-wrapper::before,
  .tools-grid-wrapper::after {
    display: none;
  }

  .tool-card {
    padding: 24px 22px;
  }
}
</style>/* End custom CSS */