#footer_section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: #FAFAF9;
}

#footer_section .common_container {
    width: 88%;
    max-width: 1366px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.footer_main_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer_top_section {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 60px;
}

.footer_top_one {
    width: 40%;
    display: flex;
    flex-direction: column;
}

.footer_top_one .footer_logo_img {
    text-decoration: none;
    margin-bottom: 15px;
}

.footer_top_one .footer_logo_img img {
    width: 100px;
}

.footer_top_one .footer_description {
    color: #0a400c;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Inter 18pt';
    margin-bottom: 30px;
}

.footer_top_one .footer_social_share_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    gap: 15px;
}

.footer_top_one .footer_social_links {
    width: 35px;
    height: 35px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #0a400c;
    font-size: 16px;
    background-color: #bed3be;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

.footer_top_one .footer_social_links:hover {
    margin-top: -20px;
}

.footer_top_one .footer_social_links_1:hover {
    color: #FFFFFF;
    background-color: #1877F2;
}

.footer_top_one .footer_social_links_2:hover {
    color: #FFFFFF;
    background: linear-gradient(45deg, #FCAF45, #E4405F, #833AB4);
}

.footer_top_one .footer_social_links_3:hover {
    color: #FFFFFF;
    background-color: #FF0000;
}

.footer_top_one .footer_social_links_4:hover {
    color: #FFFFFF;
    background-color: #1DA1F2;
}

.footer_top_one .footer_social_links_5:hover {
    color: #FFFFFF;
    background-color: #0077B5; 
}


.footer_submenu_box {
    margin-top: 30px;
}


.footer_company_box {
    display: flex;
    flex-direction: column;
}

.footer_support_box {
    display: flex;
    flex-direction: column;
}

.footer_donate_box {
    display: flex;
    flex-direction: column;
}

h4.footer_page_link_title {
    text-decoration: none;
    font-size: 24px;
    color: #0a400c;
    font-weight: 600;
    font-family: 'Playfair Display';
    margin-bottom: 15px;
}

a.footer_page_link_label {
    text-decoration: none;
    font-size: 16px;
    color: #0a400c;
    font-family: 'Inter 18pt';
    margin-bottom: 15px;
    transition: 0.1s ease-in-out;
}

a.footer_page_link_label:hover {
    color: #8FAD6A;
}


.footer_bottom_section {
    width: 96%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #bed3be;
    padding: 1% 2%;
}



.footer_copyright_box p {
    font-size: 16px;
    color: #0a400c;
    font-family: 'Inter 18pt';
}

.dev_Thennavan_askan a {
    text-decoration: none;
    font-size: 16px;
    color: #0a400c;
    font-family: 'Inter 18pt';
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.1s ease-in-out;
}

.dev_Thennavan_askan a:hover {
    color: #273327;
}

.dev_Thennavan_askan a img {
    width: 24px;
    margin: 0 10px;
}

.dev_Thennavan_askan a span {
    font-size: 30px;
    margin-left: 5px;
}


/* Footer section Min 768px Max 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer_top_section {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: unset;
        justify-content: center;
        column-gap: 40px;
        row-gap: 40px;
        margin-bottom: 60px;
    }

    .footer_top_one {
        width: 64%;
    }

    .footer_top_one .footer_description {
        width: 90%;
    }

    .footer_submenu_box {
        margin-top: unset;
    }

    .footer_company_box {
        width: 30%;
    }

    .footer_support_box {
        width: 64%;
    }

    .footer_donate_box {
        width: 30%;
    }

    .footer_bottom_section {
        width: 96%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 2% 2%;
    }
}


/* Footer section Min 600px Max 767px */
@media only screen and (min-width: 600px) and (max-width: 767px) {
    .footer_top_section {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: unset;
        justify-content: center;
        column-gap: 40px;
        row-gap: 40px;
        margin-bottom: 60px;
    }

    .footer_top_one {
        width: 62%;
    }

    .footer_top_one .footer_description {
        width: 100%;
        font-size: 16px;
    }

    .footer_submenu_box {
        margin-top: unset;
    }

    .footer_company_box {
        width: 30%;
    }

    .footer_support_box {
        width: 62%;
    }

    .footer_donate_box {
        width: 30%;
    }

    h4.footer_page_link_title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    a.footer_page_link_label {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .footer_bottom_section {
        width: 96%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 2% 2%;
    }
}

/* Footer section Min 420px Max 599px */
@media only screen and (min-width: 420px) and (max-width: 599px) {
    .footer_top_section {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: unset;
        justify-content: unset;
        column-gap: 40px;
        row-gap: 40px;
        margin-bottom: 60px;
    }

    .footer_top_one {
        width: 100%;
    }

    .footer_top_one .footer_description {
        width: 100%;
        font-size: 14px;
    }

    .footer_submenu_box {
        margin-top: unset;
    }

    .footer_company_box {
        width: 44%;
    }

    .footer_support_box {
        width: 40%;
    }

    .footer_donate_box {
        width: 100%;
    }

    h4.footer_page_link_title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    a.footer_page_link_label {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .footer_bottom_section {
        width: 96%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 4% 2%;
    }

    .footer_copyright_box p {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .dev_Thennavan_askan a {
        font-size: 15px;
        text-align: center;
        flex-direction: column;
    }
    
    .dev_Thennavan_askan a img {
        display: none;
    }
    
    .dev_Thennavan_askan a span {
        display: none;
    }

    
}


/* Footer Section Max 419px */
@media only screen and (max-width: 419px) { 
    .footer_top_section {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: unset;
        justify-content: unset;
        column-gap: 40px;
        row-gap: 40px;
        margin-bottom: 60px;
    }

    .footer_top_one {
        width: 100%;
    }

    .footer_top_one .footer_description {
        width: 100%;
        font-size: 14px;
    }

    .footer_submenu_box {
        margin-top: unset;
    }

    .footer_company_box {
        width: 44%;
    }

    .footer_support_box {
        width: 40%;
    }

    .footer_donate_box {
        width: 100%;
    }

    h4.footer_page_link_title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    a.footer_page_link_label {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .footer_bottom_section {
        width: 96%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 4% 2%;
    }

    .footer_copyright_box p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .dev_Thennavan_askan a {
        font-size: 14px;
        text-align: center;
        flex-direction: column;
    }
    
    .dev_Thennavan_askan a img {
        display: none;
    }
    
    .dev_Thennavan_askan a span {
        display: none;
    }
}

