.contact-page-side-image {
    width: 100%;
    display: block;
}

.contact-box .row > [class*="col-"] {
    display: flex;
}

.contact-box .item {
    width: 100%;
    min-height: 250px;
}

.contact-location-phone {
    margin-top: 12px !important;
    font-weight: 700;
}

.contact-box .item .contact-location-phone a {
    color: inherit;
}

.contact-page-submit {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.contact-page-submit-label {
    line-height: 1;
}

.contact-form-feedback {
    margin-bottom: 24px;
    padding: 16px 18px;
    border-radius: 18px;
    font-weight: 600;
    line-height: 1.6;
}

.contact-form-feedback--success {
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.2);
    color: #047857;
}

.contact-form-feedback--error {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.18);
    color: #b91c1c;
}

.contact-map-section {
    width: 100%;
    min-height: 520px;
    position: relative;
    overflow: hidden;
}

.contact-map-section iframe {
    width: 100%;
    height: 520px;
    border: 0;
    display: block;
    filter: grayscale(0.06) saturate(0.95);
}

@media (max-width: 991.98px) {
    .contact-box .item {
        min-height: 230px;
    }

    .contact-map-section,
    .contact-map-section iframe {
        min-height: 420px;
        height: 420px;
    }
}

@media (max-width: 575.98px) {
    .contact-box .row > [class*="col-"] {
        display: block;
    }

    .contact-box .item {
        min-height: 0;
    }

    .contact-map-section,
    .contact-map-section iframe {
        min-height: 360px;
        height: 360px;
    }

    .contact-box .item i.numb {
        right: 8px;
        bottom: -14px;
        font-size: 96px;
    }
}
