/* Start custom CSS for html, class: .elementor-element-ac76827 */.dmw-form-wrapper {
    max-width: 580px;
    margin: 0 auto;
    padding: 35px 30px;
    background-color: #fdfcf9;
    border: 1px solid #e8e3d9;
    border-top: 4px solid #6a1b29; /* Duncan Burgundy */
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    font-family: "Georgia", "Times New Roman", serif;
    color: #2c2c2c;
  }
  .dmw-form-header {
    text-align: center;
    margin-bottom: 25px;
  }
  .dmw-form-header h3 {
    margin: 0 0 8px 0;
    color: #6a1b29;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.5px;
  }
  .dmw-form-header p {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    color: #666;
  }
  .dmw-field-group {
    margin-bottom: 20px;
  }
  .dmw-field-group label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: bold;
    color: #4a4a4a;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  }
  .dmw-field-group input,
  .dmw-field-group textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 15px;
    color: #333;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }
  .dmw-field-group input:focus,
  .dmw-field-group textarea:focus {
    outline: none;
    border-color: #6a1b29;
    box-shadow: 0 0 0 3px rgba(106, 27, 41, 0.12);
  }
  .dmw-submit-btn {
    width: 100%;
    background-color: #6a1b29;
    color: #ffffff;
    border: none;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  }
  .dmw-submit-btn:hover {
    background-color: #52131f;
  }
  .dmw-submit-btn:active {
    transform: scale(0.99);
  }/* End custom CSS */