/* Start custom CSS for html, class: .elementor-element-30de6ff *//* =========================
   Industries Pages Base Style
   ========================= */

.industries-page,
.industry-detail {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
}

.industries-hero,
.industry-hero {
  margin-bottom: 60px;
}

.industries-hero h1,
.industry-hero h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 16px;
}

.industries-hero p,
.industry-hero p {
  font-size: 18px;
  max-width: 720px;
  color: #475569;
}

/* Industry Cards */
.industries-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.industry-card {
  border: 1px solid #e5e7eb;
  padding: 32px;
  border-radius: 8px;
}

.industry-card h2 {
  font-size: 22px;
  margin-bottom: 12px;
}

/* Content */
.industry-content h2 {
  font-size: 26px;
  margin: 48px 0 16px;
}

.industry-content p,
.industry-content li {
  font-size: 16px;
  line-height: 1.7;
  color: #334155;
}

/* Responsive */
@media (max-width: 960px) {
  .industries-list {
    grid-template-columns: 1fr;
  }

  .industries-hero h1,
  .industry-hero h1 {
    font-size: 32px;
  }
}/* End custom CSS */