.elementor-991284 .elementor-element.elementor-element-0e50e40{--display:flex;--min-height:780px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0%;--margin-bottom:11%;--margin-left:0%;--margin-right:0%;--padding-top:0px;--padding-bottom:0px;--padding-left:40px;--padding-right:40px;}.elementor-991284 .elementor-element.elementor-element-36efec0{--display:flex;--justify-content:flex-start;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--padding-top:0px;--padding-bottom:0px;--padding-left:120px;--padding-right:0px;}@media(max-width:1180px){.elementor-991284 .elementor-element.elementor-element-0e50e40{--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:60px 60px;--row-gap:60px;--column-gap:60px;--margin-top:0px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px;}.elementor-991284 .elementor-element.elementor-element-36efec0{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-991284 .elementor-element.elementor-element-0e50e40{--gap:50px 50px;--row-gap:50px;--column-gap:50px;--margin-top:0px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-991284 .elementor-element.elementor-element-36efec0{--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-991284 .elementor-element.elementor-element-0e50e40{--content-width:1390px;}.elementor-991284 .elementor-element.elementor-element-36efec0{--width:100%;}}@media(max-width:1180px) and (min-width:768px){.elementor-991284 .elementor-element.elementor-element-36efec0{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-1ddbfb5 *//* === ZOHO FORM LIGHT THEME STYLING WITH RESPONSIVE LAYOUT === */

/* Form container */
#crmWebToEntityForm {
  background-color: transparent !important;
  color: #111 !important;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 24px;
  font-family: 'Inter', sans-serif !important;
}

/* Labels */
#crmWebToEntityForm .zcwf_label,
#crmWebToEntityForm .zcwf_col_lab,
#crmWebToEntityForm label,
.zcwf_labelLeft td,
.zcwf_labelLeft .zcwf_label {
  color: #111 !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  letter-spacing: 0.02em;
  display: block;
  margin-bottom: 4px;
}

/* Input fields */
#crmWebToEntityForm input,
#crmWebToEntityForm textarea {
  border-radius: 0 !important;
  width: 100% !important;
  box-sizing: border-box;
  padding: 12px;
  font-family: 'Inter', sans-serif !important;
  font-size: 15px;
  border: 1px solid #ccc !important;
  background-color: #f9f9f9 !important;
  color: #111 !important;
}

/* Form row spacing */
#crmWebToEntityForm .zcwf_row {
  margin-bottom: 20px !important;
  padding: 0 !important;
}

/* Remove spacing around label/input wrappers */
#crmWebToEntityForm .zcwf_col_lab,
#crmWebToEntityForm .zcwf_col_fld {
  padding: 0 !important;
  margin: 0 !important;
}

/* Buttons */
#crmWebToEntityForm input[type="submit"],
#crmWebToEntityForm input[type="reset"] {
  height: 56px !important;
  line-height: 56px !important;
  padding: 0 32px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  font-family: 'Inter', sans-serif !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
  letter-spacing: 0.02em;
  margin-right: 12px;
}

/* Submit Button - dark text on light background */
#crmWebToEntityForm input[type="submit"] {
  background-color: #111 !important;
  color: #fff !important;
}

/* Reset Button - neutral */
#crmWebToEntityForm input[type="reset"] {
  background-color: #f4f2ed !important;
  color: #111 !important;
}

/* Hover effects */
#crmWebToEntityForm input[type="submit"]:hover {
  background-color: #333 !important;
}
#crmWebToEntityForm input[type="reset"]:hover {
  background-color: #e0ded8 !important;
}

/* === RESPONSIVE ADJUSTMENT === */
@media (min-width: 768px) {
  #crmWebToEntityForm {
    padding: 0 !important;
  }
}/* End custom CSS */