a:hover,
a:focus,
.nav-link:hover,
.nav-link:focus {
  color: #9dabd0 !important; 
}

/* If you have buttons you also want to change */
.btn-primary:hover {
  background-color: #9dabd0 !important;
  border-color: #ffffff !important;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #9dabd0 !important; 
}

/* 2. Active/Selected Tabs (If you are using tabbed content on the page) */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #9dabd0 !important;
}

/* 3. Active Pills (If you use sidebar navigation or pill-shaped buttons) */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #9dabd0 !important;
  color: #ffffff !important; /* Keeps text white inside the blue pill */
}