/*.footer[role="contentinfo"] {
    position:absolute;
    left: -9999px;
}*/
.container-fluid {
    background-color: #1a5a3a;
}
.pkp_structure_page {
   Padding-bottom: 20px;
}



/* Container Utama Footer */
.ibi-footer-main {
    background-color: #1a5a3a; /* Hijau Khas INBI */
    color: #ffffff;
    padding: 50px 20px 30px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-top: 5px solid #f8d414; /* Garis Kuning Emas INBI */
}

/* Layout Kolom */
.ibi-footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}

.ibi-footer-col {
    flex: 1;
    min-width: 280px;
    margin-bottom: 30px;
}

/* Judul Kolom */
.ibi-footer-col h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 25px;
    letter-spacing: 1px;
    font-weight: 700;
}

/* Gaya Teks & Link */
.ibi-footer-col p {
    font-size: 14px;
    line-height: 1.6;
    color: #e0e0e0;
}

.ibi-footer-links {
    list-style: none;
    padding: 0;
}

.ibi-footer-links li {
    margin-bottom: 10px;
}

.ibi-footer-links li a {
    color: #f8d414; /* Kuning Emas untuk Link agar kontras */
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.ibi-footer-links li a:hover {
    color: #ffffff;
    padding-left: 5px;
}

/* Garis Pembatas */
.ibi-footer-line {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 1100px;
    margin: 30px auto;
}

/* Bagian Bawah (Copyright & OJS Brand) */
.ibi-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    font-size: 12px;
    color: #eee;
}

.ibi-social-icons a {
    background: #f8d414;
    color: #1a5a3a;
    padding: 8px 12px;
    border-radius: 4px;
    margin-right: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}