/* Ensure text links remain fully visible and responsive over the hero mask */
#navbar .nav-link {
    color: rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease;
}
#navbar .nav-link:hover {
    color: #2ABBC7 !important;
}
/* Active page indicator style modification matching image_5b7b1e.png color mapping */
#navbar .nav-link.active-page, #navbar .nav-link:focus {
    color: #E69122 !important;
    font-weight: 600;
}