@charset "UTF-8";
body {
  background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 100%);
  min-height: 100vh;
}

.navbar {
  background: #0057A0;
}

.navbar-brand {
  letter-spacing: 2px;
  font-size: 1.5rem;
}

.navbar-nav .nav-link {
  font-weight: 500;
  transition: color 0.3s;
  color: #fff !important;
}
.navbar-nav .nav-link:hover {
  font-size: 18px;
}

.navbar.sticky-top {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1333333333);
  z-index: 1030;
}

.navbar-brand img {
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.0666666667);
  background: #fff;
}

section ul {
  padding-left: 1.5rem;
}
section ul li {
  margin-bottom: 0.75rem;
  font-size: 1.08rem;
  color: #444;
  position: relative;
}
section ul li:before {
  content: "•";
  color: #0057A0;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.footer-section {
  background: #fdfefc;
}

footer a {
  text-decoration: none;
}

.footer-link {
  color: #0057A0;
  font-weight: 500;
  font-size: 1.08rem;
  transition: color 0.3s, transform 0.3s;
  text-decoration: none;
}
.footer-link .footer-icon {
  transition: color 0.3s, transform 0.3s;
}
.footer-link:hover {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1333333333);
}
.footer-link:hover .footer-icon {
  transform: rotate(-12deg) scale(1.2);
  animation: tada 0.7s;
}

.accordion-button:focus {
  box-shadow: none;
  outline: none;
}

section,
[id^=aboutus],
[id^=vision],
[id^=mission],
[id^=faq],
[id^=contact] {
  scroll-margin-top: 80px;
}/*# sourceMappingURL=style.css.map */