/* ===== AGU FOOTER ===== */
.agu-footer {
    /* background: linear-gradient(135deg, #1E3A8A, #0EA5A4); */
    background: linear-gradient(135deg, #111827, #1F2937);
    color: #ffffff;
    padding: 60px 0 20px;
}




.agu-footer h5 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.agu-footer-text {
    font-size: 14px;
    color: #CBD5E1;
    margin-top: 10px;
}

/* Footer Links */
.agu-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.agu-footer-links li {
    margin-bottom: 8px;
}

.agu-footer-links a {
    text-decoration: none;
    color: #CBD5E1;
    font-size: 14px;
    transition: 0.3s;
}

.agu-footer-links a:hover {
    color: #3B82F6;
}

/* Social Icons */
.agu-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #3B82F6;
    border-radius: 50%;
    color: white;
    margin-right: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.agu-footer-social a:hover {
    background: #0F172A;
}

/* Bottom Bar */
.agu-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 30px;
    padding-top: 15px;
    font-size: 13px;
    color: #94A3B8;
    text-align: center;
}

/* Responsive */
@media(max-width:768px) {
    .agu-footer {
        text-align: center;
    }
    .agu-footer-social {
        margin-top: 15px;
    }
}
