.elementor-1747 .elementor-element.elementor-element-a16eae5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3da0cdd *//* ===== ThamenGستر | Clean Industrial Polish ===== */

/* block card style */
.industry-block {
  background: #ffffff;
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.industry-block:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

/* image refinement */
.industry-block img {
  border-radius: 16px;
}

/* title styling */
.industry-content h2 {
  font-family: "Vazirmatn", "IRANSans", sans-serif;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 18px;
  color: #0f766e; /* industrial green-blue */
  line-height: 1.5;
}

/* subtle title accent line */
.industry-content h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 10px;
  background-color: #0f766e;
  border-radius: 2px;
}

/* paragraph text */
.industry-content p {
  font-family: "Vazirmatn", "IRANSans", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #374151;
}

/* link as soft button */
.industry-content a {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #e6f7f5;
  color: #0f766e;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}

.industry-content a:hover {
  background-color: #0f766e;
  color: #ffffff;
}

/* mobile tuning */
@media (max-width: 768px) {
  .industry-block {
    padding: 22px;
  }

  .industry-content h2 {
    font-size: 23px;
  }

  .industry-content p {
    font-size: 15px;
  }
}/* End custom CSS */