* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  color: #333;
  line-height: 1.6;
}

/* Hero section */
.hero {
  background: #16a34a;
  color: white;
  text-align: center;
  padding: 80px 20px;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.hero button {
  background: white;
  color: #2563eb;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
}

.contact-btn {
  display: inline-block;
  background: white;
  color: #2563eb;
  padding: 12px 24px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
}

.contact-btn:hover {
  background: #e5e7eb;
}
  

.hero button:hover {
  background: #e5e7eb;
}

/* Features */
.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 20px;
  background: #f9fafb;
}

.feature {
  max-width: 300px;
  margin: 20px;
  text-align: center;
}

.feature h3 {
  margin-bottom: 10px;
}

/* Footer */
footer {
  text-align: center;
  padding: 20px;
  background: #111827;
  color: white;
  font-size: 14px;
}

.services {
  padding: 60px 20px;
  text-align: center;
}

.services h2 {
  font-size: 2rem;
  margin-bottom: 40px;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.service {
  background: #f9fafb;
  padding: 30px;
  max-width: 300px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.service h3 {
  margin-bottom: 10px;
  color: #111827;
}

.service p {
  font-size: 15px;
}

.services {
  padding: 60px 20px;
  text-align: center;
}

.services h2 {
  font-size: 2rem;
  margin-bottom: 40px;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.service {
  background: #f9fafb;
  padding: 30px;
  max-width: 300px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.service h3 {
  margin-bottom: 10px;
  color: #111827;
}

.service p {
  font-size: 15px;
}

.service-area {
  background: #111827;
  color: white;
  text-align: center;
  padding: 60px 20px;
}

.service-area h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}

.service-area p {
  font-size: 1.1rem;
}
