.bg-ugm-footer {
    background-color: #1a2a3a !important;
}

/* Biru gelap utama footer */
.bg-ugm-footer-bottom {
    background-color: #0d4b75 !important;
}

/* Biru terang untuk copyright */
.text-ugm-gold {
    color: #f2ae1b !important;
}

/* Aksen warna emas */
.footer-title {
    border-left: 3px solid #f2ae1b;
    padding-left: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #ced4da;
    text-decoration: none;
    transition: 0.2s;
}

.footer-links a:hover {
    color: #f2ae1b;
    padding-left: 4px;
}