.elementor-kit-7{--e-global-color-primary:#343738;--e-global-color-secondary:#DEA433;--e-global-color-text:#343738;--e-global-color-accent:#343738;--e-global-color-2bce340:#C7AB5F;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Arial";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Arial";--e-global-typography-accent-font-weight:500;font-family:"Arial", Garamond Regular, sans-serif;font-size:13px;font-weight:400;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"Cormorant Garamond", Garamond Regular, sans-serif;font-weight:400;}.elementor-kit-7 h1{font-family:"Cormorant Garamond", Garamond Regular, sans-serif;font-weight:400;}.elementor-kit-7 h2{font-family:"Cormorant Garamond", Garamond Regular, sans-serif;font-weight:400;}.elementor-kit-7 h3{font-family:"Cormorant Garamond", Garamond Regular, sans-serif;font-weight:400;}.elementor-kit-7 h4{font-family:"Cormorant Garamond", Garamond Regular, sans-serif;}.elementor-kit-7 h6{font-family:"Cormorant Garamond", Garamond Regular, sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.custom-contact-form {
    width: 100%;
    font-family: "Roboto", sans-serif;
    color: #1c2422;
}

.custom-contact-form h2 {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 28px;
}

.custom-contact-form .contact-heading {
    margin-top: 40px;
}

.custom-contact-form label {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
}

.full-field {
    width: 100%;
    margin-bottom: 25px;
}

.form-row {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
}

.half-field {
    width: 50%;
}

.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form input[type="tel"],
.custom-contact-form select {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #b8bfbd;
    border-radius: 0;
    padding: 9px 0;
    font-size: 13px;
    outline: none;
}

.custom-contact-form textarea {
    width: 100%;
    min-height: 100px;
    border: 1px solid #b8bfbd;
    border-radius: 0;
    padding: 10px;
    font-size: 13px;
    resize: vertical;
}

.custom-contact-form input:focus,
.custom-contact-form select:focus,
.custom-contact-form textarea:focus {
    border-color: #435a6b;
    box-shadow: none;
}

.custom-contact-form small {
    display: block;
    font-size: 10px;
    color: #777;
    margin-top: 5px;
}

.custom-contact-form .consent-field {
    font-size: 11px;
    line-height: 1.5;
    color: #666;
    margin: 15px 0 25px;
}

.custom-contact-form .consent-field a {
    color: #333;
    text-decoration: underline;
}

.custom-contact-form input[type="submit"] {
    background: #435a6b;
    color: #fff;
    border: none;
    padding: 13px 50px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
}

.custom-contact-form input[type="submit"]:hover {
    background: #293d4c;
}

.custom-contact-form .recaptcha-note {
    margin-top: 25px;
    font-size: 10px;
    color: #777;
}

.custom-contact-form .recaptcha-note a {
    color: #444;
    text-decoration: underline;
}

/* Mobile */
@media (max-width: 767px) {

    .custom-contact-form h2 {
        font-size: 24px;
    }

    .form-row {
        display: block;
    }

    .half-field {
        width: 100%;
        margin-bottom: 25px;
    }

    .custom-contact-form input[type="submit"] {
        padding: 12px 40px;
    }
}/* End custom CSS */