.custom-footer {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 97%, rgba(184, 134, 11, 0.6) 100%);
}

.custom-footer-container {
    width: 70%;
    margin: auto;
}

.footer-intro {
    font-size: var(--Font26);
    margin-bottom: 30px;
    line-height: 1.7;
    max-width: 80%;
    padding-top: 40px;
    position: relative;
    color: var(--White);
}

.footer-heading {
    font-size: var(--Font30);
    font-weight: var(--Font600);
    color: var(--White);
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.footer-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    margin-top: 10px;
    width: 100%;
    height: 3px;
    background-color: var(--Primary);
    filter: blur(3px);
}

.footer-list {
    list-style: none;
    padding: 0;
}

.footer-list a {
    padding-left: 0;
    line-height: 2;
    font-size: var(--Font18);
    font-weight: var(--Font400);
    color: var(--White);
    text-decoration: none;
}

.footer-line {
    height: 2px;
    background-color: var(--Primary);
    filter: blur(4px);
    width: 100%;
}

.footer-email {
    font-size: 9.5vw;
    color: var(--White);
    font-weight: var(--Font400);
    word-break: break-word;
}

.listTerms {
    list-style: none;
    padding-left: 0;
    line-height: 2;
    font-size: var(--Font18);
    font-weight: var(--Font400);
    color: #F9F9F9;
}


.footerCaseWrap {
    width: 80%;
    margin-left: auto;
}

.footerServicesWrap {
    width: 80%;
    margin-right: auto;
}