.elementor-448 .elementor-element.elementor-element-705c43c{--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-448 .elementor-element.elementor-element-705c43c:not(.elementor-motion-effects-element-type-background), .elementor-448 .elementor-element.elementor-element-705c43c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#051938;}/* Start custom CSS for html, class: .elementor-element-71bf2fb *//* فونت */
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;700;800&display=swap');

/* ====== سکشن حوزه‌های فعالیت ====== */
.industries-section {
  background-color: #051938;
  padding: 90px 16px 120px;
  color: #ffffff;
  direction: rtl;
  font-family: 'Vazirmatn', sans-serif;
}

.industries-container {
  max-width: 1250px;
  margin: 0 auto;
  text-align: center;
}

.industries-title {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #ffffff;
}

.industries-subtitle {
  font-size: 18px;
  color: #d7e2ff;
  max-width: 900px;
  margin: 0 auto 55px;
  line-height: 2.1;
}

/* گرید (۲ کارت در هر ردیف) */
.industries-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

/* کارت‌ها */
.industry-card {
  background: #06122e;
  border-radius: 26px;
  border: 1px solid rgba(0, 212, 255, 0.18);
  padding: 34px;
  display: flex;
  align-items: flex-start;
  gap: 28px;
  text-align: right;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
  transition: 0.3s ease;
}

.industry-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 212, 255, 0.45);
  background: #071637;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.75),
              0 0 22px rgba(0, 212, 255, 0.35);
}

/* آیکن */
.industry-icon {
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: radial-gradient(circle at 0% 0%, #00d4ff, #0ea5e9, #00d4ff);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 12px 30px rgba(0, 212, 255, 0.4);
}

.industry-icon svg {
  width: 34px;
  height: 34px;
  stroke: #ffffff;
  stroke-width: 1.8;
  fill: none;
}

/* محتوا */
.industry-content {
  flex: 1;
}

.industry-heading {
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
}

.industry-desc {
  margin-bottom: 16px;
  font-size: 16px;
  color: #e5e7eb;
  line-height: 2;
}

.industry-label {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  color: #00d4ff;
}

/* لیست */
.industry-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.industry-features li {
  position: relative;
  padding-right: 16px;
  margin-bottom: 8px;
  font-size: 15px;
  color: #e8ebf5;
  line-height: 1.9;
}

.industry-features li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 100px;
  background: #00d4ff;
}

/* موبایل */
@media (max-width: 900px) {
  .industries-grid {
    grid-template-columns: 1fr;
  }
  .industry-card {
    flex-direction: column;
    text-align: center;
  }
  .industry-icon {
    margin: 0 auto;
  }
  .industry-heading {
    font-size: 22px;
  }
}/* End custom CSS */