/* Specific Hero for Uniforms */
.uniform-hero {
  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("https://images.pexels.com/photos/6764925/pexels-photo-6764925.jpeg");
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 100px 20px;
  margin-bottom: 50px;
}

/* Industry Serve Section Styles */
.industry-serve {
  background: #1a1a1a;
  padding: 60px 0;
  text-align: center;
  margin-top: 40px;
}

.industry-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.industry-item {
  background: white;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: bold;
  color: #1a1a1a;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #c0392b;
}

/* Reusing the product-card styles from formal.css... */
