.elementor-9242 .elementor-element.elementor-element-27d8b0d{--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;--gap:5px 5px;--row-gap:5px;--column-gap:5px;--border-radius:25px 25px 25px 25px;--padding-top:20px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-9242 .elementor-element.elementor-element-27d8b0d:not(.elementor-motion-effects-element-type-background), .elementor-9242 .elementor-element.elementor-element-27d8b0d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#4D1133;}.elementor-9242 .elementor-element.elementor-element-b44cb55{--display:flex;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.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-9242 .elementor-element.elementor-element-e0d15de{text-align:center;}.elementor-9242 .elementor-element.elementor-element-e0d15de .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:17px;font-weight:600;text-transform:uppercase;color:#FF0000;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-9242 .elementor-element.elementor-element-b23ad71 .elementor-button{background-color:#FFFFFF;font-family:"DM Sans", Sans-serif;font-weight:500;fill:#4D1133A1;color:#4D1133A1;border-style:solid;border-width:2px 2px 2px 2px;border-color:#4D11339E;border-radius:25px 25px 25px 25px;}.elementor-9242 .elementor-element.elementor-element-b23ad71 .elementor-button:hover, .elementor-9242 .elementor-element.elementor-element-b23ad71 .elementor-button:focus{background-color:#FF92D0;color:#4D1133;}.elementor-9242 .elementor-element.elementor-element-b23ad71 .elementor-button-content-wrapper{flex-direction:row;}.elementor-9242 .elementor-element.elementor-element-b23ad71 .elementor-button:hover svg, .elementor-9242 .elementor-element.elementor-element-b23ad71 .elementor-button:focus svg{fill:#4D1133;}#elementor-popup-modal-9242 .dialog-widget-content{background-color:#02010100;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-9242{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-9242 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-9242 .dialog-close-button{display:flex;}/* Start custom CSS for wpforms, class: .elementor-element-0a64326 *//* ================================
   WPForms Clean Light Grey Fields + Card Shadow
   (Works for form IDs 8718 & 9238)
   ================================ */

#wpforms-8718,
#wpforms-9238 {
  max-width: 560px !important;
  padding: 28px !important;
  background: #ffffff !important; /* white card */
  border-radius: 14px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important; /* soft shadow */
  font-family: 'Inter', sans-serif !important;
  transition: box-shadow 0.3s ease !important;
}

#wpforms-8718:hover,
#wpforms-9238:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12) !important;
}

/* Field Spacing */
#wpforms-8718 .wpforms-field,
#wpforms-9238 .wpforms-field {
  margin-bottom: 20px !important;
}

/* Labels */
#wpforms-8718 .wpforms-field-label,
#wpforms-9238 .wpforms-field-label {
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-bottom: 6px !important;
  color: #333 !important;
}

/* Inputs & Textareas (Light Grey Style) */
#wpforms-8718 input[type="text"],
#wpforms-8718 input[type="email"],
#wpforms-8718 input[type="tel"],
#wpforms-8718 textarea,
#wpforms-8718 select,
#wpforms-9238 input[type="text"],
#wpforms-9238 input[type="email"],
#wpforms-9238 input[type="tel"],
#wpforms-9238 textarea,
#wpforms-9238 select {
  width: 100% !important;
  padding: 14px 16px !important;
  border: none !important;
  border-radius: 10px !important;
  font-size: 15px !important;
  background: #f5f5f5 !important; /* light grey fields */
  transition: all 0.25s ease !important;
  line-height: 1.5 !important;
}

/* Fix phone input overlap (country picker) */
#wpforms-8718 input[type="tel"],
#wpforms-9238 input[type="tel"] {
  padding-left: 50px !important;
}

/* Fix Dropdown Placeholder Cropping */
#wpforms-8718 select,
#wpforms-9238 select {
  height: auto !important;
  min-height: 48px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-position: right 12px center !important;
  background-repeat: no-repeat !important;
  background-size: 14px !important;
  line-height: 1.5 !important;
}

/* Input Focus */
#wpforms-8718 input:focus,
#wpforms-8718 textarea:focus,
#wpforms-8718 select:focus,
#wpforms-9238 input:focus,
#wpforms-9238 textarea:focus,
#wpforms-9238 select:focus {
  background: #fff !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(77, 17, 51, 0.12) !important;
}

/* Submit Button */
#wpforms-8718 button[type="submit"],
#wpforms-9238 button[type="submit"] {
  background: #4D1133 !important;
  color: #ffffff !important;
  padding: 12px 26px !important;
  border: none !important;
  border-radius: 10px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
  display: inline-block !important;
}

/* Hover + Active Button */
#wpforms-8718 button[type="submit"]:hover,
#wpforms-9238 button[type="submit"]:hover {
  background: #380c25 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08) !important;
}

#wpforms-8718 button[type="submit"]:active,
#wpforms-9238 button[type="submit"]:active {
  transform: translateY(0) !important;
  box-shadow: none !important;
}

/* Error Messages */
#wpforms-8718 .wpforms-error,
#wpforms-9238 .wpforms-error {
  color: #d93025 !important;
  font-size: 13px !important;
  margin-top: 4px !important;
}

/* Success Message */
#wpforms-8718 .wpforms-confirmation-container,
#wpforms-9238 .wpforms-confirmation-container {
  padding: 16px !important;
  background: #f0fdf4 !important;
  border-radius: 10px !important;
  color: #166534 !important;
  font-size: 14px !important;
}/* End custom CSS */