.nurseco-footer {
    background-color: #fff;
    padding: 40px 0 20px;
    font-family: "Tajawal", sans-serif;
    border-top: 1px solid #eee;
    color: #121c52;
    position: relative;
    z-index: 1000000;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-logo {
    max-width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-logo img {
    width: 240.87px;
    height: 129.25px;
    margin-bottom: 10px;
}

.footer-logo p {
    font-size: 14px;
    color: #7a8a9e;
    line-height: 22px;
    text-align: center;
}

.footer-links {
    display: flex;
    gap: 120px;
    flex-wrap: wrap;
}

.footer-column h5 {
    color: #24a2dc;
    font-size: 17.87px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.3px; /* 141.579% */
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-column ul li a {
    text-decoration: none;
    color: #121c52;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-column ul li a:hover {
    color: #24a2dc;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid #eee;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 15px;
}

.social-icons a img {
    height: 24px;
    margin-right: 10px;
    transition: opacity 0.3s;
}

.social-icons a:hover img {
    opacity: 0.7;
}

.copyright {
    font-size: 13px;
    color: #888;
}

/* Extra Small Devices (<576px) */
@media (max-width: 575.98px) {
    .footer-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-logo {
        align-items: center;
        text-align: center;
    }

    .footer-links {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .footer-column h5,
    .footer-column ul {
        text-align: center;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }

    .copyright {
        text-align: center;
    }
}

/* Small Devices (576px - 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .footer-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-links {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-column h5,
    .footer-column ul {
        text-align: center;
    }
}

/* Medium Devices (768px - 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .footer-links {
        gap: 60px;
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }
}

@media (min-width: 991.98px) {

    .nurseco-footer {
        margin-top: -140px;
    }

}
