body {
    font-family: "Segoe UI", sans-serif;
}

.gradient-header {
    background: linear-gradient(to right, #4c1d95, #7c3aed, #3b82f6);
    color: white;
    padding: 1.5rem 2rem;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}

.navbar-brand img {
    height: 60px;
    margin-right: 15px;
    filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.8)) brightness(1.1);
}

.navbar-brand-text strong {
    font-size: 1.5rem;
    color: white;
}

.navbar-brand-text small {
    font-size: 1rem;
    color: white;
}

.navbar-nav .nav-link {
    color: white !important;
    font-size: 1.25rem;
    margin-left: 2rem;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.navbar-nav .nav-link:hover {
    text-decoration: underline;
}

.page-title {
    margin-top: 2rem;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 992px) {
    .navbar-nav .nav-link {
        margin-left: 1rem;
    }
}

.footer-link {
    color: white;
    text-decoration: none;
    font-weight: 600;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}

.footer-link i {
    margin-right: 6px;
}

.footer-link:hover {
    text-decoration: underline;
}

footer.footer {
    width: 100%;
    margin-top: auto;
}
