/* Start custom CSS for html, class: .elementor-element-3b7aafe */.page-banner {
  background-color: #1E3A8A; /* Industrial Blue */
  color: white;
  padding: 60px 20px;
  text-align: center;
}

.page-banner h1 {
  font-size: 36px;
  color: white; /* Ensures heading stays white */
  margin-bottom: 10px;
}

.page-banner p {
  font-size: 18px;
  color: #e0e0e0; /* Light gray for subheading */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aed328c */.industry-grid {
  padding: 60px 20px;
  text-align: center;
}

.industry-grid h2 {
  font-size: 32px;
  color: #1E3A8A;
  margin-bottom: 40px;
}

.industries {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.industry-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  max-width: 260px;
  padding: 20px;
  text-align: center;
}

.industry-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.industry-card h3 {
  color: #1E3A8A;
  font-size: 18px;
  margin-bottom: 10px;
}

.industry-card p {
  font-size: 14px;
  color: #4A4A4A;
}
.industry-icon {
  font-size: 50px;
  margin-bottom: 15px;
  color: #1E3A8A; /* Brand Blue */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-63d8ed9 */.cta-industry {
  background-color: #F97316; /* Orange */
  color: white;
  padding: 40px 20px;
  text-align: center;
}

.cta-industry h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.cta-industry p {
  font-size: 16px;
  margin-bottom: 20px;
}

.cta-button {
  padding: 12px 24px;
  background-color: white;
  color: #F97316;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}

.cta-button:hover {
  background-color: #fb7a10;
  color: white;
}/* End custom CSS */