.nddf-footer {
    --nddf-navy: #17335E;
    --nddf-blue: #1E5BAA;
    font-family: Inter, system-ui, sans-serif;
    background: var(--nddf-navy);
    color: #fff;
}

.nddf-footer *,
.nddf-footer *::before,
.nddf-footer *::after {
    box-sizing: border-box;
}

.nddf-footer__inner {
    max-width: 80rem;
    margin: 0 auto;
    padding: 3rem 1rem;
}

@media (min-width: 640px) {
    .nddf-footer__inner {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .nddf-footer__inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.nddf-footer__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}

@media (min-width: 640px) {
    .nddf-footer__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .nddf-footer__grid {
        grid-template-columns: 2fr 1fr 1fr;
    }
}

.nddf-footer__brand {
    max-width: 28rem;
}

@media (min-width: 1024px) {
    .nddf-footer__brand {
        grid-column: span 1;
    }
}

.nddf-footer__logo,
.elementor .nddf-footer img.nddf-footer__logo {
    height: 32px !important;
    width: auto !important;
    max-width: 220px !important;
    max-height: 32px !important;
    object-fit: contain !important;
}

.nddf-footer__tagline {
    margin: 1rem 0 0;
    color: #bfdbfe;
    font-size: 0.875rem;
    line-height: 1.6;
    max-width: 20rem;
}

.nddf-footer__contact {
    margin: 1rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    color: #bfdbfe;
    font-size: 0.875rem;
    line-height: 1.6;
}

.nddf-footer__contact-link {
    color: #bfdbfe;
    text-decoration: none;
    transition: color 0.15s ease;
}

.nddf-footer__contact-link:hover {
    color: #fff;
}

.nddf-footer__social {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.nddf-footer__social-link {
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    background: rgb(255 255 255 / 0.1);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.15s ease;
}

.nddf-footer__social-link:hover {
    background: rgb(255 255 255 / 0.2);
}

.nddf-footer__heading {
    margin: 0 0 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #93c5fd;
}

.nddf-footer__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.nddf-footer__list a {
    color: #bfdbfe;
    font-size: 0.875rem;
    text-decoration: none;
    transition: color 0.15s ease;
}

.nddf-footer__list a:hover {
    color: #fff;
}

.nddf-footer__bottom {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgb(255 255 255 / 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.75rem;
    color: #93c5fd;
}

@media (min-width: 640px) {
    .nddf-footer__bottom {
        flex-direction: row;
        justify-content: space-between;
    }
}

.nddf-footer__bottom p {
    margin: 0;
}

.elementor-widget-container .nddf-footer {
    margin: 0;
}
