.footer-section {
    color: #eab94e;
    background-image: linear-gradient(rgba(26, 26, 26, 0.8), rgba(26, 26, 26, 0.95)), url('/images/gambarfooter.jpeg');
    background-size: cover;
    background-position: center;
}

.footer-section h5 {
    color: #eab94e; /* Judul Emas */
    font-weight: bold;
}
.footer-section p {
    font-size: 0.9rem;
}
.footer-section a {
    color: #eab94e;
    text-decoration: none;
    transition: color 0.2s;
}
.footer-section a:hover {
    color: #eab94e;
    text-decoration: underline;
}
.social-icons a {
    color: #eab94e;
    font-size: 1.2rem;
    margin-right: 15px;
    text-decoration: none;
}
.social-icons a:hover {
    color: #eab94e;
}