body {
    font-family: 'Segoe UI', Arial, sans-serif;
}
.navbar-brand span {
    font-weight: bold;
}
.icon-box {
    margin-bottom: 1rem;
}
footer .social-links a {
    font-size: 1.2rem;
    transition: color 0.2s;
}
footer .social-links a:hover {
    color: #0d6efd;
}
.card-title {
    font-weight: 600;
}
.btn-primary, .bg-primary {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}
.btn-outline-primary {
    border-color: #0d6efd !important;
    color: #0d6efd !important;
}
.btn-outline-primary:hover {
    background-color: #0d6efd !important;
    color: #fff !important;
}
