.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-6255a0a:#2A3D45;--e-global-color-7a6b349:#EF9C17;--e-global-color-6091ea7:#F8F4EB;--e-global-typography-primary-font-family:"Space Grotesk";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Space Grotesk";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-global-typography-31a953b-font-family:"Space Grotesk";--e-global-typography-31a953b-font-size:144px;--e-global-typography-31a953b-font-weight:700;--e-global-typography-31a953b-line-height:0.8em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-31a953b-font-size:60px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-31a953b-font-size:33px;--e-global-typography-31a953b-line-height:1.1em;--e-global-typography-31a953b-letter-spacing:0.2px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ════ Get Started Page — Elementor Form Styling ════ */

/* White card wrapper */
.gs-form-col .elementor-widget-form {
  background: #fff;
  border: 1px solid rgba(13,31,45,0.08);
  border-radius: 20px;
  padding: 44px 48px;
  box-shadow: 0 4px 24px rgba(13,31,45,0.06);
}

/* Labels */
.gs-form-col .elementor-field-label {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: rgba(13,31,45,0.65) !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  font-family: 'Poppins', sans-serif !important;
  margin-bottom: 7px !important;
}

/* All input fields */
.gs-form-col .elementor-field-group input,
.gs-form-col .elementor-field-group select,
.gs-form-col .elementor-field-group textarea {
  background: #F9F7F3 !important;
  border: 1.5px solid rgba(13,31,45,0.1) !important;
  border-radius: 8px !important;
  padding: 13px 16px !important;
  font-size: 14px !important;
  font-family: 'Poppins', sans-serif !important;
  color: #0D1F2D !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
}

/* Focus state */
.gs-form-col .elementor-field-group input:focus,
.gs-form-col .elementor-field-group select:focus,
.gs-form-col .elementor-field-group textarea:focus {
  border-color: #ef9c17 !important;
  box-shadow: 0 0 0 3px rgba(239,156,23,0.1) !important;
  background: #fff !important;
  outline: none !important;
}

/* Textarea */
.gs-form-col .elementor-field-group textarea {
  min-height: 130px !important;
  resize: vertical !important;
}

/* Select arrow */
.gs-form-col .elementor-field-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ef9c17' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-color: #F9F7F3 !important;
  padding-right: 40px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
}

/* Submit button */
.gs-form-col .elementor-button {
  background: #ef9c17 !important;
  border: 2px solid #ef9c17 !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.06em !important;
  font-family: 'Poppins', sans-serif !important;
  padding: 16px 24px !important;
  width: 100% !important;
  transition: background 0.25s, color 0.25s !important;
}
.gs-form-col .elementor-button:hover {
  background: transparent !important;
  color: #ef9c17 !important;
}

/* Field spacing */
.gs-form-col .elementor-field-group {
  margin-bottom: 18px !important;
}

/* Privacy note */
.gs-form-col .elementor-field-type-acceptance label {
  font-size: 11.5px !important;
  color: rgba(13,31,45,0.4) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* Error messages */
.gs-form-col .elementor-message {
  font-size: 11px !important;
  border-radius: 8px !important;
  font-family: 'Poppins', sans-serif !important;
}

/* Success message */
.gs-form-col .elementor-message.elementor-message-success {
  background: rgba(239,156,23,0.08) !important;
  border-color: rgba(239,156,23,0.2) !important;
  color: #0D1F2D !important;
}

/* Mobile responsive */
@media (max-width: 640px) {
  .gs-form-col .elementor-widget-form {
    padding: 28px 22px !important;
  }
}
@media (max-width: 480px) {
  .gs-form-col .elementor-widget-form {
    padding: 24px 18px !important;
  }
}/* End custom CSS */