.elementor-640 .elementor-element.elementor-element-0750e2e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-138px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:135px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-640 .elementor-element.elementor-element-0750e2e:not(.elementor-motion-effects-element-type-background), .elementor-640 .elementor-element.elementor-element-0750e2e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://tracyhenderson.designvation.com/wp-content/uploads/2026/03/Frame-1-1.png");background-position:top left;background-repeat:no-repeat;background-size:100% auto;}.elementor-640 .elementor-element.elementor-element-e64e2dd{--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;--justify-content:flex-start;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.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-640 .elementor-element.elementor-element-eef8b62{padding:150px 0px 0px 0px;}.elementor-640 .elementor-element.elementor-element-eef8b62.elementor-element{--align-self:flex-start;}.elementor-640 .elementor-element.elementor-element-eef8b62 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:50px;font-weight:800;line-height:1.2em;color:#000000;}.elementor-640 .elementor-element.elementor-element-56c35da{--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-640 .elementor-element.elementor-element-2b3615e{--display:flex;}.elementor-640 .elementor-element.elementor-element-db3d2f0{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:39px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-640 .elementor-element.elementor-element-5a9738f{width:100%;max-width:100%;padding:0px 0px 0px 0px;text-align:center;}.elementor-640 .elementor-element.elementor-element-5a9738f.elementor-element{--align-self:flex-start;}.elementor-640 .elementor-element.elementor-element-5a9738f .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:50px;font-weight:800;line-height:1.2em;color:#000000;}.elementor-640 .elementor-element.elementor-element-2468bc6{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-fluent-form-widget .fluentform-widget-description{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-640 .elementor-element.elementor-element-4213a30 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit{background-color:#1a7efb !important;color:#ffffff !important;}@media(min-width:768px){.elementor-640 .elementor-element.elementor-element-0750e2e{--content-width:1300px;}.elementor-640 .elementor-element.elementor-element-e64e2dd{--width:50%;}.elementor-640 .elementor-element.elementor-element-56c35da{--width:50%;}}/* Start custom CSS for fluent-form-widget, class: .elementor-element-4213a30 *//* ============================================
   MODERN FORM STYLES - MATCHING GOECCO DESIGN
   ============================================ */

/* Form Container - improved spacing and visual hierarchy */
.fluent_form_3,
form[id^="fluentform_3"],
form.fluent_form_3 {
  background: #ffffff;
  border-radius: 32px;
  padding: 0;
  margin: 32px 0 48px;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

/* Fieldset styling */
.fluent_form_3 fieldset {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Form Section Headers - subtle but elegant */
.fluent_form_3 .ff-el-group {
  margin-bottom: 24px;
}

/* Labels - modern and crisp */
.fluent_form_3 .ff-el-input--label {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  color: #1f2937;
  letter-spacing: -0.2px;
}

.fluent_form_3 .ff-el-input--label label {
  font-weight: 600;
  color: #1a2a2f;
}

.fluent_form_3 .ff-el-is-required.asterisk-right label:after {
  content: "*";
  color: #018D8A;
  margin-left: 4px;
  font-weight: 600;
}

/* Input fields - clean and modern */
.fluent_form_3 input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.fluent_form_3 select,
.fluent_form_3 textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1.5px solid #e5e7eb;
  border-radius: 20px;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  transition: all 0.2s ease;
  background: #ffffff;
  color: #1f2937;
}

.fluent_form_3 input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,
.fluent_form_3 select:focus,
.fluent_form_3 textarea:focus {
  outline: none;
  border-color: #5BC2AD;
  box-shadow: 0 0 0 3px rgba(91, 194, 173, 0.15);
}

.fluent_form_3 input::placeholder,
.fluent_form_3 textarea::placeholder {
  color: #9ca3af;
  font-weight: 400;
  font-size: 0.9rem;
}

/* Column layouts - improved spacing */
.fluent_form_3 .ff-t-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 8px;
}

.fluent_form_3 .ff-t-cell {
  flex: 1;
  min-width: 0;
}

/* Checkbox & Radio Groups - clean card-like styling */
.fluent_form_3 .ff-el-input--content > div:not(.ff-t-container) {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  background: #f9fafb;
  padding: 20px 24px;
  border-radius: 24px;
  border: 1px solid #eef2f2;
  margin-top: 14px;
}

.fluent_form_3 .ff-el-form-check {
  margin: 0;
  display: inline-flex;
  align-items: center;
}

.fluent_form_3 .ff-el-form-check-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 500;
  color: #2c3e3a;
  transition: color 0.2s;
}

.fluent_form_3 .ff-el-form-check-label:hover {
  color: #018D8A;
}

/* Custom checkboxes and radios */
.fluent_form_3 input[type="checkbox"],
.fluent_form_3 input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: #018D8A;
  margin: 0;
  cursor: pointer;
}

/* Submit Button - matches primary buttons */
.fluent_form_3 .ff_submit_btn_wrapper {
  margin-top: 32px;
  text-align: left;
}

.fluent_form_3 .ff-btn-submit {
  background: linear-gradient(180deg, #5BC2AD 0%, #018D8A 100%);
  color: white;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 36px;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: 'Inter', sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 6px rgba(1, 141, 138, 0.2);
}

.fluent_form_3 .ff-btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 20px -10px rgba(1, 141, 138, 0.35);
  background: linear-gradient(180deg, #4eb59f 0%, #017a77 100%);
}

/* Dropdown styling */
.fluent_form_3 select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23018D8A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 18px;
}

/* Textarea specific */
.fluent_form_3 textarea {
  resize: vertical;
  min-height: 100px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .fluent_form_3 .ff-t-container {
    flex-direction: column;
    gap: 16px;
  }
  
  .fluent_form_3 .ff-el-input--content > div:not(.ff-t-container) {
    padding: 16px 20px;
    gap: 12px 20px;
  }
  
  .fluent_form_3 .ff-el-form-check-label {
    font-size: 0.9rem;
  }
  
  .fluent_form_3 .ff-btn-submit {
    width: 100%;
    justify-content: center;
  }
}

/* Special styling for grouped checkbox sections */
.fluent_form_3 .ff-el-group:has(.ff-el-form-check) {
  margin-bottom: 28px;
}

/* Add subtle hover effect to card-like checkbox groups */
.fluent_form_3 .ff-el-input--content > div:not(.ff-t-container):hover {
  background: #ffffff;
  border-color: #d1e6e2;
  transition: all 0.2s;
}

/* Style for the "What would you like to set up?" section */
.fluent_form_3 .ff-el-group:first-of-type .ff-el-input--content > div:not(.ff-t-container) {
  background: linear-gradient(135deg, #ffffff 0%, #fefefe 100%);
  border: 1px solid #e2f0ed;
}

/* URL input helper styling */
.fluent_form_3 input[placeholder*="https://"] {
  font-family: monospace;
  font-size: 0.9rem;
}

/* Timeline dropdown improvement */
.fluent_form_3 select option {
  padding: 12px;
}

/* Legend hidden properly */
.fluent_form_3 legend.ff_screen_reader_title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Ensure number input doesn't show spinner arrows (optional) */
.fluent_form_3 input[type="number"] {
  -moz-appearance: textfield;
}

.fluent_form_3 input[type="number"]::-webkit-inner-spin-button,
.fluent_form_3 input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Additional polish for labels with icons */
.fluent_form_3 .ff-el-input--label label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Optional: Add subtle border radius to the whole form container */
form.fluent_form_3 {
  background: transparent;
}

/* Make form fields consistent with service cards */
.fluent_form_3 input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.fluent_form_3 select,
.fluent_form_3 textarea {
  background: #ffffff;
  border: 1.5px solid #e9ecef;
}

.fluent_form_3 input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):hover,
.fluent_form_3 select:hover,
.fluent_form_3 textarea:hover {
  border-color: #cbd5e1;
}


body.page-id-640 label {
    font-size: 20px;
}/* End custom CSS */