/*=========================================================
    CCT PAGLINGAP FOUNDATION
    FOOTER
==========================================================*/

.footer-section{

    position:relative;

    width:100%;

    min-height:180px;

    padding:55px 0 35px;

    overflow:hidden;

    background-image:url("../images/P   aglingap_footer.jpg");

    background-position:center center;

    background-repeat:no-repeat;

    background-size:cover;

    background-color:#f4c400;   /* fallback kapag hindi makita ang image */

}

/*=========================================================
BACKGROUND OVERLAY
==========================================================*/

.footer-section::before{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(255,255,255,.05);

    pointer-events:none;

}

/*=========================================================
CONTAINER
==========================================================*/

.footer-section .container{

    position:relative;

    z-index:2;

    text-align:center;

}

/*=========================================================
SOCIAL ICONS
==========================================================*/

.footer-social{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:25px;

    margin-bottom:18px;

}

.footer-social a{

    width:42px;

    height:42px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    text-decoration:none;

    color:#0d6efd;

    background:rgba(255,255,255,.90);

    transition:.35s ease;

}

.footer-social a:hover{

    background:#ffffff;

    color:#7AC943;

    transform:translateY(-3px);

}

/*=========================================================
FOOTER ICON IMAGES
==========================================================*/

.footer-social img{

    width:28px;

    height:28px;

    object-fit:contain;

    transition:.35s ease;

}

.footer-social a:hover img{

    transform:scale(1.15);

}

/*=========================================================
COPYRIGHT
==========================================================*/

.footer-copy{

    margin:0;

    font-size:14px;

    font-weight:600;

    color:#1d1d1d;

    text-shadow:0 1px 3px rgba(255,255,255,.50);

}