﻿.acg-footer-page * {
    box-sizing: border-box;
}

.acg-footer-page {
    margin: 0;
    font-family: "Urbanist", Arial, sans-serif;
    background: #ffffff;
}

.acg-footer {
    background: #111315;
    color: #f7f7f7;
    padding: 10px 0 0px;
    letter-spacing: 0.2px;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}

    .acg-footer a {
        color: #ffffffde;
        text-decoration: none;
        transition: color 0.2s ease;
    }

.ineer-container.text-left {
    padding-left: 90px;
}

.acg-footer a:hover, .acg-footer a:focus {
    color: #ffffff;
}

.footer-logo {
    width: 130px;
    margin-bottom: 18px;
}

.footer-section h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #f7f7f7;
}

.footer-section ul {
    padding-left: 0;
    list-style: none;
}

    .footer-section ul li {
        margin-bottom: 9px;
        font-size: 16px;
        color: #bfc1c5;
    }

        .footer-section ul li a {
            color: #ffffffde;
        }

.footer-address {
    font-size: 16px;
    color: #bfc1c5;
    line-height: 1.8;
    margin-bottom: 10px;
    padding-top: 10px;
}

.footer-address-link {
    color: #bfc1c5;
    display: inline-block;
    margin-bottom: 18px;
}

.footer-contact a {
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 400;
    color: #ffffffde;
}

.footer-contact .footer-email {
    color: #ffffffde;
}

.footer-social-icons a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1.5px solid #f7f7f7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    color: #f7f7f7;
    font-size: 14px;
    transition: background 0.2s ease, color 0.2s ease;
}

    .footer-social-icons a:last-child {
        margin-right: 0;
    }

    .footer-social-icons a:hover {
        background: #f7f7f7;
        color: #111315;
    }

.btn-footer {
    border: 1.7px solid #2a9df4;
    border-radius: 999px;
    padding: 8px 28px;
    font-size: 16px;
    font-weight: 600;
    color: #1F9AD6 !important;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

    .btn-footer:hover {
        background: #2a9df4;
        color: #0c1219 !important;
    }

.footer-cta {
    margin-top: 16px;
    padding-right: 30px;
}

.footer-bottom {
    border-top: 1px solid rgb(255 255 255 / 56%);
    padding-top: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-copy {
    font-size: 16px;
    color: #ffffffde;
    padding-top: 10px;
    display: flex;
    justify-content: flex-end;
    padding-right: 12px;
}

.footer-desktop {
    display: none;
}

.footer-bottom-desktop {
    display: none;
}

.footer-mobile {
    display: block;
    max-width: 420px;
    margin: 28px auto 0;
    padding: 36px 24px 22px;
    text-align: center;
    background: #0f1113;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
}

    .footer-mobile .footer-logo {
        width: 160px;
        margin: 0 auto 26px;
    }

    .footer-mobile .footer-contact {
        font-weight: 500;
        line-height: 1.6;
        text-align: center;
    }

        .footer-mobile .footer-contact a {
            font-size: 16px;
            font-weight: 500;
            color: #ffffff;
            margin-bottom: 8px;
        }

    .footer-mobile .footer-address {
        font-size: 15px;
        line-height: 1.8;
        color: #ffffff;
        margin: 18px 0 22px;
    }

        .footer-mobile .footer-address span {
            display: block;
        }

    .footer-mobile .footer-mobile-social {
        display: flex;
        justify-content: center;
        gap: 16px;
        margin-bottom: 26px;
    }

        .footer-mobile .footer-mobile-social a {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            border: 1px solid #f7f7f7;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #f7f7f7;
            font-size: 18px;
        }

    .footer-mobile .footer-cta a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 160px;
        margin: 0 auto;
        padding: 10px 0;
        border-radius: 999px;
        border: 1.7px solid #0d8de0;
        color: #f7f7f7;
        font-weight: 600;
    }

    .footer-mobile .footer-divider {
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.18);
        margin: 28px 0 16px;
    }

    .footer-mobile .footer-nav {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        border-top: 1px solid rgb(255 255 255);
        border-bottom: 1px solid rgb(255 255 255);
    }

        .footer-mobile .footer-nav a {
            padding: 14px 0;
            font-size: 16px;
            font-weight: 500;
            color: #f7f7f7;
            border-right: 1px solid rgb(255 255 255);
        }

            .footer-mobile .footer-nav a:last-child {
                border-right: none;
            }

.footer-social-icons a:hover {
    background: #f7f7f7 !important;
    color: #111315 !important;
}

@media(max-width:1199px) {
    .outerleft {
        padding-left: 9%;
    }

    .btn-footer {
        font-size: 12px;
        padding: 8px 25px;
    }
}

@media(min-width:1199px) {
    .footer-cta {
        margin-top: 16px;
        margin-left: 16%;
    }
}

@media (max-width: 991px) {
    .ineer-container.text-left {
        padding-left: 5px;
    }

    .footer-cta {
        margin-top: 16px;
        padding-right: 19px;
    }
}

@media (min-width: 768px) {
    .footer-desktop {
        display: block;
        padding-top: 2%;
        padding-bottom: 35px;
    }

    .footer-bottom-desktop {
        display: block;
        padding-top: 15px;
        padding-bottom: 35px;
        width: 81%;
    }

    .footer-mobile {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-logo {
        width: 110px;
        margin-bottom: 18px;
    }

    .ineer-container.text-left {
        padding-left: 20px;
    }

    .footer-address {
        font-size: 12px;
    }

    .footer-contact a {
        font-size: 12px;
    }

    .footer-bottom-desktop {
        width: 98%;
    }

    .btn-footer {
        padding: 8px 20px;
        font-size: 13px;
    }

    .footer-section h5 {
        font-size: 15px;
    }

    .footer-section ul li a {
        font-size: 12px;
    }

    .footer-copy {
        font-size: 13px;
        padding-top: 0px;
    }

    .footer-social-icons a:hover {
        background: #f7f7f7 !important;
        color: #111315 !important;
    }

    .outerleft {
        padding-left: 17%;
    }
}

@media (max-width: 767px) {
    .footer-cta {
        margin-top: 16px;
        padding-right: 0px;
    }

    .footer-desktop {
        display: none;
    }

    .footer-bottom-desktop {
        display: none;
    }

    .footer-bottom {
        justify-content: center;
    }

    .footer-social-icons a {
        margin-right: 10px;
    }

    .footer-cta {
        text-align: center;
    }

    .acg-footer-container {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .footer-mobile {
        padding: 0px 0px 22px;
        max-width: 100% !important;
    }

        .footer-mobile .footer-divider {
            height: 0px;
        }

    .footer-copy {
        padding-top: 28px;
        font-size: 18px;
        color: #ffffff;
        display: flex;
        justify-content: center;
    }

    .footer-mobile .footer-contact a {
        font-size: 16px;
        margin-bottom: 3px;
    }

    .footer-mobile .footer-address {
        font-size: 16px;
        margin: 8px 0 22px;
    }

    .footer-mobile .footer-cta a {
        font-size: 16px;
    }

    .footer-social-icons a:hover {
        background: #f7f7f7;
        color: #111315;
    }

    .footer-mobile .footer-mobile-social a {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 1px solid #f7f7f7;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #f7f7f7;
        font-size: 16px;
    }
}

@media(max-width:300px) {
    .footer-mobile .footer-logo {
        width: 129px;
    }

    .footer-mobile .footer-contact a {
        font-size: 12px;
    }

    .footer-mobile .footer-address {
        font-size: 12px;
        margin: 0px 0 18px;
    }

    .footer-mobile .footer-cta a {
        font-size: 13px;
    }

    .footer-mobile .footer-cta a {
        width: 160px;
    }

    .footer-mobile .footer-nav a {
        font-size: 12px;
    }

    .footer-copy {
        font-size: 12px;
    }
}

@media(min-width:1199px) and (max-width:2500px) {
    .footer-cta {
        margin-top: 16px;
        margin-left: 16% !important;
    }

    .outerleft {
        padding-left: 7%;
    }

    .agentport {
        padding-right: 0%;
        position: relative;
        left: 9px;
    }

    .footer-bottom-desktop {
        width: 80%;
    }

    .btn-footer {
        padding: 8px 25px;
        font-size: 14px;
    }
}

@media(min-width:2500px) and (max-width:5500px) {
    .footer-cta {
        margin-top: 16px;
        margin-left: 45% !important;
    }

    .agentport {
        padding-right: 0%;
        position: relative;
        left: -121px;
    }

    .footer-bottom-desktop {
        width: 77%;
    }
}

.maincontaineouter {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.footer-address-link {
    text-align: justify;
}

.footer-contact {
    text-align: justify;
}

.ineer-container.text-left {
    padding-left: 0;
}

.outerleft {
    padding-left: 13%;
}

.agentport {
    padding-right: 10%;
}
