﻿
.full-cta {
    position: relative;
    width: 100%;
    min-height: 240px;
    z-index: 1;
    margin-top: 30px;
}

    .full-cta::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -50vw;
        right: -50vw;
        background: url('../images/incnow_footer.png') no-repeat center bottom;
        /*background-size: cover;*/
        z-index: 1;
    }

.footer {
    padding: 60px 60px;
    background-color: #ffffff;
    border-top: 1px solid #E6E6E6;
    font-family: 'aeonik-regular', sans-serif;
}

.footer p{
    margin-top: 20px;
}

.footer_container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
}

.footer-layout {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.footer-col-left {
    flex: 0 0 35%;
    min-width: 300px;
}

.footer-col-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    margin-left: 60px;
}

.footer-stacked-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-weight: 500;
    line-height: 1.5
}

.footer-stacked-nav a {
    color: black!important;
}


.footer-stacked-nav a:hover {
    text-decoration: underline;
    color: var(--main-blue-color) !important;
}

    .footer-stacked-nav ul {
        list-style: none;
        width: 100%;
        max-width: 350px;
        margin-bottom: 35px;
        border-bottom: 1px solid #E6E6E6;
        padding: 0px;
    }

    .footer-stacked-nav > div > ul > li,
    .footer-stacked-nav > ul > li {
        padding-bottom: 4px;
    }

        .footer-stacked-nav > ul > li a {
            /*font-family: 'FKGrotesk';*/
        }

        .footer-stacked-nav > ul > li:last-child {
            padding-bottom: 20px;
        }

.footer-layout h4 {
    margin-bottom: 10px;
    line-height: 2;
    font-size: 23px;
    font-weight: 700;
    font-family: 'aeonik-regular' !important;
}

.footer-stacked-nav .menu > li:last-child {
    border-bottom: none;
}

.footer-stacked-nav .menu > li > a {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    text-decoration: none;
    color: var(--secondary-black-color);
}

    .footer-stacked-nav .menu > li > a:hover {
        color: #000;
    }

.footer-stacked-nav .menu > li > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-stacked-nav .menu > li > ul > li > a {
        font-size: 16px;
        color: black !important;
        text-decoration: none;
        line-height: 1.4;
        font-weight: normal;
    }

        .footer-stacked-nav .menu > li > ul > li > a:hover {
            color: #0E61FE;
            text-decoration: underline;
        }

.footer-address-block p {
    font-size: 14px;
    color: #161616;
    margin-bottom: 10px;
    line-height: 16px;
}

.disclaimer-text {
    font-size: 12px;
    color: #666;
    margin-top: 15px;
    max-width: 500px;
}

.contact-info a {
    color: var(--secondary-black-color);

}

.contact-info a:hover {
    color: var(--main-blue-color) !important;
}

.footer-legal-links {
    margin: 20px 0;
    font-size: 14px;
/*    font-family: 'FKGrotesk';*/
}

    .footer-legal-links a {
        margin: 0 5px;
        color: var(--secondary-black-color);
    }

        .footer-legal-links a:hover {
            text-decoration: underline;
            color: var(--main-blue-color) !important;
        }

.footer-logos-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}

    .footer-logos-row img {
        max-height: 100px;
        max-width: 100px;
    }

.footer-badge-bcorp {
    height: 60px;
    width: auto;
}

.footer-badge-bbb {
    height: 45px;
    width: auto;
}

.footer-social-icons {
    display: flex;
    gap: 15px;
}

    .footer-social-icons a i {
        font-size: 30px;
        color: #676C6F;
    }

    .footer-social-icons a:hover i {
        color: #000;
    }

/* --- Tablet Responsiveness --- */
@media (max-width: 1024px) {
    .footer-layout {
        flex-wrap: wrap;
        gap: 40px;
    }

    .footer-col-left {
        flex: 1 1 40%;
        min-width: 250px;
    }

    .footer-col-center {
        flex: 1 1 40%;
    }

    .footer-col-right {
        flex: 1 1 100%;
        margin-left: 0;
        padding-top: 20px;
    }
}

/* --- Mobile Responsiveness  --- */
@media (max-width: 768px) {
    .footer-layout {
        flex-direction: column;
        gap: 30px;
    }

    .footer-col-right {
        padding-left: 0px;
        margin-left: 0px;
        padding-top: 0px;
    }

    .footer-col-center {
        padding: 0px;
    }

    .footer {
        padding: 40px 20px;
    }
}
