
        /* Main Title with Icon */
        h4 {
          font-size: 3rem;
          font-weight: bold;
          color: #333;
          margin-bottom: 20px;
          padding: 20px;
          display: flex;
          margin-left: 4%;

      }

      h4 i {
          color: #4f46e5; /* Newmaster Blue */
          margin-right: 10px;
      }

      /* Flexbox Layout for label and data */
      .form-group {
          display: flex;
          justify-content: space-between; /* Ensure space between label and data */
          margin-bottom: 15px;
      }

      .form-group label {
          font-size: 1rem;
          font-weight: 600;
          color: #333;
          flex: 1;
          text-align: left; /* Align label to the left */
          margin-left: 5%;
      }

      .data-label {
          font-size: 1rem;
          color: #555;
          flex: 5;
          text-align: left; /* Align data to the right */
      }

      #jawatan {
          font-size: 1.2rem;
          font-weight: bold;
          margin-top: 20px;
          margin-bottom: 20px;
          color: #333;
          margin-left: 4%;
      }