.elementor-885 .elementor-element.elementor-element-f974af4{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-885 .elementor-element.elementor-element-f974af4:not(.elementor-motion-effects-element-type-background), .elementor-885 .elementor-element.elementor-element-f974af4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FCF7E8;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-506cfdd *//* ============================================
   CONTACT SECTION
============================================ */

.contact-section,
.contact-section * {
    box-sizing: border-box;
}

.contact-section {
    width: 100%;
    padding: 75px 60px 90px;

    background: #fcf7e8;
    color: #fcf7e8;

    font-family: "DM Sans", Arial, sans-serif;
}


/* ============================================
   HEADING
============================================ */

.contact-heading {
    width: 100%;
    margin: 0 auto 70px;

    text-align: center;
}

.contact-heading h2 {
    margin: 0 0 24px;

    color: #1f1814;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
}

.contact-heading p {
    margin: 0;

    color: #1f1814;

    font-family: "DM Sans", Arial, sans-serif;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 400;
}


/* ============================================
   WHITE CONTACT BOX
============================================ */

.contact-box {
    width: 100%;
    max-width: 1440px;
    min-height: 430px;

    margin: 0 auto;

    padding: 45px 50px;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;

    align-items: start;

    background: #ffffff;

    border-radius: 40px;
}


/* ============================================
   LEFT CONTACT INFORMATION
============================================ */

.contact-info {
    padding: 5px 0 0 0;
}

.contact-phone {
    margin: 0 0 25px;

    color: #1f1814;

    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
}

.contact-phone a {
    color: #1f1814 !important;

    text-decoration: none !important;
}

.contact-location {
    margin-bottom: 25px;
}

.contact-location:last-child {
    margin-bottom: 0;
}

.contact-location h3 {
    margin: 0 0 24px;

    color: #1f1814;

    font-family: "DM Sans", Arial, sans-serif;
    font-size: 23px;
    line-height: 1.25;
    font-weight: 400;
}

.contact-location p {
    margin: 0;

    color: #1f1814;

    font-family: "DM Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}


/* ============================================
   RIGHT FORM
============================================ */

.contact-form-wrap {
    width: 100%;
}

.contact-form {
    width: 100%;

    display: flex;
    flex-direction: column;

    gap: 10px;
}


/* INPUTS */

.contact-form input,
.contact-form textarea {
    width: 100%;

    margin: 0;

    border: 1px solid #dedede;
    border-radius: 7px;

    outline: none;

    background: #ffffff;
    color: #1f1814;

    font-family: "DM Sans", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;

    box-shadow: none;

    transition: border-color 0.2s ease;
}

.contact-form input {
    height: 47px;

    padding: 0 16px;
}

.contact-form textarea {
    height: 125px;
    min-height: 125px;

    padding: 13px 16px;

    resize: vertical;
}


/* PLACEHOLDER */

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #666666;
    opacity: 1;
}


/* FOCUS */

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #999999;

    outline: none;
    box-shadow: none;
}


/* ============================================
   SUBMIT BUTTON
============================================ */

.contact-form button {
    width: 145px;
    height: 50px;

    margin-top: 0;

    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 0;
    border-radius: 6px;

    background: #252525;
    color: #ffffff;

    font-family: "DM Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;

    cursor: pointer;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.contact-form button:hover {
    background: #1f1814;
}


/* ============================================
   TABLET
============================================ */

@media (max-width: 1100px) {

    .contact-section {
        padding: 65px 35px 75px;
    }

    .contact-heading {
        margin-bottom: 55px;
    }

    .contact-box {
        padding: 40px;

        gap: 55px;

        border-radius: 32px;
    }

    .contact-heading p {
        font-size: 19px;
    }

    .contact-phone {
        font-size: 18px;
    }

    .contact-location h3 {
        font-size: 21px;
    }

    .contact-location p {
        font-size: 14px;
    }
}


/* ============================================
   MOBILE
============================================ */

@media (max-width: 767px) {

    .contact-section {
        padding: 50px 20px 60px;
    }


    /* HEADING */

    .contact-heading {
        margin-bottom: 40px;
    }

    .contact-heading h2 {
        margin-bottom: 16px;

        font-size: 30px;
    }

    .contact-heading p {
        max-width: 330px;

        margin: 0 auto;

        font-size: 16px;
        line-height: 1.5;
    }


    /* BOX */

    .contact-box {
        min-height: 0;

        padding: 32px 25px;

        grid-template-columns: 1fr;

        gap: 38px;

        border-radius: 28px;
    }


    /* CONTACT INFORMATION */

    .contact-info {
        padding: 0;
    }

    .contact-phone {
        margin-bottom: 24px;

        font-size: 17px;
    }

    .contact-location {
        margin-bottom: 24px;
    }

    .contact-location h3 {
        margin-bottom: 12px;

        font-size: 20px;
    }

    .contact-location p {
        font-size: 14px;
        line-height: 1.55;
    }


    /* FORM */

    .contact-form {
        gap: 10px;
    }

    .contact-form input {
        height: 48px;
    }

    .contact-form textarea {
        height: 130px;
        min-height: 130px;
    }

    .contact-form button {
        width: 145px;
        height: 48px;
    }
}


/* ============================================
   SMALL MOBILE
============================================ */

@media (max-width: 480px) {

    .contact-section {
        padding: 42px 16px 50px;
    }

    .contact-heading h2 {
        font-size: 28px;
    }

    .contact-heading p {
        font-size: 15px;
    }

    .contact-box {
        padding: 28px 20px;

        border-radius: 24px;
    }

    .contact-phone {
        font-size: 16px;
    }

    .contact-location h3 {
        font-size: 19px;
    }

    .contact-form button {
        width: 135px;
    }
}/* End custom CSS */