.elementor-193 .elementor-element.elementor-element-6aa1753{--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;}.elementor-193 .elementor-element.elementor-element-0f950d2 > .elementor-widget-container{margin:0px 20px 0px 20px;}/* Start custom CSS for html, class: .elementor-element-0f950d2 *//* Style the Company Mobile No label */
#form-field-field_0f008f7 + label,
label[for="form-field-field_0f008f7"] {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
  display: block;
}

/* Style the phone number input box */
#form-field-field_0f008f7 {
  width: 100%;
  padding: 10px 14px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  outline: none;
}

/* Highlight on focus */
#form-field-field_0f008f7:focus {
  border-color: #1e73be;
  box-shadow: 0 0 0 3px rgba(30, 115, 190, 0.2);
}

/* Add error styling if needed */
#form-field-field_0f008f7:invalid {
  border-color: red;
}/* End custom CSS */