.contact {
    padding-top: 60px;
    padding-bottom: 80px;
    position: relative;
    background: var(--Green, #098b43);
}
.contact > img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: 0.16;
}
.contact .container {
    position: relative;
    z-index: 10;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact .contact-heading {
    color: #fff;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.27; /* 127.273% */
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 16px;
}
.contact .contact-desc {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.62;
    max-width: 834px;
    margin-bottom: 40px;
}
.contact .contact-wapper {
    display: flex;
    gap: 97px;
    width: 100%;
}
.contact .contact-infor {
    width: 480px;
}
.contact .contact-infor .contact-infor-social {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}
.contact .contact-infor .contact-infor-social > p {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 16px;
}
.contact .contact-infor .contact-infor-social .contact-social-list {
    display: flex;
    align-items: center;
    gap: 22px;
}
.contact .contact-infor .contact-infor-social .contact-social-list a img {
    width: 32.333px;
    height: 32.333px;
}
.contact .contact-infor .contact-infor-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact .contact-infor .contact-infor-list .contact-infor-item {
    width: 100%;
    min-height: 79px;
    border-radius: 20px;
    border: 1px solid rgba(51, 51, 51, 0.08);
    background: #fff;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.contact
    .contact-infor
    .contact-infor-list
    .contact-infor-item
    .contact-item-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(
        90deg,
        #2db04a -9.74%,
        #2b8670 54.2%,
        #2e398b 130.49%
    );
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact
    .contact-infor
    .contact-infor-list
    .contact-infor-item
    .contact-item-icon
    svg {
    width: 24px;
    height: 24px;
}
.contact
    .contact-infor
    .contact-infor-list
    .contact-infor-item
    .contact-item-content
    strong {
    color: var(--Text, #262626);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.contact
    .contact-infor
    .contact-infor-list
    .contact-infor-item
    .contact-item-content
    p {
    color: var(--Text, #262626);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 6px;
}
.contact .contact-form {
    flex: 1;
}
.contact .contact-form .contact-form-input {
    width: 100%;
    margin-bottom: 20px;
}
.contact .contact-form .contact-form-input label {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.contact .contact-form .contact-form-input input {
    width: 100%;
    height: 60px;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid rgba(0, 49, 93, 0.12);
    background: #fff;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.08);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 8px;
}
.contact .contact-form .contact-form-input input::placeholder {
    color: rgba(38, 38, 38, 0.4);
}
.contact .contact-form .contact-form-wapper {
    display: flex;
    align-items: center;
    gap: 20px;
}
.contact .contact-form .contact-form-wapper .contact-form-input {
    width: calc(50% - 10px);
}
.contact .contact-form .contact-form-textarea label {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.contact .contact-form .contact-form-textarea textarea {
    width: 100%;
    height: 180px;
    border-radius: 16px;
    border: 1px solid rgba(0, 49, 93, 0.12);
    background: #fff;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.08);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 20px;
}
.contact .contact-form .contact-form-textarea textarea::placeholder {
    color: rgba(38, 38, 38, 0.4);
}
.contact .contact-form .btn-global {
    margin-left: auto;
    margin-top: 40px;
    width: max-content;
}
.contact .contact-location {
    margin-top: 34px;
    width: 100%;
}
.contact .contact-location .contact-location-item {
    width: 100%;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    background: white;
}
.contact .contact-location .contact-location-item .contact-item-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(
        90deg,
        #2db04a -9.74%,
        #2b8670 54.2%,
        #2e398b 130.49%
    );
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact .contact-location .contact-location-item .contact-item-icon svg {
    width: 24px;
    height: 24px;
}
.contact .contact-location .contact-location-item .contact-item-content strong {
    color: var(--Text, #262626);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.contact .contact-location .contact-location-item .contact-item-content p {
    color: var(--Text, #262626);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    margin-top: 6px;
}
.contact .contact-location iframe {
    width: 100%;
    height: 595px;
}
@media (max-width: 639px) {
    .contact .container {
        padding: 0 16px;
    }
    .contact .contact-infor {
        width: 100%;
    }
    .contact .contact-wapper {
        flex-direction: column;
    }
    .contact .contact-infor .contact-infor-social {
        flex-direction: column;
        align-items: start;
        gap: 12px;
    }
    .contact .contact-infor .contact-infor-social .contact-social-list {
        flex-wrap: wrap;
    }
    .contact .contact-form .contact-form-wapper {
        flex-direction: column;
        gap: 0;
    }
    .contact .contact-form .contact-form-wapper .contact-form-input {
        width: 100%;
    }
    .contact .contact-location iframe {
        height: 395px;
    }
}
.wpcf7-not-valid-tip {
    color: #ff2a2a;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (min-width: 639px) and (max-width: 1024px) {
    .contact .contact-wapper {
        gap: 40px;
    }
    .contact .contact-infor {
        flex: 1;
        width: auto;
    }
}
