.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-221817 .elementor-element.elementor-element-c62e6cb{--display:flex;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.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-221817 .elementor-element.elementor-element-8a4b301 .elementor-heading-title{font-family:"Nunito", Sans-serif;font-weight:700;color:#DE2303;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for html, class: .elementor-element-448b485 *//* =========================================
   1. YOUR PROVIDED FORM STYLES
   ========================================= */
.form-group label[for]::after {
  content: "";
}

.form-group input[required],
.form-group textarea[required] {
  position: relative;
}

/* Automatically adds * to labels followed by a required input (even if there is text in between) */
.form-group label[for]:has(~ input[required])::after,
.form-group label[for]:has(~ textarea[required])::after {
  content: " *";
  color: red;
  font-weight: 600;
}

form#webToCaseForm {
  font-family: 'Nunito Sans', sans-serif;
  color: #252525;
  font-size: 16px;
  max-width: 100%;
  margin: 0 auto;
}

form#webToCaseForm .form-group {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}

form#webToCaseForm input[type="text"],
form#webToCaseForm input[type="email"],
form#webToCaseForm input[type="date"],
form#webToCaseForm textarea,
form#webToCaseForm button {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-family: inherit;
  font-size: 16px;
  color: #252525;
  box-sizing: border-box;
}

form#webToCaseForm textarea {
  min-height: 80px;
}

form#webToCaseForm .radio-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 5px;
}

form#webToCaseForm label {
  margin-bottom: 4px;
  font-weight: 500;
}

form#webToCaseForm .error-message {
  color: red;
  font-size: 14px;
  margin-top: 4px;
  display: none;
}

form#webToCaseForm button[type="submit"] {
  background-color: #aa233f;
  color: #fff;
  border: none;
  margin-top: 12px;
  padding: 12px;
  cursor: pointer;
  border-radius: 8px;
  font-weight: 600;
  transition: background 0.3s;
}

form#webToCaseForm button[type="submit"]:hover {
  background-color: #901d35;
}

/* =========================================
   2. SIGNATURE CANVAS STYLES
   ========================================= */
.canvas-container {
    width: 100%;
    max-width: 550px;
    margin-top: 10px;
    border: 2px dashed #ccc;
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
}
canvas {
    display: block;
    width: 100%; 
    height: 100px; 
}
.note-text { 
    margin-top: 25px; 
    margin-bottom: 10px; 
    font-family: 'Nunito Sans', sans-serif; 
    font-size: 15px; 
    color: #252525; 
}

/* =========================================
   3. JQUERY UI DATEPICKER STYLES
   (Required for the calendar popup)
   ========================================= */
.ui-datepicker {
  position: absolute !important;
  width: 295px !important;
  font-family: 'Nunito Sans', sans-serif !important;
  font-size: 14px !important;
  color: #252525 !important;
  background: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 12px !important;
  padding: 10px !important;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15) !important;
  z-index: 999999 !important;
}
.ui-datepicker-header {
  background: #f9f9f9 !important;
  border-bottom: 1px solid #ddd !important;
  border-radius: 8px 8px 0 0 !important;
  padding: 8px 0 !important;
  text-align: center !important;
}
.ui-datepicker-title {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 6px !important;
  flex-wrap: nowrap !important;
}
.ui-datepicker-title select {
  display: inline-block !important;
  width: auto !important;
  font-family: inherit !important;
  font-size: 14px !important;
  padding: 4px 8px !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #252525 !important;
}
.ui-datepicker-prev, .ui-datepicker-next {
  cursor: pointer !important;
  color: #555 !important;
  top: 6px !important;
}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
  color: #000 !important;
}
.ui-datepicker-calendar {
  width: 100% !important;
  margin: 8px auto !important;
  border-collapse: separate !important;
  border-spacing: 5px !important;
}
.ui-datepicker th {
  font-weight: 600 !important;
  color: #555 !important;
  text-align: center !important;
  padding-bottom: 4px !important;
}
.ui-datepicker td a {
  display: inline-block !important;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  text-align: center !important;
  color: #252525 !important;
  border-radius: 8px !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
}
.ui-datepicker td a:hover {
  background: #e7f0ff !important;
  color: #00688f !important;
}
.ui-datepicker-current-day a {
  background: #00688f !important;
  color: #fff !important;
}
.ui-datepicker-today a {
  background: #e8f2ff !important;
  color: #00688f !important;
  border: 1px solid #00688f !important;
}/* End custom CSS */