.elementor-location-footer,
#colophon,
footer.site-footer,
#footer-section {
    display: none !important;
}

.tupa-contil-footer,
.tupa-contil-footer * {
    box-sizing: border-box;
}

.tupa-contil-footer {
    --bg: #163860;
    --bg-2: #1c4674;
    --bg-3: #102b49;
    --line: rgba(255, 255, 255, .10);
    --text: #edf4ff;
    --muted: #c4d7ee;
    --accent: #4fa2ff;
    --shadow: 0 18px 48px rgba(7, 22, 42, .18);
    clear: both;
    display: block;
    position: relative;
    z-index: 100;
    width: 100vw;
    max-width: 100vw;
    margin-inline: calc(50% - 50vw);
    background: linear-gradient(180deg, var(--bg) 0%, var(--bg-3) 100%);
    color: var(--text);
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.tupa-contil-footer a {
    color: inherit;
    text-decoration: none;
}

.tupa-contil-footer img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.tupa-contil-footer .tcf-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding-inline: 24px;
}

.tupa-contil-footer .tcf-main {
    padding: 44px 0 30px;
    text-align: center;
}

.tupa-contil-footer .tcf-logo-link {
    display: inline-block;
    margin-bottom: 20px;
    line-height: 0;
}

.tupa-contil-footer .tcf-logo {
    width: 100%;
    max-width: 260px;
}

.tupa-contil-footer .tcf-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-bottom: 24px;
}

.tupa-contil-footer .tcf-footer-links a {
    color: var(--muted);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: color .2s ease;
}

.tupa-contil-footer .tcf-footer-links a:hover,
.tupa-contil-footer .tcf-footer-links a:focus-visible {
    color: #fff;
}

.tupa-contil-footer .tcf-divider {
    width: 100%;
    height: 1px;
    margin: 0 0 22px;
    background: var(--line);
}

.tupa-contil-footer .tcf-copy {
    display: block;
    margin: 0 auto 22px;
    color: var(--muted);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
}

.tupa-contil-footer .tcf-socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.tupa-contil-footer .tcf-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 12px;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.tupa-contil-footer .tcf-social:hover,
.tupa-contil-footer .tcf-social:focus-visible {
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .18);
    outline: 2px solid rgba(255, 255, 255, .7);
    outline-offset: 3px;
    transform: translateY(-2px);
}

.tupa-contil-footer .tcf-social svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.tupa-contil-footer .tcf-bottom {
    background: rgba(0, 0, 0, .16);
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.tupa-contil-footer .tcf-bottom-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 82px;
    padding: 18px 0;
    text-align: center;
}

.tupa-contil-footer .tcf-dev-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.tupa-contil-footer .tcf-dev-link:focus-visible {
    outline: 2px solid rgba(255, 255, 255, .7);
    outline-offset: 5px;
    border-radius: 4px;
}

.tupa-contil-footer .tcf-dev-text {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
    white-space: nowrap;
}

.tupa-contil-footer .tcf-credit-logo {
    width: 100%;
    max-width: 135px;
    opacity: .98;
}

.tupa-contil-footer .screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 767px) {
    .tupa-contil-footer .tcf-container {
        padding-inline: 16px;
    }

    .tupa-contil-footer .tcf-main {
        padding: 34px 0 24px;
    }

    .tupa-contil-footer .tcf-logo {
        max-width: 215px;
    }

    .tupa-contil-footer .tcf-copy {
        font-size: 14px;
        line-height: 1.65;
    }

    .tupa-contil-footer .tcf-bottom-row {
        flex-direction: column;
    }

    .tupa-contil-footer .tcf-dev-link {
        flex-direction: column;
        gap: 8px;
    }

    .tupa-contil-footer .tcf-dev-text {
        white-space: normal;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tupa-contil-footer *,
    .tupa-contil-footer *::before,
    .tupa-contil-footer *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
