/* Meet & Greet – Footer (colors: mgh-theme-colors.css) */

footer,
section#footer.apb-footer,
section#footer.mgh-footer,
.apb-footer-bar {
    background: var(--mgh-footer-bg) !important;
}

section#footer.apb-footer,
section#footer.mgh-footer {
    padding: 48px 0 36px;
    color: #fff;
}

.apb-footer-col {
    margin-bottom: 28px;
}

.apb-footer-col h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 18px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.apb-footer-logo-link {
    display: inline-block;
    margin-bottom: 18px;
}

.apb-footer-brand .footer_logo {
    max-width: 240px;
    width: 100%;
    height: auto;
    display: block;
}

.apb-footer-brand p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 18px;
}

.apb-footer-email {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    word-break: break-word;
}

.apb-footer-email:hover,
.apb-footer-email:focus {
    color: #fff;
    opacity: 0.85;
    text-decoration: none;
}

.apb-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.apb-footer-links li {
    margin-bottom: 10px;
}

.apb-footer-links a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    text-decoration: none;
}

.apb-footer-links a:hover,
.apb-footer-links a:focus {
    color: #fff;
    text-decoration: underline;
}

.apb-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
    list-style: none;
    padding: 0;
}

.apb-footer-social a,
.apb-footer-social .apb-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--mgh-green);
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    transition: opacity 0.2s;
}

.apb-footer-social a:hover {
    opacity: 0.88;
    color: #fff;
}

.apb-footer-payments {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.apb-footer-payments img {
    height: 28px;
    width: auto;
    background: #fff;
    border-radius: 4px;
    padding: 4px 6px;
}

.apb-footer-bar {
    background: var(--mgh-footer-bar) !important;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.apb-footer-bar-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.apb-footer-bar p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    margin: 0;
}

.apb-footer-address {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    margin: 0;
}

.apb-footer-address i {
    margin-top: 2px;
    color: var(--mgh-green);
}

@media (max-width: 767px) {
    .apb-footer-bar-inner {
        flex-direction: column;
        text-align: center;
    }

    .apb-footer-address {
        justify-content: center;
    }
}
