/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
*/

.phc-footer {

    padding:
        40px 16px 24px;

}

/*
|--------------------------------------------------------------------------
| Trust Bar
|--------------------------------------------------------------------------
*/

.phc-footer-trust {

    max-width: 920px;

    margin: 0 auto;

    background: #F8FAFC;

    border: 1px solid #E2E8F0;

    border-radius: 18px;

    min-height: 74px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    padding: 18px 24px;

    box-shadow:
        0 4px 20px rgba(15,23,42,0.04);

}

/*
|--------------------------------------------------------------------------
| Icon
|--------------------------------------------------------------------------
*/

.phc-footer-icon {

    font-size: 20px;

}

/*
|--------------------------------------------------------------------------
| Text
|--------------------------------------------------------------------------
*/

.phc-footer-text {

    font-size: 15px;

    font-weight: 500;

    color: #1E293B;

    text-align: center;

    line-height: 1.5;

}

/*
|--------------------------------------------------------------------------
| Bottom
|--------------------------------------------------------------------------
*/

.phc-footer-bottom {

    text-align: center;

    margin-top: 18px;

    font-size: 13px;

    color: #64748B;

}

/*
|--------------------------------------------------------------------------
| Mobile
|--------------------------------------------------------------------------
*/

@media (max-width: 768px) {

    .phc-footer-trust {

        flex-direction: column;

        text-align: center;

        gap: 8px;

        padding: 20px 18px;

    }

}


.phc-footer-copy {

    margin-bottom: 10px;

}

.phc-footer-links {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

    gap: 10px;

    font-size: 13px;

}

.phc-footer-links a {

    color: #64748B;

    text-decoration: none;

    transition: 0.2s;

}

.phc-footer-links a:hover {

    color: #0CA678;

}

.phc-footer-links span {

    color: #CBD5E1;

}