/* Footer section styles extracted from yeo.css */

.idea-footer {
    background: #0a007e;
    color: #fff;
    padding: 2.5rem 0 1.5rem 0;
    text-align: left;
}

.idea-footer h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}

.idea-footer .nav .nav-item a {
    color: #fff;
    opacity: 0.85;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    display: block;
    transition: opacity 0.2s;
    text-align: center;
}

.idea-footer .nav .nav-item a:hover {
    opacity: 1;
}

.idea-footer .footer-logo {
    max-width: 120px;
    margin-bottom: 1rem;
}

.idea-footer .footer-contact {
    margin-top: 1.5rem;
    font-size: 1rem;
    color: #fff;
}

.idea-footer .footer-contact a {
    color: #fff;
    text-decoration: underline;
}

.idea-footer .footer-bottom {
    margin-top: 2rem;
    font-size: 0.95rem;
    color: #bcb9b9;
    text-align: center;
}

.idea-footer-content {
    text-align: center;
}
.idea-footer-content .nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

@media (max-width: 600px) {
    .idea-footer {
        padding: 1.5rem 0 1rem 0;
    }
    .idea-footer h4 {
        font-size: 1rem;
    }
    .idea-footer .footer-logo {
        max-width: 90px;
    }
} 