.contact-banner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 311px;
    height: max-content;
}
.contact-banner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.48) 0%,
        rgba(0, 0, 0, 0.48) 100%
    );
}
.contact-banner > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-banner-content {
    position: relative;
    z-index: 10;
}
.contact-banner-heading {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 1; /* 81.25% */
    margin-bottom: 20px;
    text-align: center;
}
.contact-banner-desc {
    max-width: 914px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3; /* 130% */
}
.contact-infor {
    margin-top: 40px;
    display: flex;
    gap: 85px;
    position: relative;
    z-index: 10;
}
.contact-infor::after {
    display: none !important;
}
.contact-infor-left {
    width: 542px;
}
.contact-left-heading {
    position: relative;
    color: #e97f00;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.contact-left-heading::before {
    position: absolute;
    content: "";
    background: #e97f00;
    width: 123px;
    height: 3px;
    bottom: 0;
    left: 0;
}
.contact-left-desc {
    color: rgba(34, 34, 34, 0.9);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75; /* 175% */
    margin-bottom: 24px;
}
.contact-infor-wapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-infor-box {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 30px;
    border-radius: 14px;
    border: 0.6px solid rgba(134, 137, 157, 0.45);
}
.contact-infor-box-icon {
    flex-shrink: 0;
    display: flex;
    width: 76px;
    padding: 13px;
    justify-content: center;
    align-items: center;
    border-radius: 13px;
    background: #c62026;
}
.contact-infor-box-icon img,
.contact-infor-box-icon svg {
    width: 55px;
    height: 55px;
    object-fit: contain;
}
.contact-infor-box-content strong {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.16;
}
.contact-infor-box-content p {
    color: #262626;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.62;
    margin-top: 8px;
    margin-bottom: 0;
}
.contact-infor-right {
    height: max-content;
    flex: 1 0 0;
    margin-top: -100px;
    padding: 40px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.14);
}
.contact-right-label {
    color: #4c4c4c;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.contact-right-title {
    color: #e97f00;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.contact-right-line {
    width: 105px;
    height: 3px;
    background: #e97f00;
    margin-bottom: 16px;
}
.contact-right-desc {
    color: rgba(34, 34, 34, 0.96);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5; /* 150% */
    margin-bottom: 28px;
}
.form-contact {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.form-input {
    position: relative;
}
.form-textarea-field,
.form-textarea textarea,
.form-contact input,
.form-contact .form-input input {
    margin-bottom: 0px;
    display: flex;
    padding: 11px 50px 11px 24px !important;
    justify-content: flex-end;
    align-items: flex-start;
    border-radius: 8px !important;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.11),
        0 1px 5px 0 rgba(0, 0, 0, 0.03) inset !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.62;
}
.form-contact input {
    padding: 11px 16px 11px 24px !important;
}
.form-textarea-field::placeholder,
.form-textarea textarea::placeholder,
.form-contact input::placeholder,
.form-contact .form-input input::placeholder {
    color: #e97f00;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.62;
}
.form-input svg {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.form-wapper {
    display: flex;
    align-items: center;
    gap: 28px;
}
.form-textarea {
    position: relative;
}
.form-textarea-field,
.form-textarea textarea {
    resize: none;
    height: 126px;
}
.form-textarea svg {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 16px;
    top: 16px;
}
.form-btn-submit {
    display: flex;
    padding: 11px 0;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffb406 0%, #e97f00 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44;
    text-transform: uppercase;
    margin: 0;
}
.contact-iframe {
    margin-top: 76px;
}
.contact-iframe iframe {
    width: 100%;
    height: 512px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.32);
}
@media screen and (max-width: 849px) {
    .contact-infor {
        flex-direction: column;
        gap: 20px;
    }
    .contact-infor-left {
        width: 100%;
    }
    .contact-banner-content {
        padding: 0 16px;
    }
    .contact-infor-box {
        padding: 16px;
    }
    .contact-infor-box-icon {
        flex-shrink: 0;
    }
    .contact-infor-right {
        margin-top: 0;
        padding: 24px 16px;
    }
    .form-contact input {
        height: 3.5em !important;
    }
    .form-wapper {
        flex-direction: column;
        gap: 20px;
    }
}
