.page-footer .footer-middle {
    background:
        radial-gradient(circle at 86% 28%, rgba(18, 61, 112, .95) 0, rgba(9, 25, 45, .92) 34%, rgba(3, 8, 14, .98) 72%),
        linear-gradient(90deg, #040608 0%, #061322 48%, #0b2c57 100%) !important;
    border-top: 2px solid #ffc64d !important;
    padding: 58px 0 34px !important;
    color: #fff !important;
}

.page-footer .footer-middle .container {
    max-width: 1280px !important;
}

.ucdg-footer-clean,
.ucdg-footer-clean * {
    box-sizing: border-box;
}

.ucdg-footer-clean {
    color: #fff;
    font-size: 14px;
    line-height: 1.65;
}

.ucdg-footer-grid {
    display: grid;
    grid-template-columns: 1.45fr .8fr .85fr 1fr 1.05fr;
    gap: 42px;
    align-items: start;
}

.ucdg-footer-clean h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 800;
}

.ucdg-footer-clean h4 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ucdg-footer-clean p {
    margin: 0 0 12px;
    color: rgba(255,255,255,.78);
}

.ucdg-footer-clean a {
    display: block;
    margin: 0 0 8px;
    color: rgba(255,255,255,.9);
    text-decoration: none;
    font-weight: 650;
}

.ucdg-footer-clean a:hover {
    color: #ffc64d;
}

.ucdg-footer-clean strong,
.ucdg-footer-label {
    color: #ffc64d;
    font-weight: 900;
}

.ucdg-footer-company {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.1);
}

.ucdg-footer-company div,
.ucdg-footer-contact div {
    margin-bottom: 9px;
    color: rgba(255,255,255,.82);
}

.ucdg-footer-mapbox {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 180px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.06);
}

.ucdg-footer-mapbox iframe {
    display: block;
    width: 100%;
    height: 180px;
    border: 0;
    filter: saturate(.9);
}

.ucdg-footer-pin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 2;
    font-size: 28px;
    pointer-events: none;
}

.ucdg-footer-copy {
    margin-top: 44px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.7);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.ucdg-footer-copy span {
    color: rgba(255,255,255,.85);
}

@media (max-width: 991px) {
    .ucdg-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ucdg-footer-location {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575px) {
    .ucdg-footer-grid {
        grid-template-columns: 1fr;
    }

    .page-footer .footer-middle {
        padding: 42px 0 28px !important;
    }
}
