/* ==========================================================================
   FOOTER: CLEAN LUXURY MINIMALIST (TIMES NEW ROMAN EDITION)
   ========================================================================== */
.footer-custom {
    background: #060D15 !important;
    color: rgba(255, 255, 255, 0.7);
    padding-top: 80px;
    font-family: 'Times New Roman', Times, serif !important;
}

.footer-title {
    font-family: 'Times New Roman', Times, serif !important;
    color: #FFFFFF;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.footer-links {
    list-style: none;
    padding-left: 0;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    font-family: 'Times New Roman', Times, serif !important;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #D4AF37;
    padding-left: 6px;
}

.footer-text {
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 20px;
    font-family: 'Times New Roman', Times, serif !important;
    display: flex;
    align-items: flex-start;
}

.footer-text i {
    color: #D4AF37;
    margin-right: 12px;
    font-size: 1.05rem;
    margin-top: 3px;
    flex-shrink: 0;
}

/* Styling Tautan Kontak (Maps, Telp, Email) */
.footer-contact-link {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    font-family: 'Times New Roman', Times, serif !important;
    transition: all 0.3s ease;
}

.footer-contact-link:hover {
    color: #D4AF37;
    text-decoration: underline;
}

.footer-about {
    font-size: 0.92rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Times New Roman', Times, serif !important;
}

.footer-social {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #D4AF37;
    color: #0D1B2A;
    border-color: #D4AF37;
    transform: translateY(-3px);
}

.footer-bottom {
    background: #03070C;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    padding: 30px 0;
    font-size: 0.85rem;
    letter-spacing: 1px;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    margin-top: 60px;
    font-family: 'Times New Roman', Times, serif !important;
}