.contact-info-map {
    position: relative;
    overflow: hidden;
}

.contact-info-map::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 260px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
    z-index: 2;
}

.contact-form .elementor-form .elementor-field-group input,
.contact-form .elementor-form .elementor-field-group textarea,
.contact-form .elementor-form .elementor-field-group select {
    padding: 15px 30px !important;
}

.contact-form .elementor-form .elementor-field-group {
    position: relative;
}

.contact-form .elementor-form .elementor-field-group::after {
    position: absolute;
    content: '';
    /* top: 97px; */
    bottom: 0 !important;
    left: 45px;
    width: 56px;
    height: 2px;
    background: #124548;
}

/* .contact-form .elementor-form .elementor-field-group:has(textarea)::after {
    top: 171px;
} */

.contact-form .elementor-form .elementor-field-group:last-child::after {
    display: none;
}

@media (max-width: 1366px) {
    .contact-info-map::after {
        height: 200px;
    }

    .contact-form .elementor-form .elementor-field-group {
        padding: 0 12px !important;
        margin-bottom: 20px !important;
    }
}

@media (max-width: 575px) {
    .our-mission-details-grid {
        display: flex !important;
        flex-direction: column !important;
    }

    .common-width-style {
        width: 100% !important;
    }
}