
/* ===============================
   Global Styles
=================================*/
body {
  font-family: "Poppins", sans-serif;
  background: #0b1a4a;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  color: #000;
}
 body {
      background-color: #f4f6f9;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .rti-card {
      max-width: 900px;
      margin: 40px auto;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      overflow: hidden;
    }
    .rti-header {
      background: #003366;
      color: #fff;
      text-align: center;
      padding: 15px;
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }
    .rti-table th {
      background-color: #365f91;
      color: #fff;
      text-align: center;
    }
    .rti-section {
      background: #f1f5fb;
      font-weight: bold;
      color: #003366;
      text-transform: uppercase;
    }
    .rti-table td {
      vertical-align: middle;
      padding: 10px;
    }
    .phone-number {
      font-weight: bold;
      color: #c62828;
    }
 .col-name {
  width: 30%;
}

.col-position {
  width: 40%;
}

.col-phone {
  width: 30%;
}