body {
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

/* Navigation */
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
  background: #ffffff;
  border-bottom: 1px solid #eee;
}

.logo {
  font-size: 1.4rem;
  font-weight: bold;
  color: #0d6efd;
  text-decoration: none;
}

.nav-links a {
  margin-left: 20px;
  text-decoration: none;
  color: #333;
}

.nav-links a.active {
  font-weight: bold;
  color: #0d6efd;
}

/* Hero sections */
.hero {
  background: #0d6efd;
  color: white;
  text-align: center;
  padding: 80px 20px;
}

.sub-hero {
  background: #f0f4ff;
  text-align: center;
  padding: 60px 20px;
}

.tagline {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.cta-button {
  background: white;
  color: #0d6efd;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}

/* Content sections */
.section {
  padding: 40px 20px;
  max-width: 800px;
  margin: auto;
}

.section h2 {
  margin-bottom: 10px;
}

ul {
  padding-left: 20px;
}

/* Footer */
footer {
  text-align: center;
  padding: 20px;
  background: #f5f5f5;
  margin-top: 40px;
}
.logo {
  font-family: Poppins, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #0d6efd;
  text-decoration: none;
}

.logo span {
  color: #4dabff;
}
