#colophon{
    padding-top: 40px;
}

.site-footer, .site-footer div{
    background: #F8F9FA !important;
    border: none !important;
}

.site-footer .ast-builder-footer-grid-columns .site-footer-section{
    flex: 1 1 25%;
    padding: 0 10px;
}

.site-above-footer-inner-wrap .wp-block-heading{
    font-size: 20px;
    color: #343a40d4;
}

.has-text-align-left, .has-text-align-left a, .each-link-block{
    font-size: 16px;
    color: #6C757D;
    margin-top: 10px;
    margin-bottom: 0 !important;
}

.each-link-block p, .category-link{
    font-size: 16px;
    color: #6C757D;
    margin-bottom: 0 !important;
}

.has-text-align-left:hover a, .each-link-block:hover a {
    color: #154A7E !important;
    font-weight: 600;
}

.wp-block-social-links {
    display: flex;
    gap: 16px;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.wp-block-social-link {
    display: inline-flex !important;
    width: 35px;
    height: 35px;
    background-color: #E9ECEF;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.wp-block-social-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #333 !important;
    text-decoration: none !important;
}

.wp-block-social-link svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    transition: fill 0.3s ease;
}

.wp-block-social-link:hover {
    background-color: #154A7E;
    transform: scale(1.05);
}
.wp-block-social-link:hover a{
    color: #fff !important;
}
.ast-footer-copyright p{
    text-wrap: nowrap;
}
.footer_bottom_links {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.footer_bottom_links .page_link_block:hover a{
    color: #154A7E !important;
    font-weight: 600;
}
.site-footer div{
    padding: 0;
}

@media (max-width: 1300px) {
    .site-above-footer-wrap{
        padding: 0 55px !important;
    }
    .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns{
        display: flex;
        flex-wrap: wrap;
    }
}
@media (max-width: 1120px) {
    .site-footer .ast-builder-footer-grid-columns .site-footer-section {
        flex: 1 1 45% !important;
        margin-bottom: 30px !important;
    }
    .footer_bottom_links {
        flex-wrap: wrap;
        gap: 10px;
    }

    .wp-block-social-links {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .site-footer .ast-builder-footer-grid-columns .site-footer-section {
          margin-bottom: 30px !important;
    }
    .site-footer .ast-builder-footer-grid-columns
    .site-footer-above-section-1{
        flex: 1 1 100% !important;
    }

    .wp-block-social-link {
        width: 40px;
        height: 40px;
    }

    .wp-block-social-link svg {
        width: 18px;
        height: 18px;
    }

    .ast-footer-copyright p {
        font-size: 14px;
        text-align: center;
    }


    .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-4{
        margin-bottom: 0 !important;
    }
}
@media(max-width: 609px){
    .widget.widget_block{
        text-align: center;
    }
    .site-above-footer-inner-wrap .wp-block-heading {
        text-align: center;
    }

    .has-text-align-left, .each-link-block, .each-link-block p {
        text-align: center !important;
    }
}




