﻿body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #ffffff;
    color: #333;
}

.navbar {
    background-color: #ffffff !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    padding: 15px 0;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.5rem;
    color: #0d6efd;
    display: flex;
    align-items: center;
}

.nav-link {
    color: #555 !important;
    font-weight: 500;
    margin: 0 10px;
    padding: 8px 16px !important;
    border-radius: 8px;
    transition: all 0.2s;
}

.nav-link:hover {
    color: #0d6efd !important;
    background-color: #f8f9fa;
}

.nav-link.active-link {
    background-color: #e7f1ff; 
    color: #0d6efd !important;
    font-weight: 600;
}

.btn-login-custom {
    border: 1px solid #dee2e6;
    background-color: white;
    color: #333;
    border-radius: 6px;
    padding: 6px 18px;
    font-weight: 500;
    transition: 0.2s;
}

.btn-login-custom:hover {
    border-color: #333;
    background-color: #f8f9fa;
}

.btn-register-custom {
    background-color: #333;
    color: white;
    border-radius: 6px;
    padding: 6px 18px;
    margin-left: 8px;
}


footer {
    background-color: #ffffff;
    border-top: 1px solid #eee;
    padding-top: 60px;
    padding-bottom: 20px;
    margin-top: auto;
}

footer h5 {
    color: #000;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 20px;
}

footer p, footer ul li a {
    color: #6c757d;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 2;
}

    footer ul li a:hover {
        color: #0d6efd;
    }

footer .copyright {
    border-top: 1px solid #eee;
    margin-top: 50px;
    padding-top: 25px;
    text-align: center;
    color: #999;
    font-size: 0.9rem;
}

.icon-style {
    margin-right: 10px;
    color: #6c757d;
}
