body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #f2fdf7;
  color: #333;
}

header {
  background: linear-gradient(to right, #0a3d62, #1abc9c);
  color: white;
  padding: 20px;
  text-align: center;
}

.logo {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2px;
}

.tagline {
  font-size: 14px;
  margin-top: -5px;
}

nav {
  margin-top: 10px;
}

nav a {
  color: white;
  margin: 0 12px;
  text-decoration: none;
  font-weight: bold;
}

.hero {
  background: white;
  padding: 60px 20px;
  text-align: center;
}

.section {
  background: white;
  padding: 40px 20px;
  margin: 20px;
  border-left: 5px solid #1abc9c;
}

.services li {
  margin: 12px 0;
  font-size: 18px;
}

.btn {
  background: #1abc9c;
  color: white;
  padding: 12px 25px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  border-radius: 5px;
}

footer {
  background: #0a3d62;
  color: white;
  text-align: center;
  padding: 20px;
}

footer a {
  color: #1abc9c;
  text-decoration: none;
  font-weight: bold;
}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25d366;
  color: white;
  font-size: 28px;
  padding: 15px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}