.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 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);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================================
   PASTE THIS IN:
   Elementor → Edit Page → (hamburger menu ☰ top left)
   → Site Settings  OR  Page Settings → Custom CSS
   
   This makes your Elementor order section look exactly like
   the rest of the landing page design.
   ============================================================ */

/* ── ORDER SECTION BACKGROUND & PADDING ── */
#order {
  background: #FFF9F0 !important;
}
#order .elementor-container {
  max-width: 600px !important;
}

/* ── SECTION HEADING (use Heading widget, H2) ── */
#order .elementor-heading-title {
  font-family: 'Fredoka One', cursive !important;
  font-size: clamp(26px, 4vw, 40px) !important;
  color: #7B2FFF !important;
  text-align: center !important;
  line-height: 1.2 !important;
  margin-bottom: 6px !important;
}

/* ── SUBHEADING (use Text Editor widget) ── */
#order .elementor-text-editor p {
  font-family: 'Nunito', sans-serif !important;
  text-align: center !important;
  color: #6B5E7A !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  margin-bottom: 32px !important;
}

/* ── NOTICE BOX (use Text Editor widget with this class added) ── */
#order .order-notice {
  background: #FFF3E0 !important;
  border-left: 4px solid #FF6B2B !important;
  border-radius: 10px !important;
  padding: 14px 18px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #7A4000 !important;
  line-height: 1.6 !important;
  margin-bottom: 24px !important;
  font-family: 'Nunito', sans-serif !important;
}

/* ── FORM LABELS ── */
#order .elementor-field-label {
  font-family: 'Nunito', sans-serif !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  color: #1A0A2E !important;
  margin-bottom: 7px !important;
}

/* ── ALL INPUTS, SELECTS, TEXTAREAS ── */
#order .elementor-field-textual,
#order .elementor-select-wrapper select {
  width: 100% !important;
  padding: 14px 18px !important;
  border: 2px solid #e0d6f5 !important;
  border-radius: 14px !important;
  font-family: 'Nunito', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #1A0A2E !important;
  background: #ffffff !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition: border-color 0.2s !important;
}

#order .elementor-field-textual:focus,
#order .elementor-select-wrapper select:focus {
  border-color: #7B2FFF !important;
  box-shadow: 0 0 0 3px rgba(123,47,255,0.1) !important;
}

/* ── TEXTAREA ── */
#order .elementor-field-type-textarea .elementor-field-textual {
  min-height: 110px !important;
  resize: vertical !important;
}

/* ── SELECT DROPDOWN ARROW ── */
#order .elementor-select-wrapper {
  position: relative !important;
}
#order .elementor-select-wrapper::after {
  content: '▾' !important;
  position: absolute !important;
  right: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #7B2FFF !important;
  font-size: 18px !important;
  pointer-events: none !important;
}

/* ── SUBMIT BUTTON ── */
#order .elementor-button[type="submit"] {
  width: 100% !important;
  background: linear-gradient(135deg, #7B2FFF, #FF3D8A) !important;
  color: #ffffff !important;
  font-family: 'Fredoka One', cursive !important;
  font-size: 22px !important;
  padding: 20px 32px !important;
  border: none !important;
  border-radius: 100px !important;
  cursor: pointer !important;
  box-shadow: 0 8px 0 #5a1acc, 0 14px 30px rgba(123,47,255,0.35) !important;
  transition: transform 0.15s, box-shadow 0.15s !important;
  margin-top: 8px !important;
}
#order .elementor-button[type="submit"]:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 11px 0 #5a1acc, 0 18px 40px rgba(123,47,255,0.4) !important;
}

/* ── PHONE FALLBACK LINE (Text Editor widget at bottom) ── */
#order .phone-line {
  text-align: center !important;
  margin-top: 18px !important;
  font-size: 14px !important;
  color: #6B5E7A !important;
  font-weight: 700 !important;
  font-family: 'Nunito', sans-serif !important;
}
#order .phone-line a {
  color: #7B2FFF !important;
  text-decoration: none !important;
}/* End custom CSS */