.elementor-5734 .elementor-element.elementor-element-6ddb6de4{--display:flex;--padding-top:3rem;--padding-bottom:6rem;--padding-left:1rem;--padding-right:1rem;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5734 .elementor-element.elementor-element-f363ff6 .elementor-heading-title{font-family:var( --e-global-typography-df9c79f-font-family ), Sans-serif;font-size:var( --e-global-typography-df9c79f-font-size );font-weight:var( --e-global-typography-df9c79f-font-weight );line-height:var( --e-global-typography-df9c79f-line-height );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-5734 .elementor-element.elementor-element-f363ff6 .elementor-heading-title{font-size:var( --e-global-typography-df9c79f-font-size );line-height:var( --e-global-typography-df9c79f-line-height );}}@media(max-width:767px){.elementor-5734 .elementor-element.elementor-element-f363ff6 .elementor-heading-title{font-size:var( --e-global-typography-df9c79f-font-size );line-height:var( --e-global-typography-df9c79f-line-height );}}/* Start custom CSS *//* Consistent styling for all Formidable form inputs */
.frm_forms input[type="text"],
.frm_forms input[type="email"],
.frm_forms input[type="tel"],
.frm_forms input[type="number"],
.frm_forms input[type="url"],
.frm_forms select,
.frm_forms textarea {
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
  height: auto;
  min-height: 45px;
}

/* Specific fix for email input to ensure it matches */
.frm_forms .frm_email input[type="email"],
.frm_form_field input[type="email"] {
  padding: 12px 15px !important;
  height: 45px !important;
  min-height: 45px !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
}

/* Focus state for all inputs */
.frm_forms input[type="text"]:focus,
.frm_forms input[type="email"]:focus,
.frm_forms input[type="tel"]:focus,
.frm_forms input[type="number"]:focus,
.frm_forms select:focus,
.frm_forms textarea:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

/* Credit card field styling for Formidable */
.frm_forms .frm_creditcard_field,
.frm_form_field.frm_cc_container {
  margin-bottom: 20px;
}

/* Credit card number field */
.frm_forms .frm_creditcard_field input[type="text"],
.frm_cc_field input[type="text"] {
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  min-height: 45px;
}

/* Credit card expiration and CVV container */
.frm_forms .frm_half {
  display: inline-block;
  width: 48%;
  margin-right: 4%;
  vertical-align: top;
}

.frm_forms .frm_half:last-child {
  margin-right: 0;
}

/* Credit card expiration fields */
.frm_forms .frm_exp_month,
.frm_forms .frm_exp_year {
  display: inline-block;
  width: 48%;
  margin-right: 4%;
}

.frm_forms .frm_exp_year {
  margin-right: 0;
}

/* Credit card CVV field */
.frm_forms .frm_cvv_field input {
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  min-height: 45px;
}

/* Labels consistency */
.frm_forms .frm_primary_label,
.frm_form_field label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 14px;
}

/* Required field indicator */
.frm_forms .frm_required {
  color: #dc3545;
  margin-left: 3px;
}

/* Field description text */
.frm_forms .frm_description {
  font-size: 13px;
  color: #666;
  margin-top: 5px;
  font-style: italic;
}

/* Address field styling */
.frm_forms .frm_form_field.frm_address_field .frm_form_field {
  margin-bottom: 15px;
}

/* Name field styling */
.frm_forms .frm_name_container .frm_first,
.frm_forms .frm_name_container .frm_last {
  display: inline-block;
  width: 48%;
  margin-right: 4%;
  vertical-align: top;
}

.frm_forms .frm_name_container .frm_last {
  margin-right: 0;
}

/* Submit button styling */
.frm_forms .frm_submit button,
.frm_forms .frm_submit input[type="submit"] {
  background-color: #007bff;
  color: #fff;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  min-width: 250px;
}

.frm_forms .frm_submit button:hover,
.frm_forms .frm_submit input[type="submit"]:hover {
  background-color: #0056b3;
}

/* Error state styling */
.frm_forms .frm_error_style input,
.frm_forms .frm_error_style select,
.frm_forms .frm_error_style textarea,
.frm_forms .frm_blank_field input,
.frm_forms .frm_blank_field select,
.frm_forms .frm_blank_field textarea {
  border-color: #dc3545 !important;
  background-color: #fff5f5;
}

.frm_forms .frm_error {
  color: #dc3545;
  font-size: 13px;
  margin-top: 5px;
  display: block;
}

/* Fix for any inline styles that might override */
.frm_forms .frm_form_field input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Credit card icons/types */
.frm_forms .frm_cc_img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

/* Ensure form fields stack properly */
.frm_forms .frm_form_field {
  margin-bottom: 20px;
  clear: both;
}

/* Grid layout for fields when needed */
.frm_forms .frm_grid_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.frm_forms .frm_grid_container .frm_form_field {
  margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .frm_forms .frm_half,
  .frm_forms .frm_name_container .frm_first,
  .frm_forms .frm_name_container .frm_last {
    width: 100%;
    margin-right: 0;
    display: block;
  }
  
  .frm_forms .frm_grid_container {
    grid-template-columns: 1fr;
  }
  
  .frm_forms .frm_submit button,
  .frm_forms .frm_submit input[type="submit"] {
    width: 100%;
    min-width: 0;
  }
}

/* Remove any default margin/padding inconsistencies */
.frm_forms * {
  box-sizing: border-box;
}

/* Placeholder styling */
.frm_forms input::placeholder,
.frm_forms textarea::placeholder {
  color: #999;
  opacity: 1;
}/* End custom CSS */