.student-footer {
    background-color: #2c3e50;
    color: #ffffff;
    width: 100%;
    margin-top: auto;
}

.student-footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem;
}

.student-footer-left {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.student-footer-logo {
    max-width: 180px;
    height: auto;
    display: block;
}

.student-footer-slogan {
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.95);
    max-width: 320px;
}

.student-footer-right {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.student-footer-contact-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.25rem;
    padding-bottom: 0.35rem;
    border-bottom: 2px solid #1a5276;
    display: inline-block;
}

.student-footer-contact-email {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    margin-top: 0.5rem;
}

.student-footer-contact-email:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.9);
}

.student-footer-contact-email i {
    font-size: 1rem;
}

.student-footer-support-msg {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 0.5rem;
    max-width: 320px;
    line-height: 1.5;
}

.student-footer-bottom {
    background-color: #1a252f;
    padding: 1rem 1.5rem;
    text-align: center;
}

.student-footer-copyright {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

@media (max-width: 768px) {
    .student-footer-top {
        flex-direction: column;
        padding: 2rem 1rem;
    }
    .student-footer-bottom {
        padding: 1rem;
    }
}
