.footer {
    position: relative;
    padding: 64px 0;
}
.footer_col {
    margin-bottom: 48px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.footer_left {
    max-width: 400px;
}
.footer_right {
    max-width: 500px;
}
.footer_logo {
    margin-bottom: 20px;
}
.footer_text_left,
.subscribe_text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.social_links {
    display: flex;
    align-items: center;
    gap: 6px;
}


.quick_links_title,
.subscribe_title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.quick_links {
    display: flex;
    flex-wrap: wrap;
    max-width: 255px;
}
.quick_link {
    flex: 0 0 50%;
    padding: 4px 0;
}

.quick_link a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
}
.quick_link a:hover {
    background: linear-gradient(121.58deg, #CB3AFC 5.55%, #7D32F1 102.26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s ease-in-out;
}
.footer form {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 20px;
}
.wpcf7 .wpcf7-email {
    width: 343px;
    height: 48px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #8B919F;
    padding: 13px 16px;
    margin-right: 10px;
}
.wpcf7 .wpcf7-submit {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    gap: 4px;
    background: linear-gradient(121.58deg, #CB3AFC 5.55%, #7D32F1 102.26%);
    border-radius: 12px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.wpcf7 .wpcf7-submit:hover {
    opacity: 0.8;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.footer_bootom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_terms {
    display: flex;
    gap: 37px;
}
.footer_term {
    position: relative;
}
.footer_term:after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translate(0, -50%);
    right: -20px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}
.footer_term:last-child:after {
    display: none;
}
.footer_copyright,
.footer_term a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease-in-out;
}
.footer_term a:hover {
    background: linear-gradient(121.58deg, #CB3AFC 5.55%, #7D32F1 102.26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s ease-in-out;
}


/*cf7*/
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #dc3232;
    position: absolute;
    bottom: -35px;
    margin: 0;
    color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    position: absolute;
    bottom: -35px;
    margin: 0;
    color: #46b450;
}
.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -20px;
}

.footer_left > div.social_links > div:nth-child(4) > a > img {
    width: 24px;
    height: 24px;
}
/*cf7 end*/
@media only screen and (max-width: 992px) {
    .footer_col {
        flex-direction: column;
    }
    .wpcf7 form {
        flex-direction: column;
    }
    .footer_left {
        text-align: center;
        max-width: fit-content;
    }
    .social_links {
        justify-content: center;
    }
    .footer_center {
        text-align: center;
    }
    .quick_links {
        max-width: 500px;
        margin: 0 auto;
    }

    .footer_right {
        text-align: center;
        max-width: 500px;
        margin: 0 auto;
    }
    .footer .wpcf7-spinner {
        display: none !important;
    }
    .wpcf7-form-control-wrap {
        width: 100%;
    }
    .wpcf7 .wpcf7-submit {
        width: 100%;
    }
    .wpcf7 .wpcf7-email {
        width: 100%;
        margin-bottom: 16px;
    }
    .footer_bootom {
        flex-direction: column;
    }
    .footer_copyright {
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 600px) {
    .footer_right {
        text-align: left;
        max-width: fit-content;
    }
}