/* =========================================================
   COMPANY PROFILE - GLOBAL FOOTER
   PT. MUSTIKA BERKAH SENTOSA
   ========================================================= */

.company-footer {
    position: relative;

    width: 100%;

    overflow: hidden;

    color: rgba(255, 255, 255, 0.76);

    background:
        linear-gradient(
            135deg,
            rgba(12, 79, 107, 0.18),
            transparent 42%
        ),
        #073b59;
}


/* =========================================================
   MAIN
   ========================================================= */

.company-footer .footer-main {
    padding-top: 62px;
    padding-bottom: 58px;

    display: grid;

    grid-template-columns:
        1.15fr
        1.05fr
        1.25fr
        1.1fr;

    align-items: start;

    gap: 44px;
}


.company-footer .footer-block {
    min-width: 0;
}


/* =========================================================
   HEADINGS
   ========================================================= */

.company-footer .footer-heading {
    margin: 0;

    color: #ffffff;

    font-size: 18px;
    font-weight: 600;

    line-height: 1.3;
}


.company-footer .footer-heading-line {
    width: 100%;
    height: 1px;

    margin-top: 11px;
    margin-bottom: 25px;

    background:
        rgba(255, 255, 255, 0.22);
}


/* =========================================================
   CORE NAVIGATION
   ========================================================= */

.company-footer .footer-core-links {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    column-gap: 24px;
    row-gap: 1px;
}


.company-footer .footer-core-links a {
    position: relative;

    min-height: 34px;

    padding: 6px 0;

    display: flex;

    align-items: center;

    color: rgba(255, 255, 255, 0.73);

    font-size: 12.5px;
    font-weight: 400;

    line-height: 1.45;

    text-decoration: none;

    transition:
        color 0.22s ease,
        transform 0.22s ease;
}


.company-footer .footer-core-links a:hover,
.company-footer .footer-core-links a:focus-visible {
    color: #ffffff;

    transform: translateX(3px);

    outline: none;
}


/* =========================================================
   SERVICE LINKS
   ========================================================= */

.company-footer .footer-service-links {
    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 2px;
}


.company-footer .footer-service-links a {
    width: 100%;

    min-height: 34px;

    padding: 6px 0;

    display: flex;

    align-items: flex-start;

    gap: 8px;

    color: rgba(255, 255, 255, 0.73);

    font-size: 12.5px;
    font-weight: 400;

    line-height: 1.5;

    text-decoration: none;

    transition:
        color 0.22s ease,
        transform 0.22s ease;
}


.company-footer .footer-link-arrow {
    flex: 0 0 auto;

    margin-top: -1px;

    color: #d5aa35;

    font-size: 18px;

    line-height: 1.2;
}


.company-footer .footer-service-links a:hover,
.company-footer .footer-service-links a:focus-visible {
    color: #ffffff;

    transform: translateX(3px);

    outline: none;
}


/* =========================================================
   CONTACT
   ========================================================= */

.company-footer .footer-contact-list {
    display: flex;

    flex-direction: column;

    gap: 14px;
}


.company-footer .footer-contact-item {
    min-width: 0;

    display: flex;

    align-items: flex-start;

    gap: 12px;

    color: rgba(255, 255, 255, 0.73);

    font-size: 12px;
    font-weight: 400;

    line-height: 1.6;

    text-decoration: none;

    transition:
        color 0.22s ease,
        transform 0.22s ease;
}


.company-footer .footer-contact-address {
    line-height: 1.55;
}


.company-footer .footer-contact-item:hover,
.company-footer .footer-contact-item:focus-visible {
    color: #ffffff;

    transform: translateX(2px);

    outline: none;
}


.company-footer .footer-contact-icon {
    width: 20px;
    height: 20px;

    flex: 0 0 20px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    color: #68b4d3;
}


.company-footer .footer-contact-icon svg {
    display: block;

    width: 18px;
    height: 18px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.75;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   SOCIAL NETWORK
   ========================================================= */

.company-footer .footer-social-buttons {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 9px;
}


.company-footer .footer-social-button {
    width: 34px;
    height: 34px;

    flex: 0 0 34px;

    padding: 0;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    color: #073b59;

    background: rgba(255, 255, 255, 0.60);

    border: 1px solid rgba(255, 255, 255, 0.20);

    border-radius: 50%;

    box-sizing: border-box;

    text-decoration: none;

    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}


.company-footer .footer-social-button svg {
    display: block;

    width: 16px;
    height: 16px;

    max-width: 16px;
    max-height: 16px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.company-footer
.footer-social-button[aria-label="Facebook"] svg {
    fill: currentColor;

    stroke: none;
}


.company-footer
.footer-social-button[aria-label="LinkedIn"] svg {
    fill: currentColor;

    stroke: none;
}


.company-footer .footer-social-button:hover,
.company-footer .footer-social-button:focus-visible {
    color: #073b59;

    background: #d8ad35;

    border-color: #d8ad35;

    transform: translateY(-3px);

    outline: none;
}




.company-footer .footer-subscribe-note {
    max-width: 255px;

    margin:
        9px
        0
        0;

    color: rgba(255, 255, 255, 0.58);

    font-size: 10.5px;
    font-weight: 400;

    line-height: 1.55;
}


/* Screen reader only */

.company-footer .sr-only {
    position: absolute !important;

    width: 1px !important;
    height: 1px !important;

    padding: 0 !important;
    margin: -1px !important;

    overflow: hidden !important;

    clip: rect(0, 0, 0, 0) !important;

    white-space: nowrap !important;

    border: 0 !important;
}

/* =========================================================
   FOOTER BOTTOM
   ========================================================= */

.company-footer .footer-bottom-wrap {
    background: rgba(0, 24, 48, 0.22);

    border-top:
        1px solid rgba(255, 255, 255, 0.08);
}


.company-footer .footer-bottom {
    min-height: 68px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 24px;

    color: rgba(255, 255, 255, 0.55);

    font-size: 11.5px;
    font-weight: 400;

    line-height: 1.5;
}


.company-footer .footer-bottom a {
    color: rgba(255, 255, 255, 0.62);

    text-decoration: none;

    transition: color 0.2s ease;
}


.company-footer .footer-bottom a:hover,
.company-footer .footer-bottom a:focus-visible {
    color: #ffffff;

    outline: none;
}


/* =========================================================
   LARGE DESKTOP
   ========================================================= */

@media (min-width: 1500px) {

    .company-footer .footer-main {
        gap: 52px;
    }


    .company-footer .footer-heading {
        font-size: 19px;
    }


    .company-footer .footer-core-links a,
    .company-footer .footer-service-links a {
        font-size: 13px;
    }


    .company-footer .footer-contact-item {
        font-size: 12.5px;
    }

}


/* =========================================================
   LAPTOP
   ========================================================= */

@media (max-width: 1180px) {

    .company-footer .footer-main {
        grid-template-columns:
            1.15fr
            1fr
            1.2fr
            1fr;

        gap: 28px;
    }


    .company-footer .footer-core-links {
        column-gap: 16px;
    }


    .company-footer .footer-heading {
        font-size: 17px;
    }


    .company-footer .footer-core-links a,
    .company-footer .footer-service-links a {
        font-size: 11.5px;
    }


    .company-footer .footer-contact-item {
        font-size: 11.5px;
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 920px) {

    .company-footer .footer-main {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap:
            46px
            42px;

        padding-top: 54px;
        padding-bottom: 50px;
    }


    .company-footer .footer-network-copy p {
        max-width: 340px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 620px) {

    .company-footer .footer-main {
        grid-template-columns: 1fr;

        gap: 38px;

        padding-top: 46px;
        padding-bottom: 42px;
    }


    .company-footer .footer-heading {
        font-size: 17px;
    }


    .company-footer .footer-heading-line {
        margin-bottom: 19px;
    }


    .company-footer .footer-core-links {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        column-gap: 18px;
    }


    .company-footer .footer-core-links a,
    .company-footer .footer-service-links a {
        min-height: 33px;

        font-size: 12px;
    }


    .company-footer .footer-contact-item {
        font-size: 12px;
    }


    .company-footer .footer-network-copy p {
        max-width: 100%;
    }


    .company-footer .footer-bottom {
        min-height: 0;

        padding-top: 20px;
        padding-bottom: 20px;

        flex-direction: column;

        align-items: center;
        justify-content: center;

        gap: 6px;

        font-size: 10.5px;

        text-align: center;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 390px) {

    .company-footer .footer-core-links {
        column-gap: 12px;
    }


    .company-footer .footer-core-links a {
        font-size: 11px;
    }


    .company-footer .footer-social-button {
        width: 32px;
        height: 32px;

        flex-basis: 32px;
    }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .company-footer a {
        transition: none !important;
    }

}

/* =========================================================
   EMAIL SUBSCRIBE
   ========================================================= */

.company-footer .footer-subscribe {
    width: 100%;
    max-width: 255px;
    margin-top: 24px;
}

.company-footer .footer-subscribe-label,
.company-footer .footer-subscribe-title {
    margin: 0 0 10px;

    color: #ffffff;

    font-size: 9px;
    font-weight: 700;

    line-height: 1.4;

    letter-spacing: 0.03em;

    text-transform: uppercase;
}


/* FORM
   Sengaja BLOCK, bukan FLEX.
   Flex hanya digunakan pada control input + tombol.
*/

.company-footer .footer-subscribe-form {
    position: relative;

    display: block;

    width: 100%;
    max-width: 255px;

    height: auto;

    margin: 0;
    padding: 0;

    background: transparent;
}


/* INPUT + BUTTON */

.company-footer .footer-subscribe-control {
    width: 100%;

    min-height: 36px;
    height: auto;

    display: flex;
    flex-wrap: wrap;

    align-items: stretch;

    background: transparent;

    overflow: visible;
}

.company-footer .footer-subscribe-input,
.company-footer .footer-subscribe-form input[type="email"] {
    min-width: 0;

    height: 36px;

    flex: 1 1 0;

    padding: 0 12px;

    color: #244b5b;

    background: #ffffff;

    border: 0;
    border-radius: 0;

    outline: 0;

    box-shadow: none;

    font-family: inherit;

    font-size: 10px;
    font-weight: 400;

    line-height: 1;
}

.company-footer .footer-subscribe-input::placeholder,
.company-footer .footer-subscribe-form input[type="email"]::placeholder {
    color: #9ba8ae;

    opacity: 1;
}

.company-footer .footer-subscribe-input:focus,
.company-footer .footer-subscribe-form input[type="email"]:focus {
    box-shadow:
        inset 0 0 0 1px
        rgba(216, 173, 46, 0.85);
}


/* SUBMIT BUTTON */

.company-footer .footer-subscribe-button,
.company-footer .footer-subscribe-form button[type="submit"] {
    width: 38px;
    height: 36px;

    flex: 0 0 38px;

    padding: 0;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    color: #064b66;

    background: #d8ad2e;

    border: 0;
    border-radius: 0;

    cursor: pointer;

    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.company-footer .footer-subscribe-button:hover,
.company-footer .footer-subscribe-button:focus-visible,
.company-footer .footer-subscribe-form button[type="submit"]:hover,
.company-footer .footer-subscribe-form button[type="submit"]:focus-visible {
    color: #ffffff;

    background: #bd921e;

    outline: none;
}

.company-footer .footer-subscribe-button svg,
.company-footer .footer-subscribe-form button[type="submit"] svg {
    display: block;

    width: 15px;
    height: 15px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* SUCCESS / ERROR
   Selalu turun ke baris bawah.
*/

.company-footer .footer-subscribe-message {
    display: block;

    width: 100%;

    margin: 7px 0 0;

    color: rgba(255, 255, 255, 0.78);

    font-size: 9px;
    font-weight: 500;

    line-height: 1.45;
}


/*
   Pengaman:
   jika message ternyata masih berada di dalam
   .footer-subscribe-control, tetap dipaksa
   mengambil satu baris penuh di bawah input.
*/

.company-footer
.footer-subscribe-control
.footer-subscribe-message {
    flex: 0 0 100%;

    order: 10;

    width: 100%;
}

.company-footer .footer-subscribe-message.is-success {
    color: #8ee4b1;
}

.company-footer .footer-subscribe-message.is-error {
    color: #ffb0aa;
}


/* DESCRIPTION */

.company-footer .footer-subscribe-description,
.company-footer .footer-subscribe-note {
    max-width: 255px;

    margin: 8px 0 0;

    color: rgba(255, 255, 255, 0.66);

    font-size: 9px;
    font-weight: 400;

    line-height: 1.5;
}


/* HONEYPOT */

.company-footer .footer-subscribe-honeypot {
    position: absolute !important;

    left: -10000px !important;
    top: auto !important;

    width: 1px !important;
    height: 1px !important;

    padding: 0 !important;
    margin: 0 !important;

    overflow: hidden !important;

    opacity: 0 !important;

    pointer-events: none !important;
}


/* MOBILE */

@media (max-width: 680px) {

    .company-footer .footer-subscribe,
    .company-footer .footer-subscribe-form {
        max-width: 320px;
    }

    .company-footer .footer-subscribe-description,
    .company-footer .footer-subscribe-note {
        max-width: 320px;
    }

}