/*------------------------------------*\
    
    Page Footer CSS

    Page footer...........The main page footer.

\*------------------------------------*/

.page-footer {
    margin-top: auto; /* used to affix footer at bottom of page */
    background-color: #203864;
    padding: 64px 0;
}

.page-footer ul,
.page-footer ul li {
    margin: 0;
    padding: 0;
    color: var(--color-white);
}

.page-footer ul li::before {
    display: none;
}

.page-footer h3 {
    font-size: 18px;
    letter-spacing: 0.9px;
    margin-bottom: 32px;
    font-weight: 700;
    color: #eaf8fc;
    display: block;
    border-bottom: 2px solid #93d500;
    text-transform: uppercase;
    padding: 0 0 11px;
}

.footer-logo p {
    color: var(--color-white);
    font-size: 15px;
}

.footer-logo p:first-of-type {
    padding: 0;
}

.footer-logo-wrap {
    background: transparent;
    display: inline-block;
    border: none;
    margin-bottom: 16px;
}

.footer-trust-logos {
    display: inline;
    margin-top: 30px;
    max-height: 100px;
}

.footer-trust-logos img {
    width: 100px;
    height: auto;
        margin-right: 10px;
    margin-bottom: 10px;
}

.social-icons {
    display: flex;
    flex-wrap: wrap;
}

.social-icons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    border: none;
    text-decoration: none;
    font-size: 33px;
    margin-right: 16px;
    border-radius: 50%;
    height: 54px;
    background-color: var(--color-tertiary);
    color: var(--color-link-text);
}

.footer-link,
.contact-information {
    margin-top: 56px;
}

.contact-information ul li a {
    color: var(--color-white);
    font-size: 16px;
    position: relative;
    padding: 2px 0 2px 44px;
    text-decoration: none;
    display: flex;
    align-items: center;
}
/* 
.contact-information ul li a::before {
    content: '\e90d';
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    left: 0;
    width: 32px;
    height: 32px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #203864;
    background-color: #81CFE9;
    border-radius: 50%;
    transform: translate(0% , -50%);
    transition: all 0.3s ease-in-out;
} */

.contact-information ul li a span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 32px;
    height: 32px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #203864;
    background-color: #81cfe9;
    border-radius: 50%;
    transform: translate(0%, -50%);
    transition: all 0.3s ease-in-out;
}

/* .contact-information ul li a::after {
    content: '\e915';
    font-family: 'icomoon';
    color: var(--color-white);
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: -36px;
    transform: translate(0% , -50%);
    transition: all 0.3s ease-in-out;
} */

.contact-info-right-arrow {
    padding-left: 12px;
}
.contact-btn {
    margin-top: 32px;
}

.contact-btn .btn {
    font-size: 16px;
    margin: 0 0 32px;
    padding: 10px 24px;
    display: block;
}

.contact-btn .btn:last-child {
    margin: 0 0 0;
}

.footer-link ul li a {
    display: inline-block;
    color: var(--color-white);
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 7px;
}

.footer-link ul li:last-child a {
    margin-bottom: 0;
}

.footer-top {
    padding-bottom: 64px;
}

.footer-bottom {
    border-top: 2px solid #25457e;
    padding: 33px 0 0;
}

.footer-bottom ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.footer-bottom ul li,
.footer-bottom ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #eaf8fc;
    line-height: 1.71em;
    text-decoration: none;
}

@media (max-width: 767px) {
    .footer-bottom ul li a {
        font-size: 13px;
    }
}

.footer-bottom ul li {
    margin: 7px 11px 0;
    position: relative;
}

.footer-bottom ul li::after {
    content: " / ";
    position: absolute;
    right: -14px;
    color: #93d500;
    font-size: 14px;
    top: 2px;
    font-weight: 700;
}

.back-to-top {
    margin-top: 32px;
}

.back-to-top a {
    color: #81cfe9;
    font-size: 18px;
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: max-content;
    margin: 0 auto;
}

.back-to-top a::after {
    content: "\e900";
    font-family: "icomoon";
    margin-left: 12px;
    font-size: 20px;
}

@media (min-width: 768px) {
    .page-footer {
        padding: 0px 0;
    }

    .footer-top {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 88px 0;
    }

    .footer-logo,
    .contact-information,
    .footer-link {
        width: 48%;
    }

    .contact-information {
        margin: 0 0 0 0;
    }

    .footer-bottom {
        padding: 33px 15px 40px;
    }

    .footer-bottom ul li:nth-child(7)::after,
    .footer-bottom ul li:nth-child(2)::after {
        display: block;
    }

    .footer-bottom ul li {
        margin: 12px 11px 0;
    }

    .back-to-top {
        margin-top: 15px;
    }
}

@media (min-width: 1200px) {
    .footer-link {
        width: 200px;
        margin: 0;
    }

    .contact-information {
        width: 295px;
        margin: 0;
    }

    .footer-link:last-child {
        margin-left: 0px;
    }

    .footer-top {
        justify-content: space-between;
    }

    .footer-top {
        padding: 122px 0;
    }

    .back-to-top a {
        margin: 60px 0 0;
    }

    .footer-bottom ul li {
        margin: 0 11px 0;
    }

    .footer-bottom {
        padding: 40px 0;
    }

    .social-icons li a:hover {
        background-color: #93d500;
        color: #203864;
    }

    .back-to-top a:hover,
    .footer-bottom ul li a:hover,
    .footer-link ul li a:hover,
    .contact-information ul li a:hover {
        color: #93d500;
    }

    .contact-information ul li a:hover::after {
        color: #93d500;
    }

    .contact-information ul li a:hover::before {
        background-color: #93d500;
        color: var(--color-white);
    }

    .footer-bottom ul li:nth-child(4)::after {
        display: block;
    }

    .footer-logo {
        width: 345px;
    }
}

@media (min-width: 1366px) {
    .footer-top {
        justify-content: unset;
    }

    .contact-information {
        width: 280px;
        margin-left: 145px;
    }

    .footer-link:last-child,
    .footer-link {
        width: 230px;
        margin-left: 45px;
    }
}

.footer-bottom ul li:last-child:after {
    display: none;
}
