footer {
    background: url('../../assets/images/homepage/footer_bg.jpg') no-repeat center center/cover;
    padding: 68px 30px 34px 30px;
    overflow: hidden;
}

footer .left_content {
    display: flex;
    align-items: center;
    gap: 0 24px;
}

footer .left_content .email {
    display: flex;
    align-items: center;
    gap: 0 8px;
}

footer .soc_med {
    display: flex;
    align-items: center;
    gap: 0 12px;
    justify-content: end;
}

footer .soc_med a {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.10);
    text-decoration: none;
}

footer .seperator_horizontal {
    margin: 48px 0;
}

footer .footer_content p {
    letter-spacing: -1px;
}

footer .footer_content {
    max-width: 385px;
}


footer ul:not(.footer-links) {
    padding: 0;
    display: flex;
    flex-direction: column;
}

footer li {
    list-style: none;
}

footer form input[type="email"],
footer form input[type="email"]::placeholder,
footer .links a,
footer .copy_right ul.footer-links li a {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
    font-style: normal;
}

footer form input[type="email"],
footer form input[type="email"]::placeholder,
footer .links a {
    color: #7B849D;
}

footer form p {
    display: flex;
}

footer form input[type="email"] {
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(5px);
}

footer .wpcf7-spinner {
    display: none;
}

footer .left_content a {
    color: #CCD7FF;
}

footer .copy_right ul.footer-links li a,
footer .subscribe p,
footer .copy_right .left_content p,
footer .copy_right .left_content p a {
    color: #555D72;
}

footer .copy_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer ul.footer-links {
    display: flex;
    gap: 0 24px;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
}

@media (min-width: 1200px) {
    footer .footer_links .links {
        width: 100%;
        max-width: fit-content;
    }

    footer .subscribe {
        max-width: 429px;
    }

    footer .footer_content {
        margin-right: 20px
    }
}

@media (max-width: 1199px) {
    footer .subscribe {
        max-width: 550px;
        margin-bottom: 50px;
    }

    footer .footer_links {
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) {
    footer h4 {
        margin-bottom: 32px;
    }

    footer .footer_content img {
        max-width: 300px;
    }

    footer ul:not(.footer-links) {
        gap: 32px 0;
    }

    footer .footer_links {
        display: flex;
        justify-content: space-between;
        gap: 30px;
    }

    footer .contact_content .row{
        align-items: center;
    }

    footer form p {
        align-items: flex-start;
        gap: 0 12px;
        margin-bottom: 16px !important;
    }

    footer form input[type="email"],
    footer form input[type="email"]::placeholder {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    footer h4 {
        margin-bottom: 20px;
    }

    footer .footer_content {
        max-width: 100%;
        margin-bottom: 50px;
        text-align: center;
    }

    footer .footer_content img {
        max-width: 200px;
        margin: auto;
    }

    footer .seperator_horizontal {
        margin: 24px 0;
    }

    footer .soc_med {
        justify-content: center;
    }

    footer .links {
        margin-bottom: 50px;
        text-align: center;
    }

    footer .left_content {
        margin-bottom: 24px;
    }

    footer .copy_right,
    footer .left_content {
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    footer .links {
        text-align: center;
    }

    footer ul:not(.footer-links) {
        gap: 10px 0;
    }

    footer form p {
        flex-direction: column;
    }

    footer .subscribe {
        margin: auto;
        text-align: center;
    }

    footer .subscribe p {
        margin-top: 10px;
    }

    footer form input {
        width: 100% !important;
    }

    footer form input[type="email"],
    footer form input[type="email"]::placeholder {
        font-size: 14px;
    }
}

@media (min-width: 768px) {

    footer .copy_right ul.footer-links li a,
    footer .subscribe p,
    footer .copy_right .left_content p,
    footer .copy_right .left_content p a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    footer .footer_content {
        margin-bottom: 30px;
    }

}