footer.main-footer {
    background-color: #f5f2f2;
    color: #1f2538;
}

.meet-wrapper {
    background-color: #fff;
}

footer.main-footer a,
footer.main-footer .footer-top .heading,
footer.main-footer .footer-top .menu-wrap .menu li a,
footer.main-footer .footer-top .contacts-wrap .socials ul a,
footer.main-footer .footer-top .footer-partners .heading,
footer.main-footer .footer-bottom .copyrights {
    color: #1f2538;
}

footer.main-footer .footer-top .contacts-wrap .socials ul a i.fa-phone-alt,
footer.main-footer .footer-top .contacts-wrap .socials ul a i.fa-mobile-alt {
    color: #28a745 !important;
}

footer.main-footer .footer-top .contacts-wrap .socials ul a i.fa-at {
    color: #d44638 !important;
}

footer.main-footer .footer-top .contacts-wrap .socials ul a i.fa-facebook-f {
    color: #1877f2 !important;
}

footer.main-footer .footer-top .contacts-wrap .socials ul a i.fa-instagram {
    color: #e4405f !important;
}

footer.main-footer .footer-top .contacts-wrap .socials ul a i.fa-youtube {
    color: #ff0000 !important;
}

footer.main-footer .footer-top .contacts-wrap .socials ul a i.fa-whatsapp {
    color: #25d366 !important;
}

/* Light-blue right-side utility buttons; keep WhatsApp green. */
.floating-action-wrap .floating-action .inner-wrap #trigger,
.back-to-top {
    background-color: #2ca6cf !important;
}

/* Keep Search and Email directly above the WhatsApp / back-to-top controls. */
.floating-action-wrap {
    top: auto !important;
    bottom: 180px;
}

footer.main-footer .footer-top .contacts-wrap .socials ul a i.fa-viber {
    color: #7360f2 !important;
}

footer.main-footer .footer-top .contacts-wrap .socials ul a i.fa-x-twitter {
    color: #000 !important;
}

footer.main-footer .footer-bottom {
    position: relative;
    background-color: #fff;
    border-top-color: #ded8d8;
    z-index: 1;
}

footer.main-footer .footer-bottom::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: -1;
}

footer.main-footer .footer-bottom .maya-wrapper {
    color: #4a5164;
}

footer.main-footer .footer-bottom .maya-wrapper span {
    color: #1f2538;
}

footer.main-footer .footer-bottom .maya-wrapper span span {
    color: #b35d00;
}

footer.main-footer .footer-top .details-wrap .location-map {
    width: calc(100% + 120px);
    margin-left: -120px;
}

footer.main-footer .footer-top .details-wrap .location-map iframe {
    display: block;
    width: 100%;
    height: 240px;
    max-height: 240px;
}

@media (max-width: 992px) {
    footer.main-footer .footer-top .details-wrap .location-map {
        width: 100%;
        margin: 0 auto;
    }
}

footer.main-footer .footer-top .footer-partners.footer-partners-centered {
    margin-top: 15px;
    padding-bottom: 25px;
    text-align: center;
}

footer.main-footer .footer-top .footer-partners.footer-partners-centered .partners-wrapper {
    justify-content: center;
}

footer.main-footer .footer-top .card-types-wrap .card-types-items {
    flex-wrap: wrap;
}

footer.main-footer .footer-top .card-types-wrap .card-types-items + .heading {
    margin-top: 10px;
    margin-bottom: 0;
}

footer.main-footer .footer-top .card-types-wrap {
    margin-top: 35px;
}

footer.main-footer .footer-top .menu-wrap .footer-menu-logo {
    margin-bottom: 18px;
}

footer.main-footer .footer-top .menu-wrap .footer-menu-logo a {
    display: block;
}

footer.main-footer .footer-top .menu-wrap .footer-menu-logo img {
    max-width: 180px;
    height: auto;
}
