.get-in-touch-section {
    padding: 90px 0 110px;
    background: #f8f8f8;
}

.get-in-touch-section .container-site {
    /* max-width: 1180px; */
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.get-in-touch-wrap {
    display: grid;
    grid-template-columns: 1fr 1.22fr;
    min-height: 670px;
    background: #00004f;
    overflow: hidden;
}

.get-in-touch-left {
    position: relative;
    min-height: 670px;
}

.get-in-touch-image,
.get-in-touch-image img {
    width: 100%;
    height: 100%;
}

.get-in-touch-image img {
    display: block;
    object-fit: cover;
}

.get-in-touch-overlay {
    position: absolute;
    inset: 0;
    background: rgba(22, 22, 32, 0.56);
}

.get-in-touch-office-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 78%;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.get-in-touch-office-card h3 {
    margin: 0 0 10px;
    font-family: 'Cardo', serif;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 400;
    color: #fff;
}

.get-in-touch-office-card .divider,
.get-in-touch-right .section-header .divider {
    display: block;
    width: 42px;
    height: 1px;
    background: rgba(255, 255, 255, 0.7);
    margin: 0 auto 22px;
}

.get-in-touch-office-card p {
    margin: 0 0 8px;
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400;
    color: #fff;
}

.get-in-touch-office-card p strong {
    font-weight: 700;
}

.get-in-touch-office-card a {
    color: #fff;
    text-decoration: none;
    transition: opacity .25s ease;
}

.get-in-touch-office-card a:hover {
    opacity: .8;
}

.get-in-touch-right {
    background: #020255;
    padding: 48px 58px 55px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.get-in-touch-right .section-header {
    text-align: center;
    margin-bottom: 28px;
}

.get-in-touch-right .section-header h2 {
    margin: 0 0 10px;
    font-family: 'Cardo', serif;
    font-size: 38px;
    line-height: 1.15;
    font-weight: 400;
    color: #fff;
}

.get-in-touch-form {
    width: 100%;
}

/* Fluent Forms wrapper reset */
.get-in-touch-form .fluentform {
    color: #fff;
}

.get-in-touch-form .ff-el-group {
    margin-bottom: 14px;
}

.get-in-touch-form input[type="text"],
.get-in-touch-form input[type="email"],
.get-in-touch-form input[type="tel"],
.get-in-touch-form input[type="date"],
.get-in-touch-form input[type="number"],
.get-in-touch-form textarea,
.get-in-touch-form select {
    width: 100%;
    min-height: 54px;
    padding: 14px 16px;
    border: 0;
    border-radius: 0;
    background: #f3f3f3;
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    box-shadow: none;
}

.get-in-touch-form textarea {
    min-height: 120px;
    resize: vertical;
}

.get-in-touch-form input::placeholder,
.get-in-touch-form textarea::placeholder {
    color: #9aa0a6;
    opacity: 1;
}

/* Remove rounded/plugin styling */
.get-in-touch-form .ff-el-form-control {
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

/* Labels hidden to match screenshot placeholders-only look */
.get-in-touch-form .ff-el-input--label label,
.get-in-touch-form .ff-el-form-check-label,
.get-in-touch-form .ff-el-group label {
    font-family: 'Assistant', sans-serif;
}

/* Submit button */
.get-in-touch-form .ff-btn-submit,
.get-in-touch-form button[type="submit"],
.get-in-touch-form input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 50px;
    padding: 0 28px;
    border: none;
    border-radius: 0;
    background: #ffffff;
    color: #2b2f69;
    font-family: 'Cardo', serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .25s ease;
    box-shadow: none;
}

.get-in-touch-form .ff-btn-submit:hover,
.get-in-touch-form button[type="submit"]:hover,
.get-in-touch-form input[type="submit"]:hover {
    background: #f0f0f0;
    transform: translateY(-1px);
}

/* Center submit button like screenshot */
.get-in-touch-form .ff_submit_btn_wrapper,
.get-in-touch-form .ff-t-container .ff_submit_btn_wrapper {
    text-align: center;
    margin-top: 26px;
}

/* Try to keep recaptcha centered if used */
.get-in-touch-form .ff-el-recaptcha,
.get-in-touch-form .g-recaptcha,
.get-in-touch-form .ff-el-group.recaptcha-container {
    display: flex;
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 20px;
}

/* Fluent Forms validation text */
.get-in-touch-form .text-danger,
.get-in-touch-form .error,
.get-in-touch-form .ff-el-is-error .error {
    font-size: 13px;
    margin-top: 6px;
}

/* Responsive */
@media (max-width: 1199px) {
    .get-in-touch-wrap {
        grid-template-columns: 1fr 1.1fr;
    }

    .get-in-touch-right {
        padding: 42px 38px 48px;
    }
}

@media (max-width: 991px) {
    .get-in-touch-wrap {
        grid-template-columns: 1fr;
    }

    .get-in-touch-left,
    .get-in-touch-right {
        min-height: auto;
    }

    .get-in-touch-left {
        min-height: 420px;
    }

    .get-in-touch-right {
        padding: 40px 28px 44px;
    }
}

@media (max-width: 767px) {
    .get-in-touch-section {
        padding: 70px 0 85px;
    }

    .get-in-touch-left {
        min-height: 360px;
    }

    .get-in-touch-office-card {
        width: 84%;
    }

    .get-in-touch-office-card h3 {
        font-size: 30px;
    }

    .get-in-touch-office-card p {
        font-size: 18px;
    }

    .get-in-touch-right .section-header h2 {
        font-size: 34px;
    }

    .get-in-touch-right {
        padding: 34px 22px 38px;
    }

    .get-in-touch-form input[type="text"],
    .get-in-touch-form input[type="email"],
    .get-in-touch-form input[type="tel"],
    .get-in-touch-form input[type="date"],
    .get-in-touch-form input[type="number"],
    .get-in-touch-form textarea,
    .get-in-touch-form select {
        min-height: 50px;
        font-size: 15px;
    }

    .get-in-touch-form textarea {
        min-height: 110px;
    }

    .get-in-touch-form .ff-btn-submit,
    .get-in-touch-form button[type="submit"],
    .get-in-touch-form input[type="submit"] {
        min-width: 145px;
        height: 48px;
        font-size: 17px;
    }
}