.footer-container {
    width: 100%;
    max-width: calc(1440px - (60px + 48px + 48px));
    margin: 0 0 0 60px;
    border-radius: 96px 0 0 0;
    border: 1px solid #E2E2E2;
    display: flex;
    flex-direction: row;
    gap: 42px;
    padding: 48px 48px 60px 48px;
    border-right: unset;
    position: relative;
}

footer {
    display: flex;
    margin-top: 40px;
    justify-content: center;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 43px;
}

.feedback-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-title {
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    color: #4671B9;
}

.feedback-form input,
.footer-contact-form input {
    width: calc(338px - 32px);
    height: calc(45px - 26px);
    padding: 13px 16px;
    border: 1px solid #4671B933;
    border-radius: 24px;
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    color: #4671B9;
    outline: none;
}

.feedback-form input::placeholder,
.footer-contact-form input::placeholder {
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    opacity: 0.4;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    color: #4671B9;
}

.feedback-form textarea {
    resize: none;
    width: calc(338px - 32px);
    height: calc(80px - 26px);
    padding: 13px 16px;
    border: 1px solid #4671B933;
    border-radius: 24px;
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    color: #4671B9;
    outline: none;
}

.feedback-form textarea::placeholder {
    font-family: Manrope;
    font-weight: 500;
    opacity: 0.4;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    color: #4671B9;
}

.feedback-form button {
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    cursor: pointer;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    color: #FFFFFF;
    width: fit-content;
    padding: 13px 23px;
    background: #4671B9;
    border-radius: 24px;
    outline: none;
    border: none;
    transition: all 0.4s ease-in-out;
    border: 1px solid transparent;
}

.feedback-form button:hover {
    background: transparent;
    border: 1px solid #4671B9;
    color: #4671B9;

}

.footer-right {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.footer-contact {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px solid #C3CDDE;
}

.footer-contact-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-contact-form button {
    width: 100%;
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    color: #4671B9;
    padding: 13px 0;
    border: 1px solid #4671B9;
    border-radius: 24px;
    cursor: pointer;
    background: transparent;
    transition: all 0.4s ease-in-out;
}

.footer-contact-form button:hover {
    background: #4671B9;
    color: #FFFFFF;
}

.footer-social-info {
    display: flex;
    flex-direction: column;
    gap: 39px;
    align-items: flex-end;
}

.footer-social-info .socials {
    display: flex;
    flex-direction: row;
    gap: 19px;
}

.footer-social-info .socials a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #4671B9;
    border-radius: 100%;

}

.footer-social-info .socials a svg {
    transition: scale 0.3s ease;
}

.footer-social-info .socials a:hover svg {
    scale: 1.1;
}

.contact-info {
    display: flex;
    flex-direction: row;
    gap: 116px;
}

.contact-info .item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-info .item .item-title {
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    text-align: right;
    line-height: 100%;
    letter-spacing: -3%;
    color: #4671B9;
    opacity: 0.6;
}

.contact-info .item a {
    text-decoration: none;
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    color: #4671B9;
    transition: all 0.3s ease-in-out;
}

.contact-info .item a:hover {
    text-decoration: underline;
}

.footer-navs {
    padding: 50px 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    gap: 32px 32px;
    align-items: start;
    border-bottom: 1px solid #C3CDDE;
    justify-content: space-between;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer-sub{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 12px;
}
.footer-sub a{
    font-weight: 300!important;
}

.footer-navs a {
    text-decoration: none;
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -3%;
    color: #4671B9;
    position: relative;
    width: fit-content;
}

.footer-navs a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #4671B9;
    transition: all 0.3s ease-in-out;
}

.footer-navs a:hover::after {
    width: 100%;
    left: 0;
}

.error-form {
    border-color: #E02A2A !important;
    box-shadow: 0 0 0 1px rgba(224, 42, 42, 0.5);
}

.footer-copir {
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    color: #4671B9;
    opacity: 0.7;
    padding-top: 50px;
}

.footer-svg {
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.footer-svg path {
    transform-origin: center;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.6s ease;
    animation: pulse 3s infinite ease-in-out;
}

.footer-svg:hover path {
    opacity: 0.25;
    transform: scale(1.01) rotateX(8deg) rotateY(-8deg) translateY(-10px);
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.1;
    }

    50% {
        transform: scale(1.03);
    }
}






@media screen and (max-width:1024px) {
    .footer-container {
        width: 100%;
        max-width: calc(100% - 32px);
                margin: 0 0 0 16px;

        border-radius: 52px 0 0 0;
        border: 1px solid #E2E2E2;
        display: flex;
        flex-direction: column;
        gap: 42px;
        padding: 16px;
        position: relative;
    }

    footer {
        display: flex;
        justify-content: center;
    }

    .footer-left {
        display: flex;
        flex-direction: column;
        gap: 38px;
    }
    .footer-left a{
        width: 73px;
        height: auto;
    }
    .footer-left a svg{
        width: 100%;
        height: auto;
    }

    .feedback-form {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .form-title {
        font-size: 14px;
    }

    .feedback-form input,
    .footer-contact-form input {
        width: calc(100% - 32px);
        height: calc(45px - 26px);
        padding: 12px 16px;
        border: 1px solid #4671B933;
        border-radius: 24px;
        font-family: Manrope;
        font-weight: 500;
        font-style: Medium;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: -3%;
        color: #4671B9;
        outline: none;
    }

    .feedback-form input::placeholder,
    .footer-contact-form input::placeholder {
        font-family: Manrope;
        font-weight: 500;
        font-style: Medium;
        opacity: 0.4;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: -3%;
        color: #4671B9;
    }

    .feedback-form textarea {
        resize: none;
        width: calc(100% - 32px);
        height: calc(80px - 26px);
        padding: 13px 16px;
        border: 1px solid #4671B933;
        border-radius: 24px;
        font-family: Manrope;
        font-weight: 500;
        font-style: Medium;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: -3%;
        color: #4671B9;
        outline: none;
    }

    .feedback-form textarea::placeholder {
        font-family: Manrope;
        font-weight: 500;
        opacity: 0.4;
        font-style: Medium;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: -3%;
        color: #4671B9;
    }

    .feedback-form button {
        font-family: Manrope;
        font-weight: 500;
        font-style: Medium;
        cursor: pointer;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: -3%;
        color: #FFFFFF;
        width: fit-content;
        padding: 13px 23px;
        background: #4671B9;
        border-radius: 24px;
        outline: none;
        border: none;
        transition: all 0.4s ease-in-out;
        border: 1px solid transparent;
    }

    .feedback-form button:hover {
        background: transparent;
        border: 1px solid #4671B9;
        color: #4671B9;

    }

    .footer-right {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .footer-contact {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        padding-bottom: 50px;
        border-bottom: 1px solid #C3CDDE;
    }

    .footer-contact-form {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .footer-contact-form button {
        width: 100%;
        font-family: Manrope;
        font-weight: 500;
        font-style: Medium;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: -3%;
        color: #4671B9;
        padding: 13px 0;
        border: 1px solid #4671B9;
        border-radius: 24px;
        cursor: pointer;
        background: transparent;
        transition: all 0.4s ease-in-out;
    }

    .footer-contact-form button:hover {
        background: #4671B9;
        color: #FFFFFF;
    }

    .footer-social-info {
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }

    .footer-social-info .socials {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: flex-start;
    }

    .footer-social-info .socials a {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #4671B9;
        border-radius: 100%;

    }

    .footer-social-info .socials a svg {
        transition: scale 0.3s ease;
    }

    .footer-social-info .socials a:hover svg {
        scale: 1.1;
    }

    .contact-info {
        margin-bottom: 32px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
        gap:0;
    }

    .contact-info .item {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .contact-info .item .item-title {
        font-size: 14px;
        text-align: left;
    }

    .contact-info .item a {
        font-size: 14px;
    }

    .contact-info .item a:hover {
        text-decoration: underline;
    }

    .footer-navs {
        padding: 32px 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(120px, 1fr));
        gap: 12px;
        align-items: start;
        border-bottom: 1px solid #C3CDDE;
        justify-content: space-between;
    }

    .footer-navs a {
        text-decoration: none;
        font-family: Manrope;
        font-weight: 500;
        font-style: Medium;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: -3%;
        color: #4671B9;
        position: relative;
        width: fit-content;
    }

    .footer-navs a::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #4671B9;
        transition: all 0.3s ease-in-out;
    }

    .footer-navs a:hover::after {
        width: 100%;
        left: 0;
    }

    .error-form {
        border-color: #E02A2A !important;
        box-shadow: 0 0 0 1px rgba(224, 42, 42, 0.5);
    }

    .footer-copir {
        font-family: Manrope;
        font-weight: 500;
        font-style: Medium;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: -3%;
        color: #4671B9;
        opacity: 0.7;
        padding-top: 32px;
    }

    .footer-svg {
        width: 100%;
        height: auto;
        z-index: 1;
        position: absolute;
        bottom: 0;
        right: 0;
        pointer-events: none;
    }
}
