.custom-footer {
    padding-top: 5rem;
    position: relative;
    overflow: hidden;
}

.custom-footer::after {
    content: "";
    position: absolute;
    bottom: calc(100%+4.6875rem);
    left: 50%;
    width: 90rem;
    height: 16.875rem;
    background: linear-gradient(90deg, #e94554 0%, #f39655 100%);
    filter: blur(5rem);
    -webkit-filter: blur(5rem);
    opacity: 0.35;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.custom-footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}

.custom-faq__gradient--footer {
    top: auto !important;
    bottom: -12.5rem;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
}

.custom-footer .wrapper {
    position: relative;
    z-index: 30;
}

.custom-footer__top {
    display: flex;
    align-items: flex-start;
    gap: 2.5rem;
    padding-bottom: 2.5rem;
}

.custom-footer__top-right {
    display: flex;
    align-items: flex-start;
    gap: 2.5rem;
    flex: 1;
}

.custom-footer__intro {
    max-width: 22.75rem;
}

.custom-footer__logo {
    width: 10rem;
    height: 6.75rem;
    display: inline-block;
}

.custom-footer__logo img {
    width: 100%;
    height: auto;
}

.custom-footer__intro h2 {
    text-shadow: none;
    letter-spacing: normal;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 1.875rem;
}

.custom-footer__intro p {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.75rem;
}

.custom-footer__intro p span {
    display: block;
}

.custom-footer__navigation {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    flex: 1;
}

.custom-footer__links-area {
    width: 10.875rem;
}

.custom-footer__links-area h3 {
    text-shadow: none;
    letter-spacing: normal;
    font-size: 1.4375rem;
    line-height: 2.25rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2rem;
}

.custom-footer__links {
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
    list-style: none;
    padding-left: 0;
}

.custom-footer__link {
    font-size: 1.1875rem;
    line-height: 1.875rem;
    font-weight: 400;
    color: #fff;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.custom-footer__link:hover {
    opacity: 0.5;
}

.custom-footer__contact {
    display: flex;
    flex-direction: column;
    gap: 3.375rem;
}

.custom-footer__contact-email {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 700;
}

.custom-footer__contact-vendor {
    width: 9rem;
    height: 5rem;
    display: block;
    margin-left: auto;
}

.custom-footer__contact-vendor img {
    object-fit: contain;
}

.custom-footer__social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.25rem;
    list-style: none;
    padding-left: 0;
}

.custom-footer__social li {
    margin-bottom: 0;
}

.custom-footer__social-link {
    width: 3rem;
    height: 3rem;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    -webkit-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    -ms-border-radius: 0.75rem;
    -o-border-radius: 0.75rem;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.custom-footer__social-link:hover {
    background: rgba(255, 255, 255, 0.2);
}

.custom-footer__social-link img {
    width: fit-content;
    height: 1.375rem;
}

.custom-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
    padding-top: 1.625rem;
    padding-bottom: 3.125rem;
}

.custom-footer__bottom-links {
    display: flex;
    align-items: center;
    gap: 2rem;
    list-style: none;
    padding-left: 0;
}

.custom-footer__bottom p {
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
}

.custom-footer__bottom-links {
    display: flex;
    align-items: center;
}

.custom-footer__bottom-links li a {
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    position: relative;
}

.custom-footer__bottom-links li a:hover {
    text-decoration: underline;
}

.custom-footer__bottom-links li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1rem;
    width: 0.0625rem;
    height: 1.25rem;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.custom-footer__bottom-links li:last-child a::after {
    display: none;
}

/* Responsive Code */
@media (max-width: 1280.98px) {
    .custom-footer {
        padding-left: 1rem;
    }
    .custom-accordion {
        flex-direction: column;
    }

    .custom-footer__top {
        flex-direction: column;
    }

    .custom-footer__top-right {
        width: 100%;
    }

    .custom-footer__links-area {
        width: 100%;
    }

    .custom-footer__bg {
        height: auto;
    }
}

@media (max-width: 991.98px) {
    .custom-footer__top-right {
        flex-direction: column;
    }

    .custom-footer__contact-vendor {
        margin-left: 0;
    }

    .custom-footer__social {
        justify-content: flex-start;
    }

    .custom-footer__navigation {
        width: 100%;
    }

    .custom-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }
}

@media (max-width: 767.98px) {
    .custom-footer__logo {
        width: 7.5rem;
        height: 5.625rem;
    }

    .custom-footer__intro h2 {
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .custom-footer__navigation {
        flex-direction: column;
    }

    .custom-footer__links-area h3 {
        font-size: 1.25rem;
        line-height: 2rem;
    }

    .custom-footer__link {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .custom-footer__links {
        gap: 0.75rem;
    }

    .custom-footer__links-area h3 {
        margin-bottom: 1.25rem;
    }

    .custom-footer__navigation {
        gap: 1.875rem;
    }

    .custom-footer__bottom-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .custom-footer__bottom-links li a::after {
        display: none;
    }

    .custom-footer__contact {
        gap: 2.5rem;
    }

    .custom-footer__intro h2 {
        margin-top: 1.25rem;
    }

    .custom-footer__contact-email {
        font-size: 1.125rem;
    }

    .custom-footer {
        padding-top: 3.75rem;
    }
}
