#about {
  background-color: #f8fafc; /* light background */
  color: #0b2347; /* dark blue text */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#about h2 {
  color: #0b2347;
  font-weight: 700;
  letter-spacing: 1.2px;
  border-bottom: 3px solid #0b2347;
  padding-bottom: 0.3rem;
  margin-bottom: 2rem;
}

#about p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #0b2347cc; /* slightly transparent for paragraphs */
}

#about p.fw-semibold {
  font-weight: 600;
  color: #0b2347;
}

#about p a {
  color: #0b2347;
  font-weight: 600;
  transition: color 0.3s ease;
}

#about p a:hover,
#about p a:focus {
  color: #1e3a8a; /* lighter blue on hover */
  text-decoration: underline;
}

#about p.text-center {
  font-size: 1.1rem;
  margin-top: 2rem;
}

@media (max-width: 576px) {
  #about h2 {
    font-size: 1.8rem;
  }

  #about p {
    font-size: 1rem;
  }
}

.btn:hover {
    color: white;
}
#core-services {
  background-color: #f8fafc; /* soft light background */
  color: #0b2347; /* dark blue text */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#core-services h2,
#core-services h3 {
  color: #0b2347;
  font-weight: 700;
  letter-spacing: 1.1px;
  margin-bottom: 1.5rem;
}

#core-services h2 {
  border-bottom: 3px solid #0b2347;
  display: inline-block;
  padding-bottom: 0.3rem;
  margin-bottom: 3rem;
}

#core-services p,
#core-services ul {
  color: #0b2347cc; /* slightly transparent for body text */
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

#core-services ul.list-group-flush li.list-group-item {
  padding-left: 0;
  padding-right: 0;
  border: none;
  margin-bottom: 0.75rem;
  font-weight: 500;
}

#core-services ul.list-unstyled li,
#core-services ul.list-inline li {
  margin-bottom: 0.7rem;
  font-weight: 500;
}

#core-services ul.list-inline li {
  display: block;
}

#core-services strong {
  color: #0b2347;
  font-weight: 600;
}


#core-services p.text-center {
  font-weight: 600;
  font-size: 1.1rem;
  margin-top: 2rem;
}

@media (max-width: 576px) {
  #core-services h2 {
    font-size: 1.8rem;
  }

  #core-services h3 {
    font-size: 1.4rem;
  }

  #core-services p,
  #core-services ul {
    font-size: 1rem;
  }
}
