.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-ec65221:#1E293B;--e-global-color-7ca23e0:#1E293B;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 */.reach-form {
    max-width: 700px;
    background: #f7f7f7;
    padding: 30px;
    border: 1px solid #ddd;
    font-family: Arial, sans-serif;
}

.reach-form h2 {
    font-size: 32px;
    margin-bottom: 5px;
    color: #222;
}

.reach-form p {
    margin-bottom: 25px;
    color: #666;
    font-size: 15px;
}

.form-row {
    display: flex;
    gap: 5px;
    margin-bottom: 0px;
}

.form-group {
    width: 100%;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #dcdcdc;
    background: #fff;
    font-size: 14px;
    border-radius: 2px;
    box-sizing: border-box;
}

.form-group textarea {
    height: 160px;
    resize: none;
}

.email-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1px;
}

.email-top label {
    font-size: 14px;
    color: #222;
    font-weight: 600;
}

.field-note {
    font-size: 11px;
    color: #999;
    margin: 0;
    line-height: 1;
}

.checkbox-group {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
}

.checkbox-group input {
    margin-right: 8px;
}

.privacy-links {
    margin-top: 15px;
}

.privacy-links a {
    color: #000;
    font-weight: 600;
    margin-right: 20px;
    text-decoration: none;
}

.submit-btn {
    margin-top: 25px;
}

.submit-btn input[type="submit"] {
    background: #a15e30;
    color: #fff;
    border: none;
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.submit-btn input[type="submit"]:hover {
    opacity: 0.9;
}

@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }
}/* End custom CSS */