.get-in-touch-sec {
    padding: 90px 0px;
}

.get-in-touch-sec .container {
    max-width: 1120px;
}

.get-in-touch-img-form {
    background: linear-gradient(180deg, #F9F7F4 18.33%, #FFFFFF 100%);
    border: 1px solid #EEEEEE;
    display: flex;
    /* align-items: center; */
}

.get-in-touch-img-form .get-in-touch-img {
    width: 45%;
    position: relative;
}

/* .get-in-touch-img-form .get-in-touch-img::before {
    content: "";
    position: absolute;
    right: -39px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #bfbcb3;
    width: 40px;
    height: 93px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
} */

.get-in-touch-img-form .get-in-touch-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0% 0%, 93% 0, 93% 44%, 100% 50%, 93% 56%, 93% 100%, 0 100%);
    position: absolute;
    top: 0;
    display: none;
}

.get-in-touch-img-form .get-in-touch-img h3{
    position: absolute;
    text-align: center;
    color: var(--goldern-yellow);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 25px;
}

.get-in-touch-img-form .get-in-touch-form {
    width: 55%;
    padding:80px 110px;
}

.get-in-touch-img-form .form-group {
    margin-bottom: 32px;
}


/* form common css */

.get-in-touch-form-row {
    margin-top: 32px;
}

.get-in-touch-form {
    padding: 53px 90px;
    /* background: linear-gradient(180deg, #F9F7F4 0%, #FFFFFF 100%); */
    border-radius: 10px;
}

.form-group label {
    font-size: 16px;
    color: #686D6F;
    font-weight: var(--fw-600);
    line-height: 26px;
    display: block;
}

.form-group {
    margin-bottom: 24px;
}

.form-group br {
    display: none;
}
.form-group span {
    display: block;
}

.form-control {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.02);
    border-radius: 3px;
    padding: 9px 18px;
    color: #686D6F;
    font-weight: var(--fw-400);
    line-height: 16px;
    font-size: 16px;
    width: 100%;
    font-family: var(--font-poppins);
}
.form-control::placeholder {
    text-transform: capitalize;
}

.form-group textarea {
    resize: none;
    height: 140px;
    padding: 14px 18px;
}

.wpcf7-not-valid-tip {
    font-weight: var(--fw-400);
    line-height: 16px;
    font-size: 13px;
    margin-top: 10px;
}

.submit-btn-group .btn-theme {
    cursor: pointer;
    background-color: transparent;
    background-image: url(../images/arrow-right-gold.svg);
    background-position: right 17px center;
    background-repeat: no-repeat;
    background-size: 26.5px;
    content: "";
    display: inline-block;
    position: relative;
    top: 0;
    transition: var(--transition);
    min-width: 149px;
    text-align: left;
}

.submit-btn-group .btn-theme:hover {
    background-color: var(--goldern-yellow);
    color: var(--white);
    background-image: url(../images/arrow-right-white.svg);
}

.wpcf7 form .wpcf7-response-output {
    font-size: 14px;
    line-height: normal;
    border-color: #dc3232 !important;
    margin: 0;
    margin-top: 30px;
    border-width: 1px;
    padding: 15px;
    text-align: left;
    color: #dc3232;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
    color: #46b450;
}

/* form common css end */




.get-in-touch-boxes {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    gap: 44px;
}

.get-in-touch-boxes > * {
    background: linear-gradient(180deg, #F9F7F4 18.33%, #FFFFFF 100%);
    border: 1px solid #EEEEEE;
    width: 33.33%;
    padding: 20px 30px;
}

.get-in-touch-box img {
    width: auto;
    display: inline-block;
    position: relative;
    top: 7px;
}

.get-in-touch-box span {
    display: block;
    color: #686D6F;
    font-size: 16px;
    font-weight: var(--fw-600);
    line-height: 26px;
    margin-bottom: 8px;
}

.get-in-touch-box a {
    display: flex;
    gap: 16px;
    color: var(--theme-dark);
    line-height: 27px;
    font-weight: var(--fw-600);
    align-items: flex-start;
    max-width: max-content;
    /* word-break: break-word; */
}

.get-in-touch-box a:hover {
    color: var(--goldern-yellow);
}
