/* Footer PPID — modern, selaras dengan tema Fusion */

.ppid-footer.footer-area {
    padding: 56px 0 0;
    background: #fff;
    border-top: 1px solid #e5e7eb;
}

.ppid-footer-brand {
    margin-bottom: 1.5rem;
}

.ppid-footer-brand img {
    width: 140px;
    height: auto;
    margin-bottom: 0.75rem;
}

.ppid-footer-tagline {
    font-size: 14px;
    line-height: 1.6;
    color: #585b60;
    margin: 0 0 1rem;
    max-width: 280px;
}

.ppid-footer .ppid-footer-social {
    margin-top: 0.25rem;
}

.ppid-footer .ppid-footer-social a {
    color: #585b60;
    background: #f9f9f9;
    border: 1px solid #eef0f3;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    font-size: 15px;
    margin: 0 6px 0 0;
}

.ppid-footer .ppid-footer-social a:hover {
    color: #fff !important;
    border-color: transparent;
}

.ppid-footer .footer-titel {
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    padding-bottom: 0;
    margin-bottom: 0;
    letter-spacing: 0;
}

.ppid-footer .ppid-footer-heading {
    margin-bottom: 1.25rem;
}

.ppid-footer .ppid-footer-heading::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #F63854;
    margin-top: 10px;
}

.ppid-footer .footer-link {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ppid-footer .footer-link li {
    margin-bottom: 0.65rem;
}

.ppid-footer .footer-link li a {
    color: #585b60;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.2s ease;
}

.ppid-footer .footer-link li a:hover {
    color: #F63854;
}

.ppid-footer .address {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ppid-footer .address li {
    margin-bottom: 1rem;
}

.ppid-footer .address li:last-child {
    margin-bottom: 0;
}

.ppid-footer .address li a {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    color: #585b60;
    font-size: 14px;
    line-height: 1.55;
    text-decoration: none;
}

.ppid-footer .address li a:hover {
    color: #F63854;
}

.ppid-footer .address li a i {
    float: none;
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    margin: 0;
    border-radius: 50%;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    color: #F63854;
}

.ppid-footer-copy {
    margin-top: 2.5rem;
    background: #f9f9f9;
}

.ppid-footer #copyright .copyright-content {
    border-top: 1px solid #e5e7eb;
    margin: 0;
    padding: 1.125rem 0;
}

.ppid-footer #copyright p {
    line-height: 1.6;
    color: #585b60;
    font-size: 14px;
}

.ppid-footer #copyright p + p {
    margin-top: 0.25rem;
    font-size: 12px;
    opacity: 0.85;
}

@media (max-width: 991.98px) {
    .ppid-footer.footer-area {
        padding-top: 44px;
    }

    .ppid-footer-brand {
        text-align: center;
        margin-bottom: 2rem;
    }

    .ppid-footer-tagline {
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }

    .ppid-footer .ppid-footer-social {
        text-align: center;
    }

    .ppid-footer .ppid-footer-social a {
        margin: 0 4px;
    }

    .ppid-footer .footer-titel,
    .ppid-footer .footer-link,
    .ppid-footer .address {
        text-align: left;
    }

    .ppid-footer .col-md-6 {
        margin-bottom: 1.75rem;
    }
}
