.elementor-98 .elementor-element.elementor-element-78e19b8{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-98 .elementor-element.elementor-element-78e19b8:not(.elementor-motion-effects-element-type-background), .elementor-98 .elementor-element.elementor-element-78e19b8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F2EB;}.elementor-98 .elementor-element.elementor-element-dd9e039{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-98 .elementor-element.elementor-element-64a1bab{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-98 .elementor-element.elementor-element-6a761db{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}body.elementor-page-98:not(.elementor-motion-effects-element-type-background), body.elementor-page-98 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F2EB;}/* Start custom CSS for html, class: .elementor-element-dd9e039 *//* ===============================
   Target only Zoho Web-to-Lead form
================================ */



/* ===============================
   Square Submit Button
================================ */
#crmWebToEntityForm .formsubmit.zcwf_button {
    border-radius: 0px !important;
}


/* ===============================
   Hide Reset Button
================================ */
#crmWebToEntityForm input[type="reset"] {
    display: none !important;
}


/* ===============================
   Hide Field Labels (Your Name, Mobile, Email)
================================ */
#crmWebToEntityForm .zcwf_col_lab {
    display: none !important;
}


/* ===============================
   Make fields full width
================================ */
#crmWebToEntityForm .zcwf_col_fld {
    width: 100% !important;
    float: none !important;
}


/* Expand input boxes */
#crmWebToEntityForm .zcwf_col_fld input[type="text"] {
    width: 100% !important;
    height: 44px;
    padding: 10px 12px;
    font-size: 14px;
}


/* Center the button */
#crmWebToEntityForm .zcwf_row:last-child .zcwf_col_fld {
    text-align: center;
}


/* Improve spacing between fields */
#crmWebToEntityForm .zcwf_row {
    margin: 10px 0 !important;
}

/* =====================================================
   ICON SPACE INSIDE INPUTS
   Creates left padding for icons
===================================================== */
#crmWebToEntityForm .zcwf_col_fld input[type="text"]{
    padding-left:48px !important;
    background-repeat:no-repeat;
    background-position:14px center;
    background-size:18px 18px;
    background-color:#EFEDE6 !important;
    border:0 !important;
    height:58px !important;
    font-size:15px;
}


/* ===== INPUT ICON BASE SETTINGS ===== */
#crmWebToEntityForm .zcwf_col_fld input[type="text"]{
    padding-left:50px !important;
    background-repeat:no-repeat;
    background-position:16px center;
    background-size:20px 20px;
}


/* ===== FULL NAME ICON ===== */
#Last_Name{
background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%238B6D3E'%3E%3Cpath d='M12 12c2.7 0 5-2.3 5-5s-2.3-5-5-5-5 2.3-5 5 2.3 5 5 5zm0 2c-3.3 0-10 1.7-10 5v3h20v-3c0-3.3-6.7-5-10-5z'/%3E%3C/svg%3E");
}


/* ===== EMAIL ICON ===== */
#Email{
background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%238B6D3E'%3E%3Cpath d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
}


/* ===== PHONE ICON ===== */
#Mobile{
background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%238B6D3E'%3E%3Cpath d='M6.6 10.8c1.5 3 3.9 5.4 6.9 6.9l2.3-2.3c.3-.3.7-.4 1.1-.3 1.2.4 2.5.6 3.8.6.6 0 1 .4 1 1V21c0 .6-.4 1-1 1C10.1 22 2 13.9 2 3c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.6.6 3.8.1.4 0 .8-.3 1.1l-2.2 2.3z'/%3E%3C/svg%3E");
}


/* =========================================
   SUBMIT BUTTON FONT STYLE
========================================= */
#crmWebToEntityForm input[type="submit"],
#crmWebToEntityForm .formsubmit.zcwf_button{
    font-family: "Roboto", sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important; /* bold */
    letter-spacing: 0.5px;
}


/* =========================================
   SUBMIT BUTTON HOVER COLOR
========================================= */
#crmWebToEntityForm input[type="submit"]:hover,
#crmWebToEntityForm .formsubmit.zcwf_button:hover,
#crmWebToEntityForm .zcwf_button.formsubmit:hover{
    background: #8B6D3E !important;
    color: #ffffff !important;
    border-color: #8B6D3E !important;
}

/* =========================================
   MOBILE VIEW - Submit Button Text Size
========================================= */
@media only screen and (max-width: 600px){

    #crmWebToEntityForm input[type="submit"],
    #crmWebToEntityForm .formsubmit.zcwf_button{
        font-size:16px !important;
        line-height:1.2;
    }

}/* End custom CSS */