/* ===== Contact Us page CSS ===== */
/* Last edited by NK on 27-09-2024 at 16:07 Hours */

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

* {
    font-family: 'Quicksand', sans-serif;
}

.container-fluid {
    padding: 0;
}

#content {
    overflow-x: clip;
}

/* Banner section CSS starts below :- */
section.contact-us-banner {
    margin-top: 6em;
    margin-bottom: 2em;
}

section.contact-us-banner .first-portion-leftSide {
    /* Add css */
}

section.contact-us-banner .banner-img-style {
    /* Add css */
}

.first-portion-leftSide article.simple-breadcrumb {
    margin-left: 3.4em;
    margin-top: 0;
    position: relative;
    top: 10em;
}

article.simple-breadcrumb a {
    color: #151623;
    font-size: 1em;
    font-weight: 600;
}

article.simple-breadcrumb i {
    /* add css */
    margin: 0 5px;
    font-size: 1.2em;
    color: #93C572;
}

.first-portion-leftSide h1.banner-heading {
    font-size: 2em;
    font-weight: 500;
    margin-top: 0;
    margin-left: 1.6em;
    line-height: 1.5;
    position: relative;
    letter-spacing: -0.5px;
    top: 6em;
    margin-bottom: 0;
}

.banner-img-style img.banner-img {
    width: 100%;
}

/* Contact us form section starts below :- */
section.contact-us-message .upper-connector-line {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -17.3em;
    z-index: 9;
    width: 2px;
    height: 120px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.upper-connector-line .line-white {
    height: 50%;
    background-color: #fff;
}

.upper-connector-line .line-black {
    height: 52%;
    background-color: #151623;
}

section.contact-us-form {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, .5))), url(http://storage.googleapis.com/mag-realty.appspot.com/5433445668880384);
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url(http://storage.googleapis.com/mag-realty.appspot.com/5433445668880384);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    position: relative;
    margin-top: 0;
    padding: 8em 4em 4em;
}

section.contact-us-form .section-title {
    /* add css */
}

.section-title h3 {
    font-size: 3em;
    line-height: 1.3;
    color: #93C572;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.section-title h4 {
    font-size: 1em;
    font-weight: 500;
    margin: 2em 0;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.section-title h4::after {
    content: "";
    border-bottom: 3px solid #93C572;
    position: absolute;
    width: 4em;
    top: 10em;
    left: 47.8%;
}

section.contact-us-form article.enquiry-form-wrapper {
    margin: 2.5em 0;
}

section.contact-us-form .form-grid-vertical {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 26px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.form-grid-vertical label {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
}

.form-grid-vertical .w-input, .form-grid-vertical .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.form-grid-vertical textarea.w-input, .form-grid-vertical textarea.w-select {
    height: auto;
}

.form-grid-vertical .form-input.textarea {
    height: auto;
    min-height: 8em;
    resize: vertical;
}

.form-grid-vertical .form-input {
    height: 54px;
    margin-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #151623;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    color: #151623;
    font-size: 18px;
    line-height: 26px;
}

.form-grid-vertical input.custom-submit-button {
    -webkit-appearance: button;
}

.form-grid-vertical .custom-submit-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #93C572;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

.form-grid-vertical .custom-submit-button {
    padding: 1em 2em;
    border-style: solid;
    border-width: 1px;
    border-color: #151623;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 0.5px;
    background-color: #151623;
    -webkit-transition: border-color 200ms ease, color 200ms ease, background-color 200ms ease;
    transition: border-color 200ms ease, color 200ms ease, background-color 200ms ease;
    color: #93C572;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.form-grid-vertical .custom-submit-button:hover {
    background-color: transparent;
    color: #151623;
}

.form-grid-vertical .form-input:focus {
    border-color: #151623;
}

.form-grid-vertical .form-input::-webkit-input-placeholder {
    color: #151623;
}

.form-grid-vertical .form-input:-ms-input-placeholder {
    color: #151623;
}

.form-grid-vertical .form-input::-ms-input-placeholder {
    color: #151623;
}

.form-grid-vertical .form-input::placeholder {
    color: #151623;
}

a.quick-contact {
    color: #151623;
}

i.quick-contact-icon {

    margin-right: 3px;
    position: relative;
    font-size: 1.3em;
    top: 1px;
    color: #93C572;
}

/* Separator section css starts below :- */
section.contact-us-message {
    background-color: #151623;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding: 8.6em 0;
}

section.contact-us-message h4 {
    font-size: 2.2em;
    color: #93C572;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

section.contact-us-message .span {
    font-size: 1.1em;
    font-weight: 400;
    margin: 2em auto;
    width: 90%;
    text-align: justify;
    color: #ffffff;
    line-height: 2;
    letter-spacing: 0.5px;
}

section.contact-us-message .lower-connector-line {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 0;
    z-index: 9;
    width: 2px;
    height: 120px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.lower-connector-line .line-white {
    height: 50%;
    background-color: #fff;
}

.lower-connector-line .line-blue {
    height: 52%;
    background-color: #151623;
}

/* Office location map css starts below :- */
section.map-location {
    margin-top: 0;
    margin-bottom: -5px;
}

section.map-location iframe {
    border: none;
    width: 100%;
}

/* ===== Contact Us media queries starts here ===== */
@media only screen and (max-width: 993px) {
    section.contact-us-banner {
        margin-bottom: 7em;
    }

    .first-portion-leftSide article.simple-breadcrumb {
        margin-top: 0;
    }

    .first-portion-leftSide h1.banner-heading {
        font-size: 2em;
        width: 90%;
    }

    .banner-img-style img.banner-img {
        margin-top: 6em;
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    section.contact-us-banner {
        margin-bottom: 10em;
    }

    section.contact-us-banner .first-portion-leftSide {
        margin-top: 12%;
        margin-left: 2.2em;
    }

    .first-portion-leftSide article.simple-breadcrumb {
        margin-left: 0;
        margin-top: 0;
        top: 0;
    }

    .first-portion-leftSide h1.banner-heading {
        margin-top: 1em;
        margin-left: 0;
        font-size: 1.8em;
        width: 80%;
        top: 0;
    }

    .banner-img-style img.banner-img {
        margin-top: 3em;
        height: auto;
    }
}