/* Global / Generic Footer Styles */

.footer {
    width: 100%;
    padding: 0;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0px;
    z-index: 99;
    pointer-events: none;
}

.footer .btn-realm-wide {
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* IDs */
#footer-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: auto;
    z-index: 99;
    margin: 0;
    padding: 0;
}

#footer-content-wrapper {
    width: 100%;
    margin: 0 35px;
    padding-top: 12px;
}

@media (max-width: 1300px) {

    .footer {
        font-size: 0.6rem;
        line-height: 1;
        text-align: center;
        z-index: 99;
    }
}

@media (max-width: 992px) {

    .footer .btn-realm-wide {
        max-width: 200px;
    }
}

/* Footer Groups Layout */
.footer-left-group,
.footer-right-group {
    z-index: 102;
    /* Ensure above border */
    gap: 0;
    pointer-events: auto;
}

.footer-left-group {
    position: relative;
    overflow: visible;
    border-radius: 6px;
}

#footer-map {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    height: 200px;
    border: 0;
    border-radius: 6px 6px 0 0;
    z-index: 0;
}

.footer-left-group>div {
    position: relative;
    z-index: 1;
}

.footer-socials a {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 20px;
}

.footer-socials a i {
    font-size: 4rem;
}

.footer-socials a:hover,
.footer-left-group a:hover {
    filter: brightness(1.2);
    transition: filter 0.2s ease, transform 0.2s ease;
}