.landing-footer {
    --bs-footer-text: var(--bs-white);
    --bs-footer-bottom-text: #d3d4dc;
    --bs-footer-bottom-bg: #282c3e;
    --bs-footer-top-bg: #241d31;
    /* use dark variables as front footer having dark background */
}
.landing-footer .footer-link,
.landing-footer .footer-text {
    color: var(--bs-footer-text);
    opacity: 0.78;
}
.landing-footer .footer-title {
    color: var(--bs-footer-text);
    opacity: 0.92;
}
.landing-footer .footer-bottom-text {
    color: var(--bs-footer-bottom-text);
}
.landing-footer .footer-bottom {
    background-color: var(--bs-footer-bottom-bg);
}
.landing-footer .footer-link {
    transition: all 0.2s ease-in-out;
}
.landing-footer .footer-link:hover {
    opacity: 1;
}
.landing-footer .footer-top {
    padding-block: 3.3rem 2.3rem;
    border-top-left-radius: 3.75rem;
    border-top-right-radius: 3.75rem;
}
@media (max-width: 767.98px) {
    .landing-footer .footer-top {
        padding-block: 3rem;
        padding-inline: 0;
    }
}
.landing-footer .footer-top .footer-bg {
    object-position: center;
}
@media (min-width: 992px) {
    .landing-footer .footer-logo-description {
        max-inline-size: 385px;
    }
}
.landing-footer .footer-form {
    max-inline-size: 22.25rem;
}
.landing-footer .footer-form input {
    background-color: transparent;
    color: var(--bs-footer-text);
}
.landing-footer .footer-form input, .landing-footer .footer-form input:hover:not(:focus):not(:disabled) {
    border-color: color-mix(in srgb, #e6e6f1 22%, #2b2c40);
}
.landing-footer .footer-form input:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0.125rem 0.25rem color-mix(in srgb, var(--bs-primary) 0.1, #2b2c40);
}
.landing-footer .footer-form input::placeholder {
    color: rgba(var(--bs-white-rgb), 0.5);
}
.landing-footer .footer-form label {
    color: #d5d5e2;
}

.footer-social-icons img {
    filter: brightness(0) invert(1);
}
