/* ========== Footer Section ========== */

.ortoer-footer {
    background: #0360D9;
    padding: 40px 0 0;
}

.ortoer-footer__container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Main content row */
.ortoer-footer__card {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

/* Left column - Doctor info */
.ortoer-footer__info {
    color: #ffffff;
    max-width: 500px;
}

.ortoer-footer__name {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 2px;
    line-height: 130%;
}

.ortoer-footer__specialty {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 10px;
    line-height: 130%;
}

.ortoer-footer__details {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 160%;
    margin: 0 0 16px;
    opacity: 0.9;
}

.ortoer-footer__socials {
    display: flex;
    gap: 12px;
}

.ortoer-footer__socials a {
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    transition: opacity 0.2s;
}

.ortoer-footer__socials a:hover {
    opacity: 0.7;
}

/* Right column - Links */
.ortoer-footer__links {
    color: #ffffff;
}

.ortoer-footer__links-title {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 16px;
    color: #ffffff;
}

.ortoer-footer__links-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ortoer-footer__links-list li {
    margin-bottom: 8px;
}

.ortoer-footer__links-list a {
    color: #ffffff;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15px;
    text-decoration: none;
    opacity: 0.9;
    transition: opacity 0.2s;
}

.ortoer-footer__links-list a:hover {
    opacity: 0.7;
}

/* Quote */
.ortoer-footer__quote-wrapper {
    margin-top: 30px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.ortoer-footer__quote {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    line-height: 100%;
    color: #ffffff;
    text-align: center;
    margin: 0;
    opacity: 0.85;
}

/* Copyright */
.ortoer-footer__copy {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    padding: 20px 0 30px;
    opacity: 0.7;
}

/* ========== Tablet <=768px ========== */
@media (max-width: 768px) {
    .ortoer-footer__card {
        flex-direction: column;
        gap: 30px;
    }
}

/* ========== Mobile <=480px ========== */
@media (max-width: 480px) {
    .ortoer-footer {
        padding: 20px 0 0;
    }

    .ortoer-footer__container {
        padding: 0 16px;
    }

    .ortoer-footer__card {
        flex-direction: column;
        gap: 20px;
    }

    .ortoer-footer__name,
    .ortoer-footer__specialty {
        font-size: 18px;
    }

    .ortoer-footer__details {
        font-size: 12px;
    }

    .ortoer-footer__links {
        text-align: center;
    }

    .ortoer-footer__quote {
        font-size: 12px;
    }

    .ortoer-footer__copy {
        font-size: 12px;
    }
}

/* ========== Hide Astra default footer ========== */
.site-footer {
    display: none;
}
