/* Footer Layout & Styling */
.footer-enhanced {
    background: #2c3e50;
    color: white;
    padding: 30px 0;
    margin-top: 50px;
}

.footer-links {
    text-align: center;
    margin-bottom: 15px;
}

.footer-links a {
    color: #ecf0f1;
    text-decoration: none;
    margin: 0 10px;
}

.footer-contact {
    text-align: center;
    margin-bottom: 15px;
}

.footer-contact p {
    color: #bdc3c7;
    font-size: 14px;
    margin: 0;
}

.footer-legal {
    text-align: center;
}

.footer-legal p {
    color: #95a5a6;
    font-size: 12px;
    margin: 0;
}
