/* Navigation Active State Styles */
.nav-link-active {
  background-color: rgb(239 246 255) !important; /* blue-50 */
  color: rgb(29 78 216) !important; /* blue-700 */
  font-weight: 600;
}

.mobile-nav-link-active {
  background-color: rgb(239 246 255) !important; /* blue-50 */
  color: rgb(29 78 216) !important; /* blue-700 */
}

/* Smooth transitions */
a {
  transition: all 0.2s ease-in-out;
}
