footer {
    background-color: var(--color-black);

    .footer-wrapper {
        justify-content: space-between;
        gap: 2rem;
        max-width: 1240px;
        margin: 0 auto;
        padding: 4rem 3rem 12rem 3rem;
        @media (min-width: 768px) {
            display: flex;
            padding: 4rem 1rem;
        }
        @media (min-width: 991px) {
            gap: 5rem;
        }
        .row-one {

            width: 100%;
            text-align: center;
            @media (min-width: 768px) {
                width: 50%;
                text-align: left;
            }
            .logo {
                height: 40px;
            }

            .social-icon-wrapper {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 16px;
                padding: 4rem 0;
                line-height: 1;
                @media (min-width: 768px) {
                    justify-content: start;
                    padding: 2rem 0;
                }
                img {
                    filter: brightness(0) invert(1);
                }

                img:hover {
                    filter: brightness(0) saturate(100%) invert(76%) sepia(93%) saturate(1139%) hue-rotate(148deg) brightness(101%) contrast(97%);
                }
                .tag {
                    width: 25px;
                    height: 25px;
                    @media (min-width: 768px) {
                        width: 16px;
                        height: 16px;
                    }
                }
            }

            .disclaimer-text-desktop {
                display: none;
                max-width: 500px;
                font-family: "Space Mono", sans-serif;
                font-size: 0.7rem;
                font-weight: 400;
                letter-spacing: 0.4px;
                line-height: 1.2;
                text-transform: uppercase;
                color: var(--color-white);
                white-space: pre-line;
                opacity: 0.75;
                @media (min-width: 768px) {
                    display: block;
                }
            }
        }

        .row-two {
            justify-content: space-between;
            width: 100%;
            @media (min-width: 768px) {
                display: flex;
            }
            @media (min-width: 1200px) {
                width: 50%;
            }
            .brxe-nav-menu {
                width: 100%;
                padding-bottom: 4rem;
                @media (min-width: 768px) {
                    width: 40%;
                    padding-bottom: 0rem;
                }
                ul {
                    display: flex;
                    flex-wrap: wrap;
                    gap: 16px;
                    font-family: var(--font-labels);
                    font-size: var(--text-pre-header);
                    color: var(--color-blue);
                    text-transform: uppercase;
                    letter-spacing: 1.2px;

                    li {
                        width: 100%;

                        .icon-right {
                            button {
                                display: none;
                            }
                        }

                        a {
                            &:hover {
                                color: var(--color-blue-two);
                                text-decoration: underline;
                            }
                        }

                        .sub-menu {
                            display: grid;
                            grid-template-columns: 1fr 1fr;
                            position: static !important;
                            background: none;
                            line-height: 1;
                            min-width: 0 !important;
                            width: auto !important;
                            opacity: 1 !important;
                            pointer-events: auto !important;
                            transform: none !important;
                            transition: none;
                            visibility: visible !important;
                            white-space: pre-line;
                            padding-top: 16px;
                            @media (min-width: 768px) {
                                display: flex;
                            }
                            .menu-item {
                                color: var(--color-white);
                                margin-bottom: 0;
                            }
                            a {
                                &:hover {
                                    color: var(--color-blue);
                                }
                            }
                        }
                    }
                }
            }

            .contact {
                display: flex;
                flex-wrap: wrap;
                width: 100%;
                justify-content: center;
                padding-bottom: 4rem;
                @media (min-width: 768px) {
                    display: block;
                    width: 50%;
                    padding-bottom: 0rem;
                }
                .decor {
                    position: absolute;
                    bottom: 0;
                    right: 0;
                }
                .icon-box {
                    position: relative;
                    align-items: center;
                    .icon {
                        width: 1.5rem;
                        height: 1.5rem;
                    }
                    h6 {
                        font-family: var(--font-labels);
                        font-size: var(--text-pre-header);
                        font-weight: 400;
                        text-transform: uppercase;
                        letter-spacing: 1.2px;
                    }
                    .decor {
                        opacity: 0.2;
                    }
                }
                .cta-box {
                    align-items: center;
                    color: var(--color-white);
                    font-size: var(--text-h5);
                    font-weight: 600;
                    line-height: 1.2;
                }
                .box {
                    display: flex;
                    gap: 0.5rem;
                }
                .phone-box {
                    position: relative;
                    width: 318px;
                    gap: 24px;
                    background: rgba(159, 5, 25, 0.10);
                    border: 1px solid rgba(255, 113, 108, 0.30);
                    margin-bottom: 1rem;
                    transition: 0.25s;
                    a {
                        display: block;
                        padding: 16px 6px 16px 6px;
                        @media (min-width: 991px) {
                            padding: 16px 0 16px 24px;
                        }
                        &:hover {
                            background: rgba(159, 5, 25, 0.10);
                            transition: 0.25s;
                        }
                    }
                    .decor {
                        opacity: 0.2;
                    }
                    .icon-box {
                        color: #FF716C;
                        padding-bottom: 0.2rem;
                    }
                    .brxe-text-link {
                        color: #FF716C;
                    }
                }
                .calendar-box {
                    position: relative;
                    width: 318px;
                    gap: 24px;
                    background: rgba(129, 236, 255, 0.10);
                    border: 1px solid rgba(129, 236, 255, 0.30);
                    a {
                        display: block;
                        padding: 16px 6px 16px 6px;
                        transition: 0.25s;
                        &:hover {
                            background: rgba(129, 236, 255, 0.1);
                            transition: 0.25s;
                        }
                        @media (min-width: 991px) {
                            padding: 16px 0 16px 24px;
                        }
                    }
                    .decor {
                        opacity: 0.1;
                    }
                    .icon-box {
                        color: #81ECFF;
                        padding-bottom: 0.2rem;
                    }
                    .highlight {
                        color: #81ECFF;
                    }
                }
            }
        }

        .disclaimer-text-mobile {
            font-family: "Space Mono", sans-serif;
            font-size: 0.7rem;
            font-weight: 400;
            letter-spacing: 0.4px;
            line-height: 1.2;
            text-transform: uppercase;
            color: var(--color-white);
            white-space: pre-line;
            opacity: 0.75;
            @media (min-width: 768px) {
                display: none;
            }
        }
    }
}
