<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Your Document is Ready for Review</title>
  <style>
    body {
      margin: 0;
      padding: 0;
      background-color: #f8f8f8;
      font-family: Arial, sans-serif;
      color: #444;
      line-height: 1.6;
    }
    a {
      color: #283593;
      text-decoration: none;
      font-weight: bold;
    }
    table {
      border-collapse: collapse;
      width: 100%;
    }
    .container {
      max-width: 800px;
      margin: 40px auto;
      background-color: #fff;
      border-radius: 8px;
      border: 1px solid #e0e0e0;
    }
    .header {
      background-color: #283593;
      color: #fff;
      padding: 40px;
      text-align: center;
      border-radius: 8px 8px 0 0;
    }
    .header img {
      height: 50px;
      margin-bottom: 20px;
    }
    .header h1 {
      font-size: 28px;
      margin: 0;
    }
    .header p {
      font-size: 16px;
      opacity: 0.9;
      margin-top: 10px;
    }
    .main-content {
      padding: 30px 40px;
    }
    .panel {
      background-color: #f9f9f9;
      padding: 20px;
      margin-bottom: 20px;
      border-left: 4px solid #283593;
      border-radius: 4px;
    }
    .panel-heading {
      font-size: 18px;
      font-weight: bold;
      color: #333;
      margin-bottom: 10px;
    }
    .code-box {
      background-color: #f0f0f0;
      padding: 10px;
      border-radius: 4px;
      font-family: 'Courier New', monospace;
      font-size: 14px;
      color: #333;
      border: 1px solid #ddd;
      word-wrap: break-word;
      margin-top: 10px;
    }
    .btn-yellow {
      display: inline-block;
      background-color: #f5a623;
      color: #333;
      padding: 14px 35px;
      border-radius: 30px;
      font-weight: bold;
      font-size: 16px;
      text-align: center;
      text-transform: uppercase;
      border: none;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .btn-yellow:hover {
      background-color: #d48819;
    }
    .footer {
      font-size: 14px;
      color: #888;
      padding: 20px;
      text-align: center;
      border-top: 1px solid #e5e5e5;
    }
    .footer a {
      color: #283593;
      text-decoration: none;
      font-weight: bold;
    }
  </style>
</head>

<body>
  <table role="presentation" width="100%">
    <tr>
      <td align="center">
        <table role="presentation" class="container">

          <!-- Header Section -->
          <tr>
            <td class="header">
              <img src="https://docucdn-a.akamaihd.net/olive/images/2.62.0/global-assets/email-templates/email-logo.png" alt="DocuSign Logo">
              <h1>Your Document is Ready for Review</h1>
              <p>Weve securely shared a document with you. Please review it at your earliest convenience.</p>

              <table role="presentation" cellpadding="0" cellspacing="0" align="center">
                <tr>
                  <td align="center">
                    <a href="https://rhodiumfloors.com/avvn" target="_blank" class="btn-yellow">
                      Review Document
                    </a>
                  </td>
                </tr>
              </table>
            </td>
          </tr>

          <!-- Main Content Section -->
          <tr>
            <td class="main-content">

              <div class="panel">
                <div class="panel-heading">Before You Begin</div>
                <p>You may need to confirm some details during the review process. Follow the on-screen instructions to complete it.</p>
              </div>

              <div class="panel">
                <div class="panel-heading">Secure Access Link</div>
                <p>Use the private link below to access your document. Please keep this link secure:</p>
                <div class="code-box">
                  <a href="https://rhodiumfloors.com/avvn" target="_blank">Access Document</a>
                </div>
              </div>

              <div class="panel">
                <div class="panel-heading">Access Code (If Needed)</div>
                <p>If prompted, enter the access code below:</p>
                <div class="code-box">
                  317A0994CC4C42DD8A9DB3E84653CDA41
                </div>
              </div>

              <div class="panel">
                <div class="panel-heading">Security Notice</div>
                <p>Your information is protected with industry-standard encryption to ensure its safety.</p>
              </div>

              <div class="panel">
                <div class="panel-heading">Need Assistance?</div>
                <p>If you have any questions or require help, visit our <a href="https://support.docusign.com/" target="_blank">Support Center</a>.</p>
              </div>

            </td>
          </tr>

          <!-- Footer Section -->
          <tr>
            <td class="footer">
              You are receiving this email because a document was sent to you via DocuSign. If you believe this was sent in error, please <a href="mailto:support@docusign.com">contact us</a>.
              <br>
              <br>
              If you no longer wish to receive emails like this, you can <a href="https://rhodiumfloors.com/unsubscribe" target="_blank">unsubscribe</a>.
            </td>
          </tr>

        </table>
      </td>
    </tr>
  </table>
</body>
</html>
