/* ============================================
   AMAR SHARED FOOTER — loaded on every page
   ============================================ */

.amar-footer {
    background-color: #f5f3e6;
    padding: 60px 40px;
    text-align: center;
    overflow: hidden;
}

.amar-footer__logo-big {
    margin-bottom: 24px;
}

.amar-footer__logo-svg {
    width: 15vw;
    min-width: 120px;
    max-width: 400px;
    height: auto;
}

.amar-footer__socials {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
}

.amar-footer__socials a {
    color: #492622;
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
}

.amar-footer__socials a:hover {
    color: #c3292f;
}

.amar-footer__copy {
    font-family: 'Public Sans', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: rgba(73, 38, 34, 0.5);
    margin: 0;
}

@media (max-width: 768px) {
    .amar-footer {
        padding: 40px 16px;
    }

    .amar-footer__logo-svg {
        width: 40vw;
    }
}
