.website-footer {
    display: none;
}
.website_footer_logo{
    width: 160px;
}

@media (min-width:1024px) {
    /* ==========>> website-footer <<=========*/

    .website-footer-section {
        width: 100%;
        margin-inline: auto;
        background: linear-gradient(180deg, var(--main-clr) 0%, var(--secoundry-clr) 100%);
        padding: 5%;
    }

    .website-footer {
        width: 100%;
        max-width: 1280px;
        display: flex;
        margin-inline: auto;
        /* padding: 5% 0; */
        /* background: linear-gradient(180deg, #029147 0%, #02914797 100%); */
    }

    .website-footer div {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .footer-about {
        width: 300px;
    }

    .website-footer div a {
        color: var(--txt-clr);
        text-decoration: none;
    }

    .social-icons {
        flex-direction: row !important;
    }

    .website-footer .map iframe {
        width: 400px;
        height: 180px;
        border-radius: 5px;
    }
    .mobile-footer {
        display: none;
    }

}

@media (min-width:1280px) {
    .website-footer-section {
        padding-inline: 0;
    }
}