/* ==========================================================================
   STYLING BAGIAN FOOTER (PREMIUM DARK)
   ========================================================================== */
.main-footer {
    background-color: #0f172a; /* Biru Dongker / Slate Super Gelap */
    color: #94a3b8; /* Abu-abu terang untuk teks biasa */
    padding: 5rem 0 0 0;
    font-size: 0.95rem;
    border-top: 5px solid #f97316; /* Garis oranye tegas di bagian atas */
}

.footer-brand h3 {
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
}

.footer-brand p {
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.footer-title {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}

/* Garis kecil di bawah judul footer */
.footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 40px;
    height: 3px;
    background-color: #f97316;
    border-radius: 5px;
}

/* List Link Navigasi */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: #94a3b8;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.footer-links a::before {
    content: "\F285"; /* Ikon panah Bootstrap (bi-chevron-right) */
    font-family: bootstrap-icons !important;
    font-size: 0.75rem;
    margin-right: 8px;
    color: #f97316;
    transition: transform 0.3s ease;
}

.footer-links a:hover {
    color: #f97316;
    padding-left: 5px; /* Efek bergeser sedikit saat disentuh */
}

/* Info Kontak */
.footer-contact li {
    display: flex;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.footer-contact i {
    color: #f97316;
    font-size: 1.25rem;
    margin-right: 12px;
    margin-top: 2px;
}

/* Ikon Sosial Media (Bulat) */
.footer-socials {
    display: flex;
    gap: 12px;
    margin-top: 1.5rem;
}

.footer-socials a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-socials a:hover {
    background-color: #f97316;
    transform: translateY(-3px);
}

/* Map Iframe Wrapper (Agar responsif di HP) */
.footer-map-wrapper {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.footer-map-wrapper iframe {
    width: 100% !important; /* Memaksa iframe memenuhi kotak */
    height: 220px;
    display: block;
}

/* Copyright Bottom Bar */
.footer-bottom {
    background-color: #0b1120; /* Lebih gelap dari background utama */
    padding: 1.5rem 0;
    margin-top: 4rem;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    font-size: 0.9rem;
    color: #64748b;
}

@media (max-width: 767.98px) {
    .main-footer {
        padding-top: 4rem;
    }
    .footer-col {
        margin-bottom: 3rem;
    }
}

/* ==========================================================================
   LANGUAGE SWITCHER FOOTER
   ========================================================================== */
.footer-lang-switcher {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 0.4rem 1.25rem;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
}

.footer-lang-icon {
    color: #94a3b8;
    font-size: 1rem;
    margin-right: 10px;
}

.lang-link {
    color: #64748b;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 700;
    transition: color 0.3s ease;
    letter-spacing: 0.5px;
}

/* Warna menyala saat disentuh atau saat sedang aktif */
.lang-link:hover,
.lang-link.active {
    color: #f97316;
}

.lang-divider {
    color: #475569;
    margin: 0 0.6rem;
    font-size: 0.9rem;
}
.contact-label {
    display: block;
    font-size: 0.75rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
.footer-contact a {
    color: #e2e8f0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-contact a:hover {
    color: #f97316;
}
