/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 15 2025 | 11:54:17 */
.wamad-container {
      /*max-width: 540px;*/
	 max-width: 840px;
      min-height: 440px;
      margin: 60px auto;
      background: #fff;
      border-radius: 22px;
      box-shadow: 0 4px 32px rgba(0,0,0,0.09);
      padding: 38px 32px 32px 32px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
	direction:rtl;
	font-size:18px;
    }
.wamad-td{
	border-top: 1px solid #ececf0;
    padding: 10px !important;
    border-right: 1px solid #ececf0;
    text-align: right;
}
    form#multiStepForm {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .step {
      width: 100%;
      /* max-width: 420px; */
	max-width: 820px;
      margin: 0 auto;
      display: none;
    }
    .step.active {
      display: block;
    }
  .step h2 {
      font-size: 1.18rem;
      font-weight: bold;
      margin-bottom: 18px;
      margin-top: 0;
    }
    .wamad-card-checkbox-group, .wamad-card-radio-group {
      display: flex;
      gap: 16px;
      flex-direction: column;
    }
    .wamad-card-checkbox {
      border: 2px solid #eee;
      border-radius: 12px;
      padding: 18px 12px;
      cursor: pointer;
      transition: border 0.2s, box-shadow 0.2s, background 0.2s;
      background: #fafafa;
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 1.1rem;
      position: relative;
      user-select: none;
    }
    .wamad-card-checkbox.selected {
      border: 2px solid #FF7369;
      box-shadow: 0 2px 8px rgba(255,115,105,0.08);
      background: #fff0ee;
    }
    .wamad-card-checkbox input[type="checkbox"],
    .wamad-card-checkbox input[type="radio"] {
      display: none;
    }
    .wamad-card-checkbox .wamad-custom-check {
      width: 22px;
      height: 22px;
      border: 2px solid #FF7369;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 8px;
      background: #fff;
      transition: background 0.2s, border 0.2s;
      font-size: 1.2rem;
      color: #fff;
    }
    .wamad-card-checkbox.selected .wamad-custom-check {
      background: #FF7369;
      border-color: #FF7369;
      color: #fff;
    }
    .wamad-card-checkbox .wamad-custom-check svg {
      display: none;
    }
    .wamad-card-checkbox.selected .wamad-custom-check svg {
      display: block;
    }
    .wamad-radio-group, .wamad-checkbox-group {
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin-bottom: 18px;
    }
    .wamad-radio-group label, .wamad-checkbox-group label {
      display: flex;
      align-items: center;
      gap: 10px;
      cursor: pointer;
      font-size: 1.05rem;
    }
    input[type="radio"], input[type="checkbox"] {
      accent-color: #FF7369;
      width: 18px;
      height: 18px;
    }
    .wamad-btn {
      background: #FF7369 !important;
      color: #fff !important;
      border: none !important;
      border-radius: 8px !important;
      padding: 12px 0 !important;
      width: 100% !important;
      font-size: 1.1rem !important;
      cursor: pointer !important;
      margin-top: 10px !important;
      transition: background 0.2s !important;
    }
    .wamad-btn:disabled {
      background: #ffd3ce !important;
      cursor: not-allowed !important;
    }
    .wamad-result {
      background: #fff0ee;
      border: 1.5px solid #FF7369;
      border-radius: 10px;
      padding: 18px 12px;
      margin-bottom: 18px;
      color: #FF7369;
      font-weight: bold;
      text-align: center;
    }
    .wamad-contact-form {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }
    .wamad-contact-input, .wamad-contact-textarea {
      width: 100%;
      padding: 15px 14px;
      border: 1.8px solid #eee;
      border-radius: 10px;
      font-size: 1.13rem;
      background: #fafbfc;
      transition: border 0.2s, box-shadow 0.2s, background 0.2s;
      outline: none;
      box-sizing: border-box;
      box-shadow: 0 1px 6px rgba(255,115,105,0.04);
      margin-bottom: 0;
    }
    .wamad-contact-input:focus, .wamad-contact-textarea:focus {
      border: 1.8px solid #FF7369;
      background: #fff0ee;
      box-shadow: 0 2px 12px rgba(255,115,105,0.10);
    }
    .wamad-contact-input.invalid, .wamad-contact-textarea.invalid {
      border: 1.8px solid #FF7369 !important;
      background: #fff0ee;
    }
    .wamad-contact-input {
      margin-bottom: 14px;
    }
    .wamad-contact-textarea {
      min-height: 100px;
      resize: vertical;
      margin-top: 8px;
      margin-bottom: 14px;
    }
    .wamad-contact-form .wamad-input-error {
      color: #FF7369;
      font-size: 0.99rem;
      margin-top: 2px;
      margin-bottom: 0;
      display: none;
    }
    .wamad-contact-form .wamad-input-error.active {
      display: block;
    }
    .wamad-contact-form .wamad-btn {
      margin-top: 10px;
      font-size: 1.15rem;
      font-weight: bold;
      letter-spacing: 0.5px;
      box-shadow: 0 2px 12px rgba(255,115,105,0.10);
    }
    .wamad-calendar-card {
      display: flex;
      align-items: center;
      gap: 10px;
      border: 2px solid #eee;
      border-radius: 12px;
      padding: 16px 12px;
      background: #fafafa;
      cursor: pointer;
      margin-bottom: 14px;
      transition: border 0.2s, background 0.2s;
      font-size: 1.08rem;
      color: #222;
      position: relative;
    }
    .wamad-calendar-card.selected, .wamad-calendar-card:focus-within {
      border: 2px solid #FF7369;
      background: #fff0ee;
    }
    .wamad-calendar-card .wamad-calendar-icon {
      color: #FF7369;
      font-size: 1.3rem;
      margin-left: 6px;
    }
    .wamad-calendar-popup {
      position: absolute;
      top: 110%;
      right: 0;
      z-index: 10;
      background: #fff;
      border: 1.5px solid #eee;
      border-radius: 10px;
      box-shadow: 0 2px 12px rgba(0,0,0,0.08);
      padding: 10px;
      display: none;
    }
    .wamad-calendar-popup.active {
      display: block;
    }
    .wamad-calendar-popup table {
      border-collapse: collapse;
      width: 100%;
      text-align: center;
      font-size: 1rem;
    }
    .wamad-calendar-popup th, .wamad-calendar-popup td {
      padding: 6px 0;
      cursor: pointer;
      border-radius: 6px;
      transition: background 0.15s;
    }
    .wamad-calendar-popup td:hover {
      background: #FF7369;
      color: #fff;
    }
    .wamad-calendar-popup .selected-date {
      background: #FF7369;
      color: #fff;
    }
    .wamad-calendar-popup .wamad-calendar-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 6px;
    }
    .wamad-calendar-popup .wamad-calendar-nav {
      background: none;
      border: none;
      color: #FF7369;
      font-size: 1.1rem;
      cursor: pointer;
      padding: 2px 8px;
      border-radius: 6px;
      transition: background 0.15s;
    }
    .wamad-calendar-popup .wamad-calendar-nav:hover {
      background: #fff0ee;
    }
    .styled-input,
    .contact-form input,
    .contact-form textarea {
      width: 100%;
      padding: 12px 10px;
      margin-bottom: 10px;
      border: 1.5px solid #eee;
      border-radius: 8px;
      font-size: 1.05rem;
      background: #fafafa;
      transition: border 0.2s;
      outline: none;
      box-sizing: border-box;
    }
    .styled-input:focus,
    .contact-form input:focus,
    .contact-form textarea:focus {
      border: 1.5px solid #FF7369;
      background: #fff0ee;
    }
    .invalid {
      border: 1.5px solid #FF7369 !important;
      background: #fff0ee;
    }
    .input-error {
      color: #FF7369;
      font-size: 0.97rem;
      margin-top: -10px;
      margin-bottom: 10px;
      display: none;
    }
    .input-error.active {
      display: block;
    }
    @media (max-width: 700px) {
      .wamad-container {
        max-width: 98vw;
        min-height: 70vh;
        padding: 14px 4vw 18px 4vw;
      }
    }