:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-db37382 *//* ========================================
   BROWINE CONTACT PAGE
======================================== */

.browine-contact {
    width: 100%;
    background: #F7F7F5;
    padding: 90px 20px;
    box-sizing: border-box;
}

.browine-contact *,
.browine-contact *::before,
.browine-contact *::after {
    box-sizing: border-box;
}

/* Container */

.browine-contact-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/* ========================================
   HEADING
======================================== */

.contact-heading {
    max-width: 750px;
    margin: 0 auto 65px;
    text-align: center;
}

.contact-heading span {
    display: block;
    margin-bottom: 15px;
    color: #7F9278;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 4px;
}

.contact-heading h1 {
    margin: 0 0 20px;
    color: #5C4030;
    font-size: 52px;
    line-height: 1.15;
    font-weight: 500;
}

.contact-heading p {
    margin: 0;
    color: #5F6368;
    font-size: 17px;
    line-height: 1.8;
}


/* ========================================
   MAIN GRID
======================================== */

.contact-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: start;
}


/* ========================================
   CONTACT FORM
======================================== */

.contact-form-box {
    background: #FFFFFF;
    padding: 50px;
}

.contact-form-box h2 {
    margin: 0 0 30px;
    color: #5C4030;
    font-size: 30px;
    font-weight: 500;
}


/* Contact Form 7 Fields */

.contact-form-box input,
.contact-form-box textarea,
.contact-form-box select {
    width: 100%;
    background: #F7F7F5;
    border: 1px solid #DEDAD4;
    border-radius: 0;
    color: #333333;
    font-size: 15px;
    padding: 15px 18px;
    outline: none;
    box-shadow: none;
    margin-bottom: 18px;
}

.contact-form-box input {
    height: 52px;
}

.contact-form-box textarea {
    height: 150px;
    resize: vertical;
}

.contact-form-box input:focus,
.contact-form-box textarea:focus,
.contact-form-box select:focus {
    border-color: #7F9278;
}


/* Submit Button */

.contact-form-box input[type="submit"],
.contact-form-box .wpcf7-submit {
    width: auto;
    min-width: 180px;
    height: auto;
    margin: 10px 0 0;
    padding: 16px 35px;
    background: #7F9278;
    border: 1px solid #7F9278;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-form-box input[type="submit"]:hover,
.contact-form-box .wpcf7-submit:hover {
    background: transparent;
    color: #7F9278;
}


/* ========================================
   CONTACT DETAILS
======================================== */

.contact-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.contact-info-item {
    min-height: 205px;
    background: #FFFFFF;
    padding: 30px;
}

.contact-info-item h3 {
    margin: 0 0 15px;
    color: #5C4030;
    font-size: 20px;
    font-weight: 500;
}

.contact-info-item p {
    margin: 0;
    color: #5F6368;
    font-size: 15px;
    line-height: 1.75;
}

.contact-info-item a:not(.map-link) {
    display: inline-block;
    margin-bottom: 15px;
    color: #7F9278;
    font-size: 15px;
    text-decoration: none;
    word-break: break-word;
}

.contact-info-item a:not(.map-link):hover {
    color: #5C4030;
}


/* ========================================
   GOOGLE MAP BUTTON
======================================== */

.map-link {
    display: inline-block;
    margin-top: 18px;
    color: #5C4030;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #5C4030;
    padding-bottom: 4px;
    transition: all 0.3s ease;
}

.map-link:hover {
    color: #7F9278;
    border-color: #7F9278;
}


/* ========================================
   BEFORE YOU CONTACT
======================================== */

.contact-before {
    max-width: 850px;
    margin: 70px auto 0;
    padding: 45px 50px;
    text-align: center;
    background: #EDEAE5;
}

.contact-before h2 {
    margin: 0 0 18px;
    color: #5C4030;
    font-size: 28px;
    font-weight: 500;
}

.contact-before p {
    margin: 0;
    color: #5F6368;
    font-size: 16px;
    line-height: 1.8;
}

.contact-before a {
    color: #7F9278;
    font-weight: 600;
    text-decoration: none;
}

.contact-before a:hover {
    color: #5C4030;
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 1024px) {

    .browine-contact {
        padding: 70px 25px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 767px) {

    .browine-contact {
        padding: 55px 15px;
    }

    .contact-heading {
        margin-bottom: 40px;
    }

    .contact-heading h1 {
        font-size: 38px;
    }

    .contact-heading p {
        font-size: 15px;
        line-height: 1.7;
    }

    .contact-form-box {
        padding: 30px 20px;
    }

    .contact-form-box h2 {
        font-size: 26px;
    }

    .contact-details {
        grid-template-columns: 1fr;
    }

    .contact-info-item {
        min-height: auto;
        padding: 28px 22px;
    }

    .contact-before {
        margin-top: 45px;
        padding: 35px 22px;
    }

    .contact-before h2 {
        font-size: 25px;
    }

    .contact-before p {
        font-size: 15px;
    }

    .contact-form-box input[type="submit"],
    .contact-form-box .wpcf7-submit {
        width: 100%;
    }

}/* End custom CSS */