/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
:root {
 --footer-background-color: #000000;
}

.footer-16 {
    background: var(--footer-background-color);
    color: var(--default-color);
    font-size: 15px;
    padding: 50px 12px 0px;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}

    .footer-16 .footer-main {
        margin-bottom: 1px;
    }

    .footer-16 .brand-section .logo {
        text-decoration: none;
    }

        .footer-16 .brand-section .logo .sitename {
            font-family: var(--heading-font);
            font-size: 32px;
            font-weight: 300;
            color: var(--heading-color);
            letter-spacing: -0.5px;
        }

    .footer-16 .brand-section .brand-description {
        font-size: 18px;
        line-height: 1.7;
        color: color-mix(in srgb, var(--default-color), transparent 25%);
        font-weight: 300;
        max-width: 380px;
        margin: 0;
    }

    .footer-16 .brand-section .contact-info .contact-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 16px;
        font-size: 15px;
        color: color-mix(in srgb, var(--default-color), transparent 20%);
    }

        .footer-16 .brand-section .contact-info .contact-item i {
            font-size: 16px;
            color: var(--accent-color);
            margin-right: 12px;
            margin-top: 3px;
            flex-shrink: 0;
        }

        .footer-16 .brand-section .contact-info .contact-item span {
            line-height: 1.6;
        }

    .footer-16 .footer-nav-wrapper {
        padding-left: 60px;
    }

@media (max-width: 991px) {
    .footer-16 .footer-nav-wrapper {
        padding-left: 0;
        margin-top: 50px;
    }
}

.footer-16 .nav-column {
    margin-bottom: 40px;
}

    .footer-16 .nav-column h6 {
        font-family: var(--heading-font);
        font-size: 18px;
        font-weight: 300;
        color: var(--accent-color-green);
        margin-bottom: 24px;
        letter-spacing: 0.3px;
    }

    .footer-16 .nav-column .footer-nav {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

        .footer-16 .nav-column .footer-nav a {
            color: var(--surface-color);
            text-decoration: none;
            font-size: 14px;
            font-weight: 300;
            transition: all 0.3s ease;
            line-height: 1.4;
            cursor: pointer;
        }

            .footer-16 .nav-column .footer-nav a:hover {
                color: var(--accent-color-purple);
                transform: translateX(4px);
            }

.footer-16 .footer-social {
    padding: 50px 0;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 94%);
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 94%);
}

    .footer-16 .footer-social .newsletter-section h5 {
        font-family: var(--heading-font);
        font-size: 20px;
        font-weight: 300;
        color: var(--heading-color);
        margin-bottom: 12px;
        letter-spacing: -0.2px;
    }

    .footer-16 .footer-social .newsletter-section p {
        font-size: 16px;
        color: color-mix(in srgb, var(--default-color), transparent 35%);
        margin: 0;
        line-height: 1.6;
        max-width: 340px;
    }

    .footer-16 .footer-social .social-section {
        display: flex;
        justify-content: flex-end;
    }

@media (max-width: 991px) {
    .footer-16 .footer-social .social-section {
        justify-content: flex-start;
        margin-top: 30px;
    }
}

.footer-16 .footer-social .social-links {
    display: flex;
    gap: 32px;
    align-items: center;
}

@media (max-width: 576px) {
    .footer-16 .footer-social .social-links {
        gap: 20px;
        flex-wrap: wrap;
    }
}

.footer-main .logo {
    text-decoration: none;
    margin-bottom: 10px;
}

.footer-main .logo-image {
    width: 50px;
    height: auto;
    object-fit: contain;
}

.footer-main .sitename {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
}

.social-links a {
    color: var(--surface-color);
    font-size: 18px;
    text-decoration: none;
    transition: color .2s ease;
}

.social-links a:hover {
    color: var(--accent-color-purple);
}

.social-links i {
    font-size: 28px;
}

.footer-16 .footer-social .social-links .social-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--surface-color);
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
}

    .footer-16 .footer-social .social-links .social-link i {
        font-size: 18px;
        transition: all 0.3s ease;
    }

    .footer-16 .footer-social .social-links .social-link span {
        transition: all 0.3s ease;
    }

    .footer-16 .footer-social .social-links .social-link:hover {
        color: var(--accent-color-purple);
        transform: translateY(-2px);
    }

        .footer-16 .footer-social .social-links .social-link:hover i {
            transform: scale(1.1);
        }

.footer-16 .footer-bottom {
    padding: 30px 0;
}

    .footer-16 .footer-bottom .copyright p {
        margin: 0;
        font-size: 14px;
        color: var(--surface-color);
        font-weight: 500;
    }

        .footer-16 .footer-bottom .copyright p .sitename {
            color: var(--accent-color-green);
            font-weight: 500;
        }

    .footer-16 .footer-bottom .legal-links {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 24px;
    }

@media (max-width: 991px) {
    .footer-16 .footer-bottom .legal-links {
        justify-content: flex-start;
        margin-top: 20px;
        flex-wrap: wrap;
    }
}

.footer-16 .footer-bottom .legal-links a {
    font-size: 13px;
    color: var(--surface-color);
    text-decoration: none;
    font-weight: 300;
    transition: color 0.3s ease;
}

    .footer-16 .footer-bottom .legal-links a:hover {
        color: var(--accent-color-purple);
        cursor: pointer;
    }

.footer-16 .footer-bottom .legal-links .credits {
    font-size: 12px;
    cocolor: var(--surface-color);
    margin-left: 8px;
    padding-left: 24px;
    border-left: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

@media (max-width: 576px) {
    .footer-16 .footer-bottom .legal-links .credits {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        width: 100%;
        margin-top: 12px;
    }
}

.footer-16 .footer-bottom .legal-links .credits a {
    color: var(--surface-color);
    font-size: 12px;
}

    .footer-16 .footer-bottom .legal-links .credits a:hover {
        text-decoration: underline;
    }

@media (max-width: 768px) {
    .footer-16 {
        padding: 70px 0 0;
    }

        .footer-16 .brand-section {
            text-align: center;
            margin-bottom: 50px;
        }

            .footer-16 .brand-section .brand-description {
                max-width: none;
            }

            .footer-16 .brand-section .contact-info {
                text-align: left;
                display: inline-block;
            }

        .footer-16 .footer-nav-wrapper .nav-column {
            text-align: left;
        }

            .footer-16 .footer-nav-wrapper .nav-column h6 {
                margin-bottom: 16px;
            }

            .footer-16 .footer-nav-wrapper .nav-column .footer-nav {
                gap: 10px;
            }

        .footer-16 .footer-social {
            text-align: center;
        }

            .footer-16 .footer-social .newsletter-section p {
                max-width: none;
            }

            .footer-16 .footer-social .social-links {
                justify-content: center;
            }

        .footer-16 .footer-bottom {
            text-align: center;
        }

            .footer-16 .footer-bottom .legal-links {
                justify-content: center;
            }
}