/* =========================================================
   FOOTER MODERN - SLB BINA SEJAHTERA
========================================================= */

.slb-footer {
    background: #002147;
    color: #ffffff;
    position: relative;
}


/* =========================================================
   FOOTER MAIN
========================================================= */

.slb-footer-main {
    padding: 60px 0 50px;
    background: #002147;
}

.slb-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.2fr;
    gap: 60px;
}


/* =========================================================
   BRAND
========================================================= */

.slb-footer-brand {
    min-width: 0;
}

.slb-footer-logo {
    display: inline-block;
    margin-bottom: 20px;
}

.slb-footer-logo img {
    display: block;
    max-width: 230px;
    max-height: 75px;
    width: auto;
    height: auto;
}

.slb-footer-desc {
    max-width: 390px;
    margin: 0 0 22px;
    color: #c7d5e4;
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   SOCIAL
========================================================= */

.slb-footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.slb-footer-social a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #315b87;
    border-radius: 8px;
    color: #dce8f4;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.slb-footer-social a i {
    font-size: 16px;
}

.slb-footer-social a:hover {
    background: #fdc800;
    border-color: #fdc800;
    color: #002147;
}


/* =========================================================
   TITLE
========================================================= */

.slb-footer-menu h3,
.slb-footer-contact h3 {
    margin: 5px 0 25px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.slb-footer-menu h3::after,
.slb-footer-contact h3::after {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    margin-top: 10px;
    background: #fdc800;
    border-radius: 3px;
}


/* =========================================================
   MENU
========================================================= */

.slb-footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slb-footer-menu ul li {
    margin-bottom: 11px;
}

.slb-footer-menu ul li:last-child {
    margin-bottom: 0;
}

.slb-footer-menu ul li a {
    position: relative;
    padding-left: 16px;
    color: #c7d5e4;
    font-size: 14px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.slb-footer-menu ul li a::before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    color: #fdc800;
}

.slb-footer-menu ul li a:hover {
    padding-left: 20px;
    color: #ffffff;
}


/* =========================================================
   CONTACT
========================================================= */

.slb-footer-contact ul {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.slb-footer-contact ul li {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 16px;
    color: #c7d5e4;
    font-size: 14px;
    line-height: 1.6;
}

.slb-footer-contact ul li:last-child {
    margin-bottom: 0;
}

.slb-footer-contact ul li > i {
    flex: 0 0 18px;
    width: 18px;
    margin-top: 3px;
    color: #fdc800;
    text-align: center;
}

.slb-footer-contact ul li a {
    color: #c7d5e4;
    text-decoration: none !important;
    word-break: break-word;
    transition: color 0.3s ease;
}

.slb-footer-contact ul li a:hover {
    color: #ffffff;
}


/* =========================================================
   CONTACT BUTTON
========================================================= */

.slb-footer-contact-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 17px;
    border: 1px solid #315b87;
    border-radius: 7px;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.slb-footer-contact-button i {
    font-size: 11px;
    transition: transform 0.3s ease;
}

.slb-footer-contact-button:hover {
    background: #fdc800;
    border-color: #fdc800;
    color: #002147 !important;
}

.slb-footer-contact-button:hover i {
    transform: translateX(4px);
}


/* =========================================================
   FOOTER BOTTOM
========================================================= */

.slb-footer-bottom {
    background: #001a39;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.slb-footer-bottom-inner {
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.slb-footer-bottom-inner p {
    margin: 0;
    color: #8fa4b9;
    font-size: 13px;
}

.slb-footer-bottom-inner p strong {
    color: #dce8f4;
    font-weight: 600;
}

.slb-footer-bottom-inner > a {
    color: #8fa4b9;
    font-size: 13px;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.slb-footer-bottom-inner > a:hover {
    color: #fdc800;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .slb-footer-main {
        padding: 50px 0 40px;
    }

    .slb-footer-grid {
        grid-template-columns: 1.3fr 1fr;
        gap: 45px 35px;
    }

    .slb-footer-brand {
        grid-column: span 2;
    }

    .slb-footer-desc {
        max-width: 600px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .slb-footer-main {
        padding: 45px 20px 35px;
    }

    .slb-footer-grid {
        display: block;
    }

    .slb-footer-brand,
    .slb-footer-menu,
    .slb-footer-contact {
        margin-bottom: 35px;
    }

    .slb-footer-contact {
        margin-bottom: 0;
    }

    .slb-footer-logo img {
        max-width: 210px;
    }

    .slb-footer-desc {
        font-size: 13px;
        line-height: 1.7;
    }

    .slb-footer-menu h3,
    .slb-footer-contact h3 {
        margin-bottom: 20px;
        font-size: 17px;
    }

    .slb-footer-menu ul li {
        margin-bottom: 10px;
    }

    .slb-footer-contact ul li {
        font-size: 13px;
    }

    .slb-footer-bottom {
        padding: 0 20px;
    }

    .slb-footer-bottom-inner {
        min-height: 80px;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
        text-align: center;
    }

    .slb-footer-bottom-inner p,
    .slb-footer-bottom-inner > a {
        font-size: 12px;
    }

}