/* Footer Styles */
footer {
    background-color: #f2f2f2;
    padding: 40px 20px;
    margin-top: 40px;
}

.footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.footer-column a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #374151;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: #4f46e5;
}

.footer-column img {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    border-radius: 8px;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #e5e7eb;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #1f2937;
    font-size: 18px;
    font-weight: 600;
    gap: 12px;
    margin-bottom: 20px;
}

.footer-logo img {
    height: 40px;
}

.footer-copyright {
    color: #6b7280;
    font-size: 14px;
}
