/* Shared site footer - REALTA SOFT LTD */

body .site-footer {
    background: #fff;
    padding: 56px 0 0;
}

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

body .site-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, fit-content(279px));
    gap: 75px;
    padding-bottom: 40px;
}

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

body .site-footer-tagline {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0D0100;
    margin-top: 40px;
    max-width: 330px;
}

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 7% 0 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;
    margin-top: 15px;    
}

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: 30px;
    height: 30px;
    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);
    margin-top: 25px;
}

.footer-bottom-container {
    padding: 18px 20px;
    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;
}

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;
    }
}

/* Specific Mobile Overrides based on Figma */
@media (max-width: 767px) {
    body .site-footer {
        padding-top: 40px;
    }
    
    body .site-footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-bottom: 25px;
    }
    
    body .site-footer-logo img {
        width: 120px;
        height: 36px;
    }
    
    body .site-footer-tagline {
        font-family: 'Outfit';
        font-size: 16px;
        font-weight: 300;
        color: #0D0100;
        margin-top: 20px;
        max-width: 258px;
        line-height: 20px;
    }
    
    body .site-footer-heading {
        font-size: 20px;
        margin-bottom: 23px;
        line-height: 20px;
        font-family: 'Outfit';
    }
    
    body .site-footer-links li {
        margin-bottom: 22px;
    }
    
    body .site-footer-links a {
        font-size: 16px;
        line-height: 16px;
        color: #524E4E;
        font-weight: 400;
        font-family: 'Outfit';
    }
    
    body .site-footer-contact-list {
        padding-right: 0;
    }
    
    body .site-footer-contact-list li {
        font-size: 16px;
        line-height: 22px;
        gap: 10px;
        margin-top: 18px;
        color: #524E4E;
        font-family: 'Outfit';
        align-items: center;
    }
    
    body .site-footer-icon {
        width: 30px;
        height: 30px;
    }
    
    body .site-footer-bottom {
        border-top: 1px solid #FBEAEA;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 20px 0;
        gap: 12px;
        margin-top: 5px;
    }
    
    body .site-footer-social {
        justify-content: center;
        gap: 8px;
        margin-bottom: 0;
    }
    
    body .site-footer-social a, body .footer-divider {
        font-size: 16px;
        color: #524E4E;
        line-height: 28px;
        font-weight: 400;
        font-family: 'Outfit';
    }
    
    body .site-footer-copy {
       font-size: 16px;
        color: #524E4E;
        text-align: center;
        line-height: 28px;
        font-weight: 300;
        font-family: 'Outfit';
    }

    .footer-bottom-container {
        flex-direction: column;
        justify-content: center;
    }
}
