/* Contact Body Block */
.acv-contact-body-block {
    width: 100%;
    padding: 90px 190px 100px;
    background: #ffffff;
}

.acv-contact-body-inner {
    display: flex;
    gap: 70px;
    align-items: flex-start;
    max-width: 1600px;
    margin: 0 auto;
}

.acv-contact-body-left {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    gap: 38px;
}

.acv-contact-card {
    padding-bottom: 34px;
    border-bottom: 1px solid #e2e9ef;
}

.acv-contact-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.acv-contact-region {
    margin: 0 0 8px;
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    text-transform: none;
    color: #000000;
    font-weight: 400;
}

.acv-contact-title {
    margin: 56px 0px 4px;
    font-size: 1.75rem;
    font-weight: 400;
    color: #0f2b3b;
}

.acv-contact-subtitle {
    margin: 0 0 12px;
    font-size: 1rem;
    color: #1b9ab3;
}

.acv-contact-address,
.acv-contact-hours,
.acv-contact-what3words {
    color: #000000;
    font-size: 0.98rem;
    line-height: 1.6;
    margin-bottom: 14px;
    margin-top: 40px;
    border-top: 1px;
    border-style: solid;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-color: #dedede;
    padding-top: 15px;
}

.acv-contact-what3words {
    border: none;
}

.acv-contact-phone,
.acv-contact-email,
.acv-contact-website {
    margin: 0 0 10px;
}

.acv-contact-phone a,
.acv-contact-email a,
.acv-contact-website a {
    color: #14657c;
    font-size: 1.75rem;
    text-decoration: none;
    font-weight: 400;
}

.acv-contact-phone a:hover,
.acv-contact-email a:hover,
.acv-contact-website a:hover {
    text-decoration: underline;
}

.acv-contact-map {
    margin-top: 40px;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: none;
}

.acv-contact-map iframe,
.acv-contact-map img {
    display: block;
    width: 100%;
    height: 280px;
    border: 0;
}

.acv-contact-empty {
    color: #748290;
    font-style: italic;
}

.acv-contact-body-right {
    flex: 0 0 60%;
    padding-left: 60px;
    border-left: 1px solid #e1e7ee;
}

.acv-contact-body-heading {
    margin: 0 0 16px;
    font-size: 2.5rem;
    color: #000000;
    font-weight: 400;
    width: 75%;
}

.acv-contact-body-copy {
    color: #000000;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 28px;
    max-width: 75%;
}

.acv-contact-form-wrapper {
    max-width: 100%;
}

/* Non-Gravity Forms styles (WPForms, CF7, generic inputs) */
.acv-contact-form-wrapper input:not([type="checkbox"]):not([type="radio"]),
.acv-contact-form-wrapper select,
.acv-contact-form-wrapper textarea {
    width: 100%;
    border: none;
    border-radius: 6px;
    background: #f3f3f3;
    padding: 14px 16px;
    font-size: 1rem;
    color: #0f2b3b;
    margin-bottom: 14px;
    box-sizing: border-box;
    box-shadow: none;
}

.acv-contact-form-wrapper input:focus,
.acv-contact-form-wrapper select:focus,
.acv-contact-form-wrapper textarea:focus {
    outline: none;
    border-color: transparent;
    box-shadow: 0 0 0 2px rgba(28, 143, 167, 0.15);
}

.acv-contact-form-wrapper input[type="submit"],
.acv-contact-form-wrapper button,
.acv-contact-form-wrapper .wpcf7-submit {
    width: auto;
    min-width: 160px;
    background: var(--acv-btn-primary-bg, #ee7f2d);
    color: #ffffff;
    border: none;
    border-radius: 999px;
    padding: 14px 32px;
    font-size: 1rem;
    font-weight: 400;
    cursor: pointer;
    box-shadow: none;
}

.acv-contact-form-wrapper input[type="submit"]:hover,
.acv-contact-form-wrapper button:hover,
.acv-contact-form-wrapper .wpcf7-submit:hover {
    opacity: 0.92;
}

/* Gravity Forms styles moved to /css/gravity-forms.css */

@media (max-width: 1200px) {
    .acv-contact-body-block {
        padding: 70px 60px;
    }

    .acv-contact-body-inner {
        gap: 40px;
    }

    .acv-contact-body-right {
        padding-left: 40px;
    }
}

@media (max-width: 900px) {
    .acv-contact-body-inner {
        flex-direction: column;
    }

    .acv-contact-body-left,
    .acv-contact-body-right {
        flex: 1 1 100%;
        width: 100%;
    }

    .acv-contact-body-right {
        padding-left: 0;
        border-left: none;
        padding-top: 20px;
        border-top: 1px solid #e1e7ee;
    }
}

@media (max-width: 600px) {
    .acv-contact-body-block {
        padding: 50px 20px;
    }

    .acv-contact-map iframe,
    .acv-contact-map img {
        height: 220px;
    }
}