.map-parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
}

.map-title {
    font-size: 16px;
    font-weight: bold;
    color: #002334;
    letter-spacing: 0.48px;
    margin-bottom: 12px;
    font-family: "Plus Jakarta Sans";
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.map-info-area p {
    color: #002334;
    font-family: "Plus Jakarta Sans";
    letter-spacing: 0.48px;
}

.map-area iframe {
    border-radius: 10px 10px 0 0;
    position: relative;
}

.map-info-area {
    position: relative;
    padding: 26px 30px;
    background: #F5FAFF;
    border-radius: 0 0 10px 10px;
}

.map-area .map-img {
    height: 300px;
    width: 100%;
}

.contact-page .heading-36 {
    margin-bottom: 50px;
}

.contact-page .surrounds .heading-36:after {
    position: absolute;
    content: "";
    background: url(../images/title-bottom.svg) no-repeat;
    left: 42%;
    bottom: -20px;
    width: 224px;
    height: 14px;
}



.contact-phone-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 85px;
    padding: 25px 0 50px 0;
}

.contact-phone-info .contact-phone-advice {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    line-height: 1.2;
}

.contact-phone-info .contact-phone-advice span {
    color: #9aa992;
    font-size: 14px;
    margin-bottom: 4px;
}

.contact-phone-info .contact-phone-advice a {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.contact-phone-info .contact-phone-advice .contact-phone-link img {
    margin-right: 5px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(28%) saturate(991%) hue-rotate(239deg) brightness(84%) contrast(93%);
}

.contact-phone-info .contact-phone-advice a:hover {
    color: var(--themecolor);
}

/* get in touch */
.get-in-touch {
    position: absolute;
    right: 70px;
    top: 50%;
    z-index: 1;
    width: 553px;
    margin: 0 auto;
    left: auto;
    transform: translateY(-50%);
}

.get-in-touch .heading-36 {
    color: #fff;
    margin-bottom: 10px;
}

.get-in-touch p {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px;
    letter-spacing: 0.42px;
}

.get-in-touch .form-bg-wrapper {
    border: 1px solid var(--yellowcolor);
    padding: 31px 50px;
}

.get-in-touch-img img {
    border-radius: 10px;
    position: relative;
}

.get-in-touch input {
    /* width: 453px; */
    width: 100%;
}

.get-in-touch .wpcf7-form.invalid .form-group:has(.form-bottom-text) {
    margin-bottom: 0;
}

.get-in-touch .wpcf7-form.invalid .upload_btn {
    margin-bottom: 10px;
}

.get-in-touch .wpcf7-form.invalid .form-bottom-text {
    margin-bottom: 10px;
}

.get-in-touch .wpcf7-form.invalid .submitbtn {
    /* margin: 0 0 10px auto; */
    margin: 0;
    width: 100%;
}

.wpcf7-form.invalid .form-group:has(textarea) {
    margin-bottom: 5px;
}

/* -------------------- */
.get-in-touch .form-bg-wrapper:has(.wpcf7-form.invalid) {
    padding: 10px 30px;
}

.get-in-touch .form-bg-wrapper:has(.wpcf7-form.invalid) .heading-36 {
    margin-bottom: 3px;
}

.get-in-touch .form-bg-wrapper:has(.wpcf7-form.invalid) p {
    margin-bottom: 10px;
}



/* rersponsive start */
@media (max-width: 1439.98px) {
    .map-parent {
        column-gap: 18px;
    }

    .contact-page .heading-36 {
        margin-bottom: 25px;
    }

    .get-in-touch .form-bg-wrapper {
        padding: 30px;
    }
}

@media (max-width: 1199.98px) {
    .map-parent {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 25px;
        row-gap: 25px;
    }

    .get-in-touch-img img {
        display: none;
    }

    .get-in-touch {
        position: relative;
        right: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: none;
    }

    .get-in-touch input {
        width: 100%;
    }

    .get-in-touch .form-bg-wrapper {
        padding: 60px;
    }
}

@media (max-width: 1199.98px) {
    .get-in-touch .form-bg-wrapper {
        padding: 25px;
    }
}

@media (max-width: 767.98px) {
    .map-parent {
        column-gap: 15px;
        row-gap: 15px;
    }

    .contact-page .heading-36 {
        margin-bottom: 15px;
    }

    .get-in-touch p {
        margin-bottom: 15px;
    }
}

@media (max-width: 575.98px) {
    .map-parent {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0px;
        row-gap: 25px;
    }

    .contact-phone-info .contact-phone-advice {
        display: block;
        margin-bottom: 20px;
    }

    .contact-phone-info {
        display: block;
        padding: 25px 0 25px 0;
        text-align: center;
    }

    .contact-phone-link {
        padding-top: 5px;
    }

    .contact-page .surrounds .heading-36:after {
        left: 23%;
    }

}