/* -------------------Refactor Footer------------------------ */

.footer_all .footer-bot {
    padding: 50px 0 20px !important;
}

.footer .footer-heading {
    font-family: "ProximaNovaBold" !important;
    font-size: 16px !important;
    margin-bottom: 10px;
    color: #fcf9ff !important;
}

.footer ul li a {
    font-family: "ProximaNova" !important;
    color: #CACCCF !important;
    margin-bottom: 0 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.footer ul li a:hover {
    color: #FCF9FF !important;
}

.footer .disclaimer {
    color: #cacccf;
}

.copyright-section {
    color: #888894 !important;
}

.foot-social {
    gap: 15px;
}

.footer .copyright-section a {
    font-family: "ProximaNova" !important;
    color: #CACCCF !important;
    line-height: 20px !important;
    font-size: 14px !important;
}

.footer .copyright-section a:hover {
    color: #FCF9FF !important;
}

.footer_all .copy-right-social p {
    line-height: 20px;
}

.menu-container {
    display: none;
    /* Hide menu containers by default on mobile */
}

.footer .copyright-section {
    border-top: 1px solid #52575c;
    padding-top: 20px;
    margin-top: 20px;
}

.footer ul li::before {
    content: "";
    height: 0;
    width: 0;
}

.cls-copyrights {
    width: 100% !important;
}

.footer ul li {
    padding-left: 0;
    margin-bottom: 10px;
}

.footer ul li a:hover {
    color: #fcf9ff !important;
    text-decoration: none;
}

.footer-top {
    height: 200px;
    background-image: url("../images/backgrounds/footer-background.png");
    object-fit: contain;
    display: flex;
    margin-top: -30px;
    background-position: 60px;
    width: 100%;
    z-index: 999;
    position: relative;
}

.footer-top > .row {
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-left: 120px;
    margin-right: 120px;
    width: 100%;
}

.footer-top > .row > div h2 {
    font-size: 24px;
    line-height: 39px;
    color: #4f2b72;
    font-weight: 700;
    font-family: "ProximaNovaBold";
    margin-bottom: 10px;
}

.footer-top > .row > div a {
    display: inline-block;
    background: #1ac577;
    color: #fff;
    padding: 15px 57px;
    width: auto;
    text-align: center;
    border-radius: 5px;
    font-family: "ProximaNovaBold";
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-decoration: none;
    margin: 0;
    position: relative;
}

.footer-top > .row > div a:hover {
    background: #4f2b72;
}

.footer-img {
    width: auto;
    height: 200px;
    margin-right: 150px;
}

.fooler-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.copyright-link {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.text-white {
    color: #fcf9ff !important;
}

.copyright-link span {
    color: #CACCCF;
    font-size: 14px;
    line-height: 20px;
    font-family: "ProximaNovaBold";
}

.footer-heading .arrow {
    position: absolute;
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.footer-heading .arrow.down::after {
    content: "";
    display: inline-block;
    position: relative;
    top: 4px !important;
    width: 12px;
    height: 7px;
    top: 50%;
    background: currentColor;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 7"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.50011 0.0664062L6.00011 4.56641L10.5001 0.0664062L11.5608 1.12707L6.00011 6.68773L0.439453 1.12707L1.50011 0.0664062Z" fill="white"/></svg>') no-repeat center;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 7"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.50011 0.0664062L6.00011 4.56641L10.5001 0.0664062L11.5608 1.12707L6.00011 6.68773L0.439453 1.12707L1.50011 0.0664062Z" fill="white"/></svg>') no-repeat center;
}

.footer-heading .arrow.up::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 7px;
    background: currentColor;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 7"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.50011 6.68773L6.00011 2.18773L10.5001 6.68773L11.5608 5.62707L6.00011 0.0664062L0.439453 5.62707L1.50011 6.68773Z" fill="white"/></svg>') no-repeat center;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 7"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.50011 6.68773L6.00011 2.18773L10.5001 6.68773L11.5608 5.62707L6.00011 0.0664062L0.439453 5.62707L1.50011 6.68773Z" fill="white"/></svg>') no-repeat center;
}
@media screen and (max-width: 1024px) {
    .footer-top {
        background-position: 0px;
        height: 200px;
    }

    .footer-top > .container > div {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .footer ul li {
        text-align: center;
        margin-bottom: 15px;
    }

    .footer .row {
        gap: 20px;
    }

    .footer .footer-heading {
        margin-bottom: 15px;
        position: relative;
    }

    .footer .copyright-section {
        padding: 20px 20px 0x   ;
    }

    .footer-img {
        display: none;
    }

    .footer-top {
        background-position: right;
        height: 200px;
    }

    .footer-top > .row {
        margin-right: 0;
        margin-left: 0;
    }

    .footer-top > .container {
        justify-content: center;
    }

    .footer-bot > .container > .row > div {
        border-bottom: 1px solid #52575c;
        margin: 0 20px;
        padding: 10px 10px;
    }

    .footer-bot > .container > .row > div:last-of-type {
        border-bottom: none;
    }

    .copyright-link {
        flex-direction: column;
        gap: 5px;
        margin-bottom: 5px;
    }

    .disclaimer p:last-of-type {
        font-size: 12px;
    }
}

.footer .copyright-section p .font-normal {
    font-weight: 500;
    font-family: 'ProximaNova';
}
