
body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #f4f4f4;
  color: #333;
}
.hero {
  background: url('assets/logo.png') center/cover no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  text-align: center;
}
.overlay {
    
  background-color: white;
  color: black;
  padding: 3rem;
  width: 100%;
}
.logo {
  width: 150px;
  margin-bottom: 1rem;
}
.cta-button {
  background: #ff6600;
  color: white;
  padding: 0.75rem 2.5rem;
  text-decoration: none;
  border-radius: 5px;
}
.service-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  padding: 2rem;
  background: white;
}
.card {
  background: #fff;
  text-align: center;
  padding: 1rem;
  border-radius: 8px;
}
.card img {
  width: 60px;
}
.history, .industries, .cta {
  padding: 2rem;
  background:;
  text-align: center;
}
.history1, {
  padding: 2rem;
  color: white;

  text-align: center;
}
.industries ul {
  list-style-type: none;
  padding: 0;
}
.industries li {
  padding: 0.5rem 0;
}
footer {
  background: #111;
  color: #aaa;
  text-align: center;
  padding: 1rem;
}
form {
  max-width: 500px;
  margin: auto;
  display: flex;
  flex-direction: column;
}
input, textarea {
  padding: 0.75rem;
  margin-bottom: 1rem;
  border-radius: 5px;
  border: 1px solid #ccc;
}
button {
  background: #004d99;
  color: white;
  padding: 0.75rem;
  border: none;
  border-radius: 5px;
}
