.page-footer {
    padding: 50px 0 0;
}

.footer-logo {
    width: 100%;
}

.footer-logo a {
    margin: 0 auto;
    display: table;
    max-width: 147px;
}

.footer-social ul,
.footer-social ul li {
    padding: 0;
    margin: 0;
}

.footer-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

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

.footer-social ul li a {
    width: 47px;
    height: 47px;
    background: linear-gradient(107.1deg, #71BFFF 4.02%, #0071CE 107.33%);
    text-decoration: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    -webkit-text-fill-color: unset;
}

.footer-logo-col {
    display: flex;
    gap: 35px 22px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.footer-flex {
    text-align: center;
    padding: 0 0 180px;
    position: relative;
}

.footer-flex h3 {
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(90deg, #0071CE 0%, #004883 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-info {
    margin: 35px 0 0;
}

.footer-info ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
    margin: 15px 0 0;
    padding: 0;
}

.footer-info ul li {
    font-weight: 700;
    color: #231F20;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

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

.footer-info ul li a {
    font-weight: 400;
    color: #231F20;
    -webkit-text-fill-color: unset;
    background: none;
    font-size: 18px;
    text-decoration: none;

    &.no-link {
        pointer-events: none;
    }
}

.footer-info ul li span {
    font-weight: 400;
}

.footer-info p {
    position: relative;
    padding: 0 0 0 24px;
    color: #231F20;
    font-size: 18px;
    font-weight: 600;
    width: max-content;
    margin: 0 auto 20px;
    line-height: 1.5em;
}

.footer-info p i {
    background: linear-gradient(90deg, #EC222E 0%, #AD0D15 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    position: absolute;
    left: -7px;
    top: 4px;
}

.footer-link {
    margin: 35px 0 0;
}

.footer-link ul,
.footer-link ul li {
    padding: 0;
    margin: 0;
}

.footer-link ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
}

.footer-link ul li {
    font-weight: 700;
    color: #231F20;
    font-size: 18px;
}

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

.footer-link ul li a {
    font-weight: 600;
    color: #231F20;
    -webkit-text-fill-color: unset;
    background: none;
    text-transform: capitalize;
    font-size: 18px;
    text-decoration: none;
}

.footer-bottom ul,
.footer-bottom ul li {
    padding: 0;
    margin: 0;
}

.footer-bottom ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 20px;
}

.footer-bottom ul li {
    font-weight: 400;
    color: #231F20;
    font-size: 14px;
}

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

.footer-bottom ul li a {
    font-weight: 400;
    color: #231F20;
    -webkit-text-fill-color: unset;
    background: none;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
}

.footer-bottom {
    margin: 35px 0 0;
}

.back-to-top {
    position: absolute;
    left: 50%;
    bottom: 98px;
    transform: translate(-50%, 0);
}

.back-to-top a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 25px;
    gap: 8px;
    width: 82px;
    text-decoration: none;
    height: 47px;
    border-radius: 8px;
    background: linear-gradient(90deg, #0071CE 0%, #004883 100%);
}

.back-to-top a:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #fff;
    border-radius: 6px;
}

.back-to-top a i {
    position: relative;
    z-index: 1;
    background: linear-gradient(90deg, #0071CE 0%, #004883 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(-90deg);
    font-size: 24px;
}

.footer-float-btn {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.footer-float-btn .btn {
    text-align: center;
    width: 100%;
    padding: 15px 20px 16px 20px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.footer-float-btn .btn::after {
    position: relative;
    right: 0;
    top: unset;
    transform: unset;
}

.footer-float-btn .btn::before {
    width: 34px;
    height: 37px;
}

.footer-bottom .footer-quick-links-copyright {
    margin-top: 10px;
}


@media(min-width: 768px) {
    .footer-logo a {
        max-width: 237px;
    }

    .footer-flex {
        text-align: left;
        padding: 0 0 157px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .footer-info ul {
        align-items: flex-start;
    }

    .footer-info p {
        margin: 0 0 20px;
    }

    .footer-link ul {
        align-items: flex-start;
        gap: 12px;
    }

    .footer-info {
        max-width: 314px;
    }

    .footer-link {
        width: calc(100% - 314px);
        padding: 0 0 0 64px;
    }

    .footer-link .btn {
        margin: 71px 0 0;
    }

    .footer-bottom {
        width: 100%;
    }

    .footer-bottom ul {
        justify-content: space-between;
    }

    .back-to-top {
        bottom: 75px;
    }
}

@media(min-width: 1024px) {
     .footer-link {
        width: auto;
        padding: 0 0 0 64px;
    }
}

@media(min-width: 1200px) {
    .footer-logo-col {
        width: 180px;
        gap: 50px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .footer-bottom ul li a {
        font-size: 16px;
    }

    .footer-bottom ul li {
        line-height: 1.5em;
        font-size: 16px;
    }

    .footer-bottom ul {
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        max-width: 200px;
    }

    .footer-info {
        margin: 0;
    }

    .footer-link {
        padding: 0;
        margin: 0;
        max-width: 200px;
    }

    .footer-flex {
        padding: 0;
        justify-content: space-between;
        gap: 35px
    }

    .back-to-top {
        bottom: 0;
        position: relative;
        width: 100%;
    }

    .back-to-top a {
        padding: 14px 0;
        height: 58px;
        width: 100%;
    }

    .back-to-top span {
        background: linear-gradient(90deg, #0071CE 0%, #004883 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
        z-index: 1;
    }

    .footer-btns .btn {
        padding: 14px 63px 14px 31px;
    }

    .footer-btns .btn::after {
        right: 31px;
    }

    .footer-btns {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

   
    .footer-flex h3 {
        font-size: 22px;
    }

    .footer-info ul {
        gap: 8px;
    }

    .footer-bottom {
        margin: 0;
    }

    .page-footer {
        padding: 100px 0;
    }

    .back-to-top a:before {
        content: '';
        position: absolute;
        right: 2px;
        bottom: 2px;
        width: 24px;
        height: 26px;
        background: #E8F7FD;
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
        z-index: 2;
        border-radius: 0 0 6px 0;
    }

    .footer-social ul li a:hover {
        background: linear-gradient(90deg, #EC222E 0%, #AD0D15 100%);
    }

    .footer-info ul li a:hover,
    .footer-bottom ul li a:hover {
        color: #EC222E;
    }

    .footer-link ul li a:hover {
        background: linear-gradient(90deg, #EC222E 0%, #AD0D15 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .back-to-top a:hover {
        background: linear-gradient(90deg, #EC222E 0%, #AD0D15 100%);
    }

    .back-to-top a:hover span,
    .back-to-top a:hover i {
        background: linear-gradient(90deg, #EC222E 0%, #AD0D15 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .back-to-top a:hover:before {
        background: #ffe0e2;
    }
}


@media (min-width: 768px) and (max-width: 1199px) {
    .footer-bottom {
        display: flex;

        .footer-quick-links,
        .footer-quick-links-copyright {
            flex: 1;
        }

        .footer-quick-links-copyright  {
            justify-content: flex-end;
            margin-top: 0;
        }
    }
}