.elementor-1703 .elementor-element.elementor-element-a7a738d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:30px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}@media(max-width:767px){.elementor-1703 .elementor-element.elementor-element-a7a738d{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for container, class: .elementor-element-a7a738d */.mihi-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    gap: 18px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 20px 0;
}

.mihi-contact-form-panel,
.mihi-contact-details-panel {
    position: relative;
    padding: 48px 42px 42px;
    border-radius: 3px;
}

.mihi-contact-form-panel {
    background: #f8f5ef;
    border: 1px solid rgba(72, 111, 100, 0.18);
    border-top: 4px solid #334f42;
}

.mihi-contact-details-panel {
    background: #334f42;
    color: #fff;
}

.mihi-contact-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    padding: 10px 18px;
    background: #61796d;
    color: #fff;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mihi-contact-form-panel .mihi-contact-label {
    background: #334f42;
}

.mihi-contact-layout h2 {
    margin: 0 0 20px;
    font-family: 'Calluna', Georgia, serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.2;
}

.mihi-contact-form-panel h2 {
    color: #222;
}

.mihi-contact-details-panel h2 {
    color: #fff;
}

.mihi-contact-layout p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

.mihi-contact-intro {
    max-width: 610px;
    margin: 0 0 34px;
    color: #333;
}

.mihi-contact-details-panel > p {
    margin: 0 0 32px;
    color: rgba(255, 255, 255, 0.82);
}

.mihi-contact-fields {
    display: grid;
    gap: 18px;
}

.mihi-contact-fields-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mihi-contact-field {
    margin-bottom: 20px;
}

.mihi-contact-field label {
    display: block;
    margin-bottom: 9px;
    color: #334f42;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mihi-contact-field input,
.mihi-contact-field textarea {
    display: block;
    width: 100%;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid rgba(72, 111, 100, 0.28);
    border-radius: 2px;
    color: #222;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.mihi-contact-field input {
    min-height: 52px;
}

.mihi-contact-field textarea {
    min-height: 165px;
    resize: vertical;
}

.mihi-contact-field input:focus,
.mihi-contact-field textarea:focus {
    border-color: #61796d;
    box-shadow: 0 0 0 3px rgba(97, 121, 109, 0.12);
    outline: none;
}

.mihi-contact-field input[type="date"] {
    appearance: auto;
}

.mihi-contact-privacy {
    max-width: 620px;
    margin: 2px 0 24px;
    color: #666;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 1.6;
}

.mihi-contact-privacy a {
    color: #334f42;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.mihi-contact-submit,
.mihi-contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 46px;
    padding: 13px 23px;
    border: 0;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.mihi-contact-submit {
    background: #61796d;
    color: #fff;
}

.mihi-contact-submit:hover,
.mihi-contact-submit:focus {
    background: #4f665b;
    color: #fff;
    transform: translateY(-1px);
}

.mihi-contact-button {
    margin-top: 34px;
    background: #f8f5ef;
    color: #334f42;
}

.mihi-contact-button:hover,
.mihi-contact-button:focus {
    background: #fff;
    color: #334f42;
    transform: translateY(-1px);
}

.mihi-contact-submit svg,
.mihi-contact-button svg {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mihi-contact-detail {
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.mihi-contact-detail:last-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.mihi-contact-detail > span {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.64);
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.mihi-contact-detail a,
.mihi-contact-detail p {
    margin: 0;
    color: #fff;
    font-family: 'Calluna', Georgia, serif;
    font-size: 21px;
    line-height: 1.45;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.mihi-contact-detail a:hover,
.mihi-contact-detail a:focus {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.mihi-contact-message {
    margin: 0 0 28px;
    padding: 18px 20px;
    border-radius: 3px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

.mihi-contact-message strong {
    display: block;
    margin-bottom: 5px;
}

.mihi-contact-message p {
    margin: 0;
    font-size: inherit;
}

.mihi-contact-message ul {
    margin: 7px 0 0;
    padding-left: 20px;
}

.mihi-contact-success {
    background: rgba(51, 79, 66, 0.1);
    border: 1px solid rgba(51, 79, 66, 0.25);
    color: #334f42;
}

.mihi-contact-error {
    background: #fff4f1;
    border: 1px solid rgba(148, 57, 39, 0.24);
    color: #7d3022;
}

.mihi-contact-honeypot {
    position: absolute !important;
    left: -99999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 900px) {
    .mihi-contact-layout {
        grid-template-columns: 1fr;
    }

    .mihi-contact-details-panel {
        order: -1;
    }
}

@media (max-width: 767px) {
    .mihi-contact-layout {
        gap: 20px;
    }

    .mihi-contact-form-panel,
    .mihi-contact-details-panel {
        padding: 36px 24px 30px;
    }

    .mihi-contact-layout h2 {
        font-size: 31px;
    }

    .mihi-contact-layout p {
        font-size: 15px;
    }

    .mihi-contact-fields-two {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .mihi-contact-detail a,
    .mihi-contact-detail p {
        font-size: 19px;
    }

    .mihi-contact-submit,
    .mihi-contact-button {
        width: 100%;
    }
}/* End custom CSS */