.footer-menu-items ul {
    padding: 0px;
    margin: 0;
}
.footer-menu-items ul li:not(:first-child) {
    padding-top: 10px;
}
.footer-menu-items ul li a {
    color: var(--e-global-color-accent);
    transition: all .5s ease !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 0px;
    width: fit-content;
}
.footer-menu-items ul li a:hover {
    padding-left: 11px;
    color: var(--e-global-color-secondary);
}
.footer-menu-items ul li a:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 7px;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='13' viewBox='0 0 11 13' fill='none'%3E%3Cpath d='M9.53674e-07 -4.80825e-07L3.85426e-07 13L11 6.5035L9.53674e-07 -4.80825e-07Z' fill='%23FD4B55'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: all .5s ease;
}
.footer-menu-items ul li a:hover::before {
    opacity: 1;
}
/*------------- CTA footer Section---------------*/
/*.footer_cta_sec .footer_cta_container{
    
    padding-top: 300px;
}*/
.footer-cta-acf{
    position: relative;
}
.footer-cta-acf:after{
    content: '';
    background: #191741;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
}
.footer-cta-acf:before {
    content: '';
    background: transparent;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
}
.footer_cta_sec .footer_cta_container{
    width: 1344px;
    margin: 0 auto;
    align-items: center;
}
.footer_cta_content {
    background-color: transparent;
    background-image: linear-gradient(273.12deg, #FD4B55 0%, #323059 100%);
    padding: 64px 16px;
    border-radius: 16px;
    text-align: center;
    font-family: General Sans;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    column-gap: 32px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.footer_cta_content:before, .footer_cta_content:after{
    content: '' !important;
    top: 0;
    bottom: 0;
    left: 0;
    width: 284px;
    background-image: url(/wp-content/uploads/2024/11/mig-1-1.svg);
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 20% !important;

}
.footer_cta_content:after {
    left: auto;
    right: 0;
    background-image: url(/wp-content/uploads/2024/11/Group-2-1.svg);
    background-size: cover;
    opacity: 100% !important;
}
.footer_cta_title{
    font-family: Manrope;
    font-weight: 700;
    font-size: 32px;
    line-height: 41.6px;
    text-transform: capitalize;
    word-break: break-word;
}
.footer_cta_dec{
    font-family: General Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 22.5px;
}
.footer_cta_dec p{
    color: #ffffff;
    margin: 0;
}
.footer_cta_head{
    gap:12px;
    color: #ffffff;
    width: 810px;
    margin: 0 auto;
    display: inline-grid;
}
.footer_cta_btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 12px;
    row-gap: 12px;
}
.footer_cta_btn a{
    background-color: var(--e-global-color-9b14a11);
    font-size: 14px;
    font-weight: 600 !important;
    text-transform: uppercase;
    line-height: 18.2px;
    letter-spacing: 1.2px;
    fill: var(--e-global-color-text);
    color: var(--e-global-color-text) !important;
    outline: 1px solid var(--e-global-color-accent);
    padding: 17px 032px 17px 032px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    column-gap: 12px;
    row-gap: 12px;
}
.footer_cta_btn a:hover{
    background-color: #FFFFFF00;
    color: var(--e-global-color-accent) !important;
}
.footer_cta_btn a:hover svg path{
   fill: var(--e-global-color-accent);
}
.footer_cta_btn .second_btn a{
    color: #ffffff !important;
    background: transparent;
}
.footer_cta_btn .second_btn a svg path{
    fill: #ffffff;
}
.footer_cta_btn .second_btn a:hover{
        background-color: var(--e-global-color-9b14a11);
        color: var(--e-global-color-text) !important;
}
.footer_cta_btn .second_btn a:hover svg path{
   fill: #000000;
}
.single-post .footer_cta_sec.footer-cta-acf{
    background-color: #ECEADF;
}
.no-related-post .footer_cta_sec.footer-cta-acf {
    background-color: #ffffff !important;
}
.site-footer2[data-wpr-lazyrender] {
    content-visibility: visible !important;
}
@media (max-width: 1100px) 
{
    .footer_cta_sec .footer_cta_container{
        width: 100%;
        margin: 0 auto;
        align-items: center;
        min-width: 320px;
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (max-width: 1024px) {
    .footer_cta_content:after{
        top: auto;
        width: 164px;
        background-size: contain;
        background-position: bottom right;
    }
    .footer_cta_content:before{
        width: 171px;
        background-size: contain;
    }
    .footer_cta_head {
        gap:8px;
        width: auto;
    }
}
@media (max-width: 768px) {
    .footer_cta_content {
        padding: 32px 16px;
        row-gap: 16px;
        column-gap: 16px;
    }
    .footer_cta_title{
        font-size: 16px;
        line-height: 20.8px;
    }
    .footer_cta_dec{
        font-size: 12px;
        line-height: 18px;
    }
    .footer_cta_btn a {
        padding: 11.5px 20px;
        font-size: 10px;
        column-gap: 8px;
        row-gap: 8px;
    }
    .footer_cta_head { 
        width: auto;
    }
    .footer_cta_btn a svg{
        height: 12px;
        width: 12px;
        min-width: 12px;
    }
    .footer_cta_content:before{
        background-image: url('/wp-content/uploads/2024/11/Frame-1000006038.svg');
        opacity: 100% !important;
    }

    .footer_cta_content:after{
        background-image: url('/wp-content/uploads/2024/11/Frame-1000006036.svg');
    }
    .footer_cta_content:before, .footer_cta_content:after {
        width: 100px;
    }

}

@media (max-width: 389px) {
    .footer_cta_btn a {
        padding: 11.5px 16px;
    }
}