/*----------------FOOTER SECTION-----------------------------*/
.footer{
    padding: 75px 16px 35px 16px!important;
    z-index: 999;
    border-top: 1px solid #a9afc3;
}

@media (min-width: 1650px){
    .footer {
        padding: 100px 0 40px 0 !important;
    }
}

@media (max-width: 1024px){
    .footer {
        padding: 35px 16px 35px 16px !important;
    }
}

.footer .wp-block-columns{
    gap: 2rem!important;
}

.footer .wp-block-column p{
    font-family: 'Muli', sans-serif!important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px!important;
    line-height: 170%;
}

.footer .wp-block-columns .wp-block-column h3{
    margin-top: 0!important;
}

@media (max-width: 992px){
    .footer{
        padding-top: 2.5rem!important;
        padding-bottom: 2.5rem!important;
    }
    .footer .wp-block-columns .wp-block-column h3{
        font-size: 1.5rem!important;
    }
}

/* Animation Effect */
.footer .wp-block-column{
    transform: translateY(50%);
    opacity: 0;
    transition: transform 0.35s, opacity 0.35s ease-in-out;
}

.footer .wp-block-column.in-view{
    transform: translateY(0%);
    opacity: 1;
}

@media (max-width: 767px){
    .footer .wp-block-columns {
        gap: 4rem !important;
    }
    .footer .wp-block-columns .wp-block-column:first-child{
        order: 1;
    }
}

.footer .footer-copyright{
    color: var(--wp--preset--color--ji-white);
    font-size: 0.825rem!important;
}

/* ---- ICONS IN THE FOOTER --- */
.footer .wp-block-column .footer__column--row .bi::before{
    color: var(--wp--preset--color--ji-white)!important;
}

.wp-block-template-part{
    margin-top: 0!important;
}