/* Shared site footer - REALTA SOFT LTD */

body .site-footer {
    background: #fff;
    padding: 56px 0 0;
    border-top: 1px solid rgba(11, 35, 65, 0.08);
}

body .site-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

body .site-footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
    gap: 40px;
    padding-bottom: 40px;
}

body .site-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body .site-footer-logo {
    display: block;
}

body .site-footer-logo img {
    height: 69px;
    width: 252px;
    object-fit: contain;
}

body .site-footer-brand-text {
    display: flex;
    flex-direction: column;
    gap: 0;
    line-height: 1.2;
}

body .site-footer-brand-title {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #0B2341;
    letter-spacing: 0.02em;
}

body .site-footer-brand-sub {
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #0B2341;
    letter-spacing: 0.08em;
}

body .site-footer-heading {
    font-family: 'Outfit';
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0;
    color: #0D0100;
    margin-bottom: 16px;
    
    vertical-align: middle;
}

body .site-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

body .site-footer-links li {
    margin-bottom: 10px;
}

body .site-footer-links a {
    font-family: 'Outfit';
    font-size: 16px;
    font-weight: 400;
    color: #524E4E;
    text-decoration: none;
    line-height: 27.2px;
    letter-spacing: 0%;
    font-style: normal;
    vertical-align: middle;
}

body .site-footer-links a:hover {
    color: #00A995;
}

body .site-footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

body .site-footer-contact-list li {
    font-family: 'Outfit';
    font-size: 16px;
    font-weight: 400;
    color: #0B1220;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 27.2px;
    /* margin-bottom: 12px; */
    vertical-align: middle;
    letter-spacing: 0%;
    font-style: normal;
}

body .site-footer-contact-list a {
    color: inherit;
    text-decoration: none;
}

body .site-footer-contact-list a:hover {
    color: #00A995;
}

body .site-footer-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    color: #0B2341;
}

body .site-footer-icon svg,
body .site-footer-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body .site-footer-bottom {
    border-top: 1px solid rgba(11, 35, 65, 0.1);
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    font-family: 'Outfit';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0%;
    line-height: 27.2px;
    color: #524E4E;
    margin-top: 25px;
}

body .site-footer-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

body .site-footer-social a {
    color: inherit;
    text-decoration: none;
}

body .site-footer-social a:hover {
    color: #00A995;
}

body .site-footer-social-arrow {
    display: block;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

@media (max-width: 900px) {
    body .site-footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    body .site-footer-grid {
        grid-template-columns: 1fr;
    }
    body .site-footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}
