/* =====================================================
   FIX FOOTER TEXT TIDAK KELIHATAN
   ===================================================== */

/* Background footer */
footer,
.footer,
.footer-column,
.footer-bottom,
.footer-language,
.footer-language-wrap,
.footer-sns,
.footer-terms {
    background: #050505 !important;
}

/* Semua teks di footer */
footer,
footer p,
footer span,
footer li,
footer div,
.footer-column,
.footer-column p,
.footer-column span,
.footer-column li,
.footer-bottom,
.footer-bottom p,
.footer-bottom span {
    color: #d8d8d8 !important;
}

/* Link footer */
footer a,
.footer-column a,
.footer-bottom a,
.footer-language a,
.footer-terms a,
.footer-sns a {
    color: #cfcfcf !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-decoration: none !important;
}

/* Hover */
footer a:hover,
.footer-column a:hover,
.footer-bottom a:hover {
    color: #ff3656 !important;
}

/* Judul kolom */
footer h2,
footer h3,
footer h4,
footer strong,
.footer-column h2,
.footer-column h3,
.footer-column h4,
.footer-column strong {
    color: #ffffff !important;
    font-weight: 700 !important;
}

/* Samsung footer class - paksa tulisan terlihat */
.footer-column__title,
.footer-column__item,
.footer-column__item a,
.footer-column__link,
.footer__title,
.footer__link {
    color: #e6e6e6 !important;
    opacity: 1 !important;
}

/* Border footer biar lebih premium */
.footer-column {
    border-color: rgba(255,255,255,.18) !important;
}

footer {
    border-top: 1px solid rgba(255,36,73,.28) !important;
    box-shadow: 0 -12px 35px rgba(120,0,20,.10);
}