.top_footer {
    background: var(--gray_color1);
    padding: 68px 0 59px;
}

.footer_logo {
    margin-bottom: 70px;
}

.top_footer_inner {
    margin: 0 -8px;
    row-gap: 40px;
}

.footer_column {
    width: 25%;
    padding: 0 8px;
    row-gap: 40px;
}

.footer_column:last-child {
    width: 50%;
}

.footer_column:last-child .footer_menu {
    max-width: 50%;
    margin-left: auto;
    padding-left: 8px;
}

.footer_menu h4 { 
    font-size: 12px; 
    line-height: 16px;
    font-weight: var(--fw-700); 
    letter-spacing: 0.96px;
    text-transform: uppercase; 
    padding-bottom: 7px;
    border-bottom: 1px solid var(--gray_color3);
    color: var(--gray_color6);
    margin-bottom: 13px;
}

.footer_menu ul li a,
.footer_menu ul li {   
    font-weight: var(--fw-700);
    line-height: 22px; 
    letter-spacing: -0.16px;
}
 

.footer_menu ul {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.footer_menu .custom-logo {
    height: 30px;
    width: 30px;
    mask-repeat: no-repeat;
    background-color: #fff;
}

.footer_menu .custom-logo:hover {
    background-color: var(--green_color3);
}

.bottom_footer {
    background: var(--gray_color10);
    padding: 40px 0 48px;
    color: var(--white_color);
}

.bottom_footer_inner .footer_menu ul li a,
.bottom_footer_inner .footer_menu h4,
.copyright_bottom ul li a {
    color: var(--white_color);
}

.bottom_footer_inner .footer_menu h4 {
    border-bottom-color: var(--white_color);
}

.footer_menu.social_menu ul {
    flex-direction: row;
    column-gap: 38px;
}

.footer_menu.social_menu ul li a:hover svg path {
    fill: var(--green_color3);
}

.bottom_footer_inner {
    margin: 0 -8px 136px;
}

.bottom_footer_inner .footer_column:last-child .footer_menu {
    max-width: 100%;
    margin: 24px 0 0;
    padding: 0;
}

.footer_copyright p a {
    color: var(--green_color3);
}

.footer_copyright p a:hover {
    color: var(--green_color4);
}

.copyright_bottom p {
    margin-bottom: 0;
}

.copyright_bottom,
.copyright_bottom ul {
    column-gap: 10px;
}

.copyright_bottom {
    margin-top: 25px;
}

.copyright_bottom li::before {
    content: '|';
    position: absolute;
    left: 0;
    top: 0;
    color: #5c5c5c;
}

.copyright_bottom li {
    position: relative;
    padding-left: 12px;
}


@media screen and (max-width: 1279px) {
    .top_footer { 
        padding: 40px 0;
    }

    .footer_logo {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1023px) {
    
    .footer_column,
    .footer_column:last-child {
        width: 50%;
    }

    .footer_column:last-child .footer_menu {
        max-width: 100%; 
        padding-left: 0;
    }

    .bottom_footer_inner .footer_column {
        width: 50%;
    }

    .bottom_footer_inner .footer_column:last-child {
        width: 100%;
    }

    .bottom_footer_inner .footer_column:last-child .footer_menu {
        justify-content: flex-start;
        margin-top: 40px;
    }

    .bottom_footer_inner {
        margin-bottom: 40px;
    }

    .copyright_bottom {
        margin-top: 16px;
    }
    

}

@media screen and (max-width: 767px) {
    
    .footer_column,
    .footer_column:last-child {
        width: 100%;
    }

    .footer_column:last-child .footer_menu {
        max-width: 100%;
        padding: 0;
    }

    .top_footer_inner {
        margin: 0 -8px;
        row-gap: 20px;
    }

    .footer_menu ul {
        row-gap: 6px;
    }

    .footer_menu h4 {
        padding-bottom: 4px;
        margin-bottom: 10px;
    }

    .footer_menu ul li a, .footer_menu ul li {
        font-size: 14px;
        line-height: 18px;
    }

    .bottom_footer {
        padding: 30px 0;
    }
     
    .bottom_footer_inner {
        margin-bottom: 30px;
    }

    .bottom_footer_inner .footer_column {
        width: 100%;
    }

    .bottom_footer_inner .footer_column:last-child .footer_menu {
        justify-content: flex-start;
        margin-top: 0;
    }

    .bottom_footer_inner { 
        row-gap: 20px;
    }

    .bottom_footer_inner .footer_menu ul li svg {
        max-width: 20px;
        max-height: 20px;
    }

    .footer_copyright p,
    .copyright_bottom ul li a {
        font-size: 14px;
        line-height: 18px;
    }

    .footer_menu.social_menu ul {
        column-gap: 16px;
    }

   

}

