.step {
  text-align: center;
  max-width: 250px;
  margin: 20px;
}
p {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 1.1rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 1.2em;
}
.step img {
  width: 80px;
  height: 80px;
}
.button {
  display: inline-block;
  padding: 10px 20px;
  margin: 10px;
  background-color: #2563eb;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.button:hover {
  background-color: #1d4ed8;
}
body {
  font-family: Arial, sans-serif;
  background-color: #f0f4f8;
  margin: 0;
  padding: 0;
}

.container {
  text-align: center;
  padding: 20px;
}

h1 {
  color: #2c3e50;
}

.services {
  display: flex;
  justify-content: space-around;
  margin: 100px 0;
}

.service-card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 30%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon {
  height: 80px;
  width: 80px;
  margin: 0 auto 10px;
}

h2 {
  color: #34495e;
}

.explore-btn {
  background-color: #3498db;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.explore-btn:hover {
  background-color: #2980b9;
}

.quote-section {
  padding: 20px;
  background-color: #f5f5f5;
  text-align: center;
}

.quote-section h1 {
  font-size: 28px;
  color: #2c3e50;
}

.quote-section p {
  color: #7f8c8d;
}

.call-us p {
  font-weight: bold;
}

.quote-form {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 400px;
}

.quote-form label {
  margin: 10px 0 5px;
}

.quote-form input,
.quote-form textarea {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.quote-form button {
  padding: 10px;
  background-color: #2563eb;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.footer-section {
  padding: 20px;
  background-color: #333;
  color: white;
  text-align: center;
}

.footer-section h2 {
  color: #3498db;
}

.contact-info,
.hours,
.quote-footer {
  margin: 10px 0;
}

.footer-section button {
  padding: 10px;
  background-color: #2563eb;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

@media (max-width: 767px) {
  nav ul {
    display: none;
  }
  nav div.md\:flex {
    display: none !important;
  }
}
